body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Bangers', display;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Bangers', display;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Bebas Neue', display;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((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.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #5ea30e !important;
}
.bg-info {
  background-color: #ff00b3 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff5906 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !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: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff00b3 !important;
  border-color: #ff00b3 !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: #a80076 !important;
  border-color: #a80076 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a80076 !important;
  border-color: #a80076 !important;
}
.btn-success,
.btn-success:active {
  background-color: #5ea30e !important;
  border-color: #5ea30e !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: #305307 !important;
  border-color: #305307 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #305307 !important;
  border-color: #305307 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff5906 !important;
  border-color: #ff5906 !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: #ae3a00 !important;
  border-color: #ae3a00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ae3a00 !important;
  border-color: #ae3a00 !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: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !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: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b31919 !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: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff00b3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a80076 !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: #ff00b3 !important;
  border-color: #ff00b3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5ea30e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #305307 !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: #5ea30e !important;
  border-color: #5ea30e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff5906;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ae3a00 !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: #ff5906 !important;
  border-color: #ff5906 !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: #6592e6 !important;
}
.text-secondary {
  color: #e43f3f !important;
}
.text-success {
  color: #5ea30e !important;
}
.text-info {
  color: #ff00b3 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff5906 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a61717 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #284506 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #99006b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9f3500 !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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff00b3;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff5906;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #9fef42;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffccf0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffe1d2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', 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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', 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: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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: #e43f3f !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='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZpF3EQ3gI {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uZpF3EQ3gI .row {
  flex-direction: row-reverse;
}
.cid-uZpF3EQ3gI p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uZpF3EQ3gI .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uZpF3EQ3gI .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uZpF3EQ3gI .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uZpF3EQ3gI .main-banner .left-content {
  margin-right: 15px;
}
.cid-uZpF3EQ3gI .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uZpF3EQ3gI .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uZpF3EQ3gI .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uZpF3EQ3gI .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uZpF3EQ3gI .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uZpF3EQ3gI .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uZpF3EQ3gI .main-banner:before {
    display: none;
  }
  .cid-uZpF3EQ3gI .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uZpF3EQ3gI .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uZpF3EQ3gI H6 {
  color: #e43f3f;
}
.cid-uZpF3EQ3gI H2 {
  color: #000000;
  text-align: justify;
}
.cid-uZpF3EQ3gI P {
  color: #ffffff;
}
.cid-uZpF3EQ3gI H1 {
  color: #ffffff;
}
.cid-mDstSLZkbv {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-mDstSLZkbv .news {
  width: 175px;
  background-color: #dc4234;
}
.cid-mDstSLZkbv .news-scroll a {
  text-decoration: none;
}
.cid-mDstSLZkbv .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #ff3366;
  border-radius: 50%;
  display: inline-block;
}
.cid-mDstSLZkbv DIV {
  color: #ffffff;
}
.cid-uZwnIKWaTN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uZwnIKWaTN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZwnIKWaTN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZwnIKWaTN .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uZwnIKWaTN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZwnIKWaTN .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uZwnIKWaTN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZwnIKWaTN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZwnIKWaTN .mbr-section-title {
  color: #ffffff;
}
.cid-uZwnIKWaTN .mbr-text,
.cid-uZwnIKWaTN .mbr-section-btn {
  color: #ffffff;
}
.cid-uZwnIKWaTN img {
  width: 100%;
  object-fit: cover;
  height: 40rem;
}
@media (max-width: 767px) {
  .cid-uZwnIKWaTN img {
    height: 20rem;
  }
}
.cid-uZwcziaF7s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZwcziaF7s .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uZwcziaF7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZwcziaF7s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZwcziaF7s .item-wrapper {
  background: #000000;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uZwcziaF7s .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZwcziaF7s .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uZwcziaF7s .card-title,
.cid-uZwcziaF7s .iconfont-wrapper {
  color: #ff65c3;
}
.cid-uZwcziaF7s .content-head {
  max-width: 800px;
}
.cid-uZwcziaF7s .mbr-section-title {
  color: #ffffff;
}
.cid-uZwcziaF7s .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZwcziaF7s .card-text {
  color: #ffffff;
}
.cid-uZwcziaF7s .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZwcziaF7s .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-t2SXi841cI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2SXi841cI .mbr-section-title {
  color: #ffffff;
}
.cid-t2SXi841cI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2SW56ZFNk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2SW56ZFNk .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-t2SW56ZFNk .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-t2SW56ZFNk .text-box {
  text-align: center;
}
.cid-t2SW56ZFNk span {
  font-size: 7rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-t2SW56ZFNk .card {
    margin-bottom: 2rem;
  }
  .cid-t2SW56ZFNk .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-t2SW56ZFNk span {
    font-size: 21vw;
  }
}
.cid-t2SW56ZFNk .item .icon-box .step-number {
  color: #000000;
}
.cid-t2SW56ZFNk .icon-title,
.cid-t2SW56ZFNk .mbr-section-btn,
.cid-t2SW56ZFNk .item .icon-box .step-number {
  color: #ffffff;
}
.cid-t2SW56ZFNk .icon-text,
.cid-t2SW56ZFNk .mbr-section-btn {
  color: #ffffff;
}
.cid-t2SZuCPTDY {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-t2SZuCPTDY .mbr-section-title,
.cid-t2SZuCPTDY .mbr-section-subtitle {
  text-align: center;
}
.cid-t2SZuCPTDY .cost {
  word-break: normal;
}
.cid-t2SZuCPTDY .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #ffffff;
}
.cid-t2SZuCPTDY .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-t2SZuCPTDY .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t2SZuCPTDY .card-wrapper {
    padding: 1rem;
  }
}
.cid-t2SZuCPTDY P {
  color: #000000;
}
.cid-t2SZuCPTDY .card-title {
  color: #dc4234;
}
.cid-t2SZuCPTDY .mbr-section-title {
  color: #ffffff;
}
.cid-t2SZuCPTDY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qJYZg1vab3 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-qJYZg1vab3 .client-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cid-qJYZg1vab3 .client-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.cid-qJYZg1vab3 .textp {
  color: #ffffff;
  line-height: 25px;
}
.cid-qJYZg1vab3 .client-title {
  margin-bottom: 45px;
}
.cid-qJYZg1vab3 .client-text {
  margin-top: 50px;
  margin-bottom: 45px;
}
.cid-qJYZg1vab3 .client-text p {
  margin-bottom: 0;
}
.cid-qJYZg1vab3 .client-item {
  margin-top: 45px;
  padding: 60px 20px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.cid-qJYZg1vab3 .client-item:hover:before {
  opacity: 1;
  height: 100%;
}
.cid-qJYZg1vab3 .client-item:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-qJYZg1vab3 .client-item:hover .content h3 {
  color: #ffffff;
}
.cid-qJYZg1vab3 .client-item:hover .content span {
  color: #d0ced3;
}
.cid-qJYZg1vab3 .client-item:hover .content p {
  color: #d0ced3;
}
.cid-qJYZg1vab3 .client-item:hover .content .quote {
  color: #fba311;
}
.cid-qJYZg1vab3 .client-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #0e3781;
  opacity: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.7s;
}
.cid-qJYZg1vab3 .client-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.7s;
}
.cid-qJYZg1vab3 .client-item .client-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.cid-qJYZg1vab3 .client-item .client-img img {
  border-radius: 50%;
  border: 2px solid #fba311;
}
.cid-qJYZg1vab3 .client-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.cid-qJYZg1vab3 .client-item .content span {
  font-size: 14px;
  margin-bottom: 15px;
}
.cid-qJYZg1vab3 .client-item .content ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.cid-qJYZg1vab3 .client-item .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #fba311;
}
.cid-qJYZg1vab3 .client-item .content p {
  margin-bottom: 0;
}
.cid-qJYZg1vab3 H2 {
  color: #ffffff;
}
.cid-qJYZg1vab3 P {
  color: #000000;
}
.cid-qJYZg1vab3 H3 {
  color: #000000;
}
.cid-qJYZg1vab3 SPAN {
  color: #131788;
}
.cid-v047awVv8B {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v047awVv8B .client-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cid-v047awVv8B .client-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.cid-v047awVv8B .textp {
  color: #ffffff;
  line-height: 25px;
}
.cid-v047awVv8B .client-title {
  margin-bottom: 45px;
}
.cid-v047awVv8B .client-text {
  margin-top: 50px;
  margin-bottom: 45px;
}
.cid-v047awVv8B .client-text p {
  margin-bottom: 0;
}
.cid-v047awVv8B .client-item {
  margin-top: 45px;
  padding: 60px 20px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.cid-v047awVv8B .client-item:hover:before {
  opacity: 1;
  height: 100%;
}
.cid-v047awVv8B .client-item:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-v047awVv8B .client-item:hover .content h3 {
  color: #ffffff;
}
.cid-v047awVv8B .client-item:hover .content span {
  color: #d0ced3;
}
.cid-v047awVv8B .client-item:hover .content p {
  color: #d0ced3;
}
.cid-v047awVv8B .client-item:hover .content .quote {
  color: #fba311;
}
.cid-v047awVv8B .client-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #0e3781;
  opacity: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.7s;
}
.cid-v047awVv8B .client-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.7s;
}
.cid-v047awVv8B .client-item .client-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.cid-v047awVv8B .client-item .client-img img {
  border-radius: 50%;
  border: 2px solid #fba311;
}
.cid-v047awVv8B .client-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.cid-v047awVv8B .client-item .content span {
  font-size: 14px;
  margin-bottom: 15px;
}
.cid-v047awVv8B .client-item .content ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.cid-v047awVv8B .client-item .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #fba311;
}
.cid-v047awVv8B .client-item .content p {
  margin-bottom: 0;
}
.cid-v047awVv8B H2 {
  color: #ffffff;
}
.cid-v047awVv8B P {
  color: #000000;
}
.cid-v047awVv8B H3 {
  color: #000000;
}
.cid-v047awVv8B SPAN {
  color: #131788;
}
.cid-toFMHWn82a {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-toFMHWn82a .mbr-section-title {
  color: #ffffff;
}
.cid-toFMJjQkdh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-toFMJjQkdh .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-toFMJjQkdh .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-toFMJjQkdh .card-title,
.cid-toFMJjQkdh .card-box {
  color: #ffffff;
}
.cid-touSnWNi2L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-touSnWNi2L img,
.cid-touSnWNi2L .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-touSnWNi2L .item:focus,
.cid-touSnWNi2L span:focus {
  outline: none;
}
.cid-touSnWNi2L .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-touSnWNi2L .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e43f3f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-touSnWNi2L .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-touSnWNi2L .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-touSnWNi2L .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-touSnWNi2L .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-touSnWNi2L .item-wrapper {
  background: transparent;
}
.cid-touSnWNi2L .mbr-section-btn {
  margin-top: auto !important;
}
.cid-touSnWNi2L .mbr-section-title {
  color: #ffffff;
}
.cid-touSnWNi2L .mbr-text,
.cid-touSnWNi2L .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-touSnWNi2L .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-touSnWNi2L .item-subtitle {
  text-align: center;
}
.cid-toziftt1TB {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-toziftt1TB img,
.cid-toziftt1TB .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-toziftt1TB .item:focus,
.cid-toziftt1TB span:focus {
  outline: none;
}
.cid-toziftt1TB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-toziftt1TB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-toziftt1TB .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-toziftt1TB .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-toziftt1TB .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-toziftt1TB .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-toziftt1TB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-toziftt1TB .mbr-section-title {
  color: #232323;
}
.cid-toziftt1TB .mbr-text,
.cid-toziftt1TB .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-toziftt1TB .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-toziftt1TB .item-subtitle {
  text-align: center;
}
.cid-toLUG01wta {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-toLUG01wta img,
.cid-toLUG01wta .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-toLUG01wta .item:focus,
.cid-toLUG01wta span:focus {
  outline: none;
}
.cid-toLUG01wta .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-toLUG01wta .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-toLUG01wta .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-toLUG01wta .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-toLUG01wta .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-toLUG01wta .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-toLUG01wta .mbr-section-btn {
  margin-top: auto !important;
}
.cid-toLUG01wta .mbr-section-title {
  color: #232323;
}
.cid-toLUG01wta .mbr-text,
.cid-toLUG01wta .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-toLUG01wta .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-toLUG01wta .item-subtitle {
  text-align: center;
}
.cid-t2XObqInZS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t2XObqInZS .media-container-row {
  justify-content: space-between;
}
.cid-t2XObqInZS .text-content {
  max-width: 50%;
}
.cid-t2XObqInZS .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t2XObqInZS .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t2XObqInZS .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t2XObqInZS .icons {
    justify-content: center !important;
  }
  .cid-t2XObqInZS .text-content * {
    text-align: center;
  }
}
.cid-t2XObqInZS .mbr-section-title {
  color: #ffffff;
}
.cid-t2XObqInZS P {
  color: #ffffff;
}
.cid-RaPcTVoKSw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-RaPcTVoKSw .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-RaPcTVoKSw .bgColor1 {
  background-color: #0a0d53;
}
.cid-RaPcTVoKSw .bgColor2 {
  background-color: #e43f3f;
}
.cid-RaPcTVoKSw .bgColor3 {
  background-color: #9fdbf8;
}
.cid-RaPcTVoKSw .bgicon {
  background-color: #ffffff;
}
.cid-RaPcTVoKSw H1 {
  color: #e43f3f;
}
.cid-XUHYbAAM0G {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-XUHYbAAM0G #footer {
  padding: 0 0 25px 0;
}
.cid-XUHYbAAM0G #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-XUHYbAAM0G #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-XUHYbAAM0G #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-XUHYbAAM0G #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-XUHYbAAM0G #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-XUHYbAAM0G #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-XUHYbAAM0G #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-XUHYbAAM0G #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-XUHYbAAM0G #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-XUHYbAAM0G #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-XUHYbAAM0G #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-XUHYbAAM0G #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-XUHYbAAM0G #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-XUHYbAAM0G #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-XUHYbAAM0G #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-XUHYbAAM0G #footer .copyright {
  padding-top: 30px;
}
.cid-XUHYbAAM0G ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-XUHYbAAM0G H4 {
  color: #000000;
  text-align: left;
}
.cid-XUHYbAAM0G DIV {
  text-align: center;
  color: #fafafa;
}
.cid-XUHYbAAM0G P {
  color: #e43f3f;
  text-align: left;
}
.cid-XUHYbAAM0G div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-XUHYbAAM0G .copyright a {
  text-decoration: none !important;
}
.cid-XUHYbAAM0G .list,
.cid-XUHYbAAM0G .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-XUHYbAAM0G ul li a {
  text-decoration: none !important;
}
.cid-XUHYbAAM0G .list {
  color: #e43f3f;
}
.cid-iDILumYhrs .whatsapp-wrapper {
  position: fixed;
  bottom: 250px;
  right: 23px;
  z-index: 9999;
}
.cid-iDILumYhrs .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-iDILumYhrs .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-iDILumYhrs .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-iDILumYhrs .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-iDILumYhrs .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-iDILumYhrs .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-iDILumYhrs .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-iDILumYhrs .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-iDILumYhrs .whatsapp-button::after {
    display: none;
  }
}
.cid-iDILumYhrs DIV {
  color: #ffffff;
}
.cid-iDILumYhrs p {
  color: #000;
}
.cid-iDILumYhrs .hidden {
  display: none;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2TGoJFolO {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t2TGoJFolO .row {
  flex-direction: row-reverse;
}
.cid-t2TGoJFolO p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2TGoJFolO .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2TGoJFolO .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2TGoJFolO .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2TGoJFolO .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2TGoJFolO .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2TGoJFolO .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2TGoJFolO .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2TGoJFolO .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2TGoJFolO .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2TGoJFolO .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2TGoJFolO .main-banner:before {
    display: none;
  }
  .cid-t2TGoJFolO .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2TGoJFolO .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2TGoJFolO H6 {
  color: #e43f3f;
}
.cid-t2TGoJFolO P {
  color: #ffffff;
}
.cid-t2TGoJFolO H2 {
  color: #ffffff;
}
.cid-ueWM5cuX9y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWM5cuX9y .mbr-section-title {
  color: #000000;
}
.cid-t2YOBgf7Wu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2YOBgf7Wu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2YOBgf7Wu .mbr-text {
  color: #ffffff;
}
.cid-t2TGoLkKYA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2TGoLkKYA .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2TGoLkKYA .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2TGoLkKYA .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2TGoLkKYA .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2TGoLkKYA .bgicon {
  background-color: #ffffff;
}
.cid-t2TGoLkKYA H1 {
  color: #e43f3f;
}
.cid-t2TGoLBCSh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2TGoLBCSh #footer {
  padding: 0 0 25px 0;
}
.cid-t2TGoLBCSh #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2TGoLBCSh #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2TGoLBCSh #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2TGoLBCSh #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2TGoLBCSh #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2TGoLBCSh #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2TGoLBCSh #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2TGoLBCSh #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2TGoLBCSh #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2TGoLBCSh #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2TGoLBCSh #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2TGoLBCSh #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2TGoLBCSh #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2TGoLBCSh #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2TGoLBCSh #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2TGoLBCSh #footer .copyright {
  padding-top: 30px;
}
.cid-t2TGoLBCSh ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2TGoLBCSh H4 {
  color: #000000;
  text-align: left;
}
.cid-t2TGoLBCSh DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2TGoLBCSh P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2TGoLBCSh div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2TGoLBCSh .copyright a {
  text-decoration: none !important;
}
.cid-t2TGoLBCSh .list,
.cid-t2TGoLBCSh .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2TGoLBCSh ul li a {
  text-decoration: none !important;
}
.cid-t2TGoLBCSh .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2UQlClp4l {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2UQlClp4l .row {
  flex-direction: row-reverse;
}
.cid-t2UQlClp4l p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2UQlClp4l .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2UQlClp4l .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2UQlClp4l .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2UQlClp4l .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2UQlClp4l .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2UQlClp4l .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2UQlClp4l .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2UQlClp4l .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2UQlClp4l .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2UQlClp4l .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2UQlClp4l .main-banner:before {
    display: none;
  }
  .cid-t2UQlClp4l .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2UQlClp4l .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2UQlClp4l H6 {
  color: #e43f3f;
}
.cid-ueWTxHJoAi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWTxHJoAi .mbr-section-title {
  color: #000000;
}
.cid-t2UQlCUZo6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2UQlCUZo6 .mbr-text {
  color: #000000;
}
.cid-t2UQlDsBT3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2UQlDsBT3 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2UQlDsBT3 .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2UQlDsBT3 .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2UQlDsBT3 .bgColor3 {
  background-color: #9fdbf8;
}
.cid-t2UQlDsBT3 .bgicon {
  background-color: #ffffff;
}
.cid-t2UQlDsBT3 H1 {
  color: #e43f3f;
}
.cid-t2UQlDZlCr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2UQlDZlCr .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2UQlDZlCr .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2UQlDZlCr .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2UQlDZlCr .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2UQlDZlCr .bgicon {
  background-color: #ffffff;
}
.cid-t2UQlDZlCr H1 {
  color: #e43f3f;
}
.cid-t2Z3PEfNzH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2Z3PEfNzH .media-container-row {
  justify-content: space-between;
}
.cid-t2Z3PEfNzH .text-content {
  max-width: 50%;
}
.cid-t2Z3PEfNzH .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t2Z3PEfNzH .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t2Z3PEfNzH .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t2Z3PEfNzH .icons {
    justify-content: center !important;
  }
  .cid-t2Z3PEfNzH .text-content * {
    text-align: center;
  }
}
.cid-t2UQlEkOHz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2UQlEkOHz #footer {
  padding: 0 0 25px 0;
}
.cid-t2UQlEkOHz #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2UQlEkOHz #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2UQlEkOHz #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2UQlEkOHz #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2UQlEkOHz #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2UQlEkOHz #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2UQlEkOHz #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2UQlEkOHz #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2UQlEkOHz #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2UQlEkOHz #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2UQlEkOHz #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2UQlEkOHz #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2UQlEkOHz #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2UQlEkOHz #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2UQlEkOHz #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2UQlEkOHz #footer .copyright {
  padding-top: 30px;
}
.cid-t2UQlEkOHz ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2UQlEkOHz H4 {
  color: #000000;
  text-align: left;
}
.cid-t2UQlEkOHz DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2UQlEkOHz P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2UQlEkOHz div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2UQlEkOHz .copyright a {
  text-decoration: none !important;
}
.cid-t2UQlEkOHz .list,
.cid-t2UQlEkOHz .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2UQlEkOHz ul li a {
  text-decoration: none !important;
}
.cid-t2UQlEkOHz .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2UTQsCRTQ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2UTQsCRTQ .row {
  flex-direction: row-reverse;
}
.cid-t2UTQsCRTQ p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2UTQsCRTQ .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2UTQsCRTQ .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2UTQsCRTQ .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2UTQsCRTQ .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2UTQsCRTQ .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2UTQsCRTQ .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2UTQsCRTQ .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2UTQsCRTQ .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2UTQsCRTQ .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2UTQsCRTQ .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2UTQsCRTQ .main-banner:before {
    display: none;
  }
  .cid-t2UTQsCRTQ .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2UTQsCRTQ .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2UTQsCRTQ H6 {
  color: #e43f3f;
}
.cid-ueWTQVqYiN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWTQVqYiN .mbr-section-title {
  color: #000000;
}
.cid-t2YG9To4tA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2UTQtxDHA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2UTQtxDHA .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2UTQtxDHA .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2UTQtxDHA .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2UTQtxDHA .bgColor3 {
  background-color: #9fdbf8;
}
.cid-t2UTQtxDHA .bgicon {
  background-color: #ffffff;
}
.cid-t2UTQtxDHA H1 {
  color: #e43f3f;
}
.cid-t2UTQtPAPM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2UTQtPAPM .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2UTQtPAPM .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2UTQtPAPM .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2UTQtPAPM .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2UTQtPAPM .bgicon {
  background-color: #ffffff;
}
.cid-t2UTQtPAPM H1 {
  color: #e43f3f;
}
.cid-t2Z3UhiKb1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2Z3UhiKb1 .media-container-row {
  justify-content: space-between;
}
.cid-t2Z3UhiKb1 .text-content {
  max-width: 50%;
}
.cid-t2Z3UhiKb1 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t2Z3UhiKb1 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t2Z3UhiKb1 .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t2Z3UhiKb1 .icons {
    justify-content: center !important;
  }
  .cid-t2Z3UhiKb1 .text-content * {
    text-align: center;
  }
}
.cid-t2UTQu5NvN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2UTQu5NvN #footer {
  padding: 0 0 25px 0;
}
.cid-t2UTQu5NvN #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2UTQu5NvN #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2UTQu5NvN #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2UTQu5NvN #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2UTQu5NvN #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2UTQu5NvN #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2UTQu5NvN #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2UTQu5NvN #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2UTQu5NvN #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2UTQu5NvN #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2UTQu5NvN #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2UTQu5NvN #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2UTQu5NvN #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2UTQu5NvN #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2UTQu5NvN #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2UTQu5NvN #footer .copyright {
  padding-top: 30px;
}
.cid-t2UTQu5NvN ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2UTQu5NvN H4 {
  color: #000000;
  text-align: left;
}
.cid-t2UTQu5NvN DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2UTQu5NvN P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2UTQu5NvN div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2UTQu5NvN .copyright a {
  text-decoration: none !important;
}
.cid-t2UTQu5NvN .list,
.cid-t2UTQu5NvN .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2UTQu5NvN ul li a {
  text-decoration: none !important;
}
.cid-t2UTQu5NvN .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2UUw35qDf {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2UUw35qDf .row {
  flex-direction: row-reverse;
}
.cid-t2UUw35qDf p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2UUw35qDf .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2UUw35qDf .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2UUw35qDf .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2UUw35qDf .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2UUw35qDf .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2UUw35qDf .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2UUw35qDf .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2UUw35qDf .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2UUw35qDf .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2UUw35qDf .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2UUw35qDf .main-banner:before {
    display: none;
  }
  .cid-t2UUw35qDf .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2UUw35qDf .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2UUw35qDf H6 {
  color: #e43f3f;
}
.cid-ueWTUr1Zet {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWTUr1Zet .mbr-section-title {
  color: #000000;
}
.cid-t2UUw3xj3x {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2UUw3xj3x .mbr-text {
  color: #000000;
}
.cid-t2UUw42FDE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2UUw42FDE .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2UUw42FDE .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2UUw42FDE .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2UUw42FDE .bgColor3 {
  background-color: #9fdbf8;
}
.cid-t2UUw42FDE .bgicon {
  background-color: #ffffff;
}
.cid-t2UUw42FDE H1 {
  color: #e43f3f;
}
.cid-t2UUw4mFSa {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2UUw4mFSa .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2UUw4mFSa .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2UUw4mFSa .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2UUw4mFSa .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2UUw4mFSa .bgicon {
  background-color: #ffffff;
}
.cid-t2UUw4mFSa H1 {
  color: #e43f3f;
}
.cid-t2Z463yvTy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2Z463yvTy .media-container-row {
  justify-content: space-between;
}
.cid-t2Z463yvTy .text-content {
  max-width: 50%;
}
.cid-t2Z463yvTy .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t2Z463yvTy .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t2Z463yvTy .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t2Z463yvTy .icons {
    justify-content: center !important;
  }
  .cid-t2Z463yvTy .text-content * {
    text-align: center;
  }
}
.cid-t2UUw4CvZe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2UUw4CvZe #footer {
  padding: 0 0 25px 0;
}
.cid-t2UUw4CvZe #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2UUw4CvZe #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2UUw4CvZe #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2UUw4CvZe #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2UUw4CvZe #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2UUw4CvZe #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2UUw4CvZe #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2UUw4CvZe #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2UUw4CvZe #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2UUw4CvZe #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2UUw4CvZe #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2UUw4CvZe #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2UUw4CvZe #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2UUw4CvZe #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2UUw4CvZe #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2UUw4CvZe #footer .copyright {
  padding-top: 30px;
}
.cid-t2UUw4CvZe ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2UUw4CvZe H4 {
  color: #000000;
  text-align: left;
}
.cid-t2UUw4CvZe DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2UUw4CvZe P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2UUw4CvZe div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2UUw4CvZe .copyright a {
  text-decoration: none !important;
}
.cid-t2UUw4CvZe .list,
.cid-t2UUw4CvZe .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2UUw4CvZe ul li a {
  text-decoration: none !important;
}
.cid-t2UUw4CvZe .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2XTQUPkTw {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2XTQUPkTw .row {
  flex-direction: row-reverse;
}
.cid-t2XTQUPkTw p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2XTQUPkTw .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2XTQUPkTw .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2XTQUPkTw .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2XTQUPkTw .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2XTQUPkTw .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2XTQUPkTw .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2XTQUPkTw .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2XTQUPkTw .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2XTQUPkTw .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2XTQUPkTw .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2XTQUPkTw .main-banner:before {
    display: none;
  }
  .cid-t2XTQUPkTw .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2XTQUPkTw .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2XTQUPkTw H6 {
  color: #e43f3f;
}
.cid-ueWU1xYqdh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWU1xYqdh .mbr-section-title {
  color: #000000;
}
.cid-t2XUt6IpLf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2XTQVpSKQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2XTQVpSKQ .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2XTQVpSKQ .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2XTQVpSKQ .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2XTQVpSKQ .bgColor3 {
  background-color: #9fdbf8;
}
.cid-t2XTQVpSKQ .bgicon {
  background-color: #ffffff;
}
.cid-t2XTQVpSKQ H1 {
  color: #e43f3f;
}
.cid-t2XTQVHMDj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2XTQVHMDj .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2XTQVHMDj .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2XTQVHMDj .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2XTQVHMDj .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2XTQVHMDj .bgicon {
  background-color: #ffffff;
}
.cid-t2XTQVHMDj H1 {
  color: #e43f3f;
}
.cid-t2Z4dfsQgt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2Z4dfsQgt .media-container-row {
  justify-content: space-between;
}
.cid-t2Z4dfsQgt .text-content {
  max-width: 50%;
}
.cid-t2Z4dfsQgt .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t2Z4dfsQgt .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t2Z4dfsQgt .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t2Z4dfsQgt .icons {
    justify-content: center !important;
  }
  .cid-t2Z4dfsQgt .text-content * {
    text-align: center;
  }
}
.cid-t2XTQVWEjO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2XTQVWEjO #footer {
  padding: 0 0 25px 0;
}
.cid-t2XTQVWEjO #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2XTQVWEjO #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2XTQVWEjO #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2XTQVWEjO #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2XTQVWEjO #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2XTQVWEjO #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2XTQVWEjO #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2XTQVWEjO #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2XTQVWEjO #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2XTQVWEjO #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2XTQVWEjO #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2XTQVWEjO #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2XTQVWEjO #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2XTQVWEjO #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2XTQVWEjO #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2XTQVWEjO #footer .copyright {
  padding-top: 30px;
}
.cid-t2XTQVWEjO ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2XTQVWEjO H4 {
  color: #000000;
  text-align: left;
}
.cid-t2XTQVWEjO DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2XTQVWEjO P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2XTQVWEjO div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2XTQVWEjO .copyright a {
  text-decoration: none !important;
}
.cid-t2XTQVWEjO .list,
.cid-t2XTQVWEjO .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2XTQVWEjO ul li a {
  text-decoration: none !important;
}
.cid-t2XTQVWEjO .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2XVleujBs {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2XVleujBs .row {
  flex-direction: row-reverse;
}
.cid-t2XVleujBs p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2XVleujBs .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2XVleujBs .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2XVleujBs .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2XVleujBs .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2XVleujBs .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2XVleujBs .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2XVleujBs .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2XVleujBs .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2XVleujBs .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2XVleujBs .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2XVleujBs .main-banner:before {
    display: none;
  }
  .cid-t2XVleujBs .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2XVleujBs .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2XVleujBs H6 {
  color: #e43f3f;
}
.cid-ueWUm5R7tq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWUm5R7tq .mbr-section-title {
  color: #000000;
}
.cid-t2XVq3O8yb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2XVlfnN1a {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2XVlfnN1a .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2XVlfnN1a .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2XVlfnN1a .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2XVlfnN1a .bgColor3 {
  background-color: #9fdbf8;
}
.cid-t2XVlfnN1a .bgicon {
  background-color: #ffffff;
}
.cid-t2XVlfnN1a H1 {
  color: #e43f3f;
}
.cid-t2XVlfEIz4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2XVlfEIz4 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2XVlfEIz4 .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2XVlfEIz4 .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2XVlfEIz4 .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2XVlfEIz4 .bgicon {
  background-color: #ffffff;
}
.cid-t2XVlfEIz4 H1 {
  color: #e43f3f;
}
.cid-t2XVlfTUVK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2XVlfTUVK #footer {
  padding: 0 0 25px 0;
}
.cid-t2XVlfTUVK #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2XVlfTUVK #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2XVlfTUVK #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2XVlfTUVK #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2XVlfTUVK #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2XVlfTUVK #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2XVlfTUVK #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2XVlfTUVK #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2XVlfTUVK #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2XVlfTUVK #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2XVlfTUVK #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2XVlfTUVK #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2XVlfTUVK #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2XVlfTUVK #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2XVlfTUVK #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2XVlfTUVK #footer .copyright {
  padding-top: 30px;
}
.cid-t2XVlfTUVK ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2XVlfTUVK H4 {
  color: #000000;
  text-align: left;
}
.cid-t2XVlfTUVK DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2XVlfTUVK P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2XVlfTUVK div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2XVlfTUVK .copyright a {
  text-decoration: none !important;
}
.cid-t2XVlfTUVK .list,
.cid-t2XVlfTUVK .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2XVlfTUVK ul li a {
  text-decoration: none !important;
}
.cid-t2XVlfTUVK .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2YBL0WO27 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2YBL0WO27 .row {
  flex-direction: row-reverse;
}
.cid-t2YBL0WO27 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2YBL0WO27 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2YBL0WO27 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2YBL0WO27 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2YBL0WO27 .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2YBL0WO27 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2YBL0WO27 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2YBL0WO27 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2YBL0WO27 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2YBL0WO27 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2YBL0WO27 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2YBL0WO27 .main-banner:before {
    display: none;
  }
  .cid-t2YBL0WO27 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2YBL0WO27 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2YBL0WO27 H6 {
  color: #e43f3f;
}
.cid-ueWUtonpSi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWUtonpSi .mbr-section-title {
  color: #000000;
}
.cid-t2YCbm3gOT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2YBL1XecH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2YBL1XecH .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2YBL1XecH .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2YBL1XecH .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2YBL1XecH .bgColor3 {
  background-color: #9fdbf8;
}
.cid-t2YBL1XecH .bgicon {
  background-color: #ffffff;
}
.cid-t2YBL1XecH H1 {
  color: #e43f3f;
}
.cid-t2YBL2hLgv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2YBL2hLgv .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2YBL2hLgv .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2YBL2hLgv .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2YBL2hLgv .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2YBL2hLgv .bgicon {
  background-color: #ffffff;
}
.cid-t2YBL2hLgv H1 {
  color: #e43f3f;
}
.cid-t2YQ9fe9B5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2YQ9fe9B5 .media-container-row {
  justify-content: space-between;
}
.cid-t2YQ9fe9B5 .text-content {
  max-width: 50%;
}
.cid-t2YQ9fe9B5 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t2YQ9fe9B5 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t2YQ9fe9B5 .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t2YQ9fe9B5 .icons {
    justify-content: center !important;
  }
  .cid-t2YQ9fe9B5 .text-content * {
    text-align: center;
  }
}
.cid-t2YBL2vVsT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2YBL2vVsT #footer {
  padding: 0 0 25px 0;
}
.cid-t2YBL2vVsT #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2YBL2vVsT #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2YBL2vVsT #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2YBL2vVsT #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2YBL2vVsT #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2YBL2vVsT #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2YBL2vVsT #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2YBL2vVsT #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2YBL2vVsT #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2YBL2vVsT #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2YBL2vVsT #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2YBL2vVsT #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2YBL2vVsT #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2YBL2vVsT #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2YBL2vVsT #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2YBL2vVsT #footer .copyright {
  padding-top: 30px;
}
.cid-t2YBL2vVsT ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2YBL2vVsT H4 {
  color: #000000;
  text-align: left;
}
.cid-t2YBL2vVsT DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2YBL2vVsT P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2YBL2vVsT div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2YBL2vVsT .copyright a {
  text-decoration: none !important;
}
.cid-t2YBL2vVsT .list,
.cid-t2YBL2vVsT .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2YBL2vVsT ul li a {
  text-decoration: none !important;
}
.cid-t2YBL2vVsT .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2YEwYfwhc {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2YEwYfwhc .row {
  flex-direction: row-reverse;
}
.cid-t2YEwYfwhc p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2YEwYfwhc .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2YEwYfwhc .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2YEwYfwhc .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2YEwYfwhc .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2YEwYfwhc .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2YEwYfwhc .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2YEwYfwhc .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2YEwYfwhc .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2YEwYfwhc .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2YEwYfwhc .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2YEwYfwhc .main-banner:before {
    display: none;
  }
  .cid-t2YEwYfwhc .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2YEwYfwhc .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2YEwYfwhc H6 {
  color: #e43f3f;
}
.cid-ueWUK6cTFy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWUK6cTFy .mbr-section-title {
  color: #000000;
}
.cid-t2YFzs0ybE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2YEwZaLda {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2YEwZaLda .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2YEwZaLda .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2YEwZaLda .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2YEwZaLda .bgColor3 {
  background-color: #9fdbf8;
}
.cid-t2YEwZaLda .bgicon {
  background-color: #ffffff;
}
.cid-t2YEwZaLda H1 {
  color: #e43f3f;
}
.cid-t2YEwZuLIO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2YEwZuLIO .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2YEwZuLIO .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2YEwZuLIO .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2YEwZuLIO .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2YEwZuLIO .bgicon {
  background-color: #ffffff;
}
.cid-t2YEwZuLIO H1 {
  color: #e43f3f;
}
.cid-t2Z4yIh8xz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2Z4yIh8xz .media-container-row {
  justify-content: space-between;
}
.cid-t2Z4yIh8xz .text-content {
  max-width: 50%;
}
.cid-t2Z4yIh8xz .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t2Z4yIh8xz .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t2Z4yIh8xz .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t2Z4yIh8xz .icons {
    justify-content: center !important;
  }
  .cid-t2Z4yIh8xz .text-content * {
    text-align: center;
  }
}
.cid-t2YEwZOKQj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2YEwZOKQj #footer {
  padding: 0 0 25px 0;
}
.cid-t2YEwZOKQj #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2YEwZOKQj #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2YEwZOKQj #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2YEwZOKQj #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2YEwZOKQj #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2YEwZOKQj #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2YEwZOKQj #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2YEwZOKQj #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2YEwZOKQj #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2YEwZOKQj #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2YEwZOKQj #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2YEwZOKQj #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2YEwZOKQj #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2YEwZOKQj #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2YEwZOKQj #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2YEwZOKQj #footer .copyright {
  padding-top: 30px;
}
.cid-t2YEwZOKQj ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2YEwZOKQj H4 {
  color: #000000;
  text-align: left;
}
.cid-t2YEwZOKQj DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2YEwZOKQj P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2YEwZOKQj div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2YEwZOKQj .copyright a {
  text-decoration: none !important;
}
.cid-t2YEwZOKQj .list,
.cid-t2YEwZOKQj .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2YEwZOKQj ul li a {
  text-decoration: none !important;
}
.cid-t2YEwZOKQj .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2YCzeewyA {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2YCzeewyA .row {
  flex-direction: row-reverse;
}
.cid-t2YCzeewyA p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2YCzeewyA .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2YCzeewyA .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2YCzeewyA .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2YCzeewyA .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2YCzeewyA .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2YCzeewyA .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2YCzeewyA .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2YCzeewyA .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2YCzeewyA .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2YCzeewyA .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2YCzeewyA .main-banner:before {
    display: none;
  }
  .cid-t2YCzeewyA .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2YCzeewyA .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2YCzeewyA H6 {
  color: #e43f3f;
}
.cid-ueWUWOBNeP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWUWOBNeP .mbr-section-title {
  color: #000000;
}
.cid-t2YDxW364N {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2YCzf9dgk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2YCzf9dgk .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2YCzf9dgk .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2YCzf9dgk .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2YCzf9dgk .bgColor3 {
  background-color: #9fdbf8;
}
.cid-t2YCzf9dgk .bgicon {
  background-color: #ffffff;
}
.cid-t2YCzf9dgk H1 {
  color: #e43f3f;
}
.cid-t2YCzft3kx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2YCzft3kx .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2YCzft3kx .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2YCzft3kx .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2YCzft3kx .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2YCzft3kx .bgicon {
  background-color: #ffffff;
}
.cid-t2YCzft3kx H1 {
  color: #e43f3f;
}
.cid-t2Z4Dz0oRS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2Z4Dz0oRS .media-container-row {
  justify-content: space-between;
}
.cid-t2Z4Dz0oRS .text-content {
  max-width: 50%;
}
.cid-t2Z4Dz0oRS .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t2Z4Dz0oRS .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t2Z4Dz0oRS .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t2Z4Dz0oRS .icons {
    justify-content: center !important;
  }
  .cid-t2Z4Dz0oRS .text-content * {
    text-align: center;
  }
}
.cid-t2YCzfJ24U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2YCzfJ24U #footer {
  padding: 0 0 25px 0;
}
.cid-t2YCzfJ24U #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2YCzfJ24U #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2YCzfJ24U #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2YCzfJ24U #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2YCzfJ24U #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2YCzfJ24U #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2YCzfJ24U #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2YCzfJ24U #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2YCzfJ24U #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2YCzfJ24U #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2YCzfJ24U #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2YCzfJ24U #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2YCzfJ24U #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2YCzfJ24U #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2YCzfJ24U #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2YCzfJ24U #footer .copyright {
  padding-top: 30px;
}
.cid-t2YCzfJ24U ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2YCzfJ24U H4 {
  color: #000000;
  text-align: left;
}
.cid-t2YCzfJ24U DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2YCzfJ24U P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2YCzfJ24U div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2YCzfJ24U .copyright a {
  text-decoration: none !important;
}
.cid-t2YCzfJ24U .list,
.cid-t2YCzfJ24U .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2YCzfJ24U ul li a {
  text-decoration: none !important;
}
.cid-t2YCzfJ24U .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2USJ3fiAh {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t2USJ3fiAh .row {
  flex-direction: row-reverse;
}
.cid-t2USJ3fiAh p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2USJ3fiAh .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2USJ3fiAh .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2USJ3fiAh .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2USJ3fiAh .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2USJ3fiAh .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2USJ3fiAh .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2USJ3fiAh .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2USJ3fiAh .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2USJ3fiAh .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2USJ3fiAh .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2USJ3fiAh .main-banner:before {
    display: none;
  }
  .cid-t2USJ3fiAh .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2USJ3fiAh .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2USJ3fiAh H6 {
  color: #e43f3f;
}
.cid-t2USJ3fiAh P {
  color: #ffffff;
}
.cid-t2USJ3fiAh H2 {
  color: #ffffff;
}
.cid-ueWUYXazDU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWUYXazDU .mbr-section-title {
  color: #000000;
}
.cid-t2USJ3IFTW {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t2USJ3IFTW .mbr-text {
  color: #ffffff;
}
.cid-t2USJ4bXaP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2USJ4bXaP .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2USJ4bXaP .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2USJ4bXaP .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2USJ4bXaP .bgColor3 {
  background-color: #9fdbf8;
}
.cid-t2USJ4bXaP .bgicon {
  background-color: #ffffff;
}
.cid-t2USJ4bXaP H1 {
  color: #e43f3f;
}
.cid-t2USJ4xoYV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2USJ4xoYV .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2USJ4xoYV .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2USJ4xoYV .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2USJ4xoYV .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2USJ4xoYV .bgicon {
  background-color: #ffffff;
}
.cid-t2USJ4xoYV H1 {
  color: #e43f3f;
}
.cid-t2Z4YAlhFh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2Z4YAlhFh .media-container-row {
  justify-content: space-between;
}
.cid-t2Z4YAlhFh .text-content {
  max-width: 50%;
}
.cid-t2Z4YAlhFh .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t2Z4YAlhFh .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t2Z4YAlhFh .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t2Z4YAlhFh .icons {
    justify-content: center !important;
  }
  .cid-t2Z4YAlhFh .text-content * {
    text-align: center;
  }
}
.cid-t2USJ4NxhN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2USJ4NxhN #footer {
  padding: 0 0 25px 0;
}
.cid-t2USJ4NxhN #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2USJ4NxhN #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2USJ4NxhN #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2USJ4NxhN #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2USJ4NxhN #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2USJ4NxhN #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2USJ4NxhN #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2USJ4NxhN #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2USJ4NxhN #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2USJ4NxhN #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2USJ4NxhN #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2USJ4NxhN #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2USJ4NxhN #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2USJ4NxhN #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2USJ4NxhN #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2USJ4NxhN #footer .copyright {
  padding-top: 30px;
}
.cid-t2USJ4NxhN ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2USJ4NxhN H4 {
  color: #000000;
  text-align: left;
}
.cid-t2USJ4NxhN DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2USJ4NxhN P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2USJ4NxhN div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2USJ4NxhN .copyright a {
  text-decoration: none !important;
}
.cid-t2USJ4NxhN .list,
.cid-t2USJ4NxhN .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2USJ4NxhN ul li a {
  text-decoration: none !important;
}
.cid-t2USJ4NxhN .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2XV251oZr {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2XV251oZr .row {
  flex-direction: row-reverse;
}
.cid-t2XV251oZr p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2XV251oZr .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2XV251oZr .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2XV251oZr .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2XV251oZr .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2XV251oZr .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2XV251oZr .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2XV251oZr .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2XV251oZr .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2XV251oZr .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2XV251oZr .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2XV251oZr .main-banner:before {
    display: none;
  }
  .cid-t2XV251oZr .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2XV251oZr .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2XV251oZr H6 {
  color: #e43f3f;
}
.cid-t2XV7hEtcH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2XV7hEtcH .mbr-text {
  color: #000000;
}
.cid-t2XV25H2y7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2XV25H2y7 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2XV25H2y7 .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2XV25H2y7 .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2XV25H2y7 .bgColor3 {
  background-color: #9fdbf8;
}
.cid-t2XV25H2y7 .bgicon {
  background-color: #ffffff;
}
.cid-t2XV25H2y7 H1 {
  color: #e43f3f;
}
.cid-t2XV25Xlwz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2XV25Xlwz .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2XV25Xlwz .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2XV25Xlwz .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2XV25Xlwz .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2XV25Xlwz .bgicon {
  background-color: #ffffff;
}
.cid-t2XV25Xlwz H1 {
  color: #e43f3f;
}
.cid-t2YRkmF26Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2YRkmF26Y .media-container-row {
  justify-content: space-between;
}
.cid-t2YRkmF26Y .text-content {
  max-width: 50%;
}
.cid-t2YRkmF26Y .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t2YRkmF26Y .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t2YRkmF26Y .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t2YRkmF26Y .icons {
    justify-content: center !important;
  }
  .cid-t2YRkmF26Y .text-content * {
    text-align: center;
  }
}
.cid-t2XV26bUit {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2XV26bUit #footer {
  padding: 0 0 25px 0;
}
.cid-t2XV26bUit #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2XV26bUit #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2XV26bUit #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2XV26bUit #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2XV26bUit #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2XV26bUit #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2XV26bUit #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2XV26bUit #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2XV26bUit #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2XV26bUit #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2XV26bUit #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2XV26bUit #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2XV26bUit #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2XV26bUit #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2XV26bUit #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2XV26bUit #footer .copyright {
  padding-top: 30px;
}
.cid-t2XV26bUit ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2XV26bUit H4 {
  color: #000000;
  text-align: left;
}
.cid-t2XV26bUit DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2XV26bUit P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2XV26bUit div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2XV26bUit .copyright a {
  text-decoration: none !important;
}
.cid-t2XV26bUit .list,
.cid-t2XV26bUit .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2XV26bUit ul li a {
  text-decoration: none !important;
}
.cid-t2XV26bUit .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2YRG2R3hT {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2YRG2R3hT .row {
  flex-direction: row-reverse;
}
.cid-t2YRG2R3hT p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2YRG2R3hT .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2YRG2R3hT .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2YRG2R3hT .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2YRG2R3hT .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2YRG2R3hT .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2YRG2R3hT .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2YRG2R3hT .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2YRG2R3hT .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2YRG2R3hT .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2YRG2R3hT .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2YRG2R3hT .main-banner:before {
    display: none;
  }
  .cid-t2YRG2R3hT .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2YRG2R3hT .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2YRG2R3hT H6 {
  color: #e43f3f;
}
.cid-t2YSLSxFMT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2YRG3LNbC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2YRG3LNbC .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2YRG3LNbC .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2YRG3LNbC .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2YRG3LNbC .bgColor3 {
  background-color: #9fdbf8;
}
.cid-t2YRG3LNbC .bgicon {
  background-color: #ffffff;
}
.cid-t2YRG3LNbC H1 {
  color: #e43f3f;
}
.cid-t2YRG42krG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2YRG42krG .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2YRG42krG .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2YRG42krG .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2YRG42krG .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2YRG42krG .bgicon {
  background-color: #ffffff;
}
.cid-t2YRG42krG H1 {
  color: #e43f3f;
}
.cid-t2YRG4jeUp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2YRG4jeUp .media-container-row {
  justify-content: space-between;
}
.cid-t2YRG4jeUp .text-content {
  max-width: 50%;
}
.cid-t2YRG4jeUp .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t2YRG4jeUp .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t2YRG4jeUp .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t2YRG4jeUp .icons {
    justify-content: center !important;
  }
  .cid-t2YRG4jeUp .text-content * {
    text-align: center;
  }
}
.cid-t2YRG4Hr0o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2YRG4Hr0o #footer {
  padding: 0 0 25px 0;
}
.cid-t2YRG4Hr0o #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2YRG4Hr0o #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2YRG4Hr0o #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2YRG4Hr0o #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2YRG4Hr0o #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2YRG4Hr0o #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2YRG4Hr0o #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2YRG4Hr0o #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2YRG4Hr0o #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2YRG4Hr0o #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2YRG4Hr0o #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2YRG4Hr0o #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2YRG4Hr0o #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2YRG4Hr0o #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2YRG4Hr0o #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2YRG4Hr0o #footer .copyright {
  padding-top: 30px;
}
.cid-t2YRG4Hr0o ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2YRG4Hr0o H4 {
  color: #000000;
  text-align: left;
}
.cid-t2YRG4Hr0o DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2YRG4Hr0o P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2YRG4Hr0o div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2YRG4Hr0o .copyright a {
  text-decoration: none !important;
}
.cid-t2YRG4Hr0o .list,
.cid-t2YRG4Hr0o .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2YRG4Hr0o ul li a {
  text-decoration: none !important;
}
.cid-t2YRG4Hr0o .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2YT59qTbB {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t2YT59qTbB .row {
  flex-direction: row-reverse;
}
.cid-t2YT59qTbB p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2YT59qTbB .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2YT59qTbB .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2YT59qTbB .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2YT59qTbB .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2YT59qTbB .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2YT59qTbB .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2YT59qTbB .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2YT59qTbB .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2YT59qTbB .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2YT59qTbB .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2YT59qTbB .main-banner:before {
    display: none;
  }
  .cid-t2YT59qTbB .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2YT59qTbB .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2YT59qTbB H6 {
  color: #e43f3f;
}
.cid-t2YT59qTbB H2 {
  color: #ffffff;
}
.cid-t2YT59qTbB P {
  color: #ffffff;
}
.cid-ueWWbUJRwQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWWbUJRwQ .mbr-section-title {
  color: #000000;
}
.cid-t2YTsLSrTi {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2YTsLSrTi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2YTsLSrTi .mbr-text {
  color: #ffffff;
}
.cid-t2YT5aFysx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2YT5aFysx .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2YT5aFysx .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2YT5aFysx .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2YT5aFysx .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2YT5aFysx .bgicon {
  background-color: #ffffff;
}
.cid-t2YT5aFysx H1 {
  color: #e43f3f;
}
.cid-t2YT5bjuh8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2YT5bjuh8 #footer {
  padding: 0 0 25px 0;
}
.cid-t2YT5bjuh8 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2YT5bjuh8 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2YT5bjuh8 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2YT5bjuh8 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2YT5bjuh8 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2YT5bjuh8 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2YT5bjuh8 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2YT5bjuh8 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2YT5bjuh8 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2YT5bjuh8 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2YT5bjuh8 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2YT5bjuh8 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2YT5bjuh8 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2YT5bjuh8 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2YT5bjuh8 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2YT5bjuh8 #footer .copyright {
  padding-top: 30px;
}
.cid-t2YT5bjuh8 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2YT5bjuh8 H4 {
  color: #000000;
  text-align: left;
}
.cid-t2YT5bjuh8 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2YT5bjuh8 P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2YT5bjuh8 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2YT5bjuh8 .copyright a {
  text-decoration: none !important;
}
.cid-t2YT5bjuh8 .list,
.cid-t2YT5bjuh8 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2YT5bjuh8 ul li a {
  text-decoration: none !important;
}
.cid-t2YT5bjuh8 .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2YU5ZXk07 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t2YU5ZXk07 .row {
  flex-direction: row-reverse;
}
.cid-t2YU5ZXk07 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2YU5ZXk07 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2YU5ZXk07 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2YU5ZXk07 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2YU5ZXk07 .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2YU5ZXk07 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2YU5ZXk07 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2YU5ZXk07 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2YU5ZXk07 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2YU5ZXk07 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2YU5ZXk07 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2YU5ZXk07 .main-banner:before {
    display: none;
  }
  .cid-t2YU5ZXk07 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2YU5ZXk07 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2YU5ZXk07 H6 {
  color: #e43f3f;
}
.cid-t2YU5ZXk07 H2 {
  color: #ffffff;
}
.cid-t2YU5ZXk07 P {
  color: #ffffff;
}
.cid-ueWW6hzcoY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWW6hzcoY .mbr-section-title {
  color: #000000;
}
.cid-t2YXBsCBqY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2YXBsCBqY .mbr-text {
  color: #ffffff;
}
.cid-t2YXBsCBqY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2YU60R50Z {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2YU60R50Z .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2YU60R50Z .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2YU60R50Z .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2YU60R50Z .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2YU60R50Z .bgicon {
  background-color: #ffffff;
}
.cid-t2YU60R50Z H1 {
  color: #e43f3f;
}
.cid-t2YU61uBJz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2YU61uBJz #footer {
  padding: 0 0 25px 0;
}
.cid-t2YU61uBJz #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2YU61uBJz #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2YU61uBJz #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2YU61uBJz #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2YU61uBJz #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2YU61uBJz #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2YU61uBJz #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2YU61uBJz #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2YU61uBJz #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2YU61uBJz #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2YU61uBJz #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2YU61uBJz #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2YU61uBJz #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2YU61uBJz #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2YU61uBJz #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2YU61uBJz #footer .copyright {
  padding-top: 30px;
}
.cid-t2YU61uBJz ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2YU61uBJz H4 {
  color: #000000;
  text-align: left;
}
.cid-t2YU61uBJz DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2YU61uBJz P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2YU61uBJz div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2YU61uBJz .copyright a {
  text-decoration: none !important;
}
.cid-t2YU61uBJz .list,
.cid-t2YU61uBJz .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2YU61uBJz ul li a {
  text-decoration: none !important;
}
.cid-t2YU61uBJz .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2Z5s9ObTK {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t2Z5s9ObTK .row {
  flex-direction: row-reverse;
}
.cid-t2Z5s9ObTK p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2Z5s9ObTK .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2Z5s9ObTK .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2Z5s9ObTK .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2Z5s9ObTK .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2Z5s9ObTK .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2Z5s9ObTK .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2Z5s9ObTK .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2Z5s9ObTK .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2Z5s9ObTK .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2Z5s9ObTK .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2Z5s9ObTK .main-banner:before {
    display: none;
  }
  .cid-t2Z5s9ObTK .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2Z5s9ObTK .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2Z5s9ObTK H6 {
  color: #e43f3f;
}
.cid-t2Z5s9ObTK H2 {
  color: #ffffff;
}
.cid-t2Z5s9ObTK P {
  color: #ffffff;
}
.cid-uyrOuttsJm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uyrOuttsJm .mbr-section-title {
  color: #000000;
}
.cid-t2Z7i9zD6E {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2Z7i9zD6E .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2Z7i9zD6E .mbr-text {
  color: #ffffff;
}
.cid-trr4Vz8FGr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-trr4Vz8FGr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-trr4Vz8FGr .mbr-text {
  color: #ffffff;
}
.cid-t2Z5sblfrk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2Z5sblfrk .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2Z5sblfrk .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2Z5sblfrk .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2Z5sblfrk .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2Z5sblfrk .bgicon {
  background-color: #ffffff;
}
.cid-t2Z5sblfrk H1 {
  color: #e43f3f;
}
.cid-t2Z5sbF5SW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t2Z5sbF5SW .media-container-row {
  justify-content: space-between;
}
.cid-t2Z5sbF5SW .text-content {
  max-width: 50%;
}
.cid-t2Z5sbF5SW .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t2Z5sbF5SW .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t2Z5sbF5SW .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t2Z5sbF5SW .icons {
    justify-content: center !important;
  }
  .cid-t2Z5sbF5SW .text-content * {
    text-align: center;
  }
}
.cid-t2Z5sbF5SW .mbr-section-title {
  color: #ffffff;
}
.cid-t2Z5sbF5SW P {
  color: #ffffff;
}
.cid-t2Z5sc7n02 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2Z5sc7n02 #footer {
  padding: 0 0 25px 0;
}
.cid-t2Z5sc7n02 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2Z5sc7n02 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2Z5sc7n02 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2Z5sc7n02 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2Z5sc7n02 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2Z5sc7n02 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2Z5sc7n02 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2Z5sc7n02 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2Z5sc7n02 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2Z5sc7n02 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2Z5sc7n02 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2Z5sc7n02 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2Z5sc7n02 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2Z5sc7n02 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2Z5sc7n02 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2Z5sc7n02 #footer .copyright {
  padding-top: 30px;
}
.cid-t2Z5sc7n02 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2Z5sc7n02 H4 {
  color: #000000;
  text-align: left;
}
.cid-t2Z5sc7n02 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2Z5sc7n02 P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2Z5sc7n02 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2Z5sc7n02 .copyright a {
  text-decoration: none !important;
}
.cid-t2Z5sc7n02 .list,
.cid-t2Z5sc7n02 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2Z5sc7n02 ul li a {
  text-decoration: none !important;
}
.cid-t2Z5sc7n02 .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2Z7zIMgBe {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t2Z7zIMgBe .row {
  flex-direction: row-reverse;
}
.cid-t2Z7zIMgBe p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2Z7zIMgBe .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2Z7zIMgBe .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2Z7zIMgBe .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2Z7zIMgBe .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2Z7zIMgBe .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2Z7zIMgBe .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2Z7zIMgBe .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2Z7zIMgBe .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2Z7zIMgBe .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2Z7zIMgBe .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2Z7zIMgBe .main-banner:before {
    display: none;
  }
  .cid-t2Z7zIMgBe .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2Z7zIMgBe .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2Z7zIMgBe H6 {
  color: #e43f3f;
}
.cid-t2Z7zIMgBe H2 {
  color: #ffffff;
}
.cid-t2Z7zIMgBe P {
  color: #ffffff;
}
.cid-uyrOKpVjxr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uyrOKpVjxr .mbr-section-title {
  color: #000000;
}
.cid-t2Z7CQ1JJb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2Z7CQ1JJb .mbr-text {
  color: #ffffff;
}
.cid-t2Z7CQ1JJb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-trr5q5gh9D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-trr5q5gh9D .mbr-text {
  color: #ffffff;
}
.cid-trr5q5gh9D .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2Z7zJW5He {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2Z7zJW5He .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2Z7zJW5He .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2Z7zJW5He .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2Z7zJW5He .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2Z7zJW5He .bgicon {
  background-color: #ffffff;
}
.cid-t2Z7zJW5He H1 {
  color: #e43f3f;
}
.cid-t2Z7zKysMz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2Z7zKysMz #footer {
  padding: 0 0 25px 0;
}
.cid-t2Z7zKysMz #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2Z7zKysMz #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2Z7zKysMz #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2Z7zKysMz #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2Z7zKysMz #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2Z7zKysMz #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2Z7zKysMz #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2Z7zKysMz #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2Z7zKysMz #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2Z7zKysMz #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2Z7zKysMz #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2Z7zKysMz #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2Z7zKysMz #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2Z7zKysMz #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2Z7zKysMz #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2Z7zKysMz #footer .copyright {
  padding-top: 30px;
}
.cid-t2Z7zKysMz ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2Z7zKysMz H4 {
  color: #000000;
  text-align: left;
}
.cid-t2Z7zKysMz DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2Z7zKysMz P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2Z7zKysMz div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2Z7zKysMz .copyright a {
  text-decoration: none !important;
}
.cid-t2Z7zKysMz .list,
.cid-t2Z7zKysMz .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2Z7zKysMz ul li a {
  text-decoration: none !important;
}
.cid-t2Z7zKysMz .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2Z8qSlq0d {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2Z8qSlq0d .row {
  flex-direction: row-reverse;
}
.cid-t2Z8qSlq0d p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2Z8qSlq0d .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2Z8qSlq0d .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2Z8qSlq0d .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2Z8qSlq0d .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2Z8qSlq0d .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2Z8qSlq0d .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2Z8qSlq0d .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2Z8qSlq0d .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2Z8qSlq0d .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2Z8qSlq0d .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2Z8qSlq0d .main-banner:before {
    display: none;
  }
  .cid-t2Z8qSlq0d .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2Z8qSlq0d .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2Z8qSlq0d H6 {
  color: #e43f3f;
}
.cid-t2Z8xmDgqj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2Z8xmDgqj .mbr-text {
  color: #000000;
}
.cid-t2Z8xmDgqj P {
  text-align: left;
}
.cid-trr5SxcytY .divider-top {
  position: relative;
  padding: 2.5em;
  background: #e43f3f;
}
.cid-trr5SxcytY .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-trr5SxcytY .divider-top::before,
.cid-trr5SxcytY .divider-bottom::before,
.cid-trr5SxcytY .divider-top::after,
.cid-trr5SxcytY .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-trr5SxcytY .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-trr5SxcytY .divider-triangles::before {
  top: -50px;
}
.cid-trr5SxcytY .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-trr5SxcytY .divider-halfcircle::before {
  top: -50px;
}
.cid-trr5SxcytY .divider-multitriangles::before,
.cid-trr5SxcytY .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-trr5SxcytY .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #e43f3f, 50px -50px 0 #e43f3f;
}
.cid-trr5HosAOx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2Z8qTytFt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2Z8qTytFt .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2Z8qTytFt .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2Z8qTytFt .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2Z8qTytFt .bgColor3 {
  background-color: #9fdbf8;
}
.cid-t2Z8qTytFt .bgicon {
  background-color: #ffffff;
}
.cid-t2Z8qTytFt H1 {
  color: #e43f3f;
}
.cid-t2Z8qTSVuP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2Z8qTSVuP .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2Z8qTSVuP .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2Z8qTSVuP .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2Z8qTSVuP .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2Z8qTSVuP .bgicon {
  background-color: #ffffff;
}
.cid-t2Z8qTSVuP H1 {
  color: #e43f3f;
}
.cid-t2Z8qUbdeO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2Z8qUbdeO .media-container-row {
  justify-content: space-between;
}
.cid-t2Z8qUbdeO .text-content {
  max-width: 50%;
}
.cid-t2Z8qUbdeO .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t2Z8qUbdeO .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t2Z8qUbdeO .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t2Z8qUbdeO .icons {
    justify-content: center !important;
  }
  .cid-t2Z8qUbdeO .text-content * {
    text-align: center;
  }
}
.cid-t2Z8qUCq8B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2Z8qUCq8B #footer {
  padding: 0 0 25px 0;
}
.cid-t2Z8qUCq8B #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2Z8qUCq8B #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2Z8qUCq8B #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2Z8qUCq8B #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2Z8qUCq8B #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2Z8qUCq8B #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2Z8qUCq8B #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2Z8qUCq8B #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2Z8qUCq8B #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2Z8qUCq8B #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2Z8qUCq8B #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2Z8qUCq8B #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2Z8qUCq8B #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2Z8qUCq8B #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2Z8qUCq8B #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2Z8qUCq8B #footer .copyright {
  padding-top: 30px;
}
.cid-t2Z8qUCq8B ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2Z8qUCq8B H4 {
  color: #000000;
  text-align: left;
}
.cid-t2Z8qUCq8B DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2Z8qUCq8B P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2Z8qUCq8B div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2Z8qUCq8B .copyright a {
  text-decoration: none !important;
}
.cid-t2Z8qUCq8B .list,
.cid-t2Z8qUCq8B .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2Z8qUCq8B ul li a {
  text-decoration: none !important;
}
.cid-t2Z8qUCq8B .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2Z94dJXX0 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2Z94dJXX0 .row {
  flex-direction: row-reverse;
}
.cid-t2Z94dJXX0 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2Z94dJXX0 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2Z94dJXX0 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2Z94dJXX0 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2Z94dJXX0 .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2Z94dJXX0 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2Z94dJXX0 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2Z94dJXX0 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2Z94dJXX0 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2Z94dJXX0 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2Z94dJXX0 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2Z94dJXX0 .main-banner:before {
    display: none;
  }
  .cid-t2Z94dJXX0 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2Z94dJXX0 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2Z94dJXX0 H6 {
  color: #e43f3f;
}
.cid-t2Z9ZCkLt9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2Z9ZCkLt9 .mbr-text {
  color: #000000;
}
.cid-t2Z9ZCkLt9 P {
  text-align: left;
}
.cid-trr67L6raW .divider-top {
  position: relative;
  padding: 2.5em;
  background: #e43f3f;
}
.cid-trr67L6raW .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-trr67L6raW .divider-top::before,
.cid-trr67L6raW .divider-bottom::before,
.cid-trr67L6raW .divider-top::after,
.cid-trr67L6raW .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-trr67L6raW .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-trr67L6raW .divider-triangles::before {
  top: -50px;
}
.cid-trr67L6raW .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-trr67L6raW .divider-halfcircle::before {
  top: -50px;
}
.cid-trr67L6raW .divider-multitriangles::before,
.cid-trr67L6raW .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-trr67L6raW .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #e43f3f, 50px -50px 0 #e43f3f;
}
.cid-trr5YDhAfT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2Z94eBLZC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2Z94eBLZC .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2Z94eBLZC .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2Z94eBLZC .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2Z94eBLZC .bgColor3 {
  background-color: #9fdbf8;
}
.cid-t2Z94eBLZC .bgicon {
  background-color: #ffffff;
}
.cid-t2Z94eBLZC H1 {
  color: #e43f3f;
}
.cid-t2Z94eRcHo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2Z94eRcHo .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2Z94eRcHo .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2Z94eRcHo .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2Z94eRcHo .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2Z94eRcHo .bgicon {
  background-color: #ffffff;
}
.cid-t2Z94eRcHo H1 {
  color: #e43f3f;
}
.cid-t2Z94f7SJk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2Z94f7SJk .media-container-row {
  justify-content: space-between;
}
.cid-t2Z94f7SJk .text-content {
  max-width: 50%;
}
.cid-t2Z94f7SJk .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t2Z94f7SJk .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t2Z94f7SJk .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t2Z94f7SJk .icons {
    justify-content: center !important;
  }
  .cid-t2Z94f7SJk .text-content * {
    text-align: center;
  }
}
.cid-t2Z94fqwwK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2Z94fqwwK #footer {
  padding: 0 0 25px 0;
}
.cid-t2Z94fqwwK #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2Z94fqwwK #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2Z94fqwwK #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2Z94fqwwK #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2Z94fqwwK #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2Z94fqwwK #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2Z94fqwwK #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2Z94fqwwK #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2Z94fqwwK #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2Z94fqwwK #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2Z94fqwwK #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2Z94fqwwK #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2Z94fqwwK #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2Z94fqwwK #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2Z94fqwwK #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2Z94fqwwK #footer .copyright {
  padding-top: 30px;
}
.cid-t2Z94fqwwK ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2Z94fqwwK H4 {
  color: #000000;
  text-align: left;
}
.cid-t2Z94fqwwK DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2Z94fqwwK P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2Z94fqwwK div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2Z94fqwwK .copyright a {
  text-decoration: none !important;
}
.cid-t2Z94fqwwK .list,
.cid-t2Z94fqwwK .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2Z94fqwwK ul li a {
  text-decoration: none !important;
}
.cid-t2Z94fqwwK .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2Zbpk6nZq {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2Zbpk6nZq .row {
  flex-direction: row-reverse;
}
.cid-t2Zbpk6nZq p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2Zbpk6nZq .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2Zbpk6nZq .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2Zbpk6nZq .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2Zbpk6nZq .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2Zbpk6nZq .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2Zbpk6nZq .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2Zbpk6nZq .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2Zbpk6nZq .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2Zbpk6nZq .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2Zbpk6nZq .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2Zbpk6nZq .main-banner:before {
    display: none;
  }
  .cid-t2Zbpk6nZq .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2Zbpk6nZq .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2Zbpk6nZq H6 {
  color: #e43f3f;
}
.cid-ut9TDYpM9N {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ut9TDYpM9N .mbr-section-title {
  color: #000000;
}
.cid-t2Zbv845dp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2Zbv845dp .mbr-text {
  color: #000000;
}
.cid-t2Zbv845dp P {
  text-align: left;
}
.cid-trr6cHrLkb .divider-top {
  position: relative;
  padding: 2.5em;
  background: #e43f3f;
}
.cid-trr6cHrLkb .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-trr6cHrLkb .divider-top::before,
.cid-trr6cHrLkb .divider-bottom::before,
.cid-trr6cHrLkb .divider-top::after,
.cid-trr6cHrLkb .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-trr6cHrLkb .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-trr6cHrLkb .divider-triangles::before {
  top: -50px;
}
.cid-trr6cHrLkb .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-trr6cHrLkb .divider-halfcircle::before {
  top: -50px;
}
.cid-trr6cHrLkb .divider-multitriangles::before,
.cid-trr6cHrLkb .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-trr6cHrLkb .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #e43f3f, 50px -50px 0 #e43f3f;
}
.cid-ut9U6vhjEj {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ut9U6vhjEj p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ut9U6vhjEj .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ut9U6vhjEj .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ut9U6vhjEj .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ut9U6vhjEj .main-banner .left-content {
  margin-right: 15px;
}
.cid-ut9U6vhjEj .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ut9U6vhjEj .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ut9U6vhjEj .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ut9U6vhjEj .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ut9U6vhjEj .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ut9U6vhjEj .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ut9U6vhjEj .main-banner:before {
    display: none;
  }
  .cid-ut9U6vhjEj .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ut9U6vhjEj .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ut9U6vhjEj H6 {
  color: #e43f3f;
}
.cid-ut9U6vhjEj H2 {
  color: #000000;
}
.cid-ut9U6vhjEj P {
  color: #000000;
}
.cid-t2ZbpkRqdB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2ZbpkRqdB .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2ZbpkRqdB .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2ZbpkRqdB .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2ZbpkRqdB .bgColor3 {
  background-color: #9fdbf8;
}
.cid-t2ZbpkRqdB .bgicon {
  background-color: #ffffff;
}
.cid-t2ZbpkRqdB H1 {
  color: #e43f3f;
}
.cid-t2Zbpl8em1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2Zbpl8em1 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2Zbpl8em1 .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2Zbpl8em1 .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2Zbpl8em1 .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2Zbpl8em1 .bgicon {
  background-color: #ffffff;
}
.cid-t2Zbpl8em1 H1 {
  color: #e43f3f;
}
.cid-t2ZbplrVrd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2ZbplrVrd .media-container-row {
  justify-content: space-between;
}
.cid-t2ZbplrVrd .text-content {
  max-width: 50%;
}
.cid-t2ZbplrVrd .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t2ZbplrVrd .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t2ZbplrVrd .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t2ZbplrVrd .icons {
    justify-content: center !important;
  }
  .cid-t2ZbplrVrd .text-content * {
    text-align: center;
  }
}
.cid-t2ZbplKP4i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2ZbplKP4i #footer {
  padding: 0 0 25px 0;
}
.cid-t2ZbplKP4i #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2ZbplKP4i #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2ZbplKP4i #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2ZbplKP4i #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2ZbplKP4i #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2ZbplKP4i #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2ZbplKP4i #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2ZbplKP4i #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2ZbplKP4i #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2ZbplKP4i #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2ZbplKP4i #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2ZbplKP4i #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2ZbplKP4i #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2ZbplKP4i #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2ZbplKP4i #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2ZbplKP4i #footer .copyright {
  padding-top: 30px;
}
.cid-t2ZbplKP4i ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2ZbplKP4i H4 {
  color: #000000;
  text-align: left;
}
.cid-t2ZbplKP4i DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2ZbplKP4i P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2ZbplKP4i div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2ZbplKP4i .copyright a {
  text-decoration: none !important;
}
.cid-t2ZbplKP4i .list,
.cid-t2ZbplKP4i .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2ZbplKP4i ul li a {
  text-decoration: none !important;
}
.cid-t2ZbplKP4i .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2ZbZ4Rqao {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t2ZbZ4Rqao .row {
  flex-direction: row-reverse;
}
.cid-t2ZbZ4Rqao p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2ZbZ4Rqao .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2ZbZ4Rqao .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2ZbZ4Rqao .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2ZbZ4Rqao .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2ZbZ4Rqao .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2ZbZ4Rqao .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2ZbZ4Rqao .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2ZbZ4Rqao .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2ZbZ4Rqao .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2ZbZ4Rqao .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2ZbZ4Rqao .main-banner:before {
    display: none;
  }
  .cid-t2ZbZ4Rqao .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2ZbZ4Rqao .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2ZbZ4Rqao H6 {
  color: #e43f3f;
}
.cid-t2ZbZ4Rqao H2 {
  color: #ffffff;
}
.cid-t2ZbZ4Rqao P {
  color: #ffffff;
}
.cid-t2Zc78nDed {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2Zc78nDed .mbr-text {
  color: #ffffff;
}
.cid-t2Zc78nDed P {
  text-align: left;
}
.cid-t2Zc78nDed .mbr-section-subtitle {
  color: #ffffff;
}
.cid-trr6xAnrXF .divider-top {
  position: relative;
  padding: 2.5em;
  background: #e43f3f;
}
.cid-trr6xAnrXF .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #000000;
}
.cid-trr6xAnrXF .divider-top::before,
.cid-trr6xAnrXF .divider-bottom::before,
.cid-trr6xAnrXF .divider-top::after,
.cid-trr6xAnrXF .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-trr6xAnrXF .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-trr6xAnrXF .divider-triangles::before {
  top: -50px;
}
.cid-trr6xAnrXF .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-trr6xAnrXF .divider-halfcircle::before {
  top: -50px;
}
.cid-trr6xAnrXF .divider-multitriangles::before,
.cid-trr6xAnrXF .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-trr6xAnrXF .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #e43f3f, 50px -50px 0 #e43f3f;
}
.cid-trr6q6TXRp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-trr6q6TXRp .mbr-text {
  color: #ffffff;
}
.cid-trr6q6TXRp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2ZbZ66JLO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2ZbZ66JLO .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2ZbZ66JLO .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2ZbZ66JLO .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2ZbZ66JLO .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2ZbZ66JLO .bgicon {
  background-color: #ffffff;
}
.cid-t2ZbZ66JLO H1 {
  color: #e43f3f;
}
.cid-t2ZbZ6n2fK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2ZbZ6n2fK .media-container-row {
  justify-content: space-between;
}
.cid-t2ZbZ6n2fK .text-content {
  max-width: 50%;
}
.cid-t2ZbZ6n2fK .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t2ZbZ6n2fK .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t2ZbZ6n2fK .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t2ZbZ6n2fK .icons {
    justify-content: center !important;
  }
  .cid-t2ZbZ6n2fK .text-content * {
    text-align: center;
  }
}
.cid-t2ZbZ6L0OK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2ZbZ6L0OK #footer {
  padding: 0 0 25px 0;
}
.cid-t2ZbZ6L0OK #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2ZbZ6L0OK #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2ZbZ6L0OK #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2ZbZ6L0OK #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2ZbZ6L0OK #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2ZbZ6L0OK #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2ZbZ6L0OK #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2ZbZ6L0OK #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2ZbZ6L0OK #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2ZbZ6L0OK #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2ZbZ6L0OK #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2ZbZ6L0OK #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2ZbZ6L0OK #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2ZbZ6L0OK #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2ZbZ6L0OK #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2ZbZ6L0OK #footer .copyright {
  padding-top: 30px;
}
.cid-t2ZbZ6L0OK ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2ZbZ6L0OK H4 {
  color: #000000;
  text-align: left;
}
.cid-t2ZbZ6L0OK DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2ZbZ6L0OK P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2ZbZ6L0OK div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2ZbZ6L0OK .copyright a {
  text-decoration: none !important;
}
.cid-t2ZbZ6L0OK .list,
.cid-t2ZbZ6L0OK .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2ZbZ6L0OK ul li a {
  text-decoration: none !important;
}
.cid-t2ZbZ6L0OK .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2Zd0NTf4F {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2Zd0NTf4F .row {
  flex-direction: row-reverse;
}
.cid-t2Zd0NTf4F p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2Zd0NTf4F .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2Zd0NTf4F .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2Zd0NTf4F .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2Zd0NTf4F .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2Zd0NTf4F .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2Zd0NTf4F .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2Zd0NTf4F .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2Zd0NTf4F .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2Zd0NTf4F .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2Zd0NTf4F .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2Zd0NTf4F .main-banner:before {
    display: none;
  }
  .cid-t2Zd0NTf4F .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2Zd0NTf4F .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2Zd0NTf4F H6 {
  color: #e43f3f;
}
.cid-t2Zd8Z5hEl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2Zd8Z5hEl .mbr-text {
  color: #000000;
}
.cid-t2Zd8Z5hEl P {
  text-align: left;
}
.cid-trr6RUMJPk .divider-top {
  position: relative;
  padding: 2.5em;
  background: #e43f3f;
}
.cid-trr6RUMJPk .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-trr6RUMJPk .divider-top::before,
.cid-trr6RUMJPk .divider-bottom::before,
.cid-trr6RUMJPk .divider-top::after,
.cid-trr6RUMJPk .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-trr6RUMJPk .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-trr6RUMJPk .divider-triangles::before {
  top: -50px;
}
.cid-trr6RUMJPk .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-trr6RUMJPk .divider-halfcircle::before {
  top: -50px;
}
.cid-trr6RUMJPk .divider-multitriangles::before,
.cid-trr6RUMJPk .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-trr6RUMJPk .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #e43f3f, 50px -50px 0 #e43f3f;
}
.cid-trr6SAIxh6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2Zd0OS3wL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2Zd0OS3wL .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2Zd0OS3wL .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2Zd0OS3wL .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2Zd0OS3wL .bgColor3 {
  background-color: #9fdbf8;
}
.cid-t2Zd0OS3wL .bgicon {
  background-color: #ffffff;
}
.cid-t2Zd0OS3wL H1 {
  color: #e43f3f;
}
.cid-t2Zd0Ph28P {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2Zd0Ph28P .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2Zd0Ph28P .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2Zd0Ph28P .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2Zd0Ph28P .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2Zd0Ph28P .bgicon {
  background-color: #ffffff;
}
.cid-t2Zd0Ph28P H1 {
  color: #e43f3f;
}
.cid-t2Zd0PyGHv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2Zd0PyGHv .media-container-row {
  justify-content: space-between;
}
.cid-t2Zd0PyGHv .text-content {
  max-width: 50%;
}
.cid-t2Zd0PyGHv .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t2Zd0PyGHv .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t2Zd0PyGHv .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t2Zd0PyGHv .icons {
    justify-content: center !important;
  }
  .cid-t2Zd0PyGHv .text-content * {
    text-align: center;
  }
}
.cid-t2Zd0PTUjk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2Zd0PTUjk #footer {
  padding: 0 0 25px 0;
}
.cid-t2Zd0PTUjk #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2Zd0PTUjk #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2Zd0PTUjk #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2Zd0PTUjk #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2Zd0PTUjk #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2Zd0PTUjk #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2Zd0PTUjk #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2Zd0PTUjk #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2Zd0PTUjk #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2Zd0PTUjk #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2Zd0PTUjk #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2Zd0PTUjk #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2Zd0PTUjk #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2Zd0PTUjk #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2Zd0PTUjk #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2Zd0PTUjk #footer .copyright {
  padding-top: 30px;
}
.cid-t2Zd0PTUjk ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2Zd0PTUjk H4 {
  color: #000000;
  text-align: left;
}
.cid-t2Zd0PTUjk DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2Zd0PTUjk P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2Zd0PTUjk div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2Zd0PTUjk .copyright a {
  text-decoration: none !important;
}
.cid-t2Zd0PTUjk .list,
.cid-t2Zd0PTUjk .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2Zd0PTUjk ul li a {
  text-decoration: none !important;
}
.cid-t2Zd0PTUjk .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2YGuovZb9 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t2YGuovZb9 .row {
  flex-direction: row-reverse;
}
.cid-t2YGuovZb9 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2YGuovZb9 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2YGuovZb9 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2YGuovZb9 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2YGuovZb9 .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2YGuovZb9 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2YGuovZb9 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2YGuovZb9 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2YGuovZb9 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2YGuovZb9 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2YGuovZb9 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2YGuovZb9 .main-banner:before {
    display: none;
  }
  .cid-t2YGuovZb9 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2YGuovZb9 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2YGuovZb9 H6 {
  color: #e43f3f;
}
.cid-t2YGuovZb9 P {
  color: #ffffff;
}
.cid-t2YGuovZb9 H2 {
  color: #ffffff;
}
.cid-t2ZdLFVOqt {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-t2ZdLFVOqt .mbr-text {
  text-align: center;
}
.cid-t2ZdLFVOqt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2YGup4WPV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2YGup4WPV .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2YGup4WPV .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2YGup4WPV .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2YGup4WPV .bgColor3 {
  background-color: #9fdbf8;
}
.cid-t2YGup4WPV .bgicon {
  background-color: #ffffff;
}
.cid-t2YGup4WPV H1 {
  color: #e43f3f;
}
.cid-t2YGupTiDk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2YGupTiDk .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2YGupTiDk .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2YGupTiDk .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2YGupTiDk .bgColor3 {
  background-color: #0e3781;
}
.cid-t2YGupTiDk .bgicon {
  background-color: #ffffff;
}
.cid-t2YGupTiDk H1 {
  color: #e43f3f;
}
.cid-t2YGuqqXVB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2YGuqqXVB #footer {
  padding: 0 0 25px 0;
}
.cid-t2YGuqqXVB #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2YGuqqXVB #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2YGuqqXVB #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2YGuqqXVB #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2YGuqqXVB #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2YGuqqXVB #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2YGuqqXVB #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2YGuqqXVB #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2YGuqqXVB #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2YGuqqXVB #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2YGuqqXVB #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2YGuqqXVB #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2YGuqqXVB #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2YGuqqXVB #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2YGuqqXVB #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2YGuqqXVB #footer .copyright {
  padding-top: 30px;
}
.cid-t2YGuqqXVB ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2YGuqqXVB H4 {
  color: #000000;
  text-align: left;
}
.cid-t2YGuqqXVB DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2YGuqqXVB P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2YGuqqXVB div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2YGuqqXVB .copyright a {
  text-decoration: none !important;
}
.cid-t2YGuqqXVB .list,
.cid-t2YGuqqXVB .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2YGuqqXVB ul li a {
  text-decoration: none !important;
}
.cid-t2YGuqqXVB .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2ZdCrIYKK {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2ZdCrIYKK .row {
  flex-direction: row-reverse;
}
.cid-t2ZdCrIYKK p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2ZdCrIYKK .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2ZdCrIYKK .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2ZdCrIYKK .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2ZdCrIYKK .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2ZdCrIYKK .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2ZdCrIYKK .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2ZdCrIYKK .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2ZdCrIYKK .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2ZdCrIYKK .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2ZdCrIYKK .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2ZdCrIYKK .main-banner:before {
    display: none;
  }
  .cid-t2ZdCrIYKK .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2ZdCrIYKK .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2ZdCrIYKK H6 {
  color: #e43f3f;
}
.cid-t2Zjgt2WGx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2Zjgt2WGx .mbr-text {
  color: #000000;
}
.cid-t2Zjgt2WGx P {
  text-align: left;
}
.cid-trr74bRR9s .divider-top {
  position: relative;
  padding: 2.5em;
  background: #e43f3f;
}
.cid-trr74bRR9s .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-trr74bRR9s .divider-top::before,
.cid-trr74bRR9s .divider-bottom::before,
.cid-trr74bRR9s .divider-top::after,
.cid-trr74bRR9s .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-trr74bRR9s .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-trr74bRR9s .divider-triangles::before {
  top: -50px;
}
.cid-trr74bRR9s .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-trr74bRR9s .divider-halfcircle::before {
  top: -50px;
}
.cid-trr74bRR9s .divider-multitriangles::before,
.cid-trr74bRR9s .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-trr74bRR9s .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #e43f3f, 50px -50px 0 #e43f3f;
}
.cid-trr75MTb6b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2ZdCst9eV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2ZdCst9eV .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2ZdCst9eV .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2ZdCst9eV .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2ZdCst9eV .bgColor3 {
  background-color: #9fdbf8;
}
.cid-t2ZdCst9eV .bgicon {
  background-color: #ffffff;
}
.cid-t2ZdCst9eV H1 {
  color: #e43f3f;
}
.cid-t2ZdCsNXpu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2ZdCsNXpu .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2ZdCsNXpu .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2ZdCsNXpu .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2ZdCsNXpu .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2ZdCsNXpu .bgicon {
  background-color: #ffffff;
}
.cid-t2ZdCsNXpu H1 {
  color: #e43f3f;
}
.cid-t2ZdCt35Hm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2ZdCt35Hm .media-container-row {
  justify-content: space-between;
}
.cid-t2ZdCt35Hm .text-content {
  max-width: 50%;
}
.cid-t2ZdCt35Hm .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t2ZdCt35Hm .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t2ZdCt35Hm .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t2ZdCt35Hm .icons {
    justify-content: center !important;
  }
  .cid-t2ZdCt35Hm .text-content * {
    text-align: center;
  }
}
.cid-t2ZdCtuYSQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2ZdCtuYSQ #footer {
  padding: 0 0 25px 0;
}
.cid-t2ZdCtuYSQ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2ZdCtuYSQ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2ZdCtuYSQ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2ZdCtuYSQ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2ZdCtuYSQ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2ZdCtuYSQ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2ZdCtuYSQ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2ZdCtuYSQ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2ZdCtuYSQ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2ZdCtuYSQ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2ZdCtuYSQ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2ZdCtuYSQ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2ZdCtuYSQ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2ZdCtuYSQ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2ZdCtuYSQ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2ZdCtuYSQ #footer .copyright {
  padding-top: 30px;
}
.cid-t2ZdCtuYSQ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2ZdCtuYSQ H4 {
  color: #000000;
  text-align: left;
}
.cid-t2ZdCtuYSQ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2ZdCtuYSQ P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2ZdCtuYSQ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2ZdCtuYSQ .copyright a {
  text-decoration: none !important;
}
.cid-t2ZdCtuYSQ .list,
.cid-t2ZdCtuYSQ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2ZdCtuYSQ ul li a {
  text-decoration: none !important;
}
.cid-t2ZdCtuYSQ .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2ZjXr4EaU {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2ZjXr4EaU .row {
  flex-direction: row-reverse;
}
.cid-t2ZjXr4EaU p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2ZjXr4EaU .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2ZjXr4EaU .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2ZjXr4EaU .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2ZjXr4EaU .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2ZjXr4EaU .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2ZjXr4EaU .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2ZjXr4EaU .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2ZjXr4EaU .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2ZjXr4EaU .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2ZjXr4EaU .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2ZjXr4EaU .main-banner:before {
    display: none;
  }
  .cid-t2ZjXr4EaU .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2ZjXr4EaU .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2ZjXr4EaU H6 {
  color: #e43f3f;
}
.cid-t2Zk1NmpDR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2Zk1NmpDR .mbr-text {
  color: #000000;
}
.cid-t2Zk1NmpDR P {
  text-align: left;
}
.cid-trr7GGXyE7 .divider-top {
  position: relative;
  padding: 2.5em;
  background: #e43f3f;
}
.cid-trr7GGXyE7 .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-trr7GGXyE7 .divider-top::before,
.cid-trr7GGXyE7 .divider-bottom::before,
.cid-trr7GGXyE7 .divider-top::after,
.cid-trr7GGXyE7 .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-trr7GGXyE7 .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-trr7GGXyE7 .divider-triangles::before {
  top: -50px;
}
.cid-trr7GGXyE7 .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-trr7GGXyE7 .divider-halfcircle::before {
  top: -50px;
}
.cid-trr7GGXyE7 .divider-multitriangles::before,
.cid-trr7GGXyE7 .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-trr7GGXyE7 .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #e43f3f, 50px -50px 0 #e43f3f;
}
.cid-trr7I62PxJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2ZjXrTezL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2ZjXrTezL .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2ZjXrTezL .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2ZjXrTezL .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2ZjXrTezL .bgColor3 {
  background-color: #9fdbf8;
}
.cid-t2ZjXrTezL .bgicon {
  background-color: #ffffff;
}
.cid-t2ZjXrTezL H1 {
  color: #e43f3f;
}
.cid-t2ZjXshG5H {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2ZjXshG5H .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2ZjXshG5H .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2ZjXshG5H .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2ZjXshG5H .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2ZjXshG5H .bgicon {
  background-color: #ffffff;
}
.cid-t2ZjXshG5H H1 {
  color: #e43f3f;
}
.cid-t2ZjXsFR3w {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2ZjXsFR3w .media-container-row {
  justify-content: space-between;
}
.cid-t2ZjXsFR3w .text-content {
  max-width: 50%;
}
.cid-t2ZjXsFR3w .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t2ZjXsFR3w .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t2ZjXsFR3w .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t2ZjXsFR3w .icons {
    justify-content: center !important;
  }
  .cid-t2ZjXsFR3w .text-content * {
    text-align: center;
  }
}
.cid-t2ZjXt3Kl8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2ZjXt3Kl8 #footer {
  padding: 0 0 25px 0;
}
.cid-t2ZjXt3Kl8 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2ZjXt3Kl8 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2ZjXt3Kl8 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2ZjXt3Kl8 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2ZjXt3Kl8 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2ZjXt3Kl8 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2ZjXt3Kl8 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2ZjXt3Kl8 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2ZjXt3Kl8 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2ZjXt3Kl8 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2ZjXt3Kl8 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2ZjXt3Kl8 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2ZjXt3Kl8 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2ZjXt3Kl8 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2ZjXt3Kl8 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2ZjXt3Kl8 #footer .copyright {
  padding-top: 30px;
}
.cid-t2ZjXt3Kl8 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2ZjXt3Kl8 H4 {
  color: #000000;
  text-align: left;
}
.cid-t2ZjXt3Kl8 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2ZjXt3Kl8 P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2ZjXt3Kl8 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2ZjXt3Kl8 .copyright a {
  text-decoration: none !important;
}
.cid-t2ZjXt3Kl8 .list,
.cid-t2ZjXt3Kl8 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2ZjXt3Kl8 ul li a {
  text-decoration: none !important;
}
.cid-t2ZjXt3Kl8 .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2ZkD4IsLK {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2ZkD4IsLK .row {
  flex-direction: row-reverse;
}
.cid-t2ZkD4IsLK p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2ZkD4IsLK .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2ZkD4IsLK .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2ZkD4IsLK .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2ZkD4IsLK .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2ZkD4IsLK .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2ZkD4IsLK .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2ZkD4IsLK .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2ZkD4IsLK .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2ZkD4IsLK .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2ZkD4IsLK .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2ZkD4IsLK .main-banner:before {
    display: none;
  }
  .cid-t2ZkD4IsLK .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2ZkD4IsLK .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2ZkD4IsLK H6 {
  color: #e43f3f;
}
.cid-t2ZkJfJPow {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2ZkJfJPow .mbr-text {
  color: #000000;
}
.cid-t2ZkJfJPow P {
  text-align: left;
}
.cid-trr7Ytm0Ze .divider-top {
  position: relative;
  padding: 2.5em;
  background: #e43f3f;
}
.cid-trr7Ytm0Ze .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-trr7Ytm0Ze .divider-top::before,
.cid-trr7Ytm0Ze .divider-bottom::before,
.cid-trr7Ytm0Ze .divider-top::after,
.cid-trr7Ytm0Ze .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-trr7Ytm0Ze .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-trr7Ytm0Ze .divider-triangles::before {
  top: -50px;
}
.cid-trr7Ytm0Ze .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-trr7Ytm0Ze .divider-halfcircle::before {
  top: -50px;
}
.cid-trr7Ytm0Ze .divider-multitriangles::before,
.cid-trr7Ytm0Ze .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-trr7Ytm0Ze .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #e43f3f, 50px -50px 0 #e43f3f;
}
.cid-trr7RYJtYM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2ZkD5YT6S {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2ZkD5YT6S .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2ZkD5YT6S .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2ZkD5YT6S .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2ZkD5YT6S .bgColor3 {
  background-color: #9fdbf8;
}
.cid-t2ZkD5YT6S .bgicon {
  background-color: #ffffff;
}
.cid-t2ZkD5YT6S H1 {
  color: #e43f3f;
}
.cid-t2ZkD6kyF5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2ZkD6kyF5 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2ZkD6kyF5 .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2ZkD6kyF5 .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2ZkD6kyF5 .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2ZkD6kyF5 .bgicon {
  background-color: #ffffff;
}
.cid-t2ZkD6kyF5 H1 {
  color: #e43f3f;
}
.cid-t2ZkD6BXE5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2ZkD6BXE5 .media-container-row {
  justify-content: space-between;
}
.cid-t2ZkD6BXE5 .text-content {
  max-width: 50%;
}
.cid-t2ZkD6BXE5 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t2ZkD6BXE5 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t2ZkD6BXE5 .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t2ZkD6BXE5 .icons {
    justify-content: center !important;
  }
  .cid-t2ZkD6BXE5 .text-content * {
    text-align: center;
  }
}
.cid-t2ZkD6VLS4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2ZkD6VLS4 #footer {
  padding: 0 0 25px 0;
}
.cid-t2ZkD6VLS4 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2ZkD6VLS4 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2ZkD6VLS4 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2ZkD6VLS4 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2ZkD6VLS4 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2ZkD6VLS4 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2ZkD6VLS4 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2ZkD6VLS4 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2ZkD6VLS4 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2ZkD6VLS4 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2ZkD6VLS4 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2ZkD6VLS4 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2ZkD6VLS4 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2ZkD6VLS4 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2ZkD6VLS4 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2ZkD6VLS4 #footer .copyright {
  padding-top: 30px;
}
.cid-t2ZkD6VLS4 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2ZkD6VLS4 H4 {
  color: #000000;
  text-align: left;
}
.cid-t2ZkD6VLS4 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2ZkD6VLS4 P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2ZkD6VLS4 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2ZkD6VLS4 .copyright a {
  text-decoration: none !important;
}
.cid-t2ZkD6VLS4 .list,
.cid-t2ZkD6VLS4 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2ZkD6VLS4 ul li a {
  text-decoration: none !important;
}
.cid-t2ZkD6VLS4 .list {
  color: #e43f3f;
}
.cid-trr7XSEMgv .divider-top {
  position: relative;
  padding: 2.5em;
  background: #e43f3f;
}
.cid-trr7XSEMgv .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-trr7XSEMgv .divider-top::before,
.cid-trr7XSEMgv .divider-bottom::before,
.cid-trr7XSEMgv .divider-top::after,
.cid-trr7XSEMgv .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-trr7XSEMgv .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-trr7XSEMgv .divider-triangles::before {
  top: -50px;
}
.cid-trr7XSEMgv .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-trr7XSEMgv .divider-halfcircle::before {
  top: -50px;
}
.cid-trr7XSEMgv .divider-multitriangles::before,
.cid-trr7XSEMgv .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-trr7XSEMgv .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #e43f3f, 50px -50px 0 #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2ZlgQXmdC {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t2ZlgQXmdC .row {
  flex-direction: row-reverse;
}
.cid-t2ZlgQXmdC p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2ZlgQXmdC .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2ZlgQXmdC .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2ZlgQXmdC .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2ZlgQXmdC .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2ZlgQXmdC .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2ZlgQXmdC .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2ZlgQXmdC .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2ZlgQXmdC .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2ZlgQXmdC .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2ZlgQXmdC .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2ZlgQXmdC .main-banner:before {
    display: none;
  }
  .cid-t2ZlgQXmdC .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2ZlgQXmdC .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2ZlgQXmdC H6 {
  color: #e43f3f;
}
.cid-t2ZlgQXmdC H2 {
  color: #ffffff;
}
.cid-t2ZlgQXmdC P {
  color: #ffffff;
}
.cid-t2ZliHIFcY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2ZliHIFcY .mbr-text {
  color: #ffffff;
}
.cid-t2ZliHIFcY P {
  text-align: left;
}
.cid-t2ZliHIFcY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-trr84MoeG5 .divider-top {
  position: relative;
  padding: 2.5em;
  background: #e43f3f;
}
.cid-trr84MoeG5 .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-trr84MoeG5 .divider-top::before,
.cid-trr84MoeG5 .divider-bottom::before,
.cid-trr84MoeG5 .divider-top::after,
.cid-trr84MoeG5 .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-trr84MoeG5 .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-trr84MoeG5 .divider-triangles::before {
  top: -50px;
}
.cid-trr84MoeG5 .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-trr84MoeG5 .divider-halfcircle::before {
  top: -50px;
}
.cid-trr84MoeG5 .divider-multitriangles::before,
.cid-trr84MoeG5 .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-trr84MoeG5 .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #e43f3f, 50px -50px 0 #e43f3f;
}
.cid-trr85w25WQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-trr85w25WQ .mbr-text {
  color: #ffffff;
}
.cid-trr85w25WQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2ZlgRRqZY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2ZlgRRqZY .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2ZlgRRqZY .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2ZlgRRqZY .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2ZlgRRqZY .bgColor3 {
  background-color: #9fdbf8;
}
.cid-t2ZlgRRqZY .bgicon {
  background-color: #ffffff;
}
.cid-t2ZlgRRqZY H1 {
  color: #e43f3f;
}
.cid-t2ZlgS8Nxr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2ZlgS8Nxr .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2ZlgS8Nxr .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2ZlgS8Nxr .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2ZlgS8Nxr .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2ZlgS8Nxr .bgicon {
  background-color: #ffffff;
}
.cid-t2ZlgS8Nxr H1 {
  color: #e43f3f;
}
.cid-t2ZlgSpWpu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t2ZlgSpWpu .media-container-row {
  justify-content: space-between;
}
.cid-t2ZlgSpWpu .text-content {
  max-width: 50%;
}
.cid-t2ZlgSpWpu .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t2ZlgSpWpu .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t2ZlgSpWpu .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t2ZlgSpWpu .icons {
    justify-content: center !important;
  }
  .cid-t2ZlgSpWpu .text-content * {
    text-align: center;
  }
}
.cid-t2ZlgSpWpu .mbr-section-title {
  color: #ffffff;
}
.cid-t2ZlgSpWpu P {
  color: #ffffff;
}
.cid-t2ZlgSJaFf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2ZlgSJaFf #footer {
  padding: 0 0 25px 0;
}
.cid-t2ZlgSJaFf #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2ZlgSJaFf #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2ZlgSJaFf #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2ZlgSJaFf #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2ZlgSJaFf #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2ZlgSJaFf #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2ZlgSJaFf #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2ZlgSJaFf #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2ZlgSJaFf #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2ZlgSJaFf #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2ZlgSJaFf #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2ZlgSJaFf #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2ZlgSJaFf #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2ZlgSJaFf #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2ZlgSJaFf #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2ZlgSJaFf #footer .copyright {
  padding-top: 30px;
}
.cid-t2ZlgSJaFf ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2ZlgSJaFf H4 {
  color: #000000;
  text-align: left;
}
.cid-t2ZlgSJaFf DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2ZlgSJaFf P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2ZlgSJaFf div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2ZlgSJaFf .copyright a {
  text-decoration: none !important;
}
.cid-t2ZlgSJaFf .list,
.cid-t2ZlgSJaFf .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2ZlgSJaFf ul li a {
  text-decoration: none !important;
}
.cid-t2ZlgSJaFf .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2YJ2bXFoo {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t2YJ2bXFoo .row {
  flex-direction: row-reverse;
}
.cid-t2YJ2bXFoo p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2YJ2bXFoo .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2YJ2bXFoo .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2YJ2bXFoo .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2YJ2bXFoo .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2YJ2bXFoo .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2YJ2bXFoo .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2YJ2bXFoo .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2YJ2bXFoo .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2YJ2bXFoo .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2YJ2bXFoo .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2YJ2bXFoo .main-banner:before {
    display: none;
  }
  .cid-t2YJ2bXFoo .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2YJ2bXFoo .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2YJ2bXFoo H6 {
  color: #e43f3f;
}
.cid-t2YJ2bXFoo H2 {
  color: #ffffff;
}
.cid-t2YJ2bXFoo P {
  color: #ffffff;
}
.cid-t2YJjfYTG3 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-t2YJjfYTG3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2YJjfYTG3 .mbr-text {
  color: #ffffff;
}
.cid-t2YJpfiSaq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2YJpfiSaq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2YJpfiSaq .mbr-text {
  color: #ffffff;
}
.cid-t2YJluVfjj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2YJluVfjj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2YJluVfjj .mbr-text {
  color: #ffffff;
}
.cid-t2YJ2dJjc4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2YJ2dJjc4 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2YJ2dJjc4 .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2YJ2dJjc4 .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2YJ2dJjc4 .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2YJ2dJjc4 .bgicon {
  background-color: #ffffff;
}
.cid-t2YJ2dJjc4 H1 {
  color: #e43f3f;
}
.cid-t2YJ2e2vlt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2YJ2e2vlt #footer {
  padding: 0 0 25px 0;
}
.cid-t2YJ2e2vlt #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2YJ2e2vlt #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2YJ2e2vlt #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2YJ2e2vlt #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2YJ2e2vlt #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2YJ2e2vlt #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2YJ2e2vlt #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2YJ2e2vlt #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2YJ2e2vlt #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2YJ2e2vlt #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2YJ2e2vlt #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2YJ2e2vlt #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2YJ2e2vlt #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2YJ2e2vlt #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2YJ2e2vlt #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2YJ2e2vlt #footer .copyright {
  padding-top: 30px;
}
.cid-t2YJ2e2vlt ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2YJ2e2vlt H4 {
  color: #000000;
  text-align: left;
}
.cid-t2YJ2e2vlt DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2YJ2e2vlt P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2YJ2e2vlt div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2YJ2e2vlt .copyright a {
  text-decoration: none !important;
}
.cid-t2YJ2e2vlt .list,
.cid-t2YJ2e2vlt .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2YJ2e2vlt ul li a {
  text-decoration: none !important;
}
.cid-t2YJ2e2vlt .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2YGj7kyKo {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t2YGj7kyKo .row {
  flex-direction: row-reverse;
}
.cid-t2YGj7kyKo p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2YGj7kyKo .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2YGj7kyKo .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2YGj7kyKo .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2YGj7kyKo .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2YGj7kyKo .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2YGj7kyKo .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2YGj7kyKo .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2YGj7kyKo .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2YGj7kyKo .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2YGj7kyKo .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2YGj7kyKo .main-banner:before {
    display: none;
  }
  .cid-t2YGj7kyKo .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2YGj7kyKo .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2YGj7kyKo H6 {
  color: #e43f3f;
}
.cid-t2YIM1i7mY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t2YIN4oSv6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2YIOhIPW9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2YGj8c5x6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2YGj8c5x6 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2YGj8c5x6 .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2YGj8c5x6 .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2YGj8c5x6 .bgColor3 {
  background-color: #9fdbf8;
}
.cid-t2YGj8c5x6 .bgicon {
  background-color: #ffffff;
}
.cid-t2YGj8c5x6 H1 {
  color: #e43f3f;
}
.cid-t2YGj8yp5u {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2YGj8yp5u .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2YGj8yp5u .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2YGj8yp5u .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2YGj8yp5u .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2YGj8yp5u .bgicon {
  background-color: #ffffff;
}
.cid-t2YGj8yp5u H1 {
  color: #e43f3f;
}
.cid-t2YGj8N7sd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2YGj8N7sd #footer {
  padding: 0 0 25px 0;
}
.cid-t2YGj8N7sd #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2YGj8N7sd #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2YGj8N7sd #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2YGj8N7sd #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2YGj8N7sd #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2YGj8N7sd #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2YGj8N7sd #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2YGj8N7sd #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2YGj8N7sd #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2YGj8N7sd #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2YGj8N7sd #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2YGj8N7sd #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2YGj8N7sd #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2YGj8N7sd #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2YGj8N7sd #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2YGj8N7sd #footer .copyright {
  padding-top: 30px;
}
.cid-t2YGj8N7sd ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2YGj8N7sd H4 {
  color: #000000;
  text-align: left;
}
.cid-t2YGj8N7sd DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2YGj8N7sd P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2YGj8N7sd div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2YGj8N7sd .copyright a {
  text-decoration: none !important;
}
.cid-t2YGj8N7sd .list,
.cid-t2YGj8N7sd .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2YGj8N7sd ul li a {
  text-decoration: none !important;
}
.cid-t2YGj8N7sd .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2YU8Gk1ki {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2YU8Gk1ki .row {
  flex-direction: row-reverse;
}
.cid-t2YU8Gk1ki p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2YU8Gk1ki .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2YU8Gk1ki .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2YU8Gk1ki .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2YU8Gk1ki .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2YU8Gk1ki .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2YU8Gk1ki .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2YU8Gk1ki .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2YU8Gk1ki .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2YU8Gk1ki .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2YU8Gk1ki .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2YU8Gk1ki .main-banner:before {
    display: none;
  }
  .cid-t2YU8Gk1ki .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2YU8Gk1ki .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2YU8Gk1ki H6 {
  color: #e43f3f;
}
.cid-t2ZmZLH06a {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t2ZmZLH06a .mbr-section-title {
  text-align: left;
  color: #e43f3f;
}
.cid-t2ZmZLH06a .mbr-section-subtitle {
  text-align: left;
}
.cid-t2ZnbLinLo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2ZnbLinLo .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t2ZnbLinLo .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #e43f3f;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-t2ZnbLinLo .card-title,
.cid-t2ZnbLinLo .card-box {
  color: #ffffff;
}
.cid-t2ZncSHAwS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t2ZncSHAwS .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-t2ZncSHAwS .item .icon-wrap {
  text-align: center;
}
.cid-t2ZncSHAwS .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-t2ZncSHAwS .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #e43f3f;
}
.cid-t2ZncSHAwS .item.first:before {
  display: none;
}
.cid-t2ZncSHAwS .item.five:before {
  display: none;
}
.cid-t2ZncSHAwS .icon-box {
  background: #e43f3f;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-t2ZncSHAwS .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-t2ZncSHAwS .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-t2ZncSHAwS .item:before {
    display: none;
  }
  .cid-t2ZncSHAwS .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t2YU8HodCM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2YU8HodCM .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2YU8HodCM .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2YU8HodCM .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2YU8HodCM .bgColor3 {
  background-color: #9fdbf8;
}
.cid-t2YU8HodCM .bgicon {
  background-color: #ffffff;
}
.cid-t2YU8HodCM H1 {
  color: #e43f3f;
}
.cid-t2YU8HESCo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2YU8HESCo .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2YU8HESCo .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2YU8HESCo .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2YU8HESCo .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2YU8HESCo .bgicon {
  background-color: #ffffff;
}
.cid-t2YU8HESCo H1 {
  color: #e43f3f;
}
.cid-trqPxLhodd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2YU8HSVQQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2YU8HSVQQ #footer {
  padding: 0 0 25px 0;
}
.cid-t2YU8HSVQQ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2YU8HSVQQ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2YU8HSVQQ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2YU8HSVQQ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2YU8HSVQQ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2YU8HSVQQ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2YU8HSVQQ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2YU8HSVQQ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2YU8HSVQQ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2YU8HSVQQ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2YU8HSVQQ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2YU8HSVQQ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2YU8HSVQQ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2YU8HSVQQ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2YU8HSVQQ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2YU8HSVQQ #footer .copyright {
  padding-top: 30px;
}
.cid-t2YU8HSVQQ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2YU8HSVQQ H4 {
  color: #000000;
  text-align: left;
}
.cid-t2YU8HSVQQ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2YU8HSVQQ P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2YU8HSVQQ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2YU8HSVQQ .copyright a {
  text-decoration: none !important;
}
.cid-t2YU8HSVQQ .list,
.cid-t2YU8HSVQQ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2YU8HSVQQ ul li a {
  text-decoration: none !important;
}
.cid-t2YU8HSVQQ .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2ZukFzFol {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1120.jpg");
}
.cid-t2ZukFzFol .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-t2ZukFzFol .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t2ZukFzFol .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2ZukFzFol .card-wrapper {
    padding: 4rem;
  }
}
.cid-t2ZulVMDzA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2ZulVMDzA ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-t2ZulVMDzA li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-t2ZulVMDzA ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e43f3f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-t2ZuncEWMP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2ZuncEWMP .item {
  padding-bottom: 2rem;
}
.cid-t2ZuncEWMP .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-t2ZuncEWMP .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t2ZuncEWMP .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t2ZuncEWMP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t2ZuncEWMP .carousel-control,
.cid-t2ZuncEWMP .close {
  background: #1b1b1b;
}
.cid-t2ZuncEWMP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t2ZuncEWMP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t2ZuncEWMP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t2ZuncEWMP .carousel-control-next span {
  margin-left: 5px;
}
.cid-t2ZuncEWMP .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2ZuncEWMP .close::before {
  content: '\e91a';
}
.cid-t2ZuncEWMP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t2ZuncEWMP .carousel-control {
  display: flex;
  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-t2ZuncEWMP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2ZuncEWMP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t2ZuncEWMP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t2ZuncEWMP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t2ZuncEWMP .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-t2ZuncEWMP .carousel-indicators li.active,
.cid-t2ZuncEWMP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t2ZuncEWMP .carousel-indicators li::after,
.cid-t2ZuncEWMP .carousel-indicators li::before {
  content: none;
}
.cid-t2ZuncEWMP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t2ZuncEWMP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t2ZuncEWMP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t2ZuncEWMP .carousel-indicators {
    display: none;
  }
}
.cid-t2ZuncEWMP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t2ZuncEWMP .carousel-inner > .active {
  display: block;
}
.cid-t2ZuncEWMP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2ZuncEWMP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2ZuncEWMP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t2ZuncEWMP .carousel-control,
  .cid-t2ZuncEWMP .carousel-indicators,
  .cid-t2ZuncEWMP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t2ZuncEWMP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t2ZuncEWMP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t2ZuncEWMP .carousel-indicators .active,
.cid-t2ZuncEWMP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t2ZuncEWMP .carousel-indicators .active {
  background: #fff;
}
.cid-t2ZuncEWMP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t2ZuncEWMP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t2ZuncEWMP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t2ZuncEWMP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t2ZuncEWMP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t2ZuncEWMP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t2ZuncEWMP .carousel {
  width: 100%;
}
.cid-t2ZuncEWMP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t2ZuncEWMP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t2ZuncEWMP .modal.fade .modal-dialog,
.cid-t2ZuncEWMP .modal.in .modal-dialog {
  transform: none;
}
.cid-t2ZuncEWMP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t2ZuncEWMP H6 {
  text-align: center;
}
.cid-t2ZuoCo1Yt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2ZuoCo1Yt .media-container-row {
  justify-content: space-between;
}
.cid-t2ZuoCo1Yt .text-content {
  max-width: 50%;
}
.cid-t2ZuoCo1Yt .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t2ZuoCo1Yt .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t2ZuoCo1Yt .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t2ZuoCo1Yt .icons {
    justify-content: center !important;
  }
  .cid-t2ZuoCo1Yt .text-content * {
    text-align: center;
  }
}
.cid-t2Zujd1coY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2Zujd1coY .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2Zujd1coY .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2Zujd1coY .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2Zujd1coY .bgColor3 {
  background-color: #9fdbf8;
}
.cid-t2Zujd1coY .bgicon {
  background-color: #ffffff;
}
.cid-t2Zujd1coY H1 {
  color: #e43f3f;
}
.cid-t2Zujdv8Et {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2Zujdv8Et .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2Zujdv8Et .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2Zujdv8Et .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2Zujdv8Et .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2Zujdv8Et .bgicon {
  background-color: #ffffff;
}
.cid-t2Zujdv8Et H1 {
  color: #e43f3f;
}
.cid-t2ZujdLyHl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2ZujdLyHl #footer {
  padding: 0 0 25px 0;
}
.cid-t2ZujdLyHl #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2ZujdLyHl #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2ZujdLyHl #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2ZujdLyHl #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2ZujdLyHl #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2ZujdLyHl #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2ZujdLyHl #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2ZujdLyHl #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2ZujdLyHl #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2ZujdLyHl #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2ZujdLyHl #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2ZujdLyHl #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2ZujdLyHl #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2ZujdLyHl #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2ZujdLyHl #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2ZujdLyHl #footer .copyright {
  padding-top: 30px;
}
.cid-t2ZujdLyHl ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2ZujdLyHl H4 {
  color: #000000;
  text-align: left;
}
.cid-t2ZujdLyHl DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2ZujdLyHl P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2ZujdLyHl div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2ZujdLyHl .copyright a {
  text-decoration: none !important;
}
.cid-t2ZujdLyHl .list,
.cid-t2ZujdLyHl .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2ZujdLyHl ul li a {
  text-decoration: none !important;
}
.cid-t2ZujdLyHl .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2URvPu1wF {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2URvPu1wF .row {
  flex-direction: row-reverse;
}
.cid-t2URvPu1wF p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2URvPu1wF .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2URvPu1wF .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2URvPu1wF .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2URvPu1wF .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2URvPu1wF .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2URvPu1wF .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2URvPu1wF .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2URvPu1wF .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2URvPu1wF .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2URvPu1wF .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2URvPu1wF .main-banner:before {
    display: none;
  }
  .cid-t2URvPu1wF .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2URvPu1wF .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2URvPu1wF H6 {
  color: #e43f3f;
}
.cid-ueWUwAUf7j {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWUwAUf7j .mbr-section-title {
  color: #000000;
}
.cid-t2URvPZLgN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2URvPZLgN .mbr-text {
  color: #0a0d53;
}
.cid-t2URvQxFtt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2URvQxFtt .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2URvQxFtt .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2URvQxFtt .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2URvQxFtt .bgColor3 {
  background-color: #9fdbf8;
}
.cid-t2URvQxFtt .bgicon {
  background-color: #ffffff;
}
.cid-t2URvQxFtt H1 {
  color: #e43f3f;
}
.cid-t2URvQVDOU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2URvQVDOU .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2URvQVDOU .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2URvQVDOU .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2URvQVDOU .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2URvQVDOU .bgicon {
  background-color: #ffffff;
}
.cid-t2URvQVDOU H1 {
  color: #e43f3f;
}
.cid-t2URvRq2Em {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2URvRq2Em #footer {
  padding: 0 0 25px 0;
}
.cid-t2URvRq2Em #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2URvRq2Em #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2URvRq2Em #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2URvRq2Em #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2URvRq2Em #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2URvRq2Em #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2URvRq2Em #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2URvRq2Em #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2URvRq2Em #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2URvRq2Em #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2URvRq2Em #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2URvRq2Em #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2URvRq2Em #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2URvRq2Em #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2URvRq2Em #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2URvRq2Em #footer .copyright {
  padding-top: 30px;
}
.cid-t2URvRq2Em ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2URvRq2Em H4 {
  color: #000000;
  text-align: left;
}
.cid-t2URvRq2Em DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2URvRq2Em P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2URvRq2Em div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2URvRq2Em .copyright a {
  text-decoration: none !important;
}
.cid-t2URvRq2Em .list,
.cid-t2URvRq2Em .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2URvRq2Em ul li a {
  text-decoration: none !important;
}
.cid-t2URvRq2Em .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t3fPXiIhio {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t3fPXiIhio .row {
  flex-direction: row-reverse;
}
.cid-t3fPXiIhio p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t3fPXiIhio .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t3fPXiIhio .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t3fPXiIhio .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t3fPXiIhio .main-banner .left-content {
  margin-right: 15px;
}
.cid-t3fPXiIhio .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t3fPXiIhio .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t3fPXiIhio .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t3fPXiIhio .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t3fPXiIhio .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t3fPXiIhio .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t3fPXiIhio .main-banner:before {
    display: none;
  }
  .cid-t3fPXiIhio .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t3fPXiIhio .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t3fPXiIhio H6 {
  color: #e43f3f;
}
.cid-t3fPXja7jl {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3fPXjkvVM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t3fPXjCy0j {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t3fPXjCy0j .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3fPXjCy0j .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #e43f3f;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-t3fPXjCy0j .card-title,
.cid-t3fPXjCy0j .card-box {
  color: #ffffff;
}
.cid-tAQzouBlSG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t3fPXk59eu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t3fPXk59eu .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t3fPXk59eu .bgColor1 {
  background-color: #0a0d53;
}
.cid-t3fPXk59eu .bgColor2 {
  background-color: #e43f3f;
}
.cid-t3fPXk59eu .bgColor3 {
  background-color: #9fdbf8;
}
.cid-t3fPXk59eu .bgicon {
  background-color: #ffffff;
}
.cid-t3fPXk59eu H1 {
  color: #e43f3f;
}
.cid-t3fPXkjKiD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t3fPXkjKiD .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t3fPXkjKiD .bgColor1 {
  background-color: #0a0d53;
}
.cid-t3fPXkjKiD .bgColor2 {
  background-color: #e43f3f;
}
.cid-t3fPXkjKiD .bgColor3 {
  background-color: #e6c63b;
}
.cid-t3fPXkjKiD .bgicon {
  background-color: #ffffff;
}
.cid-t3fPXkjKiD H1 {
  color: #e43f3f;
}
.cid-t3fPXkyXax {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t3fPXkyXax .media-container-row {
  justify-content: space-between;
}
.cid-t3fPXkyXax .text-content {
  max-width: 50%;
}
.cid-t3fPXkyXax .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t3fPXkyXax .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t3fPXkyXax .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t3fPXkyXax .icons {
    justify-content: center !important;
  }
  .cid-t3fPXkyXax .text-content * {
    text-align: center;
  }
}
.cid-t3fPXkRDKA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t3fPXkRDKA #footer {
  padding: 0 0 25px 0;
}
.cid-t3fPXkRDKA #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t3fPXkRDKA #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t3fPXkRDKA #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t3fPXkRDKA #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t3fPXkRDKA #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t3fPXkRDKA #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t3fPXkRDKA #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t3fPXkRDKA #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t3fPXkRDKA #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t3fPXkRDKA #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t3fPXkRDKA #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t3fPXkRDKA #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t3fPXkRDKA #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t3fPXkRDKA #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t3fPXkRDKA #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t3fPXkRDKA #footer .copyright {
  padding-top: 30px;
}
.cid-t3fPXkRDKA ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t3fPXkRDKA H4 {
  color: #000000;
  text-align: left;
}
.cid-t3fPXkRDKA DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t3fPXkRDKA P {
  color: #e43f3f;
  text-align: left;
}
.cid-t3fPXkRDKA div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t3fPXkRDKA .copyright a {
  text-decoration: none !important;
}
.cid-t3fPXkRDKA .list,
.cid-t3fPXkRDKA .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t3fPXkRDKA ul li a {
  text-decoration: none !important;
}
.cid-t3fPXkRDKA .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4oNzgRiPH {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t4oNzgRiPH .row {
  flex-direction: row-reverse;
}
.cid-t4oNzgRiPH p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t4oNzgRiPH .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t4oNzgRiPH .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t4oNzgRiPH .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t4oNzgRiPH .main-banner .left-content {
  margin-right: 15px;
}
.cid-t4oNzgRiPH .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t4oNzgRiPH .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t4oNzgRiPH .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t4oNzgRiPH .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t4oNzgRiPH .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t4oNzgRiPH .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t4oNzgRiPH .main-banner:before {
    display: none;
  }
  .cid-t4oNzgRiPH .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t4oNzgRiPH .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t4oNzgRiPH H6 {
  color: #e43f3f;
}
.cid-t4oNzh6Le8 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t4oNzh6Le8 .mbr-section-title {
  text-align: left;
  color: #e43f3f;
}
.cid-t4oNzh6Le8 .mbr-section-subtitle {
  text-align: left;
}
.cid-t4oNzhhoq1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t4oNzhhoq1 .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-t4oNzhhoq1 .item .icon-wrap {
  text-align: center;
}
.cid-t4oNzhhoq1 .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-t4oNzhhoq1 .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #e43f3f;
}
.cid-t4oNzhhoq1 .item.first:before {
  display: none;
}
.cid-t4oNzhhoq1 .item.five:before {
  display: none;
}
.cid-t4oNzhhoq1 .icon-box {
  background: #e43f3f;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-t4oNzhhoq1 .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-t4oNzhhoq1 .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-t4oNzhhoq1 .item:before {
    display: none;
  }
  .cid-t4oNzhhoq1 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t4oNzhL0Lp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4oNzhL0Lp .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t4oNzhL0Lp .bgColor1 {
  background-color: #0a0d53;
}
.cid-t4oNzhL0Lp .bgColor2 {
  background-color: #e43f3f;
}
.cid-t4oNzhL0Lp .bgColor3 {
  background-color: #9fdbf8;
}
.cid-t4oNzhL0Lp .bgicon {
  background-color: #ffffff;
}
.cid-t4oNzhL0Lp H1 {
  color: #e43f3f;
}
.cid-t4oNzi0hKe {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4oNzi0hKe .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t4oNzi0hKe .bgColor1 {
  background-color: #0a0d53;
}
.cid-t4oNzi0hKe .bgColor2 {
  background-color: #e43f3f;
}
.cid-t4oNzi0hKe .bgColor3 {
  background-color: #e6c63b;
}
.cid-t4oNzi0hKe .bgicon {
  background-color: #ffffff;
}
.cid-t4oNzi0hKe H1 {
  color: #e43f3f;
}
.cid-t4oNzifQfp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t4oNzifQfp .media-container-row {
  justify-content: space-between;
}
.cid-t4oNzifQfp .text-content {
  max-width: 50%;
}
.cid-t4oNzifQfp .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t4oNzifQfp .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t4oNzifQfp .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t4oNzifQfp .icons {
    justify-content: center !important;
  }
  .cid-t4oNzifQfp .text-content * {
    text-align: center;
  }
}
.cid-t4oNziAstY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t4oNziAstY #footer {
  padding: 0 0 25px 0;
}
.cid-t4oNziAstY #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t4oNziAstY #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t4oNziAstY #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t4oNziAstY #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t4oNziAstY #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t4oNziAstY #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t4oNziAstY #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t4oNziAstY #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t4oNziAstY #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t4oNziAstY #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t4oNziAstY #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t4oNziAstY #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t4oNziAstY #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t4oNziAstY #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t4oNziAstY #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t4oNziAstY #footer .copyright {
  padding-top: 30px;
}
.cid-t4oNziAstY ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t4oNziAstY H4 {
  color: #000000;
  text-align: left;
}
.cid-t4oNziAstY DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t4oNziAstY P {
  color: #e43f3f;
  text-align: left;
}
.cid-t4oNziAstY div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t4oNziAstY .copyright a {
  text-decoration: none !important;
}
.cid-t4oNziAstY .list,
.cid-t4oNziAstY .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t4oNziAstY ul li a {
  text-decoration: none !important;
}
.cid-t4oNziAstY .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8Q983LDTh {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t8Q983LDTh .row {
  flex-direction: row-reverse;
}
.cid-t8Q983LDTh p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t8Q983LDTh .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t8Q983LDTh .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t8Q983LDTh .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t8Q983LDTh .main-banner .left-content {
  margin-right: 15px;
}
.cid-t8Q983LDTh .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t8Q983LDTh .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t8Q983LDTh .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t8Q983LDTh .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t8Q983LDTh .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t8Q983LDTh .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t8Q983LDTh .main-banner:before {
    display: none;
  }
  .cid-t8Q983LDTh .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t8Q983LDTh .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t8Q983LDTh H6 {
  color: #e43f3f;
}
.cid-ueWURlKCQF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWURlKCQF .mbr-section-title {
  color: #000000;
}
.cid-t8Q983YzL1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t8Q983YzL1 .mbr-text {
  color: #000000;
}
.cid-t8Q984jjga {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t8Q984jjga .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t8Q984jjga .bgColor1 {
  background-color: #0a0d53;
}
.cid-t8Q984jjga .bgColor2 {
  background-color: #e43f3f;
}
.cid-t8Q984jjga .bgColor3 {
  background-color: #9fdbf8;
}
.cid-t8Q984jjga .bgicon {
  background-color: #ffffff;
}
.cid-t8Q984jjga H1 {
  color: #e43f3f;
}
.cid-t8Q984xyHV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t8Q984xyHV .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t8Q984xyHV .bgColor1 {
  background-color: #0a0d53;
}
.cid-t8Q984xyHV .bgColor2 {
  background-color: #e43f3f;
}
.cid-t8Q984xyHV .bgColor3 {
  background-color: #e6c63b;
}
.cid-t8Q984xyHV .bgicon {
  background-color: #ffffff;
}
.cid-t8Q984xyHV H1 {
  color: #e43f3f;
}
.cid-t8Q984NEpg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t8Q984NEpg .media-container-row {
  justify-content: space-between;
}
.cid-t8Q984NEpg .text-content {
  max-width: 50%;
}
.cid-t8Q984NEpg .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t8Q984NEpg .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t8Q984NEpg .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t8Q984NEpg .icons {
    justify-content: center !important;
  }
  .cid-t8Q984NEpg .text-content * {
    text-align: center;
  }
}
.cid-t8Q985cHor {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t8Q985cHor #footer {
  padding: 0 0 25px 0;
}
.cid-t8Q985cHor #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t8Q985cHor #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t8Q985cHor #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t8Q985cHor #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t8Q985cHor #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t8Q985cHor #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t8Q985cHor #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t8Q985cHor #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t8Q985cHor #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t8Q985cHor #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t8Q985cHor #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t8Q985cHor #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t8Q985cHor #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t8Q985cHor #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t8Q985cHor #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t8Q985cHor #footer .copyright {
  padding-top: 30px;
}
.cid-t8Q985cHor ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t8Q985cHor H4 {
  color: #000000;
  text-align: left;
}
.cid-t8Q985cHor DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t8Q985cHor P {
  color: #e43f3f;
  text-align: left;
}
.cid-t8Q985cHor div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t8Q985cHor .copyright a {
  text-decoration: none !important;
}
.cid-t8Q985cHor .list,
.cid-t8Q985cHor .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t8Q985cHor ul li a {
  text-decoration: none !important;
}
.cid-t8Q985cHor .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toLO0cFH50 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-toLO0cFH50 .row {
  flex-direction: row-reverse;
}
.cid-toLO0cFH50 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-toLO0cFH50 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-toLO0cFH50 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-toLO0cFH50 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-toLO0cFH50 .main-banner .left-content {
  margin-right: 15px;
}
.cid-toLO0cFH50 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-toLO0cFH50 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-toLO0cFH50 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-toLO0cFH50 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-toLO0cFH50 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-toLO0cFH50 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-toLO0cFH50 .main-banner:before {
    display: none;
  }
  .cid-toLO0cFH50 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-toLO0cFH50 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-toLO0cFH50 H6 {
  color: #e43f3f;
}
.cid-toLO0cFH50 H2 {
  color: #ffffff;
}
.cid-toLO0cFH50 P {
  color: #ffffff;
}
.cid-toLOP7fPiY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-toLOP7fPiY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-toLOP7fPiY .mbr-text {
  color: #ffffff;
}
.cid-toRY9REW8n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-toRY9REW8n .media-container-row {
  justify-content: space-between;
}
.cid-toRY9REW8n .text-content {
  max-width: 50%;
}
.cid-toRY9REW8n .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-toRY9REW8n .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-toRY9REW8n .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-toRY9REW8n .icons {
    justify-content: center !important;
  }
  .cid-toRY9REW8n .text-content * {
    text-align: center;
  }
}
.cid-toRY9REW8n .mbr-section-title {
  color: #ffffff;
}
.cid-toRY9REW8n P {
  color: #ffffff;
}
.cid-toLO0eIqi1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-toLO0eIqi1 #footer {
  padding: 0 0 25px 0;
}
.cid-toLO0eIqi1 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-toLO0eIqi1 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-toLO0eIqi1 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-toLO0eIqi1 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-toLO0eIqi1 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-toLO0eIqi1 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-toLO0eIqi1 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-toLO0eIqi1 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-toLO0eIqi1 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-toLO0eIqi1 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-toLO0eIqi1 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-toLO0eIqi1 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-toLO0eIqi1 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-toLO0eIqi1 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-toLO0eIqi1 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-toLO0eIqi1 #footer .copyright {
  padding-top: 30px;
}
.cid-toLO0eIqi1 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-toLO0eIqi1 H4 {
  color: #000000;
  text-align: left;
}
.cid-toLO0eIqi1 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-toLO0eIqi1 P {
  color: #e43f3f;
  text-align: left;
}
.cid-toLO0eIqi1 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-toLO0eIqi1 .copyright a {
  text-decoration: none !important;
}
.cid-toLO0eIqi1 .list,
.cid-toLO0eIqi1 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-toLO0eIqi1 ul li a {
  text-decoration: none !important;
}
.cid-toLO0eIqi1 .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toS1BD8fSu {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-toS1BD8fSu p {
  line-height: 30px;
  font-weight: 300;
}
.cid-toS1BD8fSu .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-toS1BD8fSu .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-toS1BD8fSu .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-toS1BD8fSu .main-banner .left-content {
  margin-right: 15px;
}
.cid-toS1BD8fSu .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-toS1BD8fSu .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-toS1BD8fSu .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-toS1BD8fSu .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-toS1BD8fSu .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-toS1BD8fSu .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-toS1BD8fSu .main-banner:before {
    display: none;
  }
  .cid-toS1BD8fSu .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-toS1BD8fSu .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-toS1BD8fSu H6 {
  color: #ffffff;
}
.cid-toS1BD8fSu H2 {
  color: #e43f3f;
}
.cid-toS1BD8fSu P {
  color: #ffffff;
}
.cid-toS1BDkyjS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-toS1BDkyjS .mbr-text {
  color: #ffffff;
}
.cid-toS1BDkyjS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-toS1BDrpW9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-toS1BDrpW9 .media-container-row {
  justify-content: space-between;
}
.cid-toS1BDrpW9 .text-content {
  max-width: 50%;
}
.cid-toS1BDrpW9 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-toS1BDrpW9 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-toS1BDrpW9 .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-toS1BDrpW9 .icons {
    justify-content: center !important;
  }
  .cid-toS1BDrpW9 .text-content * {
    text-align: center;
  }
}
.cid-toS1BDrpW9 .mbr-section-title {
  color: #ffffff;
}
.cid-toS1BDrpW9 P {
  color: #ffffff;
}
.cid-toS1BEvJ5P {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-toS1BEvJ5P #footer {
  padding: 0 0 25px 0;
}
.cid-toS1BEvJ5P #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-toS1BEvJ5P #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-toS1BEvJ5P #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-toS1BEvJ5P #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-toS1BEvJ5P #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-toS1BEvJ5P #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-toS1BEvJ5P #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-toS1BEvJ5P #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-toS1BEvJ5P #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-toS1BEvJ5P #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-toS1BEvJ5P #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-toS1BEvJ5P #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-toS1BEvJ5P #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-toS1BEvJ5P #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-toS1BEvJ5P #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-toS1BEvJ5P #footer .copyright {
  padding-top: 30px;
}
.cid-toS1BEvJ5P ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-toS1BEvJ5P H4 {
  color: #000000;
  text-align: left;
}
.cid-toS1BEvJ5P DIV {
  text-align: center;
  color: #fafafa;
}
.cid-toS1BEvJ5P P {
  color: #e43f3f;
  text-align: left;
}
.cid-toS1BEvJ5P div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-toS1BEvJ5P .copyright a {
  text-decoration: none !important;
}
.cid-toS1BEvJ5P .list,
.cid-toS1BEvJ5P .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-toS1BEvJ5P ul li a {
  text-decoration: none !important;
}
.cid-toS1BEvJ5P .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trlIaGbgiy {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-trlIaGbgiy .row {
  flex-direction: row-reverse;
}
.cid-trlIaGbgiy p {
  line-height: 30px;
  font-weight: 300;
}
.cid-trlIaGbgiy .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-trlIaGbgiy .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-trlIaGbgiy .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-trlIaGbgiy .main-banner .left-content {
  margin-right: 15px;
}
.cid-trlIaGbgiy .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-trlIaGbgiy .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-trlIaGbgiy .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-trlIaGbgiy .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-trlIaGbgiy .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-trlIaGbgiy .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-trlIaGbgiy .main-banner:before {
    display: none;
  }
  .cid-trlIaGbgiy .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-trlIaGbgiy .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-trlIaGbgiy H6 {
  color: #e43f3f;
}
.cid-trlIaGbgiy H2 {
  color: #ffffff;
}
.cid-trlIaGbgiy P {
  color: #ffffff;
}
.cid-trlIaGz84X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-trlIaGz84X .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-trlIaGz84X .mbr-text {
  color: #ffffff;
}
.cid-trlIaGS0K1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-trlIaGS0K1 .media-container-row {
  justify-content: space-between;
}
.cid-trlIaGS0K1 .text-content {
  max-width: 50%;
}
.cid-trlIaGS0K1 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-trlIaGS0K1 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-trlIaGS0K1 .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-trlIaGS0K1 .icons {
    justify-content: center !important;
  }
  .cid-trlIaGS0K1 .text-content * {
    text-align: center;
  }
}
.cid-trlIaGS0K1 .mbr-section-title {
  color: #ffffff;
}
.cid-trlIaGS0K1 P {
  color: #ffffff;
}
.cid-trlIaHK0Fe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-trlIaHK0Fe #footer {
  padding: 0 0 25px 0;
}
.cid-trlIaHK0Fe #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-trlIaHK0Fe #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-trlIaHK0Fe #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-trlIaHK0Fe #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-trlIaHK0Fe #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-trlIaHK0Fe #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-trlIaHK0Fe #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-trlIaHK0Fe #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-trlIaHK0Fe #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-trlIaHK0Fe #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-trlIaHK0Fe #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-trlIaHK0Fe #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-trlIaHK0Fe #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-trlIaHK0Fe #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-trlIaHK0Fe #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-trlIaHK0Fe #footer .copyright {
  padding-top: 30px;
}
.cid-trlIaHK0Fe ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-trlIaHK0Fe H4 {
  color: #000000;
  text-align: left;
}
.cid-trlIaHK0Fe DIV {
  text-align: center;
  color: #fafafa;
}
.cid-trlIaHK0Fe P {
  color: #e43f3f;
  text-align: left;
}
.cid-trlIaHK0Fe div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-trlIaHK0Fe .copyright a {
  text-decoration: none !important;
}
.cid-trlIaHK0Fe .list,
.cid-trlIaHK0Fe .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-trlIaHK0Fe ul li a {
  text-decoration: none !important;
}
.cid-trlIaHK0Fe .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trlKnxwPhp {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-trlKnxwPhp .row {
  flex-direction: row-reverse;
}
.cid-trlKnxwPhp p {
  line-height: 30px;
  font-weight: 300;
}
.cid-trlKnxwPhp .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-trlKnxwPhp .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-trlKnxwPhp .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-trlKnxwPhp .main-banner .left-content {
  margin-right: 15px;
}
.cid-trlKnxwPhp .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-trlKnxwPhp .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-trlKnxwPhp .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-trlKnxwPhp .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-trlKnxwPhp .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-trlKnxwPhp .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-trlKnxwPhp .main-banner:before {
    display: none;
  }
  .cid-trlKnxwPhp .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-trlKnxwPhp .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-trlKnxwPhp H6 {
  color: #e43f3f;
}
.cid-trlKnxwPhp H2 {
  color: #ffffff;
}
.cid-trlKnxwPhp P {
  color: #ffffff;
}
.cid-trlKnxVHgK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-trlKnxVHgK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-trlKnxVHgK .mbr-text {
  color: #ffffff;
}
.cid-trlKny5Gq4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-trlKny5Gq4 .media-container-row {
  justify-content: space-between;
}
.cid-trlKny5Gq4 .text-content {
  max-width: 50%;
}
.cid-trlKny5Gq4 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-trlKny5Gq4 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-trlKny5Gq4 .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-trlKny5Gq4 .icons {
    justify-content: center !important;
  }
  .cid-trlKny5Gq4 .text-content * {
    text-align: center;
  }
}
.cid-trlKny5Gq4 .mbr-section-title {
  color: #ffffff;
}
.cid-trlKny5Gq4 P {
  color: #ffffff;
}
.cid-trlKnyXT0q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-trlKnyXT0q #footer {
  padding: 0 0 25px 0;
}
.cid-trlKnyXT0q #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-trlKnyXT0q #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-trlKnyXT0q #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-trlKnyXT0q #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-trlKnyXT0q #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-trlKnyXT0q #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-trlKnyXT0q #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-trlKnyXT0q #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-trlKnyXT0q #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-trlKnyXT0q #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-trlKnyXT0q #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-trlKnyXT0q #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-trlKnyXT0q #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-trlKnyXT0q #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-trlKnyXT0q #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-trlKnyXT0q #footer .copyright {
  padding-top: 30px;
}
.cid-trlKnyXT0q ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-trlKnyXT0q H4 {
  color: #000000;
  text-align: left;
}
.cid-trlKnyXT0q DIV {
  text-align: center;
  color: #fafafa;
}
.cid-trlKnyXT0q P {
  color: #e43f3f;
  text-align: left;
}
.cid-trlKnyXT0q div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-trlKnyXT0q .copyright a {
  text-decoration: none !important;
}
.cid-trlKnyXT0q .list,
.cid-trlKnyXT0q .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-trlKnyXT0q ul li a {
  text-decoration: none !important;
}
.cid-trlKnyXT0q .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trqjYcsHiP {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-trqjYcsHiP .row {
  flex-direction: row-reverse;
}
.cid-trqjYcsHiP p {
  line-height: 30px;
  font-weight: 300;
}
.cid-trqjYcsHiP .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-trqjYcsHiP .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-trqjYcsHiP .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-trqjYcsHiP .main-banner .left-content {
  margin-right: 15px;
}
.cid-trqjYcsHiP .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-trqjYcsHiP .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-trqjYcsHiP .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-trqjYcsHiP .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-trqjYcsHiP .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-trqjYcsHiP .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-trqjYcsHiP .main-banner:before {
    display: none;
  }
  .cid-trqjYcsHiP .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-trqjYcsHiP .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-trqjYcsHiP H6 {
  color: #e43f3f;
}
.cid-trqjYcsHiP H2 {
  color: #ffffff;
}
.cid-trqjYcsHiP P {
  color: #ffffff;
}
.cid-ueWVhB3Arb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWVhB3Arb .mbr-section-title {
  color: #000000;
}
.cid-trqjYcFG2B {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-trqjYcFG2B .mbr-text {
  color: #ffffff;
}
.cid-trqjYd0Sai {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-trqjYd0Sai .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-trqjYd0Sai .bgColor1 {
  background-color: #0a0d53;
}
.cid-trqjYd0Sai .bgColor2 {
  background-color: #e43f3f;
}
.cid-trqjYd0Sai .bgColor3 {
  background-color: #9fdbf8;
}
.cid-trqjYd0Sai .bgicon {
  background-color: #ffffff;
}
.cid-trqjYd0Sai H1 {
  color: #e43f3f;
}
.cid-trqjYdfD3D {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-trqjYdfD3D .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-trqjYdfD3D .bgColor1 {
  background-color: #0a0d53;
}
.cid-trqjYdfD3D .bgColor2 {
  background-color: #e43f3f;
}
.cid-trqjYdfD3D .bgColor3 {
  background-color: #e6c63b;
}
.cid-trqjYdfD3D .bgicon {
  background-color: #ffffff;
}
.cid-trqjYdfD3D H1 {
  color: #e43f3f;
}
.cid-trqjYdxzXP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-trqjYdxzXP .media-container-row {
  justify-content: space-between;
}
.cid-trqjYdxzXP .text-content {
  max-width: 50%;
}
.cid-trqjYdxzXP .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-trqjYdxzXP .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-trqjYdxzXP .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-trqjYdxzXP .icons {
    justify-content: center !important;
  }
  .cid-trqjYdxzXP .text-content * {
    text-align: center;
  }
}
.cid-trqjYdxzXP .mbr-section-title {
  color: #ffffff;
}
.cid-trqjYdxzXP P {
  color: #ffffff;
}
.cid-trqjYdRAJU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-trqjYdRAJU #footer {
  padding: 0 0 25px 0;
}
.cid-trqjYdRAJU #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-trqjYdRAJU #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-trqjYdRAJU #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-trqjYdRAJU #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-trqjYdRAJU #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-trqjYdRAJU #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-trqjYdRAJU #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-trqjYdRAJU #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-trqjYdRAJU #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-trqjYdRAJU #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-trqjYdRAJU #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-trqjYdRAJU #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-trqjYdRAJU #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-trqjYdRAJU #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-trqjYdRAJU #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-trqjYdRAJU #footer .copyright {
  padding-top: 30px;
}
.cid-trqjYdRAJU ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-trqjYdRAJU H4 {
  color: #000000;
  text-align: left;
}
.cid-trqjYdRAJU DIV {
  text-align: center;
  color: #fafafa;
}
.cid-trqjYdRAJU P {
  color: #e43f3f;
  text-align: left;
}
.cid-trqjYdRAJU div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-trqjYdRAJU .copyright a {
  text-decoration: none !important;
}
.cid-trqjYdRAJU .list,
.cid-trqjYdRAJU .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-trqjYdRAJU ul li a {
  text-decoration: none !important;
}
.cid-trqjYdRAJU .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-truU7URKQK {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-truU7URKQK .row {
  flex-direction: row-reverse;
}
.cid-truU7URKQK p {
  line-height: 30px;
  font-weight: 300;
}
.cid-truU7URKQK .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-truU7URKQK .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-truU7URKQK .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-truU7URKQK .main-banner .left-content {
  margin-right: 15px;
}
.cid-truU7URKQK .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-truU7URKQK .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-truU7URKQK .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-truU7URKQK .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-truU7URKQK .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-truU7URKQK .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-truU7URKQK .main-banner:before {
    display: none;
  }
  .cid-truU7URKQK .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-truU7URKQK .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-truU7URKQK H6 {
  color: #e43f3f;
}
.cid-truU7V40zQ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-truU7V40zQ .mbr-section-title {
  text-align: left;
  color: #0059f9;
}
.cid-truU7V40zQ .mbr-section-subtitle {
  text-align: left;
}
.cid-truU7Ve1NE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-truU7Ve1NE .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-truU7Ve1NE .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffe161;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-truU7Ve1NE .card-title,
.cid-truU7Ve1NE .card-box {
  color: #0059f9;
}
.cid-truU7Vt9fp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-truU7Vt9fp .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-truU7Vt9fp .item .icon-wrap {
  text-align: center;
}
.cid-truU7Vt9fp .item span {
  font-size: 2rem;
  color: #614f00;
  line-height: 60px;
}
.cid-truU7Vt9fp .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #ffe161;
}
.cid-truU7Vt9fp .item.first:before {
  display: none;
}
.cid-truU7Vt9fp .item.five:before {
  display: none;
}
.cid-truU7Vt9fp .icon-box {
  background: #ffe161;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-truU7Vt9fp .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-truU7Vt9fp .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-truU7Vt9fp .item:before {
    display: none;
  }
  .cid-truU7Vt9fp .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-truU7Vt9fp .text-box .mbr-text {
  color: #0059f9;
}
.cid-truU7Vt9fp .icon-title,
.cid-truU7Vt9fp .item .icon-wrap {
  color: #0059f9;
}
.cid-truU7Vt9fp .card-title,
.cid-truU7Vt9fp .card-box {
  color: #0059f9;
}
.cid-truU7VUOFY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-truU7VUOFY .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-truU7VUOFY .bgColor1 {
  background-color: #0a0d53;
}
.cid-truU7VUOFY .bgColor2 {
  background-color: #e43f3f;
}
.cid-truU7VUOFY .bgColor3 {
  background-color: #9fdbf8;
}
.cid-truU7VUOFY .bgicon {
  background-color: #ffffff;
}
.cid-truU7VUOFY H1 {
  color: #e43f3f;
}
.cid-truU7WbBoy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-truU7WbBoy .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-truU7WbBoy .bgColor1 {
  background-color: #0a0d53;
}
.cid-truU7WbBoy .bgColor2 {
  background-color: #e43f3f;
}
.cid-truU7WbBoy .bgColor3 {
  background-color: #e6c63b;
}
.cid-truU7WbBoy .bgicon {
  background-color: #ffffff;
}
.cid-truU7WbBoy H1 {
  color: #e43f3f;
}
.cid-truU7WEH2A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-truU7WEH2A #footer {
  padding: 0 0 25px 0;
}
.cid-truU7WEH2A #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-truU7WEH2A #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-truU7WEH2A #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-truU7WEH2A #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-truU7WEH2A #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-truU7WEH2A #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-truU7WEH2A #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-truU7WEH2A #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-truU7WEH2A #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-truU7WEH2A #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-truU7WEH2A #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-truU7WEH2A #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-truU7WEH2A #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-truU7WEH2A #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-truU7WEH2A #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-truU7WEH2A #footer .copyright {
  padding-top: 30px;
}
.cid-truU7WEH2A ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-truU7WEH2A H4 {
  color: #000000;
  text-align: left;
}
.cid-truU7WEH2A DIV {
  text-align: center;
  color: #fafafa;
}
.cid-truU7WEH2A P {
  color: #e43f3f;
  text-align: left;
}
.cid-truU7WEH2A div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-truU7WEH2A .copyright a {
  text-decoration: none !important;
}
.cid-truU7WEH2A .list,
.cid-truU7WEH2A .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-truU7WEH2A ul li a {
  text-decoration: none !important;
}
.cid-truU7WEH2A .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2YUegAytU {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2YUegAytU .row {
  flex-direction: row-reverse;
}
.cid-t2YUegAytU p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2YUegAytU .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2YUegAytU .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2YUegAytU .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2YUegAytU .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2YUegAytU .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2YUegAytU .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2YUegAytU .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2YUegAytU .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2YUegAytU .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2YUegAytU .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2YUegAytU .main-banner:before {
    display: none;
  }
  .cid-t2YUegAytU .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2YUegAytU .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2YUegAytU H6 {
  color: #e43f3f;
}
.cid-t2YUixYUEX {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t2YUixYUEX .mbr-section-title {
  text-align: left;
  color: #e43f3f;
}
.cid-t2YUixYUEX .mbr-section-subtitle {
  text-align: left;
}
.cid-truZGeLchl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-truZGeLchl .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-truZGeLchl .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-t2YUCloZLC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t2YUCloZLC .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-t2YUCloZLC .item .icon-wrap {
  text-align: center;
}
.cid-t2YUCloZLC .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-t2YUCloZLC .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #e43f3f;
}
.cid-t2YUCloZLC .item.first:before {
  display: none;
}
.cid-t2YUCloZLC .item.five:before {
  display: none;
}
.cid-t2YUCloZLC .icon-box {
  background: #e43f3f;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-t2YUCloZLC .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-t2YUCloZLC .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-t2YUCloZLC .item:before {
    display: none;
  }
  .cid-t2YUCloZLC .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t2YUehAm8q {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2YUehAm8q .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2YUehAm8q .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2YUehAm8q .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2YUehAm8q .bgColor3 {
  background-color: #9fdbf8;
}
.cid-t2YUehAm8q .bgicon {
  background-color: #ffffff;
}
.cid-t2YUehAm8q H1 {
  color: #e43f3f;
}
.cid-t2YUehQsBB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2YUehQsBB .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2YUehQsBB .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2YUehQsBB .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2YUehQsBB .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2YUehQsBB .bgicon {
  background-color: #ffffff;
}
.cid-t2YUehQsBB H1 {
  color: #e43f3f;
}
.cid-t2ZBgEuAJb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2ZBgEuAJb .media-container-row {
  justify-content: space-between;
}
.cid-t2ZBgEuAJb .text-content {
  max-width: 50%;
}
.cid-t2ZBgEuAJb .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t2ZBgEuAJb .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t2ZBgEuAJb .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t2ZBgEuAJb .icons {
    justify-content: center !important;
  }
  .cid-t2ZBgEuAJb .text-content * {
    text-align: center;
  }
}
.cid-t2YUei5AqC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2YUei5AqC #footer {
  padding: 0 0 25px 0;
}
.cid-t2YUei5AqC #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2YUei5AqC #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2YUei5AqC #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2YUei5AqC #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2YUei5AqC #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2YUei5AqC #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2YUei5AqC #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2YUei5AqC #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2YUei5AqC #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2YUei5AqC #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2YUei5AqC #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2YUei5AqC #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2YUei5AqC #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2YUei5AqC #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2YUei5AqC #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2YUei5AqC #footer .copyright {
  padding-top: 30px;
}
.cid-t2YUei5AqC ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2YUei5AqC H4 {
  color: #000000;
  text-align: left;
}
.cid-t2YUei5AqC DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2YUei5AqC P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2YUei5AqC div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2YUei5AqC .copyright a {
  text-decoration: none !important;
}
.cid-t2YUei5AqC .list,
.cid-t2YUei5AqC .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2YUei5AqC ul li a {
  text-decoration: none !important;
}
.cid-t2YUei5AqC .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuwDcpBZDW {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuwDcpBZDW .row {
  flex-direction: row-reverse;
}
.cid-tuwDcpBZDW p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tuwDcpBZDW .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tuwDcpBZDW .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tuwDcpBZDW .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tuwDcpBZDW .main-banner .left-content {
  margin-right: 15px;
}
.cid-tuwDcpBZDW .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tuwDcpBZDW .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tuwDcpBZDW .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tuwDcpBZDW .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tuwDcpBZDW .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tuwDcpBZDW .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tuwDcpBZDW .main-banner:before {
    display: none;
  }
  .cid-tuwDcpBZDW .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tuwDcpBZDW .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tuwDcpBZDW H6 {
  color: #e43f3f;
}
.cid-tuwDcq6MDO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuwDcqfmj1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuwDcqfmj1 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tuwDcqfmj1 .bgColor1 {
  background-color: #0a0d53;
}
.cid-tuwDcqfmj1 .bgColor2 {
  background-color: #e43f3f;
}
.cid-tuwDcqfmj1 .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tuwDcqfmj1 .bgicon {
  background-color: #ffffff;
}
.cid-tuwDcqfmj1 H1 {
  color: #e43f3f;
}
.cid-tuwDcqzZgf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuwDcqzZgf .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tuwDcqzZgf .bgColor1 {
  background-color: #0a0d53;
}
.cid-tuwDcqzZgf .bgColor2 {
  background-color: #e43f3f;
}
.cid-tuwDcqzZgf .bgColor3 {
  background-color: #e6c63b;
}
.cid-tuwDcqzZgf .bgicon {
  background-color: #ffffff;
}
.cid-tuwDcqzZgf H1 {
  color: #e43f3f;
}
.cid-tuwDcqNBzg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuwDcqNBzg .media-container-row {
  justify-content: space-between;
}
.cid-tuwDcqNBzg .text-content {
  max-width: 50%;
}
.cid-tuwDcqNBzg .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tuwDcqNBzg .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tuwDcqNBzg .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tuwDcqNBzg .icons {
    justify-content: center !important;
  }
  .cid-tuwDcqNBzg .text-content * {
    text-align: center;
  }
}
.cid-tuwDcr57oM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tuwDcr57oM #footer {
  padding: 0 0 25px 0;
}
.cid-tuwDcr57oM #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tuwDcr57oM #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tuwDcr57oM #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tuwDcr57oM #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tuwDcr57oM #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tuwDcr57oM #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tuwDcr57oM #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tuwDcr57oM #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tuwDcr57oM #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tuwDcr57oM #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tuwDcr57oM #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tuwDcr57oM #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tuwDcr57oM #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tuwDcr57oM #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tuwDcr57oM #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tuwDcr57oM #footer .copyright {
  padding-top: 30px;
}
.cid-tuwDcr57oM ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tuwDcr57oM H4 {
  color: #000000;
  text-align: left;
}
.cid-tuwDcr57oM DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tuwDcr57oM P {
  color: #e43f3f;
  text-align: left;
}
.cid-tuwDcr57oM div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tuwDcr57oM .copyright a {
  text-decoration: none !important;
}
.cid-tuwDcr57oM .list,
.cid-tuwDcr57oM .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tuwDcr57oM ul li a {
  text-decoration: none !important;
}
.cid-tuwDcr57oM .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuwFG0Tm7A {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuwFG0Tm7A .row {
  flex-direction: row-reverse;
}
.cid-tuwFG0Tm7A p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tuwFG0Tm7A .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tuwFG0Tm7A .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tuwFG0Tm7A .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tuwFG0Tm7A .main-banner .left-content {
  margin-right: 15px;
}
.cid-tuwFG0Tm7A .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tuwFG0Tm7A .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tuwFG0Tm7A .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tuwFG0Tm7A .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tuwFG0Tm7A .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tuwFG0Tm7A .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tuwFG0Tm7A .main-banner:before {
    display: none;
  }
  .cid-tuwFG0Tm7A .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tuwFG0Tm7A .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tuwFG0Tm7A H6 {
  color: #e43f3f;
}
.cid-tuwFG1kF1z {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuwFG1usrY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuwFG1usrY .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tuwFG1usrY .bgColor1 {
  background-color: #0a0d53;
}
.cid-tuwFG1usrY .bgColor2 {
  background-color: #e43f3f;
}
.cid-tuwFG1usrY .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tuwFG1usrY .bgicon {
  background-color: #ffffff;
}
.cid-tuwFG1usrY H1 {
  color: #e43f3f;
}
.cid-tuwFG1QDtP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuwFG1QDtP .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tuwFG1QDtP .bgColor1 {
  background-color: #0a0d53;
}
.cid-tuwFG1QDtP .bgColor2 {
  background-color: #e43f3f;
}
.cid-tuwFG1QDtP .bgColor3 {
  background-color: #e6c63b;
}
.cid-tuwFG1QDtP .bgicon {
  background-color: #ffffff;
}
.cid-tuwFG1QDtP H1 {
  color: #e43f3f;
}
.cid-tuwFG25dAE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuwFG25dAE .media-container-row {
  justify-content: space-between;
}
.cid-tuwFG25dAE .text-content {
  max-width: 50%;
}
.cid-tuwFG25dAE .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tuwFG25dAE .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tuwFG25dAE .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tuwFG25dAE .icons {
    justify-content: center !important;
  }
  .cid-tuwFG25dAE .text-content * {
    text-align: center;
  }
}
.cid-tuwFG2pr59 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tuwFG2pr59 #footer {
  padding: 0 0 25px 0;
}
.cid-tuwFG2pr59 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tuwFG2pr59 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tuwFG2pr59 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tuwFG2pr59 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tuwFG2pr59 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tuwFG2pr59 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tuwFG2pr59 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tuwFG2pr59 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tuwFG2pr59 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tuwFG2pr59 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tuwFG2pr59 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tuwFG2pr59 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tuwFG2pr59 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tuwFG2pr59 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tuwFG2pr59 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tuwFG2pr59 #footer .copyright {
  padding-top: 30px;
}
.cid-tuwFG2pr59 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tuwFG2pr59 H4 {
  color: #000000;
  text-align: left;
}
.cid-tuwFG2pr59 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tuwFG2pr59 P {
  color: #e43f3f;
  text-align: left;
}
.cid-tuwFG2pr59 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tuwFG2pr59 .copyright a {
  text-decoration: none !important;
}
.cid-tuwFG2pr59 .list,
.cid-tuwFG2pr59 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tuwFG2pr59 ul li a {
  text-decoration: none !important;
}
.cid-tuwFG2pr59 .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuwIbeeJuz {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuwIbeeJuz .row {
  flex-direction: row-reverse;
}
.cid-tuwIbeeJuz p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tuwIbeeJuz .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tuwIbeeJuz .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tuwIbeeJuz .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tuwIbeeJuz .main-banner .left-content {
  margin-right: 15px;
}
.cid-tuwIbeeJuz .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tuwIbeeJuz .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tuwIbeeJuz .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tuwIbeeJuz .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tuwIbeeJuz .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tuwIbeeJuz .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tuwIbeeJuz .main-banner:before {
    display: none;
  }
  .cid-tuwIbeeJuz .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tuwIbeeJuz .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tuwIbeeJuz H6 {
  color: #e43f3f;
}
.cid-tuwIbeHE7I {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuwIbeQoE5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuwIbeQoE5 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tuwIbeQoE5 .bgColor1 {
  background-color: #0a0d53;
}
.cid-tuwIbeQoE5 .bgColor2 {
  background-color: #e43f3f;
}
.cid-tuwIbeQoE5 .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tuwIbeQoE5 .bgicon {
  background-color: #ffffff;
}
.cid-tuwIbeQoE5 H1 {
  color: #e43f3f;
}
.cid-tuwIbf9UBS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuwIbf9UBS .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tuwIbf9UBS .bgColor1 {
  background-color: #0a0d53;
}
.cid-tuwIbf9UBS .bgColor2 {
  background-color: #e43f3f;
}
.cid-tuwIbf9UBS .bgColor3 {
  background-color: #e6c63b;
}
.cid-tuwIbf9UBS .bgicon {
  background-color: #ffffff;
}
.cid-tuwIbf9UBS H1 {
  color: #e43f3f;
}
.cid-tuwIbforF3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuwIbforF3 .media-container-row {
  justify-content: space-between;
}
.cid-tuwIbforF3 .text-content {
  max-width: 50%;
}
.cid-tuwIbforF3 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tuwIbforF3 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tuwIbforF3 .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tuwIbforF3 .icons {
    justify-content: center !important;
  }
  .cid-tuwIbforF3 .text-content * {
    text-align: center;
  }
}
.cid-tuwIbfGDWS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tuwIbfGDWS #footer {
  padding: 0 0 25px 0;
}
.cid-tuwIbfGDWS #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tuwIbfGDWS #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tuwIbfGDWS #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tuwIbfGDWS #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tuwIbfGDWS #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tuwIbfGDWS #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tuwIbfGDWS #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tuwIbfGDWS #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tuwIbfGDWS #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tuwIbfGDWS #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tuwIbfGDWS #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tuwIbfGDWS #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tuwIbfGDWS #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tuwIbfGDWS #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tuwIbfGDWS #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tuwIbfGDWS #footer .copyright {
  padding-top: 30px;
}
.cid-tuwIbfGDWS ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tuwIbfGDWS H4 {
  color: #000000;
  text-align: left;
}
.cid-tuwIbfGDWS DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tuwIbfGDWS P {
  color: #e43f3f;
  text-align: left;
}
.cid-tuwIbfGDWS div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tuwIbfGDWS .copyright a {
  text-decoration: none !important;
}
.cid-tuwIbfGDWS .list,
.cid-tuwIbfGDWS .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tuwIbfGDWS ul li a {
  text-decoration: none !important;
}
.cid-tuwIbfGDWS .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuwQpUs1p3 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuwQpUs1p3 .row {
  flex-direction: row-reverse;
}
.cid-tuwQpUs1p3 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tuwQpUs1p3 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tuwQpUs1p3 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tuwQpUs1p3 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tuwQpUs1p3 .main-banner .left-content {
  margin-right: 15px;
}
.cid-tuwQpUs1p3 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tuwQpUs1p3 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tuwQpUs1p3 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tuwQpUs1p3 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tuwQpUs1p3 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tuwQpUs1p3 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tuwQpUs1p3 .main-banner:before {
    display: none;
  }
  .cid-tuwQpUs1p3 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tuwQpUs1p3 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tuwQpUs1p3 H6 {
  color: #e43f3f;
}
.cid-tuwQpUW0f4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuwQpV9T3M {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuwQpV9T3M .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tuwQpV9T3M .bgColor1 {
  background-color: #0a0d53;
}
.cid-tuwQpV9T3M .bgColor2 {
  background-color: #e43f3f;
}
.cid-tuwQpV9T3M .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tuwQpV9T3M .bgicon {
  background-color: #ffffff;
}
.cid-tuwQpV9T3M H1 {
  color: #e43f3f;
}
.cid-tuwQpVA1m4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuwQpVA1m4 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tuwQpVA1m4 .bgColor1 {
  background-color: #0a0d53;
}
.cid-tuwQpVA1m4 .bgColor2 {
  background-color: #e43f3f;
}
.cid-tuwQpVA1m4 .bgColor3 {
  background-color: #e6c63b;
}
.cid-tuwQpVA1m4 .bgicon {
  background-color: #ffffff;
}
.cid-tuwQpVA1m4 H1 {
  color: #e43f3f;
}
.cid-tuwQpVTHm4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuwQpVTHm4 .media-container-row {
  justify-content: space-between;
}
.cid-tuwQpVTHm4 .text-content {
  max-width: 50%;
}
.cid-tuwQpVTHm4 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tuwQpVTHm4 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tuwQpVTHm4 .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tuwQpVTHm4 .icons {
    justify-content: center !important;
  }
  .cid-tuwQpVTHm4 .text-content * {
    text-align: center;
  }
}
.cid-tuwQpWkA1k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tuwQpWkA1k #footer {
  padding: 0 0 25px 0;
}
.cid-tuwQpWkA1k #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tuwQpWkA1k #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tuwQpWkA1k #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tuwQpWkA1k #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tuwQpWkA1k #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tuwQpWkA1k #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tuwQpWkA1k #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tuwQpWkA1k #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tuwQpWkA1k #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tuwQpWkA1k #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tuwQpWkA1k #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tuwQpWkA1k #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tuwQpWkA1k #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tuwQpWkA1k #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tuwQpWkA1k #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tuwQpWkA1k #footer .copyright {
  padding-top: 30px;
}
.cid-tuwQpWkA1k ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tuwQpWkA1k H4 {
  color: #000000;
  text-align: left;
}
.cid-tuwQpWkA1k DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tuwQpWkA1k P {
  color: #e43f3f;
  text-align: left;
}
.cid-tuwQpWkA1k div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tuwQpWkA1k .copyright a {
  text-decoration: none !important;
}
.cid-tuwQpWkA1k .list,
.cid-tuwQpWkA1k .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tuwQpWkA1k ul li a {
  text-decoration: none !important;
}
.cid-tuwQpWkA1k .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuy85p4bzE {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuy85p4bzE .row {
  flex-direction: row-reverse;
}
.cid-tuy85p4bzE p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tuy85p4bzE .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tuy85p4bzE .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tuy85p4bzE .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tuy85p4bzE .main-banner .left-content {
  margin-right: 15px;
}
.cid-tuy85p4bzE .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tuy85p4bzE .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tuy85p4bzE .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tuy85p4bzE .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tuy85p4bzE .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tuy85p4bzE .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tuy85p4bzE .main-banner:before {
    display: none;
  }
  .cid-tuy85p4bzE .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tuy85p4bzE .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tuy85p4bzE H6 {
  color: #e43f3f;
}
.cid-tuy85pyzLK {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuy85pKdJz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuy85pKdJz .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tuy85pKdJz .bgColor1 {
  background-color: #0a0d53;
}
.cid-tuy85pKdJz .bgColor2 {
  background-color: #e43f3f;
}
.cid-tuy85pKdJz .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tuy85pKdJz .bgicon {
  background-color: #ffffff;
}
.cid-tuy85pKdJz H1 {
  color: #e43f3f;
}
.cid-tuy85qbUuE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuy85qbUuE .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tuy85qbUuE .bgColor1 {
  background-color: #0a0d53;
}
.cid-tuy85qbUuE .bgColor2 {
  background-color: #e43f3f;
}
.cid-tuy85qbUuE .bgColor3 {
  background-color: #e6c63b;
}
.cid-tuy85qbUuE .bgicon {
  background-color: #ffffff;
}
.cid-tuy85qbUuE H1 {
  color: #e43f3f;
}
.cid-tuy85qvQh9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuy85qvQh9 .media-container-row {
  justify-content: space-between;
}
.cid-tuy85qvQh9 .text-content {
  max-width: 50%;
}
.cid-tuy85qvQh9 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tuy85qvQh9 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tuy85qvQh9 .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tuy85qvQh9 .icons {
    justify-content: center !important;
  }
  .cid-tuy85qvQh9 .text-content * {
    text-align: center;
  }
}
.cid-tuy85qZcCl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tuy85qZcCl #footer {
  padding: 0 0 25px 0;
}
.cid-tuy85qZcCl #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tuy85qZcCl #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tuy85qZcCl #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tuy85qZcCl #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tuy85qZcCl #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tuy85qZcCl #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tuy85qZcCl #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tuy85qZcCl #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tuy85qZcCl #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tuy85qZcCl #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tuy85qZcCl #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tuy85qZcCl #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tuy85qZcCl #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tuy85qZcCl #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tuy85qZcCl #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tuy85qZcCl #footer .copyright {
  padding-top: 30px;
}
.cid-tuy85qZcCl ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tuy85qZcCl H4 {
  color: #000000;
  text-align: left;
}
.cid-tuy85qZcCl DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tuy85qZcCl P {
  color: #e43f3f;
  text-align: left;
}
.cid-tuy85qZcCl div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tuy85qZcCl .copyright a {
  text-decoration: none !important;
}
.cid-tuy85qZcCl .list,
.cid-tuy85qZcCl .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tuy85qZcCl ul li a {
  text-decoration: none !important;
}
.cid-tuy85qZcCl .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuyaeDBQuC {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tuyaeDBQuC .row {
  flex-direction: row-reverse;
}
.cid-tuyaeDBQuC p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tuyaeDBQuC .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tuyaeDBQuC .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tuyaeDBQuC .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tuyaeDBQuC .main-banner .left-content {
  margin-right: 15px;
}
.cid-tuyaeDBQuC .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tuyaeDBQuC .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tuyaeDBQuC .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tuyaeDBQuC .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tuyaeDBQuC .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tuyaeDBQuC .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tuyaeDBQuC .main-banner:before {
    display: none;
  }
  .cid-tuyaeDBQuC .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tuyaeDBQuC .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tuyaeDBQuC H6 {
  color: #e43f3f;
}
.cid-tuyaeDBQuC H2 {
  color: #ffffff;
}
.cid-tuyaeDBQuC P {
  color: #ffffff;
}
.cid-tuyaeE1xuM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tuyaeE1xuM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuyaeE1xuM .mbr-text {
  color: #ffffff;
}
.cid-tuyaeEwXiv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tuyaeEwXiv .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tuyaeEwXiv .bgColor1 {
  background-color: #0a0d53;
}
.cid-tuyaeEwXiv .bgColor2 {
  background-color: #e43f3f;
}
.cid-tuyaeEwXiv .bgColor3 {
  background-color: #e6c63b;
}
.cid-tuyaeEwXiv .bgicon {
  background-color: #ffffff;
}
.cid-tuyaeEwXiv H1 {
  color: #e43f3f;
}
.cid-tuyaeELKFZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tuyaeELKFZ .media-container-row {
  justify-content: space-between;
}
.cid-tuyaeELKFZ .text-content {
  max-width: 50%;
}
.cid-tuyaeELKFZ .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tuyaeELKFZ .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tuyaeELKFZ .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tuyaeELKFZ .icons {
    justify-content: center !important;
  }
  .cid-tuyaeELKFZ .text-content * {
    text-align: center;
  }
}
.cid-tuyaeELKFZ .mbr-section-title {
  color: #ffffff;
}
.cid-tuyaeELKFZ P {
  color: #ffffff;
}
.cid-tuyaeF8cU9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tuyaeF8cU9 #footer {
  padding: 0 0 25px 0;
}
.cid-tuyaeF8cU9 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tuyaeF8cU9 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tuyaeF8cU9 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tuyaeF8cU9 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tuyaeF8cU9 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tuyaeF8cU9 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tuyaeF8cU9 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tuyaeF8cU9 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tuyaeF8cU9 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tuyaeF8cU9 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tuyaeF8cU9 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tuyaeF8cU9 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tuyaeF8cU9 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tuyaeF8cU9 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tuyaeF8cU9 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tuyaeF8cU9 #footer .copyright {
  padding-top: 30px;
}
.cid-tuyaeF8cU9 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tuyaeF8cU9 H4 {
  color: #000000;
  text-align: left;
}
.cid-tuyaeF8cU9 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tuyaeF8cU9 P {
  color: #e43f3f;
  text-align: left;
}
.cid-tuyaeF8cU9 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tuyaeF8cU9 .copyright a {
  text-decoration: none !important;
}
.cid-tuyaeF8cU9 .list,
.cid-tuyaeF8cU9 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tuyaeF8cU9 ul li a {
  text-decoration: none !important;
}
.cid-tuyaeF8cU9 .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuycjBMUx0 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tuycjBMUx0 .row {
  flex-direction: row-reverse;
}
.cid-tuycjBMUx0 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tuycjBMUx0 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tuycjBMUx0 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tuycjBMUx0 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tuycjBMUx0 .main-banner .left-content {
  margin-right: 15px;
}
.cid-tuycjBMUx0 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tuycjBMUx0 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tuycjBMUx0 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tuycjBMUx0 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tuycjBMUx0 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tuycjBMUx0 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tuycjBMUx0 .main-banner:before {
    display: none;
  }
  .cid-tuycjBMUx0 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tuycjBMUx0 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tuycjBMUx0 H6 {
  color: #e43f3f;
}
.cid-tuycjBMUx0 H2 {
  color: #ffffff;
}
.cid-tuycjBMUx0 P {
  color: #ffffff;
}
.cid-uwoDotIcME {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uwoDotIcME .mbr-section-title {
  color: #000000;
}
.cid-tuycjDDqd4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tuycjDDqd4 .mbr-text {
  color: #ffffff;
}
.cid-tuycjE9wuZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tuycjE9wuZ .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tuycjE9wuZ .bgColor1 {
  background-color: #0a0d53;
}
.cid-tuycjE9wuZ .bgColor2 {
  background-color: #e43f3f;
}
.cid-tuycjE9wuZ .bgColor3 {
  background-color: #e6c63b;
}
.cid-tuycjE9wuZ .bgicon {
  background-color: #ffffff;
}
.cid-tuycjE9wuZ H1 {
  color: #e43f3f;
}
.cid-tuycjEpgju {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tuycjEpgju .media-container-row {
  justify-content: space-between;
}
.cid-tuycjEpgju .text-content {
  max-width: 50%;
}
.cid-tuycjEpgju .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tuycjEpgju .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tuycjEpgju .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tuycjEpgju .icons {
    justify-content: center !important;
  }
  .cid-tuycjEpgju .text-content * {
    text-align: center;
  }
}
.cid-tuycjEpgju .mbr-section-title {
  color: #ffffff;
}
.cid-tuycjEpgju P {
  color: #ffffff;
}
.cid-tuycjEIbUK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tuycjEIbUK #footer {
  padding: 0 0 25px 0;
}
.cid-tuycjEIbUK #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tuycjEIbUK #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tuycjEIbUK #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tuycjEIbUK #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tuycjEIbUK #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tuycjEIbUK #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tuycjEIbUK #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tuycjEIbUK #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tuycjEIbUK #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tuycjEIbUK #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tuycjEIbUK #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tuycjEIbUK #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tuycjEIbUK #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tuycjEIbUK #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tuycjEIbUK #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tuycjEIbUK #footer .copyright {
  padding-top: 30px;
}
.cid-tuycjEIbUK ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tuycjEIbUK H4 {
  color: #000000;
  text-align: left;
}
.cid-tuycjEIbUK DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tuycjEIbUK P {
  color: #e43f3f;
  text-align: left;
}
.cid-tuycjEIbUK div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tuycjEIbUK .copyright a {
  text-decoration: none !important;
}
.cid-tuycjEIbUK .list,
.cid-tuycjEIbUK .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tuycjEIbUK ul li a {
  text-decoration: none !important;
}
.cid-tuycjEIbUK .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuybFDVNj8 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuybFDVNj8 .row {
  flex-direction: row-reverse;
}
.cid-tuybFDVNj8 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tuybFDVNj8 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tuybFDVNj8 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tuybFDVNj8 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tuybFDVNj8 .main-banner .left-content {
  margin-right: 15px;
}
.cid-tuybFDVNj8 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tuybFDVNj8 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tuybFDVNj8 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tuybFDVNj8 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tuybFDVNj8 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tuybFDVNj8 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tuybFDVNj8 .main-banner:before {
    display: none;
  }
  .cid-tuybFDVNj8 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tuybFDVNj8 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tuybFDVNj8 H6 {
  color: #e43f3f;
}
.cid-uwoDiczqz8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uwoDiczqz8 .mbr-section-title {
  color: #000000;
}
.cid-tuybFEmE2m {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuybFEveHj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuybFEveHj .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tuybFEveHj .bgColor1 {
  background-color: #0a0d53;
}
.cid-tuybFEveHj .bgColor2 {
  background-color: #e43f3f;
}
.cid-tuybFEveHj .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tuybFEveHj .bgicon {
  background-color: #ffffff;
}
.cid-tuybFEveHj H1 {
  color: #e43f3f;
}
.cid-tuybFEOr02 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuybFEOr02 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tuybFEOr02 .bgColor1 {
  background-color: #0a0d53;
}
.cid-tuybFEOr02 .bgColor2 {
  background-color: #e43f3f;
}
.cid-tuybFEOr02 .bgColor3 {
  background-color: #e6c63b;
}
.cid-tuybFEOr02 .bgicon {
  background-color: #ffffff;
}
.cid-tuybFEOr02 H1 {
  color: #e43f3f;
}
.cid-tuybFF3kLr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuybFF3kLr .media-container-row {
  justify-content: space-between;
}
.cid-tuybFF3kLr .text-content {
  max-width: 50%;
}
.cid-tuybFF3kLr .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tuybFF3kLr .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tuybFF3kLr .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tuybFF3kLr .icons {
    justify-content: center !important;
  }
  .cid-tuybFF3kLr .text-content * {
    text-align: center;
  }
}
.cid-tuybFFkGeZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tuybFFkGeZ #footer {
  padding: 0 0 25px 0;
}
.cid-tuybFFkGeZ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tuybFFkGeZ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tuybFFkGeZ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tuybFFkGeZ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tuybFFkGeZ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tuybFFkGeZ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tuybFFkGeZ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tuybFFkGeZ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tuybFFkGeZ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tuybFFkGeZ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tuybFFkGeZ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tuybFFkGeZ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tuybFFkGeZ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tuybFFkGeZ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tuybFFkGeZ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tuybFFkGeZ #footer .copyright {
  padding-top: 30px;
}
.cid-tuybFFkGeZ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tuybFFkGeZ H4 {
  color: #000000;
  text-align: left;
}
.cid-tuybFFkGeZ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tuybFFkGeZ P {
  color: #e43f3f;
  text-align: left;
}
.cid-tuybFFkGeZ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tuybFFkGeZ .copyright a {
  text-decoration: none !important;
}
.cid-tuybFFkGeZ .list,
.cid-tuybFFkGeZ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tuybFFkGeZ ul li a {
  text-decoration: none !important;
}
.cid-tuybFFkGeZ .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwoD3N1E9S {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uwoD3N1E9S .row {
  flex-direction: row-reverse;
}
.cid-uwoD3N1E9S p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uwoD3N1E9S .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uwoD3N1E9S .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uwoD3N1E9S .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uwoD3N1E9S .main-banner .left-content {
  margin-right: 15px;
}
.cid-uwoD3N1E9S .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uwoD3N1E9S .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uwoD3N1E9S .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uwoD3N1E9S .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uwoD3N1E9S .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uwoD3N1E9S .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uwoD3N1E9S .main-banner:before {
    display: none;
  }
  .cid-uwoD3N1E9S .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uwoD3N1E9S .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uwoD3N1E9S H6 {
  color: #e43f3f;
}
.cid-uwoD3N1E9S P {
  color: #ffffff;
}
.cid-uwoD3N1E9S H2 {
  color: #ffffff;
}
.cid-uwoD4yUsHc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uwoD4yUsHc .mbr-section-title {
  color: #000000;
}
.cid-tuPQHDEkHg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tuPQHDEkHg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuPQHDEkHg .mbr-text {
  color: #ffffff;
}
.cid-tuPQHE0jRk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tuPQHE0jRk .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tuPQHE0jRk .bgColor1 {
  background-color: #0a0d53;
}
.cid-tuPQHE0jRk .bgColor2 {
  background-color: #e43f3f;
}
.cid-tuPQHE0jRk .bgColor3 {
  background-color: #e6c63b;
}
.cid-tuPQHE0jRk .bgicon {
  background-color: #ffffff;
}
.cid-tuPQHE0jRk H1 {
  color: #e43f3f;
}
.cid-tuPQHExeC1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tuPQHExeC1 #footer {
  padding: 0 0 25px 0;
}
.cid-tuPQHExeC1 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tuPQHExeC1 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tuPQHExeC1 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tuPQHExeC1 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tuPQHExeC1 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tuPQHExeC1 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tuPQHExeC1 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tuPQHExeC1 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tuPQHExeC1 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tuPQHExeC1 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tuPQHExeC1 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tuPQHExeC1 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tuPQHExeC1 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tuPQHExeC1 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tuPQHExeC1 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tuPQHExeC1 #footer .copyright {
  padding-top: 30px;
}
.cid-tuPQHExeC1 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tuPQHExeC1 H4 {
  color: #000000;
  text-align: left;
}
.cid-tuPQHExeC1 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tuPQHExeC1 P {
  color: #e43f3f;
  text-align: left;
}
.cid-tuPQHExeC1 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tuPQHExeC1 .copyright a {
  text-decoration: none !important;
}
.cid-tuPQHExeC1 .list,
.cid-tuPQHExeC1 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tuPQHExeC1 ul li a {
  text-decoration: none !important;
}
.cid-tuPQHExeC1 .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwoBIsl4qP {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uwoBIsl4qP .row {
  flex-direction: row-reverse;
}
.cid-uwoBIsl4qP p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uwoBIsl4qP .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uwoBIsl4qP .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uwoBIsl4qP .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uwoBIsl4qP .main-banner .left-content {
  margin-right: 15px;
}
.cid-uwoBIsl4qP .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uwoBIsl4qP .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uwoBIsl4qP .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uwoBIsl4qP .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uwoBIsl4qP .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uwoBIsl4qP .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uwoBIsl4qP .main-banner:before {
    display: none;
  }
  .cid-uwoBIsl4qP .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uwoBIsl4qP .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uwoBIsl4qP H6 {
  color: #e43f3f;
}
.cid-uwoBIsl4qP H2 {
  color: #ffffff;
}
.cid-uwoBIsl4qP P {
  color: #ffffff;
}
.cid-uwoCCx1uKr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uwoCCx1uKr .mbr-section-title {
  color: #000000;
}
.cid-tuPT8ZqcrS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tuPT8ZqcrS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuPT8ZqcrS .mbr-text {
  color: #ffffff;
}
.cid-tuPT8ZTgun {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tuPT8ZTgun .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tuPT8ZTgun .bgColor1 {
  background-color: #0a0d53;
}
.cid-tuPT8ZTgun .bgColor2 {
  background-color: #e43f3f;
}
.cid-tuPT8ZTgun .bgColor3 {
  background-color: #e6c63b;
}
.cid-tuPT8ZTgun .bgicon {
  background-color: #ffffff;
}
.cid-tuPT8ZTgun H1 {
  color: #e43f3f;
}
.cid-tuPT90oonQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tuPT90oonQ #footer {
  padding: 0 0 25px 0;
}
.cid-tuPT90oonQ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tuPT90oonQ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tuPT90oonQ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tuPT90oonQ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tuPT90oonQ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tuPT90oonQ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tuPT90oonQ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tuPT90oonQ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tuPT90oonQ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tuPT90oonQ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tuPT90oonQ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tuPT90oonQ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tuPT90oonQ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tuPT90oonQ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tuPT90oonQ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tuPT90oonQ #footer .copyright {
  padding-top: 30px;
}
.cid-tuPT90oonQ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tuPT90oonQ H4 {
  color: #000000;
  text-align: left;
}
.cid-tuPT90oonQ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tuPT90oonQ P {
  color: #e43f3f;
  text-align: left;
}
.cid-tuPT90oonQ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tuPT90oonQ .copyright a {
  text-decoration: none !important;
}
.cid-tuPT90oonQ .list,
.cid-tuPT90oonQ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tuPT90oonQ ul li a {
  text-decoration: none !important;
}
.cid-tuPT90oonQ .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuPXxQvqlR {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuPXxQvqlR .row {
  flex-direction: row-reverse;
}
.cid-tuPXxQvqlR p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tuPXxQvqlR .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tuPXxQvqlR .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tuPXxQvqlR .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tuPXxQvqlR .main-banner .left-content {
  margin-right: 15px;
}
.cid-tuPXxQvqlR .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tuPXxQvqlR .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tuPXxQvqlR .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tuPXxQvqlR .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tuPXxQvqlR .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tuPXxQvqlR .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tuPXxQvqlR .main-banner:before {
    display: none;
  }
  .cid-tuPXxQvqlR .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tuPXxQvqlR .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tuPXxQvqlR H6 {
  color: #e43f3f;
}
.cid-uANIyH48w1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uANIyH48w1 .mbr-section-title {
  color: #000000;
}
.cid-tuPXxQO3ge {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuPXxQWdca {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuPXxQWdca .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tuPXxQWdca .bgColor1 {
  background-color: #0a0d53;
}
.cid-tuPXxQWdca .bgColor2 {
  background-color: #e43f3f;
}
.cid-tuPXxQWdca .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tuPXxQWdca .bgicon {
  background-color: #ffffff;
}
.cid-tuPXxQWdca H1 {
  color: #e43f3f;
}
.cid-tuPXxRgjy6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuPXxRgjy6 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tuPXxRgjy6 .bgColor1 {
  background-color: #0a0d53;
}
.cid-tuPXxRgjy6 .bgColor2 {
  background-color: #e43f3f;
}
.cid-tuPXxRgjy6 .bgColor3 {
  background-color: #e6c63b;
}
.cid-tuPXxRgjy6 .bgicon {
  background-color: #ffffff;
}
.cid-tuPXxRgjy6 H1 {
  color: #e43f3f;
}
.cid-tuPXxRB4ql {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuPXxRB4ql .media-container-row {
  justify-content: space-between;
}
.cid-tuPXxRB4ql .text-content {
  max-width: 50%;
}
.cid-tuPXxRB4ql .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tuPXxRB4ql .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tuPXxRB4ql .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tuPXxRB4ql .icons {
    justify-content: center !important;
  }
  .cid-tuPXxRB4ql .text-content * {
    text-align: center;
  }
}
.cid-tuPXxRUBxB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tuPXxRUBxB #footer {
  padding: 0 0 25px 0;
}
.cid-tuPXxRUBxB #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tuPXxRUBxB #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tuPXxRUBxB #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tuPXxRUBxB #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tuPXxRUBxB #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tuPXxRUBxB #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tuPXxRUBxB #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tuPXxRUBxB #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tuPXxRUBxB #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tuPXxRUBxB #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tuPXxRUBxB #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tuPXxRUBxB #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tuPXxRUBxB #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tuPXxRUBxB #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tuPXxRUBxB #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tuPXxRUBxB #footer .copyright {
  padding-top: 30px;
}
.cid-tuPXxRUBxB ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tuPXxRUBxB H4 {
  color: #000000;
  text-align: left;
}
.cid-tuPXxRUBxB DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tuPXxRUBxB P {
  color: #e43f3f;
  text-align: left;
}
.cid-tuPXxRUBxB div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tuPXxRUBxB .copyright a {
  text-decoration: none !important;
}
.cid-tuPXxRUBxB .list,
.cid-tuPXxRUBxB .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tuPXxRUBxB ul li a {
  text-decoration: none !important;
}
.cid-tuPXxRUBxB .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwoDt2vqX6 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uwoDt2vqX6 .row {
  flex-direction: row-reverse;
}
.cid-uwoDt2vqX6 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uwoDt2vqX6 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uwoDt2vqX6 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uwoDt2vqX6 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uwoDt2vqX6 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uwoDt2vqX6 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uwoDt2vqX6 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uwoDt2vqX6 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uwoDt2vqX6 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uwoDt2vqX6 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uwoDt2vqX6 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uwoDt2vqX6 .main-banner:before {
    display: none;
  }
  .cid-uwoDt2vqX6 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uwoDt2vqX6 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uwoDt2vqX6 H6 {
  color: #e43f3f;
}
.cid-uwoDtJNYIx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uwoDtJNYIx .mbr-section-title {
  color: #000000;
}
.cid-tuQ0K5m3ER {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuQ0K5xDrX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuQ0K5xDrX .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tuQ0K5xDrX .bgColor1 {
  background-color: #0a0d53;
}
.cid-tuQ0K5xDrX .bgColor2 {
  background-color: #e43f3f;
}
.cid-tuQ0K5xDrX .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tuQ0K5xDrX .bgicon {
  background-color: #ffffff;
}
.cid-tuQ0K5xDrX H1 {
  color: #e43f3f;
}
.cid-tuQ0K5Q8te {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuQ0K5Q8te .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tuQ0K5Q8te .bgColor1 {
  background-color: #0a0d53;
}
.cid-tuQ0K5Q8te .bgColor2 {
  background-color: #e43f3f;
}
.cid-tuQ0K5Q8te .bgColor3 {
  background-color: #e6c63b;
}
.cid-tuQ0K5Q8te .bgicon {
  background-color: #ffffff;
}
.cid-tuQ0K5Q8te H1 {
  color: #e43f3f;
}
.cid-tuQ0K64rP1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuQ0K64rP1 .media-container-row {
  justify-content: space-between;
}
.cid-tuQ0K64rP1 .text-content {
  max-width: 50%;
}
.cid-tuQ0K64rP1 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tuQ0K64rP1 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tuQ0K64rP1 .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tuQ0K64rP1 .icons {
    justify-content: center !important;
  }
  .cid-tuQ0K64rP1 .text-content * {
    text-align: center;
  }
}
.cid-tuQ0K6lGKR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tuQ0K6lGKR #footer {
  padding: 0 0 25px 0;
}
.cid-tuQ0K6lGKR #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tuQ0K6lGKR #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tuQ0K6lGKR #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tuQ0K6lGKR #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tuQ0K6lGKR #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tuQ0K6lGKR #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tuQ0K6lGKR #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tuQ0K6lGKR #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tuQ0K6lGKR #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tuQ0K6lGKR #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tuQ0K6lGKR #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tuQ0K6lGKR #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tuQ0K6lGKR #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tuQ0K6lGKR #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tuQ0K6lGKR #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tuQ0K6lGKR #footer .copyright {
  padding-top: 30px;
}
.cid-tuQ0K6lGKR ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tuQ0K6lGKR H4 {
  color: #000000;
  text-align: left;
}
.cid-tuQ0K6lGKR DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tuQ0K6lGKR P {
  color: #e43f3f;
  text-align: left;
}
.cid-tuQ0K6lGKR div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tuQ0K6lGKR .copyright a {
  text-decoration: none !important;
}
.cid-tuQ0K6lGKR .list,
.cid-tuQ0K6lGKR .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tuQ0K6lGKR ul li a {
  text-decoration: none !important;
}
.cid-tuQ0K6lGKR .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwoDGe6PoB {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uwoDGe6PoB .row {
  flex-direction: row-reverse;
}
.cid-uwoDGe6PoB p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uwoDGe6PoB .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uwoDGe6PoB .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uwoDGe6PoB .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uwoDGe6PoB .main-banner .left-content {
  margin-right: 15px;
}
.cid-uwoDGe6PoB .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uwoDGe6PoB .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uwoDGe6PoB .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uwoDGe6PoB .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uwoDGe6PoB .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uwoDGe6PoB .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uwoDGe6PoB .main-banner:before {
    display: none;
  }
  .cid-uwoDGe6PoB .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uwoDGe6PoB .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uwoDGe6PoB H6 {
  color: #e43f3f;
}
.cid-uwoDGe6PoB H2 {
  color: #ffffff;
}
.cid-uwoDGe6PoB P {
  color: #ffffff;
}
.cid-uwoDH0R0Ag {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uwoDH0R0Ag .mbr-section-title {
  color: #000000;
}
.cid-tuVeJXmW1L {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tuVeJXmW1L .mbr-text {
  color: #ffffff;
}
.cid-tuVeJXmW1L .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuVeJXOmKK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tuVeJXOmKK .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tuVeJXOmKK .bgColor1 {
  background-color: #0a0d53;
}
.cid-tuVeJXOmKK .bgColor2 {
  background-color: #e43f3f;
}
.cid-tuVeJXOmKK .bgColor3 {
  background-color: #e6c63b;
}
.cid-tuVeJXOmKK .bgicon {
  background-color: #ffffff;
}
.cid-tuVeJXOmKK H1 {
  color: #e43f3f;
}
.cid-tuVeJYkCeo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tuVeJYkCeo #footer {
  padding: 0 0 25px 0;
}
.cid-tuVeJYkCeo #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tuVeJYkCeo #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tuVeJYkCeo #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tuVeJYkCeo #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tuVeJYkCeo #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tuVeJYkCeo #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tuVeJYkCeo #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tuVeJYkCeo #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tuVeJYkCeo #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tuVeJYkCeo #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tuVeJYkCeo #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tuVeJYkCeo #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tuVeJYkCeo #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tuVeJYkCeo #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tuVeJYkCeo #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tuVeJYkCeo #footer .copyright {
  padding-top: 30px;
}
.cid-tuVeJYkCeo ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tuVeJYkCeo H4 {
  color: #000000;
  text-align: left;
}
.cid-tuVeJYkCeo DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tuVeJYkCeo P {
  color: #e43f3f;
  text-align: left;
}
.cid-tuVeJYkCeo div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tuVeJYkCeo .copyright a {
  text-decoration: none !important;
}
.cid-tuVeJYkCeo .list,
.cid-tuVeJYkCeo .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tuVeJYkCeo ul li a {
  text-decoration: none !important;
}
.cid-tuVeJYkCeo .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwoDROv31j {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uwoDROv31j .row {
  flex-direction: row-reverse;
}
.cid-uwoDROv31j p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uwoDROv31j .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uwoDROv31j .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uwoDROv31j .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uwoDROv31j .main-banner .left-content {
  margin-right: 15px;
}
.cid-uwoDROv31j .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uwoDROv31j .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uwoDROv31j .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uwoDROv31j .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uwoDROv31j .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uwoDROv31j .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uwoDROv31j .main-banner:before {
    display: none;
  }
  .cid-uwoDROv31j .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uwoDROv31j .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uwoDROv31j H6 {
  color: #e43f3f;
}
.cid-uwoDSEmWKk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uwoDSEmWKk .mbr-section-title {
  color: #000000;
}
.cid-tuVgaISmdQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuVgaJ2tgn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuVgaJ2tgn .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tuVgaJ2tgn .bgColor1 {
  background-color: #0a0d53;
}
.cid-tuVgaJ2tgn .bgColor2 {
  background-color: #e43f3f;
}
.cid-tuVgaJ2tgn .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tuVgaJ2tgn .bgicon {
  background-color: #ffffff;
}
.cid-tuVgaJ2tgn H1 {
  color: #e43f3f;
}
.cid-tuVgaJo5a9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuVgaJo5a9 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tuVgaJo5a9 .bgColor1 {
  background-color: #0a0d53;
}
.cid-tuVgaJo5a9 .bgColor2 {
  background-color: #e43f3f;
}
.cid-tuVgaJo5a9 .bgColor3 {
  background-color: #e6c63b;
}
.cid-tuVgaJo5a9 .bgicon {
  background-color: #ffffff;
}
.cid-tuVgaJo5a9 H1 {
  color: #e43f3f;
}
.cid-tuVgaJEM6C {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuVgaJEM6C .media-container-row {
  justify-content: space-between;
}
.cid-tuVgaJEM6C .text-content {
  max-width: 50%;
}
.cid-tuVgaJEM6C .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tuVgaJEM6C .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tuVgaJEM6C .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tuVgaJEM6C .icons {
    justify-content: center !important;
  }
  .cid-tuVgaJEM6C .text-content * {
    text-align: center;
  }
}
.cid-tuVgaK0PNW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tuVgaK0PNW #footer {
  padding: 0 0 25px 0;
}
.cid-tuVgaK0PNW #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tuVgaK0PNW #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tuVgaK0PNW #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tuVgaK0PNW #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tuVgaK0PNW #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tuVgaK0PNW #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tuVgaK0PNW #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tuVgaK0PNW #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tuVgaK0PNW #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tuVgaK0PNW #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tuVgaK0PNW #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tuVgaK0PNW #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tuVgaK0PNW #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tuVgaK0PNW #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tuVgaK0PNW #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tuVgaK0PNW #footer .copyright {
  padding-top: 30px;
}
.cid-tuVgaK0PNW ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tuVgaK0PNW H4 {
  color: #000000;
  text-align: left;
}
.cid-tuVgaK0PNW DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tuVgaK0PNW P {
  color: #e43f3f;
  text-align: left;
}
.cid-tuVgaK0PNW div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tuVgaK0PNW .copyright a {
  text-decoration: none !important;
}
.cid-tuVgaK0PNW .list,
.cid-tuVgaK0PNW .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tuVgaK0PNW ul li a {
  text-decoration: none !important;
}
.cid-tuVgaK0PNW .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwoEYLqymb {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uwoEYLqymb .row {
  flex-direction: row-reverse;
}
.cid-uwoEYLqymb p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uwoEYLqymb .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uwoEYLqymb .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uwoEYLqymb .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uwoEYLqymb .main-banner .left-content {
  margin-right: 15px;
}
.cid-uwoEYLqymb .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uwoEYLqymb .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uwoEYLqymb .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uwoEYLqymb .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uwoEYLqymb .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uwoEYLqymb .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uwoEYLqymb .main-banner:before {
    display: none;
  }
  .cid-uwoEYLqymb .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uwoEYLqymb .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uwoEYLqymb H6 {
  color: #e43f3f;
}
.cid-uwoF6t6oet {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uwoF6t6oet .mbr-section-title {
  color: #000000;
}
.cid-tuVi7CpRHn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuVi7CykMA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuVi7CykMA .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tuVi7CykMA .bgColor1 {
  background-color: #0a0d53;
}
.cid-tuVi7CykMA .bgColor2 {
  background-color: #e43f3f;
}
.cid-tuVi7CykMA .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tuVi7CykMA .bgicon {
  background-color: #ffffff;
}
.cid-tuVi7CykMA H1 {
  color: #e43f3f;
}
.cid-tuVi7CVyOi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuVi7CVyOi .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tuVi7CVyOi .bgColor1 {
  background-color: #0a0d53;
}
.cid-tuVi7CVyOi .bgColor2 {
  background-color: #e43f3f;
}
.cid-tuVi7CVyOi .bgColor3 {
  background-color: #e6c63b;
}
.cid-tuVi7CVyOi .bgicon {
  background-color: #ffffff;
}
.cid-tuVi7CVyOi H1 {
  color: #e43f3f;
}
.cid-tuVi7Ddwax {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuVi7Ddwax .media-container-row {
  justify-content: space-between;
}
.cid-tuVi7Ddwax .text-content {
  max-width: 50%;
}
.cid-tuVi7Ddwax .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tuVi7Ddwax .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tuVi7Ddwax .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tuVi7Ddwax .icons {
    justify-content: center !important;
  }
  .cid-tuVi7Ddwax .text-content * {
    text-align: center;
  }
}
.cid-tuVi7DxE3C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tuVi7DxE3C #footer {
  padding: 0 0 25px 0;
}
.cid-tuVi7DxE3C #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tuVi7DxE3C #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tuVi7DxE3C #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tuVi7DxE3C #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tuVi7DxE3C #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tuVi7DxE3C #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tuVi7DxE3C #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tuVi7DxE3C #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tuVi7DxE3C #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tuVi7DxE3C #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tuVi7DxE3C #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tuVi7DxE3C #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tuVi7DxE3C #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tuVi7DxE3C #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tuVi7DxE3C #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tuVi7DxE3C #footer .copyright {
  padding-top: 30px;
}
.cid-tuVi7DxE3C ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tuVi7DxE3C H4 {
  color: #000000;
  text-align: left;
}
.cid-tuVi7DxE3C DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tuVi7DxE3C P {
  color: #e43f3f;
  text-align: left;
}
.cid-tuVi7DxE3C div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tuVi7DxE3C .copyright a {
  text-decoration: none !important;
}
.cid-tuVi7DxE3C .list,
.cid-tuVi7DxE3C .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tuVi7DxE3C ul li a {
  text-decoration: none !important;
}
.cid-tuVi7DxE3C .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuVnoPuDNw {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuVnoPuDNw .row {
  flex-direction: row-reverse;
}
.cid-tuVnoPuDNw p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tuVnoPuDNw .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tuVnoPuDNw .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tuVnoPuDNw .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tuVnoPuDNw .main-banner .left-content {
  margin-right: 15px;
}
.cid-tuVnoPuDNw .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tuVnoPuDNw .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tuVnoPuDNw .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tuVnoPuDNw .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tuVnoPuDNw .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tuVnoPuDNw .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tuVnoPuDNw .main-banner:before {
    display: none;
  }
  .cid-tuVnoPuDNw .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tuVnoPuDNw .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tuVnoPuDNw H6 {
  color: #e43f3f;
}
.cid-uANIJMXTZh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uANIJMXTZh .mbr-section-title {
  color: #000000;
}
.cid-tuVnoPTIxI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuVnoQ3fvd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuVnoQ3fvd .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tuVnoQ3fvd .bgColor1 {
  background-color: #0a0d53;
}
.cid-tuVnoQ3fvd .bgColor2 {
  background-color: #e43f3f;
}
.cid-tuVnoQ3fvd .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tuVnoQ3fvd .bgicon {
  background-color: #ffffff;
}
.cid-tuVnoQ3fvd H1 {
  color: #e43f3f;
}
.cid-tuVnoQoxbY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuVnoQoxbY .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tuVnoQoxbY .bgColor1 {
  background-color: #0a0d53;
}
.cid-tuVnoQoxbY .bgColor2 {
  background-color: #e43f3f;
}
.cid-tuVnoQoxbY .bgColor3 {
  background-color: #e6c63b;
}
.cid-tuVnoQoxbY .bgicon {
  background-color: #ffffff;
}
.cid-tuVnoQoxbY H1 {
  color: #e43f3f;
}
.cid-tuVnoQJcYj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuVnoQJcYj .media-container-row {
  justify-content: space-between;
}
.cid-tuVnoQJcYj .text-content {
  max-width: 50%;
}
.cid-tuVnoQJcYj .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tuVnoQJcYj .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tuVnoQJcYj .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tuVnoQJcYj .icons {
    justify-content: center !important;
  }
  .cid-tuVnoQJcYj .text-content * {
    text-align: center;
  }
}
.cid-tuVnoR5TPs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tuVnoR5TPs #footer {
  padding: 0 0 25px 0;
}
.cid-tuVnoR5TPs #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tuVnoR5TPs #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tuVnoR5TPs #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tuVnoR5TPs #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tuVnoR5TPs #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tuVnoR5TPs #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tuVnoR5TPs #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tuVnoR5TPs #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tuVnoR5TPs #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tuVnoR5TPs #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tuVnoR5TPs #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tuVnoR5TPs #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tuVnoR5TPs #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tuVnoR5TPs #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tuVnoR5TPs #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tuVnoR5TPs #footer .copyright {
  padding-top: 30px;
}
.cid-tuVnoR5TPs ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tuVnoR5TPs H4 {
  color: #000000;
  text-align: left;
}
.cid-tuVnoR5TPs DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tuVnoR5TPs P {
  color: #e43f3f;
  text-align: left;
}
.cid-tuVnoR5TPs div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tuVnoR5TPs .copyright a {
  text-decoration: none !important;
}
.cid-tuVnoR5TPs .list,
.cid-tuVnoR5TPs .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tuVnoR5TPs ul li a {
  text-decoration: none !important;
}
.cid-tuVnoR5TPs .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuVqvLUNZr {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuVqvLUNZr .row {
  flex-direction: row-reverse;
}
.cid-tuVqvLUNZr p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tuVqvLUNZr .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tuVqvLUNZr .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tuVqvLUNZr .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tuVqvLUNZr .main-banner .left-content {
  margin-right: 15px;
}
.cid-tuVqvLUNZr .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tuVqvLUNZr .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tuVqvLUNZr .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tuVqvLUNZr .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tuVqvLUNZr .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tuVqvLUNZr .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tuVqvLUNZr .main-banner:before {
    display: none;
  }
  .cid-tuVqvLUNZr .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tuVqvLUNZr .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tuVqvLUNZr H6 {
  color: #e43f3f;
}
.cid-uANISdxBM1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uANISdxBM1 .mbr-section-title {
  color: #000000;
}
.cid-tuVqvMkcJm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuVqvMsRQj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuVqvMsRQj .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tuVqvMsRQj .bgColor1 {
  background-color: #0a0d53;
}
.cid-tuVqvMsRQj .bgColor2 {
  background-color: #e43f3f;
}
.cid-tuVqvMsRQj .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tuVqvMsRQj .bgicon {
  background-color: #ffffff;
}
.cid-tuVqvMsRQj H1 {
  color: #e43f3f;
}
.cid-tuVqvMMu1E {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuVqvMMu1E .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tuVqvMMu1E .bgColor1 {
  background-color: #0a0d53;
}
.cid-tuVqvMMu1E .bgColor2 {
  background-color: #e43f3f;
}
.cid-tuVqvMMu1E .bgColor3 {
  background-color: #e6c63b;
}
.cid-tuVqvMMu1E .bgicon {
  background-color: #ffffff;
}
.cid-tuVqvMMu1E H1 {
  color: #e43f3f;
}
.cid-tuVqvN1IcQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuVqvN1IcQ .media-container-row {
  justify-content: space-between;
}
.cid-tuVqvN1IcQ .text-content {
  max-width: 50%;
}
.cid-tuVqvN1IcQ .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tuVqvN1IcQ .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tuVqvN1IcQ .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tuVqvN1IcQ .icons {
    justify-content: center !important;
  }
  .cid-tuVqvN1IcQ .text-content * {
    text-align: center;
  }
}
.cid-tuVqvNkKRt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tuVqvNkKRt #footer {
  padding: 0 0 25px 0;
}
.cid-tuVqvNkKRt #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tuVqvNkKRt #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tuVqvNkKRt #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tuVqvNkKRt #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tuVqvNkKRt #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tuVqvNkKRt #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tuVqvNkKRt #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tuVqvNkKRt #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tuVqvNkKRt #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tuVqvNkKRt #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tuVqvNkKRt #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tuVqvNkKRt #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tuVqvNkKRt #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tuVqvNkKRt #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tuVqvNkKRt #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tuVqvNkKRt #footer .copyright {
  padding-top: 30px;
}
.cid-tuVqvNkKRt ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tuVqvNkKRt H4 {
  color: #000000;
  text-align: left;
}
.cid-tuVqvNkKRt DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tuVqvNkKRt P {
  color: #e43f3f;
  text-align: left;
}
.cid-tuVqvNkKRt div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tuVqvNkKRt .copyright a {
  text-decoration: none !important;
}
.cid-tuVqvNkKRt .list,
.cid-tuVqvNkKRt .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tuVqvNkKRt ul li a {
  text-decoration: none !important;
}
.cid-tuVqvNkKRt .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuVrMTXro8 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuVrMTXro8 .row {
  flex-direction: row-reverse;
}
.cid-tuVrMTXro8 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tuVrMTXro8 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tuVrMTXro8 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tuVrMTXro8 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tuVrMTXro8 .main-banner .left-content {
  margin-right: 15px;
}
.cid-tuVrMTXro8 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tuVrMTXro8 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tuVrMTXro8 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tuVrMTXro8 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tuVrMTXro8 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tuVrMTXro8 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tuVrMTXro8 .main-banner:before {
    display: none;
  }
  .cid-tuVrMTXro8 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tuVrMTXro8 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tuVrMTXro8 H6 {
  color: #e43f3f;
}
.cid-uANIUA56Ay {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uANIUA56Ay .mbr-section-title {
  color: #000000;
}
.cid-tuVrMV7yZ4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuVrMVw3Zf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuVrMVw3Zf .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tuVrMVw3Zf .bgColor1 {
  background-color: #0a0d53;
}
.cid-tuVrMVw3Zf .bgColor2 {
  background-color: #e43f3f;
}
.cid-tuVrMVw3Zf .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tuVrMVw3Zf .bgicon {
  background-color: #ffffff;
}
.cid-tuVrMVw3Zf H1 {
  color: #e43f3f;
}
.cid-tuVrMW0U3B {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuVrMW0U3B .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tuVrMW0U3B .bgColor1 {
  background-color: #0a0d53;
}
.cid-tuVrMW0U3B .bgColor2 {
  background-color: #e43f3f;
}
.cid-tuVrMW0U3B .bgColor3 {
  background-color: #e6c63b;
}
.cid-tuVrMW0U3B .bgicon {
  background-color: #ffffff;
}
.cid-tuVrMW0U3B H1 {
  color: #e43f3f;
}
.cid-tuVrMWlL0x {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuVrMWlL0x .media-container-row {
  justify-content: space-between;
}
.cid-tuVrMWlL0x .text-content {
  max-width: 50%;
}
.cid-tuVrMWlL0x .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tuVrMWlL0x .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tuVrMWlL0x .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tuVrMWlL0x .icons {
    justify-content: center !important;
  }
  .cid-tuVrMWlL0x .text-content * {
    text-align: center;
  }
}
.cid-tuVrMWL5g3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tuVrMWL5g3 #footer {
  padding: 0 0 25px 0;
}
.cid-tuVrMWL5g3 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tuVrMWL5g3 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tuVrMWL5g3 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tuVrMWL5g3 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tuVrMWL5g3 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tuVrMWL5g3 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tuVrMWL5g3 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tuVrMWL5g3 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tuVrMWL5g3 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tuVrMWL5g3 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tuVrMWL5g3 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tuVrMWL5g3 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tuVrMWL5g3 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tuVrMWL5g3 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tuVrMWL5g3 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tuVrMWL5g3 #footer .copyright {
  padding-top: 30px;
}
.cid-tuVrMWL5g3 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tuVrMWL5g3 H4 {
  color: #000000;
  text-align: left;
}
.cid-tuVrMWL5g3 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tuVrMWL5g3 P {
  color: #e43f3f;
  text-align: left;
}
.cid-tuVrMWL5g3 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tuVrMWL5g3 .copyright a {
  text-decoration: none !important;
}
.cid-tuVrMWL5g3 .list,
.cid-tuVrMWL5g3 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tuVrMWL5g3 ul li a {
  text-decoration: none !important;
}
.cid-tuVrMWL5g3 .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tv5hQ876wn {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tv5hQ876wn .row {
  flex-direction: row-reverse;
}
.cid-tv5hQ876wn p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tv5hQ876wn .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tv5hQ876wn .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tv5hQ876wn .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tv5hQ876wn .main-banner .left-content {
  margin-right: 15px;
}
.cid-tv5hQ876wn .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tv5hQ876wn .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tv5hQ876wn .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tv5hQ876wn .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tv5hQ876wn .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tv5hQ876wn .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tv5hQ876wn .main-banner:before {
    display: none;
  }
  .cid-tv5hQ876wn .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tv5hQ876wn .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tv5hQ876wn H6 {
  color: #e43f3f;
}
.cid-uANJ0uvWq5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uANJ0uvWq5 .mbr-section-title {
  color: #000000;
}
.cid-tv5hQ8oc76 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tv5hQ8yAMY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tv5hQ8yAMY .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tv5hQ8yAMY .bgColor1 {
  background-color: #0a0d53;
}
.cid-tv5hQ8yAMY .bgColor2 {
  background-color: #e43f3f;
}
.cid-tv5hQ8yAMY .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tv5hQ8yAMY .bgicon {
  background-color: #ffffff;
}
.cid-tv5hQ8yAMY H1 {
  color: #e43f3f;
}
.cid-tv5hQ8PQ85 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tv5hQ8PQ85 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tv5hQ8PQ85 .bgColor1 {
  background-color: #0a0d53;
}
.cid-tv5hQ8PQ85 .bgColor2 {
  background-color: #e43f3f;
}
.cid-tv5hQ8PQ85 .bgColor3 {
  background-color: #e6c63b;
}
.cid-tv5hQ8PQ85 .bgicon {
  background-color: #ffffff;
}
.cid-tv5hQ8PQ85 H1 {
  color: #e43f3f;
}
.cid-tv5hQ965Bu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tv5hQ965Bu .media-container-row {
  justify-content: space-between;
}
.cid-tv5hQ965Bu .text-content {
  max-width: 50%;
}
.cid-tv5hQ965Bu .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tv5hQ965Bu .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tv5hQ965Bu .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tv5hQ965Bu .icons {
    justify-content: center !important;
  }
  .cid-tv5hQ965Bu .text-content * {
    text-align: center;
  }
}
.cid-tv5hQ9uzrA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tv5hQ9uzrA #footer {
  padding: 0 0 25px 0;
}
.cid-tv5hQ9uzrA #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tv5hQ9uzrA #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tv5hQ9uzrA #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tv5hQ9uzrA #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tv5hQ9uzrA #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tv5hQ9uzrA #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tv5hQ9uzrA #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tv5hQ9uzrA #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tv5hQ9uzrA #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tv5hQ9uzrA #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tv5hQ9uzrA #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tv5hQ9uzrA #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tv5hQ9uzrA #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tv5hQ9uzrA #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tv5hQ9uzrA #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tv5hQ9uzrA #footer .copyright {
  padding-top: 30px;
}
.cid-tv5hQ9uzrA ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tv5hQ9uzrA H4 {
  color: #000000;
  text-align: left;
}
.cid-tv5hQ9uzrA DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tv5hQ9uzrA P {
  color: #e43f3f;
  text-align: left;
}
.cid-tv5hQ9uzrA div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tv5hQ9uzrA .copyright a {
  text-decoration: none !important;
}
.cid-tv5hQ9uzrA .list,
.cid-tv5hQ9uzrA .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tv5hQ9uzrA ul li a {
  text-decoration: none !important;
}
.cid-tv5hQ9uzrA .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tv5lmjJahh {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tv5lmjJahh .row {
  flex-direction: row-reverse;
}
.cid-tv5lmjJahh p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tv5lmjJahh .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tv5lmjJahh .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tv5lmjJahh .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tv5lmjJahh .main-banner .left-content {
  margin-right: 15px;
}
.cid-tv5lmjJahh .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tv5lmjJahh .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tv5lmjJahh .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tv5lmjJahh .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tv5lmjJahh .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tv5lmjJahh .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tv5lmjJahh .main-banner:before {
    display: none;
  }
  .cid-tv5lmjJahh .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tv5lmjJahh .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tv5lmjJahh H6 {
  color: #e43f3f;
}
.cid-uANJ5IwdDy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uANJ5IwdDy .mbr-section-title {
  color: #000000;
}
.cid-tv5lmka81N {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tv5lmkj6ZU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tv5lmkj6ZU .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tv5lmkj6ZU .bgColor1 {
  background-color: #0a0d53;
}
.cid-tv5lmkj6ZU .bgColor2 {
  background-color: #e43f3f;
}
.cid-tv5lmkj6ZU .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tv5lmkj6ZU .bgicon {
  background-color: #ffffff;
}
.cid-tv5lmkj6ZU H1 {
  color: #e43f3f;
}
.cid-tv5lmkFYrn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tv5lmkFYrn .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tv5lmkFYrn .bgColor1 {
  background-color: #0a0d53;
}
.cid-tv5lmkFYrn .bgColor2 {
  background-color: #e43f3f;
}
.cid-tv5lmkFYrn .bgColor3 {
  background-color: #e6c63b;
}
.cid-tv5lmkFYrn .bgicon {
  background-color: #ffffff;
}
.cid-tv5lmkFYrn H1 {
  color: #e43f3f;
}
.cid-tv5lmkUTmc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tv5lmkUTmc .media-container-row {
  justify-content: space-between;
}
.cid-tv5lmkUTmc .text-content {
  max-width: 50%;
}
.cid-tv5lmkUTmc .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tv5lmkUTmc .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tv5lmkUTmc .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tv5lmkUTmc .icons {
    justify-content: center !important;
  }
  .cid-tv5lmkUTmc .text-content * {
    text-align: center;
  }
}
.cid-tv5lmleBkV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tv5lmleBkV #footer {
  padding: 0 0 25px 0;
}
.cid-tv5lmleBkV #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tv5lmleBkV #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tv5lmleBkV #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tv5lmleBkV #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tv5lmleBkV #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tv5lmleBkV #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tv5lmleBkV #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tv5lmleBkV #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tv5lmleBkV #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tv5lmleBkV #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tv5lmleBkV #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tv5lmleBkV #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tv5lmleBkV #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tv5lmleBkV #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tv5lmleBkV #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tv5lmleBkV #footer .copyright {
  padding-top: 30px;
}
.cid-tv5lmleBkV ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tv5lmleBkV H4 {
  color: #000000;
  text-align: left;
}
.cid-tv5lmleBkV DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tv5lmleBkV P {
  color: #e43f3f;
  text-align: left;
}
.cid-tv5lmleBkV div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tv5lmleBkV .copyright a {
  text-decoration: none !important;
}
.cid-tv5lmleBkV .list,
.cid-tv5lmleBkV .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tv5lmleBkV ul li a {
  text-decoration: none !important;
}
.cid-tv5lmleBkV .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tozfJL8wC8 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tozfJL8wC8 .row {
  flex-direction: row-reverse;
}
.cid-tozfJL8wC8 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tozfJL8wC8 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tozfJL8wC8 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tozfJL8wC8 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tozfJL8wC8 .main-banner .left-content {
  margin-right: 15px;
}
.cid-tozfJL8wC8 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tozfJL8wC8 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tozfJL8wC8 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tozfJL8wC8 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tozfJL8wC8 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tozfJL8wC8 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tozfJL8wC8 .main-banner:before {
    display: none;
  }
  .cid-tozfJL8wC8 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tozfJL8wC8 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tozfJL8wC8 H6 {
  color: #e43f3f;
}
.cid-tozfJL8wC8 P {
  color: #ffffff;
}
.cid-tozfJL8wC8 H2 {
  color: #ffffff;
}
.cid-tozgcpVUxL {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tozgcpVUxL p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tozgcpVUxL .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tozgcpVUxL .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tozgcpVUxL .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tozgcpVUxL .main-banner .left-content {
  margin-right: 15px;
}
.cid-tozgcpVUxL .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tozgcpVUxL .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tozgcpVUxL .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tozgcpVUxL .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tozgcpVUxL .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tozgcpVUxL .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tozgcpVUxL .main-banner:before {
    display: none;
  }
  .cid-tozgcpVUxL .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tozgcpVUxL .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tozgcpVUxL H6 {
  color: #e43f3f;
}
.cid-tozgcpVUxL P {
  color: #ffffff;
}
.cid-tozgFHAn7b {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tozgFHAn7b .row {
  flex-direction: row-reverse;
}
.cid-tozgFHAn7b p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tozgFHAn7b .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tozgFHAn7b .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tozgFHAn7b .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tozgFHAn7b .main-banner .left-content {
  margin-right: 15px;
}
.cid-tozgFHAn7b .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tozgFHAn7b .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tozgFHAn7b .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tozgFHAn7b .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tozgFHAn7b .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tozgFHAn7b .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tozgFHAn7b .main-banner:before {
    display: none;
  }
  .cid-tozgFHAn7b .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tozgFHAn7b .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tozgFHAn7b H6 {
  color: #e43f3f;
}
.cid-tozgFHAn7b P {
  color: #ffffff;
}
.cid-tozfJN8vXb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tozfJN8vXb .media-container-row {
  justify-content: space-between;
}
.cid-tozfJN8vXb .text-content {
  max-width: 50%;
}
.cid-tozfJN8vXb .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tozfJN8vXb .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tozfJN8vXb .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tozfJN8vXb .icons {
    justify-content: center !important;
  }
  .cid-tozfJN8vXb .text-content * {
    text-align: center;
  }
}
.cid-tozfJN8vXb .mbr-section-title {
  color: #ffffff;
}
.cid-tozfJN8vXb P {
  color: #ffffff;
}
.cid-tozfJNtQUg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tozfJNtQUg #footer {
  padding: 0 0 25px 0;
}
.cid-tozfJNtQUg #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tozfJNtQUg #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tozfJNtQUg #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tozfJNtQUg #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tozfJNtQUg #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tozfJNtQUg #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tozfJNtQUg #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tozfJNtQUg #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tozfJNtQUg #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tozfJNtQUg #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tozfJNtQUg #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tozfJNtQUg #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tozfJNtQUg #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tozfJNtQUg #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tozfJNtQUg #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tozfJNtQUg #footer .copyright {
  padding-top: 30px;
}
.cid-tozfJNtQUg ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tozfJNtQUg H4 {
  color: #000000;
  text-align: left;
}
.cid-tozfJNtQUg DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tozfJNtQUg P {
  color: #e43f3f;
  text-align: left;
}
.cid-tozfJNtQUg div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tozfJNtQUg .copyright a {
  text-decoration: none !important;
}
.cid-tozfJNtQUg .list,
.cid-tozfJNtQUg .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tozfJNtQUg ul li a {
  text-decoration: none !important;
}
.cid-tozfJNtQUg .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2TEUmN3gg {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t2TEUmN3gg .row {
  flex-direction: row-reverse;
}
.cid-t2TEUmN3gg p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2TEUmN3gg .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2TEUmN3gg .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2TEUmN3gg .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2TEUmN3gg .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2TEUmN3gg .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2TEUmN3gg .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2TEUmN3gg .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2TEUmN3gg .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2TEUmN3gg .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2TEUmN3gg .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2TEUmN3gg .main-banner:before {
    display: none;
  }
  .cid-t2TEUmN3gg .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2TEUmN3gg .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2TEUmN3gg H6 {
  color: #e43f3f;
}
.cid-t2TEUmN3gg H2 {
  color: #ffffff;
}
.cid-t2TEUmN3gg P {
  color: #ffffff;
}
.cid-t2TUmo4YzB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
@media (min-width: 1500px) {
  .cid-t2TUmo4YzB .container {
    max-width: 1400px;
  }
}
.cid-t2TUmo4YzB .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t2TUmo4YzB .card-wrapper {
  margin-top: 3rem;
}
.cid-t2TUmo4YzB .row {
  justify-content: center;
}
.cid-t2TUmo4YzB .mbr-section-title {
  color: #ffffff;
}
.cid-t2TUmo4YzB .card-text {
  color: #ffffff;
}
.cid-t2TUmo4YzB .card-title,
.cid-t2TUmo4YzB .iconfont-wrapper {
  color: #ffffff;
}
.cid-t2TUpmPWFN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
@media (min-width: 1500px) {
  .cid-t2TUpmPWFN .container {
    max-width: 1400px;
  }
}
.cid-t2TUpmPWFN .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t2TUpmPWFN .card-wrapper {
  margin-top: 3rem;
}
.cid-t2TUpmPWFN .row {
  justify-content: center;
}
.cid-t2TUpmPWFN .mbr-section-title {
  color: #ffffff;
}
.cid-t2TUpmPWFN .card-title,
.cid-t2TUpmPWFN .iconfont-wrapper {
  color: #ffffff;
}
.cid-t2TUpmPWFN .card-text {
  color: #ffffff;
}
.cid-t2XOqotVmj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t2XOqotVmj .media-container-row {
  justify-content: space-between;
}
.cid-t2XOqotVmj .text-content {
  max-width: 50%;
}
.cid-t2XOqotVmj .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t2XOqotVmj .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t2XOqotVmj .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t2XOqotVmj .icons {
    justify-content: center !important;
  }
  .cid-t2XOqotVmj .text-content * {
    text-align: center;
  }
}
.cid-t2XOqotVmj .mbr-section-title {
  color: #ffffff;
}
.cid-t2XOqotVmj P {
  color: #ffffff;
}
.cid-t2TEUox87o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2TEUox87o #footer {
  padding: 0 0 25px 0;
}
.cid-t2TEUox87o #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2TEUox87o #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2TEUox87o #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2TEUox87o #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2TEUox87o #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2TEUox87o #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2TEUox87o #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2TEUox87o #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2TEUox87o #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2TEUox87o #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2TEUox87o #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2TEUox87o #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2TEUox87o #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2TEUox87o #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2TEUox87o #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2TEUox87o #footer .copyright {
  padding-top: 30px;
}
.cid-t2TEUox87o ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2TEUox87o H4 {
  color: #000000;
  text-align: left;
}
.cid-t2TEUox87o DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2TEUox87o P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2TEUox87o div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2TEUox87o .copyright a {
  text-decoration: none !important;
}
.cid-t2TEUox87o .list,
.cid-t2TEUox87o .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2TEUox87o ul li a {
  text-decoration: none !important;
}
.cid-t2TEUox87o .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2U6wK1xHP {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t2U6wK1xHP .row {
  flex-direction: row-reverse;
}
.cid-t2U6wK1xHP p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2U6wK1xHP .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2U6wK1xHP .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2U6wK1xHP .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2U6wK1xHP .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2U6wK1xHP .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2U6wK1xHP .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2U6wK1xHP .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2U6wK1xHP .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2U6wK1xHP .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2U6wK1xHP .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2U6wK1xHP .main-banner:before {
    display: none;
  }
  .cid-t2U6wK1xHP .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2U6wK1xHP .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2U6wK1xHP H6 {
  color: #e43f3f;
}
.cid-t2U6wK1xHP H2 {
  color: #ffffff;
}
.cid-t2U6wK1xHP P {
  color: #ffffff;
}
.cid-t2U7gqiNd9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-t2U7gqiNd9 .mbr-section-title,
.cid-t2U7gqiNd9 .mbr-section-subtitle {
  text-align: center;
}
.cid-t2U7gqiNd9 .cost {
  word-break: normal;
}
.cid-t2U7gqiNd9 .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #ffffff;
}
.cid-t2U7gqiNd9 .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-t2U7gqiNd9 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t2U7gqiNd9 .card-wrapper {
    padding: 1rem;
  }
}
.cid-t2U7gqiNd9 .mbr-section-title {
  color: #ffffff;
}
.cid-t2U6wLJZuF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2U6wLJZuF .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2U6wLJZuF .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2U6wLJZuF .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2U6wLJZuF .bgColor3 {
  background-color: #9fdbf8;
}
.cid-t2U6wLJZuF .bgicon {
  background-color: #ffffff;
}
.cid-t2U6wLJZuF H1 {
  color: #e43f3f;
}
.cid-t2U6wNer6Y {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2U6wNer6Y .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2U6wNer6Y .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2U6wNer6Y .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2U6wNer6Y .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2U6wNer6Y .bgicon {
  background-color: #ffffff;
}
.cid-t2U6wNer6Y H1 {
  color: #e43f3f;
}
.cid-t2YNiy5JGI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t2YNiy5JGI .media-container-row {
  justify-content: space-between;
}
.cid-t2YNiy5JGI .text-content {
  max-width: 50%;
}
.cid-t2YNiy5JGI .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t2YNiy5JGI .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t2YNiy5JGI .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t2YNiy5JGI .icons {
    justify-content: center !important;
  }
  .cid-t2YNiy5JGI .text-content * {
    text-align: center;
  }
}
.cid-t2YNiy5JGI .mbr-section-title {
  color: #ffffff;
}
.cid-t2YNiy5JGI P {
  color: #ffffff;
}
.cid-t2U6wNErWQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2U6wNErWQ #footer {
  padding: 0 0 25px 0;
}
.cid-t2U6wNErWQ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2U6wNErWQ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2U6wNErWQ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2U6wNErWQ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2U6wNErWQ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2U6wNErWQ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2U6wNErWQ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2U6wNErWQ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2U6wNErWQ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2U6wNErWQ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2U6wNErWQ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2U6wNErWQ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2U6wNErWQ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2U6wNErWQ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2U6wNErWQ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2U6wNErWQ #footer .copyright {
  padding-top: 30px;
}
.cid-t2U6wNErWQ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2U6wNErWQ H4 {
  color: #000000;
  text-align: left;
}
.cid-t2U6wNErWQ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2U6wNErWQ P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2U6wNErWQ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2U6wNErWQ .copyright a {
  text-decoration: none !important;
}
.cid-t2U6wNErWQ .list,
.cid-t2U6wNErWQ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2U6wNErWQ ul li a {
  text-decoration: none !important;
}
.cid-t2U6wNErWQ .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t9XVK4Ix3o {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t9XVK4Ix3o .row {
  flex-direction: row-reverse;
}
.cid-t9XVK4Ix3o p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t9XVK4Ix3o .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t9XVK4Ix3o .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t9XVK4Ix3o .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t9XVK4Ix3o .main-banner .left-content {
  margin-right: 15px;
}
.cid-t9XVK4Ix3o .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t9XVK4Ix3o .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t9XVK4Ix3o .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t9XVK4Ix3o .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t9XVK4Ix3o .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t9XVK4Ix3o .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t9XVK4Ix3o .main-banner:before {
    display: none;
  }
  .cid-t9XVK4Ix3o .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t9XVK4Ix3o .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t9XVK4Ix3o H6 {
  color: #e43f3f;
}
.cid-t9XVK4Ix3o H2 {
  color: #ffffff;
}
.cid-t9XVK4Ix3o P {
  color: #ffffff;
}
.cid-t9Y6o7gtsD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t9Y6o7gtsD .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-t9Y6o7gtsD .mbr-text {
  color: #ffffff;
}
.cid-t9Y8WQ4Plf {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t9Y8WQ4Plf ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-t9Y8WQ4Plf li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-t9Y8WQ4Plf ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e43f3f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-t9Y8WQ4Plf H3 {
  color: #ffffff;
}
.cid-t9Y8WQ4Plf .list {
  color: #ffffff;
}
.cid-t9Y9nXUCCM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t9Y9nXUCCM .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t9Y9nXUCCM .mbr-text {
  color: #e43f3f;
}
.cid-t9XVK50vqK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-t9XVK50vqK .mbr-section-title,
.cid-t9XVK50vqK .mbr-section-subtitle {
  text-align: center;
}
.cid-t9XVK50vqK .cost {
  word-break: normal;
}
.cid-t9XVK50vqK .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-t9XVK50vqK .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-t9XVK50vqK .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t9XVK50vqK .card-wrapper {
    padding: 1rem;
  }
}
.cid-t9XVK50vqK .mbr-section-title {
  color: #e43f3f;
}
.cid-t9XVK5ZqyO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t9XVK5ZqyO .media-container-row {
  justify-content: space-between;
}
.cid-t9XVK5ZqyO .text-content {
  max-width: 50%;
}
.cid-t9XVK5ZqyO .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t9XVK5ZqyO .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t9XVK5ZqyO .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t9XVK5ZqyO .icons {
    justify-content: center !important;
  }
  .cid-t9XVK5ZqyO .text-content * {
    text-align: center;
  }
}
.cid-t9XVK5ZqyO .mbr-section-title {
  color: #ffffff;
}
.cid-t9XVK5ZqyO P {
  color: #ffffff;
}
.cid-t9XVK6irkQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t9XVK6irkQ #footer {
  padding: 0 0 25px 0;
}
.cid-t9XVK6irkQ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t9XVK6irkQ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t9XVK6irkQ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t9XVK6irkQ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t9XVK6irkQ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t9XVK6irkQ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t9XVK6irkQ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t9XVK6irkQ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t9XVK6irkQ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t9XVK6irkQ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t9XVK6irkQ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t9XVK6irkQ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t9XVK6irkQ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t9XVK6irkQ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t9XVK6irkQ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t9XVK6irkQ #footer .copyright {
  padding-top: 30px;
}
.cid-t9XVK6irkQ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t9XVK6irkQ H4 {
  color: #000000;
  text-align: left;
}
.cid-t9XVK6irkQ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t9XVK6irkQ P {
  color: #e43f3f;
  text-align: left;
}
.cid-t9XVK6irkQ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t9XVK6irkQ .copyright a {
  text-decoration: none !important;
}
.cid-t9XVK6irkQ .list,
.cid-t9XVK6irkQ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t9XVK6irkQ ul li a {
  text-decoration: none !important;
}
.cid-t9XVK6irkQ .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toLDktP9yv {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #5ea30e;
}
.cid-toLDktP9yv p {
  line-height: 30px;
  font-weight: 300;
}
.cid-toLDktP9yv .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-toLDktP9yv .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-toLDktP9yv .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-toLDktP9yv .main-banner .left-content {
  margin-right: 15px;
}
.cid-toLDktP9yv .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-toLDktP9yv .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-toLDktP9yv .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-toLDktP9yv .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-toLDktP9yv .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-toLDktP9yv .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-toLDktP9yv .main-banner:before {
    display: none;
  }
  .cid-toLDktP9yv .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-toLDktP9yv .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-toLDktP9yv H6 {
  color: #ffffff;
}
.cid-toLDktP9yv H2 {
  color: #ffffff;
}
.cid-toLDktP9yv P {
  color: #ffffff;
}
.cid-toLDku2B9K {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #5ea30e;
}
.cid-toLDku2B9K .mbr-text {
  color: #ffffff;
}
.cid-toLDku2B9K .mbr-section-subtitle {
  color: #ffffff;
}
.cid-toLDkuKf0F {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #5ea30e;
}
.cid-toLDkuKf0F .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-toLDkuKf0F .bgColor1 {
  background-color: #0a0d53;
}
.cid-toLDkuKf0F .bgColor2 {
  background-color: #e43f3f;
}
.cid-toLDkuKf0F .bgColor3 {
  background-color: #9fdbf8;
}
.cid-toLDkuKf0F .bgicon {
  background-color: #ffffff;
}
.cid-toLDkuKf0F H1 {
  color: #e43f3f;
}
.cid-toLDkuXqTw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #5ea30e;
}
.cid-toLDkuXqTw .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-toLDkuXqTw .bgColor1 {
  background-color: #0a0d53;
}
.cid-toLDkuXqTw .bgColor2 {
  background-color: #e43f3f;
}
.cid-toLDkuXqTw .bgColor3 {
  background-color: #e6c63b;
}
.cid-toLDkuXqTw .bgicon {
  background-color: #ffffff;
}
.cid-toLDkuXqTw H1 {
  color: #e43f3f;
}
.cid-toLDkvb2Np {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-toLDkvb2Np .media-container-row {
  justify-content: space-between;
}
.cid-toLDkvb2Np .text-content {
  max-width: 50%;
}
.cid-toLDkvb2Np .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-toLDkvb2Np .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-toLDkvb2Np .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-toLDkvb2Np .icons {
    justify-content: center !important;
  }
  .cid-toLDkvb2Np .text-content * {
    text-align: center;
  }
}
.cid-toLDkvuwen {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-toLDkvuwen #footer {
  padding: 0 0 25px 0;
}
.cid-toLDkvuwen #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-toLDkvuwen #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-toLDkvuwen #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-toLDkvuwen #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-toLDkvuwen #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-toLDkvuwen #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-toLDkvuwen #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-toLDkvuwen #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-toLDkvuwen #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-toLDkvuwen #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-toLDkvuwen #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-toLDkvuwen #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-toLDkvuwen #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-toLDkvuwen #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-toLDkvuwen #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-toLDkvuwen #footer .copyright {
  padding-top: 30px;
}
.cid-toLDkvuwen ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-toLDkvuwen H4 {
  color: #000000;
  text-align: left;
}
.cid-toLDkvuwen DIV {
  text-align: center;
  color: #fafafa;
}
.cid-toLDkvuwen P {
  color: #e43f3f;
  text-align: left;
}
.cid-toLDkvuwen div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-toLDkvuwen .copyright a {
  text-decoration: none !important;
}
.cid-toLDkvuwen .list,
.cid-toLDkvuwen .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-toLDkvuwen ul li a {
  text-decoration: none !important;
}
.cid-toLDkvuwen .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2Uaovucg2 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t2Uaovucg2 .row {
  flex-direction: row-reverse;
}
.cid-t2Uaovucg2 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2Uaovucg2 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2Uaovucg2 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2Uaovucg2 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2Uaovucg2 .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2Uaovucg2 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2Uaovucg2 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2Uaovucg2 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2Uaovucg2 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2Uaovucg2 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2Uaovucg2 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2Uaovucg2 .main-banner:before {
    display: none;
  }
  .cid-t2Uaovucg2 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2Uaovucg2 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2Uaovucg2 H6 {
  color: #e43f3f;
}
.cid-t2Uaovucg2 H2 {
  color: #ffffff;
}
.cid-t2Uaovucg2 P {
  color: #ffffff;
}
.cid-t2YFaXdPJE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-t2YFaXdPJE .card-wrapper {
  padding: 4rem;
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-t2YFaXdPJE .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-t2YFaXdPJE .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-t2YFaXdPJE .card-wrapper {
    padding: 1rem;
  }
}
.cid-t2YFaXdPJE ul {
  list-style: none;
}
.cid-t2YFaXdPJE li {
  position: relative;
}
.cid-t2YFaXdPJE li:before {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #6592e6;
  font-size: 0.8rem;
}
.cid-t2YFaXdPJE .mbr-section-btn {
  width: 100%;
}
.cid-t2YFaXdPJE .btn {
  width: 100%;
}
.cid-t2UaowqVIw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2UaowqVIw .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2UaowqVIw .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2UaowqVIw .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2UaowqVIw .bgColor3 {
  background-color: #9fdbf8;
}
.cid-t2UaowqVIw .bgicon {
  background-color: #ffffff;
}
.cid-t2UaowqVIw H1 {
  color: #e43f3f;
}
.cid-t2UaoxfESp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2UaoxfESp .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2UaoxfESp .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2UaoxfESp .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2UaoxfESp .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2UaoxfESp .bgicon {
  background-color: #ffffff;
}
.cid-t2UaoxfESp H1 {
  color: #e43f3f;
}
.cid-t2XSWeA7ub {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t2XSWeA7ub .media-container-row {
  justify-content: space-between;
}
.cid-t2XSWeA7ub .text-content {
  max-width: 50%;
}
.cid-t2XSWeA7ub .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t2XSWeA7ub .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t2XSWeA7ub .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t2XSWeA7ub .icons {
    justify-content: center !important;
  }
  .cid-t2XSWeA7ub .text-content * {
    text-align: center;
  }
}
.cid-t2XSWeA7ub .mbr-section-title {
  color: #ffffff;
}
.cid-t2XSWeA7ub P {
  color: #ffffff;
}
.cid-t2UaoxzT65 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2UaoxzT65 #footer {
  padding: 0 0 25px 0;
}
.cid-t2UaoxzT65 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2UaoxzT65 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2UaoxzT65 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2UaoxzT65 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2UaoxzT65 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2UaoxzT65 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2UaoxzT65 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2UaoxzT65 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2UaoxzT65 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2UaoxzT65 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2UaoxzT65 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2UaoxzT65 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2UaoxzT65 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2UaoxzT65 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2UaoxzT65 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2UaoxzT65 #footer .copyright {
  padding-top: 30px;
}
.cid-t2UaoxzT65 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2UaoxzT65 H4 {
  color: #000000;
  text-align: left;
}
.cid-t2UaoxzT65 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2UaoxzT65 P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2UaoxzT65 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2UaoxzT65 .copyright a {
  text-decoration: none !important;
}
.cid-t2UaoxzT65 .list,
.cid-t2UaoxzT65 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2UaoxzT65 ul li a {
  text-decoration: none !important;
}
.cid-t2UaoxzT65 .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toTqdoVPAu {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-toTqdoVPAu p {
  line-height: 30px;
  font-weight: 300;
}
.cid-toTqdoVPAu .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-toTqdoVPAu .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-toTqdoVPAu .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-toTqdoVPAu .main-banner .left-content {
  margin-right: 15px;
}
.cid-toTqdoVPAu .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-toTqdoVPAu .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-toTqdoVPAu .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-toTqdoVPAu .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-toTqdoVPAu .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-toTqdoVPAu .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-toTqdoVPAu .main-banner:before {
    display: none;
  }
  .cid-toTqdoVPAu .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-toTqdoVPAu .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-toTqdoVPAu H6 {
  color: #e43f3f;
}
.cid-toTqdoVPAu H2 {
  color: #e43f3f;
}
.cid-toTqdoVPAu P {
  color: #ffffff;
}
.cid-toTqdpjHNo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-toTqdpjHNo .media-container-row {
  justify-content: space-between;
}
.cid-toTqdpjHNo .text-content {
  max-width: 50%;
}
.cid-toTqdpjHNo .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-toTqdpjHNo .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-toTqdpjHNo .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-toTqdpjHNo .icons {
    justify-content: center !important;
  }
  .cid-toTqdpjHNo .text-content * {
    text-align: center;
  }
}
.cid-toTqdpjHNo .mbr-section-title {
  color: #ffffff;
}
.cid-toTqdpjHNo P {
  color: #ffffff;
}
.cid-toTqdpAXz0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-toTqdpAXz0 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-toTqdpAXz0 .bgColor1 {
  background-color: #0a0d53;
}
.cid-toTqdpAXz0 .bgColor2 {
  background-color: #e43f3f;
}
.cid-toTqdpAXz0 .bgColor3 {
  background-color: #9fdbf8;
}
.cid-toTqdpAXz0 .bgicon {
  background-color: #ffffff;
}
.cid-toTqdpAXz0 H1 {
  color: #e43f3f;
}
.cid-toTqdpQqsv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-toTqdpQqsv .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-toTqdpQqsv .bgColor1 {
  background-color: #0a0d53;
}
.cid-toTqdpQqsv .bgColor2 {
  background-color: #e43f3f;
}
.cid-toTqdpQqsv .bgColor3 {
  background-color: #e6c63b;
}
.cid-toTqdpQqsv .bgicon {
  background-color: #ffffff;
}
.cid-toTqdpQqsv H1 {
  color: #e43f3f;
}
.cid-toTqdq2aAm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-toTqdq2aAm #footer {
  padding: 0 0 25px 0;
}
.cid-toTqdq2aAm #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-toTqdq2aAm #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-toTqdq2aAm #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-toTqdq2aAm #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-toTqdq2aAm #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-toTqdq2aAm #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-toTqdq2aAm #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-toTqdq2aAm #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-toTqdq2aAm #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-toTqdq2aAm #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-toTqdq2aAm #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-toTqdq2aAm #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-toTqdq2aAm #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-toTqdq2aAm #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-toTqdq2aAm #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-toTqdq2aAm #footer .copyright {
  padding-top: 30px;
}
.cid-toTqdq2aAm ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-toTqdq2aAm H4 {
  color: #000000;
  text-align: left;
}
.cid-toTqdq2aAm DIV {
  text-align: center;
  color: #fafafa;
}
.cid-toTqdq2aAm P {
  color: #e43f3f;
  text-align: left;
}
.cid-toTqdq2aAm div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-toTqdq2aAm .copyright a {
  text-decoration: none !important;
}
.cid-toTqdq2aAm .list,
.cid-toTqdq2aAm .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-toTqdq2aAm ul li a {
  text-decoration: none !important;
}
.cid-toTqdq2aAm .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toMiBKERq5 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-toMiBKERq5 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-toMiBKERq5 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-toMiBKERq5 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-toMiBKERq5 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-toMiBKERq5 .main-banner .left-content {
  margin-right: 15px;
}
.cid-toMiBKERq5 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-toMiBKERq5 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-toMiBKERq5 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-toMiBKERq5 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-toMiBKERq5 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-toMiBKERq5 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-toMiBKERq5 .main-banner:before {
    display: none;
  }
  .cid-toMiBKERq5 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-toMiBKERq5 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-toMiBKERq5 H6 {
  color: #ffffff;
}
.cid-toMiBKERq5 H2 {
  color: #e43f3f;
}
.cid-toMiBKERq5 P {
  color: #ffffff;
}
.cid-toMiBL0hXY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-toMiBL0hXY .mbr-text {
  color: #ffffff;
}
.cid-toMiBL0hXY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-toS0hOcgBm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-toS0hOcgBm .media-container-row {
  justify-content: space-between;
}
.cid-toS0hOcgBm .text-content {
  max-width: 50%;
}
.cid-toS0hOcgBm .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-toS0hOcgBm .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-toS0hOcgBm .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-toS0hOcgBm .icons {
    justify-content: center !important;
  }
  .cid-toS0hOcgBm .text-content * {
    text-align: center;
  }
}
.cid-toS0hOcgBm .mbr-section-title {
  color: #ffffff;
}
.cid-toS0hOcgBm P {
  color: #ffffff;
}
.cid-toMiBLuI8z {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-toMiBLuI8z .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-toMiBLuI8z .bgColor1 {
  background-color: #0a0d53;
}
.cid-toMiBLuI8z .bgColor2 {
  background-color: #e43f3f;
}
.cid-toMiBLuI8z .bgColor3 {
  background-color: #e6c63b;
}
.cid-toMiBLuI8z .bgicon {
  background-color: #ffffff;
}
.cid-toMiBLuI8z H1 {
  color: #e43f3f;
}
.cid-toMiBM74k2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-toMiBM74k2 #footer {
  padding: 0 0 25px 0;
}
.cid-toMiBM74k2 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-toMiBM74k2 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-toMiBM74k2 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-toMiBM74k2 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-toMiBM74k2 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-toMiBM74k2 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-toMiBM74k2 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-toMiBM74k2 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-toMiBM74k2 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-toMiBM74k2 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-toMiBM74k2 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-toMiBM74k2 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-toMiBM74k2 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-toMiBM74k2 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-toMiBM74k2 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-toMiBM74k2 #footer .copyright {
  padding-top: 30px;
}
.cid-toMiBM74k2 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-toMiBM74k2 H4 {
  color: #000000;
  text-align: left;
}
.cid-toMiBM74k2 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-toMiBM74k2 P {
  color: #e43f3f;
  text-align: left;
}
.cid-toMiBM74k2 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-toMiBM74k2 .copyright a {
  text-decoration: none !important;
}
.cid-toMiBM74k2 .list,
.cid-toMiBM74k2 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-toMiBM74k2 ul li a {
  text-decoration: none !important;
}
.cid-toMiBM74k2 .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2TXallt7j {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t2TXallt7j .row {
  flex-direction: row-reverse;
}
.cid-t2TXallt7j p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2TXallt7j .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2TXallt7j .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2TXallt7j .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2TXallt7j .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2TXallt7j .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2TXallt7j .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2TXallt7j .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2TXallt7j .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2TXallt7j .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2TXallt7j .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2TXallt7j .main-banner:before {
    display: none;
  }
  .cid-t2TXallt7j .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2TXallt7j .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2TXallt7j H6 {
  color: #e43f3f;
}
.cid-t2TXallt7j P {
  color: #ffffff;
}
.cid-t2TXallt7j H2 {
  color: #e43f3f;
}
.cid-t2TXalzF3p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t2TXalzF3p .mbr-text {
  color: #ffffff;
}
.cid-t2TXalzF3p .mbr-section-title {
  color: #ffffff;
}
.cid-t2TXalHgSL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2TXalHgSL .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2TXalHgSL .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2TXalHgSL .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2TXalHgSL .bgColor3 {
  background-color: #9fdbf8;
}
.cid-t2TXalHgSL .bgicon {
  background-color: #ffffff;
}
.cid-t2TXalHgSL H1 {
  color: #e43f3f;
}
.cid-t2TXamysis {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2TXamysis .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2TXamysis .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2TXamysis .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2TXamysis .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2TXamysis .bgicon {
  background-color: #ffffff;
}
.cid-t2TXamysis H1 {
  color: #e43f3f;
}
.cid-t2Z3lI84Vu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t2Z3lI84Vu .media-container-row {
  justify-content: space-between;
}
.cid-t2Z3lI84Vu .text-content {
  max-width: 50%;
}
.cid-t2Z3lI84Vu .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t2Z3lI84Vu .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t2Z3lI84Vu .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t2Z3lI84Vu .icons {
    justify-content: center !important;
  }
  .cid-t2Z3lI84Vu .text-content * {
    text-align: center;
  }
}
.cid-t2Z3lI84Vu P {
  color: #ffffff;
}
.cid-t2Z3lI84Vu .mbr-section-title {
  color: #ffffff;
}
.cid-t2TXamN4j7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2TXamN4j7 #footer {
  padding: 0 0 25px 0;
}
.cid-t2TXamN4j7 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2TXamN4j7 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2TXamN4j7 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2TXamN4j7 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2TXamN4j7 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2TXamN4j7 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2TXamN4j7 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2TXamN4j7 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2TXamN4j7 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2TXamN4j7 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2TXamN4j7 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2TXamN4j7 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2TXamN4j7 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2TXamN4j7 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2TXamN4j7 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2TXamN4j7 #footer .copyright {
  padding-top: 30px;
}
.cid-t2TXamN4j7 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2TXamN4j7 H4 {
  color: #000000;
  text-align: left;
}
.cid-t2TXamN4j7 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2TXamN4j7 P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2TXamN4j7 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2TXamN4j7 .copyright a {
  text-decoration: none !important;
}
.cid-t2TXamN4j7 .list,
.cid-t2TXamN4j7 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2TXamN4j7 ul li a {
  text-decoration: none !important;
}
.cid-t2TXamN4j7 .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBbMEPGTU4 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tBbMEPGTU4 .row {
  flex-direction: row-reverse;
}
.cid-tBbMEPGTU4 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tBbMEPGTU4 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tBbMEPGTU4 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tBbMEPGTU4 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tBbMEPGTU4 .main-banner .left-content {
  margin-right: 15px;
}
.cid-tBbMEPGTU4 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tBbMEPGTU4 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tBbMEPGTU4 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tBbMEPGTU4 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tBbMEPGTU4 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tBbMEPGTU4 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tBbMEPGTU4 .main-banner:before {
    display: none;
  }
  .cid-tBbMEPGTU4 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tBbMEPGTU4 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tBbMEPGTU4 H6 {
  color: #e43f3f;
}
.cid-uANJhDCwmO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uANJhDCwmO .mbr-section-title {
  color: #000000;
}
.cid-tBbMEPTflo {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBbMEQ1Ljx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBbMEQ1Ljx .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tBbMEQ1Ljx .bgColor1 {
  background-color: #0a0d53;
}
.cid-tBbMEQ1Ljx .bgColor2 {
  background-color: #e43f3f;
}
.cid-tBbMEQ1Ljx .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tBbMEQ1Ljx .bgicon {
  background-color: #ffffff;
}
.cid-tBbMEQ1Ljx H1 {
  color: #e43f3f;
}
.cid-tBbMEQjvGs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBbMEQjvGs .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tBbMEQjvGs .bgColor1 {
  background-color: #0a0d53;
}
.cid-tBbMEQjvGs .bgColor2 {
  background-color: #e43f3f;
}
.cid-tBbMEQjvGs .bgColor3 {
  background-color: #e6c63b;
}
.cid-tBbMEQjvGs .bgicon {
  background-color: #ffffff;
}
.cid-tBbMEQjvGs H1 {
  color: #e43f3f;
}
.cid-tBbMEQvP5i {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tBbMEQvP5i .media-container-row {
  justify-content: space-between;
}
.cid-tBbMEQvP5i .text-content {
  max-width: 50%;
}
.cid-tBbMEQvP5i .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tBbMEQvP5i .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tBbMEQvP5i .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tBbMEQvP5i .icons {
    justify-content: center !important;
  }
  .cid-tBbMEQvP5i .text-content * {
    text-align: center;
  }
}
.cid-tBbMEQMl3p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tBbMEQMl3p #footer {
  padding: 0 0 25px 0;
}
.cid-tBbMEQMl3p #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tBbMEQMl3p #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tBbMEQMl3p #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tBbMEQMl3p #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tBbMEQMl3p #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tBbMEQMl3p #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tBbMEQMl3p #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tBbMEQMl3p #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tBbMEQMl3p #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tBbMEQMl3p #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tBbMEQMl3p #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tBbMEQMl3p #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tBbMEQMl3p #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tBbMEQMl3p #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tBbMEQMl3p #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tBbMEQMl3p #footer .copyright {
  padding-top: 30px;
}
.cid-tBbMEQMl3p ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tBbMEQMl3p H4 {
  color: #000000;
  text-align: left;
}
.cid-tBbMEQMl3p DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tBbMEQMl3p P {
  color: #e43f3f;
  text-align: left;
}
.cid-tBbMEQMl3p div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tBbMEQMl3p .copyright a {
  text-decoration: none !important;
}
.cid-tBbMEQMl3p .list,
.cid-tBbMEQMl3p .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tBbMEQMl3p ul li a {
  text-decoration: none !important;
}
.cid-tBbMEQMl3p .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwoBU1viv8 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uwoBU1viv8 .row {
  flex-direction: row-reverse;
}
.cid-uwoBU1viv8 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uwoBU1viv8 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uwoBU1viv8 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uwoBU1viv8 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uwoBU1viv8 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uwoBU1viv8 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uwoBU1viv8 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uwoBU1viv8 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uwoBU1viv8 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uwoBU1viv8 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uwoBU1viv8 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uwoBU1viv8 .main-banner:before {
    display: none;
  }
  .cid-uwoBU1viv8 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uwoBU1viv8 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uwoBU1viv8 H6 {
  color: #e43f3f;
}
.cid-uwoCJLrF5h {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uwoCJLrF5h .mbr-section-title {
  color: #000000;
}
.cid-tBbNeTdJaJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBbNeTmRBu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBbNeTmRBu .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tBbNeTmRBu .bgColor1 {
  background-color: #0a0d53;
}
.cid-tBbNeTmRBu .bgColor2 {
  background-color: #e43f3f;
}
.cid-tBbNeTmRBu .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tBbNeTmRBu .bgicon {
  background-color: #ffffff;
}
.cid-tBbNeTmRBu H1 {
  color: #e43f3f;
}
.cid-tBbNeTGQRl {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBbNeTGQRl .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tBbNeTGQRl .bgColor1 {
  background-color: #0a0d53;
}
.cid-tBbNeTGQRl .bgColor2 {
  background-color: #e43f3f;
}
.cid-tBbNeTGQRl .bgColor3 {
  background-color: #e6c63b;
}
.cid-tBbNeTGQRl .bgicon {
  background-color: #ffffff;
}
.cid-tBbNeTGQRl H1 {
  color: #e43f3f;
}
.cid-tBbNeTURXa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tBbNeTURXa .media-container-row {
  justify-content: space-between;
}
.cid-tBbNeTURXa .text-content {
  max-width: 50%;
}
.cid-tBbNeTURXa .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tBbNeTURXa .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tBbNeTURXa .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tBbNeTURXa .icons {
    justify-content: center !important;
  }
  .cid-tBbNeTURXa .text-content * {
    text-align: center;
  }
}
.cid-tBbNeUcUAP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tBbNeUcUAP #footer {
  padding: 0 0 25px 0;
}
.cid-tBbNeUcUAP #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tBbNeUcUAP #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tBbNeUcUAP #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tBbNeUcUAP #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tBbNeUcUAP #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tBbNeUcUAP #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tBbNeUcUAP #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tBbNeUcUAP #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tBbNeUcUAP #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tBbNeUcUAP #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tBbNeUcUAP #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tBbNeUcUAP #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tBbNeUcUAP #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tBbNeUcUAP #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tBbNeUcUAP #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tBbNeUcUAP #footer .copyright {
  padding-top: 30px;
}
.cid-tBbNeUcUAP ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tBbNeUcUAP H4 {
  color: #000000;
  text-align: left;
}
.cid-tBbNeUcUAP DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tBbNeUcUAP P {
  color: #e43f3f;
  text-align: left;
}
.cid-tBbNeUcUAP div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tBbNeUcUAP .copyright a {
  text-decoration: none !important;
}
.cid-tBbNeUcUAP .list,
.cid-tBbNeUcUAP .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tBbNeUcUAP ul li a {
  text-decoration: none !important;
}
.cid-tBbNeUcUAP .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwoC44NuaL {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uwoC44NuaL .row {
  flex-direction: row-reverse;
}
.cid-uwoC44NuaL p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uwoC44NuaL .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uwoC44NuaL .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uwoC44NuaL .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uwoC44NuaL .main-banner .left-content {
  margin-right: 15px;
}
.cid-uwoC44NuaL .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uwoC44NuaL .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uwoC44NuaL .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uwoC44NuaL .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uwoC44NuaL .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uwoC44NuaL .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uwoC44NuaL .main-banner:before {
    display: none;
  }
  .cid-uwoC44NuaL .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uwoC44NuaL .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uwoC44NuaL H6 {
  color: #e43f3f;
}
.cid-uwoCMccdnR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uwoCMccdnR .mbr-section-title {
  color: #000000;
}
.cid-tBbNQEDX0A {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBbNQELWgz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBbNQELWgz .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tBbNQELWgz .bgColor1 {
  background-color: #0a0d53;
}
.cid-tBbNQELWgz .bgColor2 {
  background-color: #e43f3f;
}
.cid-tBbNQELWgz .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tBbNQELWgz .bgicon {
  background-color: #ffffff;
}
.cid-tBbNQELWgz H1 {
  color: #e43f3f;
}
.cid-tBbNQF44kB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBbNQF44kB .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tBbNQF44kB .bgColor1 {
  background-color: #0a0d53;
}
.cid-tBbNQF44kB .bgColor2 {
  background-color: #e43f3f;
}
.cid-tBbNQF44kB .bgColor3 {
  background-color: #e6c63b;
}
.cid-tBbNQF44kB .bgicon {
  background-color: #ffffff;
}
.cid-tBbNQF44kB H1 {
  color: #e43f3f;
}
.cid-tBbNQFjyMt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tBbNQFjyMt .media-container-row {
  justify-content: space-between;
}
.cid-tBbNQFjyMt .text-content {
  max-width: 50%;
}
.cid-tBbNQFjyMt .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tBbNQFjyMt .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tBbNQFjyMt .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tBbNQFjyMt .icons {
    justify-content: center !important;
  }
  .cid-tBbNQFjyMt .text-content * {
    text-align: center;
  }
}
.cid-tBbNQFBwsZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tBbNQFBwsZ #footer {
  padding: 0 0 25px 0;
}
.cid-tBbNQFBwsZ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tBbNQFBwsZ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tBbNQFBwsZ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tBbNQFBwsZ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tBbNQFBwsZ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tBbNQFBwsZ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tBbNQFBwsZ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tBbNQFBwsZ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tBbNQFBwsZ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tBbNQFBwsZ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tBbNQFBwsZ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tBbNQFBwsZ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tBbNQFBwsZ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tBbNQFBwsZ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tBbNQFBwsZ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tBbNQFBwsZ #footer .copyright {
  padding-top: 30px;
}
.cid-tBbNQFBwsZ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tBbNQFBwsZ H4 {
  color: #000000;
  text-align: left;
}
.cid-tBbNQFBwsZ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tBbNQFBwsZ P {
  color: #e43f3f;
  text-align: left;
}
.cid-tBbNQFBwsZ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tBbNQFBwsZ .copyright a {
  text-decoration: none !important;
}
.cid-tBbNQFBwsZ .list,
.cid-tBbNQFBwsZ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tBbNQFBwsZ ul li a {
  text-decoration: none !important;
}
.cid-tBbNQFBwsZ .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBbQB9n9VP {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tBbQB9n9VP .row {
  flex-direction: row-reverse;
}
.cid-tBbQB9n9VP p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tBbQB9n9VP .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tBbQB9n9VP .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tBbQB9n9VP .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tBbQB9n9VP .main-banner .left-content {
  margin-right: 15px;
}
.cid-tBbQB9n9VP .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tBbQB9n9VP .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tBbQB9n9VP .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tBbQB9n9VP .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tBbQB9n9VP .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tBbQB9n9VP .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tBbQB9n9VP .main-banner:before {
    display: none;
  }
  .cid-tBbQB9n9VP .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tBbQB9n9VP .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tBbQB9n9VP H6 {
  color: #e43f3f;
}
.cid-uANJnw2qUF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uANJnw2qUF .mbr-section-title {
  color: #000000;
}
.cid-tBbQBatkpn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBbQBb04Qh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBbQBb04Qh .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tBbQBb04Qh .bgColor1 {
  background-color: #0a0d53;
}
.cid-tBbQBb04Qh .bgColor2 {
  background-color: #e43f3f;
}
.cid-tBbQBb04Qh .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tBbQBb04Qh .bgicon {
  background-color: #ffffff;
}
.cid-tBbQBb04Qh H1 {
  color: #e43f3f;
}
.cid-tBbQBcdqzx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBbQBcdqzx .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tBbQBcdqzx .bgColor1 {
  background-color: #0a0d53;
}
.cid-tBbQBcdqzx .bgColor2 {
  background-color: #e43f3f;
}
.cid-tBbQBcdqzx .bgColor3 {
  background-color: #e6c63b;
}
.cid-tBbQBcdqzx .bgicon {
  background-color: #ffffff;
}
.cid-tBbQBcdqzx H1 {
  color: #e43f3f;
}
.cid-tBbQBdlkkm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tBbQBdlkkm .media-container-row {
  justify-content: space-between;
}
.cid-tBbQBdlkkm .text-content {
  max-width: 50%;
}
.cid-tBbQBdlkkm .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tBbQBdlkkm .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tBbQBdlkkm .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tBbQBdlkkm .icons {
    justify-content: center !important;
  }
  .cid-tBbQBdlkkm .text-content * {
    text-align: center;
  }
}
.cid-tBbQBfW1F7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tBbQBfW1F7 #footer {
  padding: 0 0 25px 0;
}
.cid-tBbQBfW1F7 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tBbQBfW1F7 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tBbQBfW1F7 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tBbQBfW1F7 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tBbQBfW1F7 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tBbQBfW1F7 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tBbQBfW1F7 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tBbQBfW1F7 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tBbQBfW1F7 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tBbQBfW1F7 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tBbQBfW1F7 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tBbQBfW1F7 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tBbQBfW1F7 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tBbQBfW1F7 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tBbQBfW1F7 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tBbQBfW1F7 #footer .copyright {
  padding-top: 30px;
}
.cid-tBbQBfW1F7 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tBbQBfW1F7 H4 {
  color: #000000;
  text-align: left;
}
.cid-tBbQBfW1F7 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tBbQBfW1F7 P {
  color: #e43f3f;
  text-align: left;
}
.cid-tBbQBfW1F7 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tBbQBfW1F7 .copyright a {
  text-decoration: none !important;
}
.cid-tBbQBfW1F7 .list,
.cid-tBbQBfW1F7 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tBbQBfW1F7 ul li a {
  text-decoration: none !important;
}
.cid-tBbQBfW1F7 .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBkug5oS1b {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tBkug5oS1b .row {
  flex-direction: row-reverse;
}
.cid-tBkug5oS1b p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tBkug5oS1b .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tBkug5oS1b .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tBkug5oS1b .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tBkug5oS1b .main-banner .left-content {
  margin-right: 15px;
}
.cid-tBkug5oS1b .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tBkug5oS1b .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tBkug5oS1b .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tBkug5oS1b .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tBkug5oS1b .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tBkug5oS1b .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tBkug5oS1b .main-banner:before {
    display: none;
  }
  .cid-tBkug5oS1b .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tBkug5oS1b .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tBkug5oS1b H6 {
  color: #e43f3f;
}
.cid-uANJrHMc9w {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uANJrHMc9w .mbr-section-title {
  color: #000000;
}
.cid-tBkug5BjTi {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBkug5I9bl {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBkug5I9bl .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tBkug5I9bl .bgColor1 {
  background-color: #0a0d53;
}
.cid-tBkug5I9bl .bgColor2 {
  background-color: #e43f3f;
}
.cid-tBkug5I9bl .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tBkug5I9bl .bgicon {
  background-color: #ffffff;
}
.cid-tBkug5I9bl H1 {
  color: #e43f3f;
}
.cid-tBkug5Yw6a {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBkug5Yw6a .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tBkug5Yw6a .bgColor1 {
  background-color: #0a0d53;
}
.cid-tBkug5Yw6a .bgColor2 {
  background-color: #e43f3f;
}
.cid-tBkug5Yw6a .bgColor3 {
  background-color: #e6c63b;
}
.cid-tBkug5Yw6a .bgicon {
  background-color: #ffffff;
}
.cid-tBkug5Yw6a H1 {
  color: #e43f3f;
}
.cid-tBkug6bQLu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tBkug6bQLu .media-container-row {
  justify-content: space-between;
}
.cid-tBkug6bQLu .text-content {
  max-width: 50%;
}
.cid-tBkug6bQLu .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tBkug6bQLu .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tBkug6bQLu .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tBkug6bQLu .icons {
    justify-content: center !important;
  }
  .cid-tBkug6bQLu .text-content * {
    text-align: center;
  }
}
.cid-tBkug6rUdF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tBkug6rUdF #footer {
  padding: 0 0 25px 0;
}
.cid-tBkug6rUdF #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tBkug6rUdF #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tBkug6rUdF #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tBkug6rUdF #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tBkug6rUdF #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tBkug6rUdF #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tBkug6rUdF #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tBkug6rUdF #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tBkug6rUdF #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tBkug6rUdF #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tBkug6rUdF #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tBkug6rUdF #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tBkug6rUdF #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tBkug6rUdF #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tBkug6rUdF #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tBkug6rUdF #footer .copyright {
  padding-top: 30px;
}
.cid-tBkug6rUdF ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tBkug6rUdF H4 {
  color: #000000;
  text-align: left;
}
.cid-tBkug6rUdF DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tBkug6rUdF P {
  color: #e43f3f;
  text-align: left;
}
.cid-tBkug6rUdF div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tBkug6rUdF .copyright a {
  text-decoration: none !important;
}
.cid-tBkug6rUdF .list,
.cid-tBkug6rUdF .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tBkug6rUdF ul li a {
  text-decoration: none !important;
}
.cid-tBkug6rUdF .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBkv3ROKq7 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tBkv3ROKq7 .row {
  flex-direction: row-reverse;
}
.cid-tBkv3ROKq7 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tBkv3ROKq7 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tBkv3ROKq7 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tBkv3ROKq7 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tBkv3ROKq7 .main-banner .left-content {
  margin-right: 15px;
}
.cid-tBkv3ROKq7 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tBkv3ROKq7 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tBkv3ROKq7 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tBkv3ROKq7 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tBkv3ROKq7 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tBkv3ROKq7 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tBkv3ROKq7 .main-banner:before {
    display: none;
  }
  .cid-tBkv3ROKq7 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tBkv3ROKq7 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tBkv3ROKq7 H6 {
  color: #e43f3f;
}
.cid-uANJyRYv1H {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uANJyRYv1H .mbr-section-title {
  color: #000000;
}
.cid-tBkv3SdGel {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBkv3Sl0aA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBkv3Sl0aA .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tBkv3Sl0aA .bgColor1 {
  background-color: #0a0d53;
}
.cid-tBkv3Sl0aA .bgColor2 {
  background-color: #e43f3f;
}
.cid-tBkv3Sl0aA .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tBkv3Sl0aA .bgicon {
  background-color: #ffffff;
}
.cid-tBkv3Sl0aA H1 {
  color: #e43f3f;
}
.cid-tBkv3SDdN6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBkv3SDdN6 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tBkv3SDdN6 .bgColor1 {
  background-color: #0a0d53;
}
.cid-tBkv3SDdN6 .bgColor2 {
  background-color: #e43f3f;
}
.cid-tBkv3SDdN6 .bgColor3 {
  background-color: #e6c63b;
}
.cid-tBkv3SDdN6 .bgicon {
  background-color: #ffffff;
}
.cid-tBkv3SDdN6 H1 {
  color: #e43f3f;
}
.cid-tBkv3SRImN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tBkv3SRImN .media-container-row {
  justify-content: space-between;
}
.cid-tBkv3SRImN .text-content {
  max-width: 50%;
}
.cid-tBkv3SRImN .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tBkv3SRImN .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tBkv3SRImN .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tBkv3SRImN .icons {
    justify-content: center !important;
  }
  .cid-tBkv3SRImN .text-content * {
    text-align: center;
  }
}
.cid-tBkv3T7W3x {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tBkv3T7W3x #footer {
  padding: 0 0 25px 0;
}
.cid-tBkv3T7W3x #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tBkv3T7W3x #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tBkv3T7W3x #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tBkv3T7W3x #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tBkv3T7W3x #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tBkv3T7W3x #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tBkv3T7W3x #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tBkv3T7W3x #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tBkv3T7W3x #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tBkv3T7W3x #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tBkv3T7W3x #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tBkv3T7W3x #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tBkv3T7W3x #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tBkv3T7W3x #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tBkv3T7W3x #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tBkv3T7W3x #footer .copyright {
  padding-top: 30px;
}
.cid-tBkv3T7W3x ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tBkv3T7W3x H4 {
  color: #000000;
  text-align: left;
}
.cid-tBkv3T7W3x DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tBkv3T7W3x P {
  color: #e43f3f;
  text-align: left;
}
.cid-tBkv3T7W3x div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tBkv3T7W3x .copyright a {
  text-decoration: none !important;
}
.cid-tBkv3T7W3x .list,
.cid-tBkv3T7W3x .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tBkv3T7W3x ul li a {
  text-decoration: none !important;
}
.cid-tBkv3T7W3x .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBkxguMMiX {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tBkxguMMiX .row {
  flex-direction: row-reverse;
}
.cid-tBkxguMMiX p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tBkxguMMiX .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tBkxguMMiX .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tBkxguMMiX .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tBkxguMMiX .main-banner .left-content {
  margin-right: 15px;
}
.cid-tBkxguMMiX .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tBkxguMMiX .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tBkxguMMiX .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tBkxguMMiX .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tBkxguMMiX .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tBkxguMMiX .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tBkxguMMiX .main-banner:before {
    display: none;
  }
  .cid-tBkxguMMiX .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tBkxguMMiX .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tBkxguMMiX H6 {
  color: #e43f3f;
}
.cid-uANJCpd6gk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uANJCpd6gk .mbr-section-title {
  color: #000000;
}
.cid-tBkxgvapdF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBkxgvjlcB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBkxgvjlcB .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tBkxgvjlcB .bgColor1 {
  background-color: #0a0d53;
}
.cid-tBkxgvjlcB .bgColor2 {
  background-color: #e43f3f;
}
.cid-tBkxgvjlcB .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tBkxgvjlcB .bgicon {
  background-color: #ffffff;
}
.cid-tBkxgvjlcB H1 {
  color: #e43f3f;
}
.cid-tBkxgvCvIs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBkxgvCvIs .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tBkxgvCvIs .bgColor1 {
  background-color: #0a0d53;
}
.cid-tBkxgvCvIs .bgColor2 {
  background-color: #e43f3f;
}
.cid-tBkxgvCvIs .bgColor3 {
  background-color: #e6c63b;
}
.cid-tBkxgvCvIs .bgicon {
  background-color: #ffffff;
}
.cid-tBkxgvCvIs H1 {
  color: #e43f3f;
}
.cid-tBkxgvQxBx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tBkxgvQxBx .media-container-row {
  justify-content: space-between;
}
.cid-tBkxgvQxBx .text-content {
  max-width: 50%;
}
.cid-tBkxgvQxBx .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tBkxgvQxBx .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tBkxgvQxBx .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tBkxgvQxBx .icons {
    justify-content: center !important;
  }
  .cid-tBkxgvQxBx .text-content * {
    text-align: center;
  }
}
.cid-tBkxgw7Pgr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tBkxgw7Pgr #footer {
  padding: 0 0 25px 0;
}
.cid-tBkxgw7Pgr #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tBkxgw7Pgr #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tBkxgw7Pgr #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tBkxgw7Pgr #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tBkxgw7Pgr #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tBkxgw7Pgr #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tBkxgw7Pgr #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tBkxgw7Pgr #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tBkxgw7Pgr #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tBkxgw7Pgr #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tBkxgw7Pgr #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tBkxgw7Pgr #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tBkxgw7Pgr #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tBkxgw7Pgr #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tBkxgw7Pgr #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tBkxgw7Pgr #footer .copyright {
  padding-top: 30px;
}
.cid-tBkxgw7Pgr ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tBkxgw7Pgr H4 {
  color: #000000;
  text-align: left;
}
.cid-tBkxgw7Pgr DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tBkxgw7Pgr P {
  color: #e43f3f;
  text-align: left;
}
.cid-tBkxgw7Pgr div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tBkxgw7Pgr .copyright a {
  text-decoration: none !important;
}
.cid-tBkxgw7Pgr .list,
.cid-tBkxgw7Pgr .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tBkxgw7Pgr ul li a {
  text-decoration: none !important;
}
.cid-tBkxgw7Pgr .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBkByX4OTo {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tBkByX4OTo .row {
  flex-direction: row-reverse;
}
.cid-tBkByX4OTo p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tBkByX4OTo .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tBkByX4OTo .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tBkByX4OTo .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tBkByX4OTo .main-banner .left-content {
  margin-right: 15px;
}
.cid-tBkByX4OTo .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tBkByX4OTo .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tBkByX4OTo .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tBkByX4OTo .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tBkByX4OTo .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tBkByX4OTo .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tBkByX4OTo .main-banner:before {
    display: none;
  }
  .cid-tBkByX4OTo .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tBkByX4OTo .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tBkByX4OTo H6 {
  color: #e43f3f;
}
.cid-tBkByXxFZT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBkByXGqwP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBkByXGqwP .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tBkByXGqwP .bgColor1 {
  background-color: #0a0d53;
}
.cid-tBkByXGqwP .bgColor2 {
  background-color: #e43f3f;
}
.cid-tBkByXGqwP .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tBkByXGqwP .bgicon {
  background-color: #ffffff;
}
.cid-tBkByXGqwP H1 {
  color: #e43f3f;
}
.cid-tBkByY1nkr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBkByY1nkr .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tBkByY1nkr .bgColor1 {
  background-color: #0a0d53;
}
.cid-tBkByY1nkr .bgColor2 {
  background-color: #e43f3f;
}
.cid-tBkByY1nkr .bgColor3 {
  background-color: #e6c63b;
}
.cid-tBkByY1nkr .bgicon {
  background-color: #ffffff;
}
.cid-tBkByY1nkr H1 {
  color: #e43f3f;
}
.cid-tBkByYhiKk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tBkByYhiKk .media-container-row {
  justify-content: space-between;
}
.cid-tBkByYhiKk .text-content {
  max-width: 50%;
}
.cid-tBkByYhiKk .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tBkByYhiKk .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tBkByYhiKk .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tBkByYhiKk .icons {
    justify-content: center !important;
  }
  .cid-tBkByYhiKk .text-content * {
    text-align: center;
  }
}
.cid-tBkByYC3zZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tBkByYC3zZ #footer {
  padding: 0 0 25px 0;
}
.cid-tBkByYC3zZ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tBkByYC3zZ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tBkByYC3zZ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tBkByYC3zZ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tBkByYC3zZ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tBkByYC3zZ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tBkByYC3zZ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tBkByYC3zZ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tBkByYC3zZ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tBkByYC3zZ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tBkByYC3zZ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tBkByYC3zZ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tBkByYC3zZ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tBkByYC3zZ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tBkByYC3zZ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tBkByYC3zZ #footer .copyright {
  padding-top: 30px;
}
.cid-tBkByYC3zZ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tBkByYC3zZ H4 {
  color: #000000;
  text-align: left;
}
.cid-tBkByYC3zZ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tBkByYC3zZ P {
  color: #e43f3f;
  text-align: left;
}
.cid-tBkByYC3zZ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tBkByYC3zZ .copyright a {
  text-decoration: none !important;
}
.cid-tBkByYC3zZ .list,
.cid-tBkByYC3zZ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tBkByYC3zZ ul li a {
  text-decoration: none !important;
}
.cid-tBkByYC3zZ .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBkEjg6ORR {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tBkEjg6ORR .row {
  flex-direction: row-reverse;
}
.cid-tBkEjg6ORR p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tBkEjg6ORR .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tBkEjg6ORR .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tBkEjg6ORR .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tBkEjg6ORR .main-banner .left-content {
  margin-right: 15px;
}
.cid-tBkEjg6ORR .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tBkEjg6ORR .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tBkEjg6ORR .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tBkEjg6ORR .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tBkEjg6ORR .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tBkEjg6ORR .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tBkEjg6ORR .main-banner:before {
    display: none;
  }
  .cid-tBkEjg6ORR .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tBkEjg6ORR .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tBkEjg6ORR H6 {
  color: #e43f3f;
}
.cid-tBkEjgHELc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBkEjgRTcu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBkEjgRTcu .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tBkEjgRTcu .bgColor1 {
  background-color: #0a0d53;
}
.cid-tBkEjgRTcu .bgColor2 {
  background-color: #e43f3f;
}
.cid-tBkEjgRTcu .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tBkEjgRTcu .bgicon {
  background-color: #ffffff;
}
.cid-tBkEjgRTcu H1 {
  color: #e43f3f;
}
.cid-tBkEjhbl17 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBkEjhbl17 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tBkEjhbl17 .bgColor1 {
  background-color: #0a0d53;
}
.cid-tBkEjhbl17 .bgColor2 {
  background-color: #e43f3f;
}
.cid-tBkEjhbl17 .bgColor3 {
  background-color: #e6c63b;
}
.cid-tBkEjhbl17 .bgicon {
  background-color: #ffffff;
}
.cid-tBkEjhbl17 H1 {
  color: #e43f3f;
}
.cid-tBkEjhwTVf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tBkEjhwTVf .media-container-row {
  justify-content: space-between;
}
.cid-tBkEjhwTVf .text-content {
  max-width: 50%;
}
.cid-tBkEjhwTVf .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tBkEjhwTVf .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tBkEjhwTVf .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tBkEjhwTVf .icons {
    justify-content: center !important;
  }
  .cid-tBkEjhwTVf .text-content * {
    text-align: center;
  }
}
.cid-tBkEjhNTaT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tBkEjhNTaT #footer {
  padding: 0 0 25px 0;
}
.cid-tBkEjhNTaT #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tBkEjhNTaT #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tBkEjhNTaT #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tBkEjhNTaT #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tBkEjhNTaT #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tBkEjhNTaT #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tBkEjhNTaT #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tBkEjhNTaT #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tBkEjhNTaT #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tBkEjhNTaT #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tBkEjhNTaT #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tBkEjhNTaT #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tBkEjhNTaT #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tBkEjhNTaT #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tBkEjhNTaT #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tBkEjhNTaT #footer .copyright {
  padding-top: 30px;
}
.cid-tBkEjhNTaT ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tBkEjhNTaT H4 {
  color: #000000;
  text-align: left;
}
.cid-tBkEjhNTaT DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tBkEjhNTaT P {
  color: #e43f3f;
  text-align: left;
}
.cid-tBkEjhNTaT div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tBkEjhNTaT .copyright a {
  text-decoration: none !important;
}
.cid-tBkEjhNTaT .list,
.cid-tBkEjhNTaT .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tBkEjhNTaT ul li a {
  text-decoration: none !important;
}
.cid-tBkEjhNTaT .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tECL8Anksj {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tECL8Anksj .row {
  flex-direction: row-reverse;
}
.cid-tECL8Anksj p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tECL8Anksj .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tECL8Anksj .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tECL8Anksj .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tECL8Anksj .main-banner .left-content {
  margin-right: 15px;
}
.cid-tECL8Anksj .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tECL8Anksj .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tECL8Anksj .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tECL8Anksj .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tECL8Anksj .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tECL8Anksj .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tECL8Anksj .main-banner:before {
    display: none;
  }
  .cid-tECL8Anksj .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tECL8Anksj .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tECL8Anksj H6 {
  color: #e43f3f;
}
.cid-tECL8Anksj H2 {
  color: #ffffff;
}
.cid-tECL8Anksj P {
  color: #ffffff;
}
.cid-ugf5DGQrr0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ugf5DGQrr0 .mbr-section-title {
  color: #000000;
}
.cid-tECL8AFRx7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tECL8AFRx7 .mbr-text {
  color: #ffffff;
}
.cid-tECL8BqF5n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tECL8BqF5n .media-container-row {
  justify-content: space-between;
}
.cid-tECL8BqF5n .text-content {
  max-width: 50%;
}
.cid-tECL8BqF5n .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tECL8BqF5n .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tECL8BqF5n .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tECL8BqF5n .icons {
    justify-content: center !important;
  }
  .cid-tECL8BqF5n .text-content * {
    text-align: center;
  }
}
.cid-tECL8BqF5n .mbr-section-title {
  color: #ffffff;
}
.cid-tECL8BqF5n P {
  color: #ffffff;
}
.cid-tECL8BPZ0F {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tECL8BPZ0F #footer {
  padding: 0 0 25px 0;
}
.cid-tECL8BPZ0F #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tECL8BPZ0F #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tECL8BPZ0F #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tECL8BPZ0F #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tECL8BPZ0F #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tECL8BPZ0F #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tECL8BPZ0F #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tECL8BPZ0F #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tECL8BPZ0F #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tECL8BPZ0F #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tECL8BPZ0F #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tECL8BPZ0F #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tECL8BPZ0F #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tECL8BPZ0F #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tECL8BPZ0F #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tECL8BPZ0F #footer .copyright {
  padding-top: 30px;
}
.cid-tECL8BPZ0F ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tECL8BPZ0F H4 {
  color: #000000;
  text-align: left;
}
.cid-tECL8BPZ0F DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tECL8BPZ0F P {
  color: #e43f3f;
  text-align: left;
}
.cid-tECL8BPZ0F div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tECL8BPZ0F .copyright a {
  text-decoration: none !important;
}
.cid-tECL8BPZ0F .list,
.cid-tECL8BPZ0F .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tECL8BPZ0F ul li a {
  text-decoration: none !important;
}
.cid-tECL8BPZ0F .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tELPRKQxzl {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #dc4234;
}
.cid-tELPRKQxzl p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tELPRKQxzl .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tELPRKQxzl .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tELPRKQxzl .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tELPRKQxzl .main-banner .left-content {
  margin-right: 15px;
}
.cid-tELPRKQxzl .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tELPRKQxzl .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tELPRKQxzl .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tELPRKQxzl .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tELPRKQxzl .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tELPRKQxzl .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tELPRKQxzl .main-banner:before {
    display: none;
  }
  .cid-tELPRKQxzl .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tELPRKQxzl .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tELPRKQxzl H6 {
  color: #ffffff;
}
.cid-tELPRKQxzl H2 {
  color: #ffffff;
}
.cid-tELPRKQxzl P {
  color: #ffffff;
}
.cid-tELPRLhGbu {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tELPRLhGbu .news {
  width: 175px;
  background-color: #dc4234;
}
.cid-tELPRLhGbu .news-scroll a {
  text-decoration: none;
}
.cid-tELPRLhGbu .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #ff3366;
  border-radius: 50%;
  display: inline-block;
}
.cid-tELPRLhGbu DIV {
  color: #ffffff;
}
.cid-tELPRLswGV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tELPRLswGV .service-item {
  position: relative;
  transition: .5s;
  padding: 0 30px;
  border-bottom: 4px solid #e43f3f;
}
.cid-tELPRLswGV .service2 {
  border-bottom: 4px solid #e43f3f;
}
.cid-tELPRLswGV .service-item .service-icon {
  margin-bottom: 30px;
  padding-top: 25px;
}
.cid-tELPRLswGV .service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
.cid-tELPRLswGV .service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}
.cid-tELPRLswGV .service3-item > div {
  z-index: 1;
}
.cid-tELPRLswGV .service3-item div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
  transition: .5s;
  z-index: -1;
}
.cid-tELPRLswGV .service3-item div:hover::after {
  width: 100%;
  background: var(--primary);
}
.cid-tELPRLswGV .service3-item * {
  transition: .5s;
}
.cid-tELPRLswGV .service3-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: .5s;
}
.cid-tELPRLswGV .service3-item:hover .service-icon {
  background: #FFFFFF !important;
}
.cid-tELPRLswGV .section-title-1::before,
.cid-tELPRLswGV .section-title-2::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.cid-tELPRLswGV .section-title-2::before {
  height: 1px;
}
.cid-tELPRLswGV .section-title-1.text-center::before,
.cid-tELPRLswGV .section-title-2.text-center::before {
  left: 50%;
  margin-left: -75px;
}
.cid-tELPRLswGV .section-title-1.section-title-sm::before,
.cid-tELPRLswGV .section-title-2.section-title-sm::before {
  width: 90px;
  height: 3px;
}
.cid-tELPRLswGV .section-title-2.section-title-sm::before {
  height: 1px;
}
.cid-tELPRLswGV .section-title-1::after,
.cid-tELPRLswGV .section-title-2::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}
.cid-tELPRLswGV .section-title-2::after {
  bottom: -2px;
  background: var(--primary);
}
.cid-tELPRLswGV .section-title-1.section-title-sm::after,
.cid-tELPRLswGV .section-title-2.section-title-sm::after {
  width: 4px;
  height: 3px;
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}
.cid-tELPRLswGV .section-title-2.section-title-sm::after {
  bottom: -1px;
}
.cid-tELPRLswGV .section-title-1.text-center::after,
.cid-tELPRLswGV .section-title-2.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}
.cid-tELPRLswGV H3 {
  color: #ffffff;
}
.cid-tELPRLswGV P {
  color: #ffffff;
  line-height: 25px;
  text-align: center;
}
.cid-tELPRLswGV .mbr-section-title {
  color: #e43f3f;
}
.cid-tELPRLswGV .mbr-section-h5 {
  color: #331b1b;
}
.cid-tELPRLswGV .mbr-section-h1 {
  color: #232323;
}
.cid-tELPRLswGV .mbr-section-strong {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tELPRLswGV .mbr-section-p {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tELPRLswGV .mbr-section-contacttext {
  color: #ffffff;
  text-align: center;
}
.cid-tELPRLswGV H2 {
  color: #ffffff;
}
.cid-tELPRLswGV .mbr-section-contact {
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}
.cid-tELPRLswGV .bgcard1 {
  background-color: #0e3781;
}
.cid-tELPRLswGV .bgcard2 {
  background-color: #232323;
}
.cid-tELPRLswGV H4 {
  text-align: center;
  color: #dc4234;
}
.cid-tELPRLISqn .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tELPRLISqn .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tELPRLISqn .divider-top::before,
.cid-tELPRLISqn .divider-bottom::before,
.cid-tELPRLISqn .divider-top::after,
.cid-tELPRLISqn .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tELPRLISqn .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tELPRLISqn .divider-triangles::before {
  top: -50px;
}
.cid-tELPRLISqn .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tELPRLISqn .divider-halfcircle::before {
  top: -50px;
}
.cid-tELPRLISqn .divider-multitriangles::before,
.cid-tELPRLISqn .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tELPRLISqn .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tELPRLPTZw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tELPRLPTZw .mbr-section-title {
  color: #ffffff;
}
.cid-tELPRM3iDD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tELPRM3iDD .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tELPRM3iDD .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tELPRM3iDD .card-title,
.cid-tELPRM3iDD .card-box {
  color: #e43f3f;
}
.cid-tELPRMlOEg .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tELPRMlOEg .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tELPRMlOEg .divider-top::before,
.cid-tELPRMlOEg .divider-bottom::before,
.cid-tELPRMlOEg .divider-top::after,
.cid-tELPRMlOEg .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tELPRMlOEg .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tELPRMlOEg .divider-triangles::before {
  top: -50px;
}
.cid-tELPRMlOEg .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tELPRMlOEg .divider-halfcircle::before {
  top: -50px;
}
.cid-tELPRMlOEg .divider-multitriangles::before,
.cid-tELPRMlOEg .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tELPRMlOEg .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tELPRMwLi2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tELPRMIDbt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tELPRMIDbt .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-tELPRMIDbt .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tELPRMIDbt .text-box {
  text-align: center;
}
.cid-tELPRMIDbt span {
  font-size: 7rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-tELPRMIDbt .card {
    margin-bottom: 2rem;
  }
  .cid-tELPRMIDbt .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tELPRMIDbt span {
    font-size: 21vw;
  }
}
.cid-tELPRMIDbt .item .icon-box .step-number {
  color: #dc4234;
}
.cid-tELPRN7IsT {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tELPRN7IsT .mbr-section-title,
.cid-tELPRN7IsT .mbr-section-subtitle {
  text-align: center;
}
.cid-tELPRN7IsT .cost {
  word-break: normal;
}
.cid-tELPRN7IsT .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tELPRN7IsT .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tELPRN7IsT .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tELPRN7IsT .card-wrapper {
    padding: 1rem;
  }
}
.cid-tELPRN7IsT P {
  color: #0a0d53;
}
.cid-tELPRN7IsT .card-title {
  color: #dc4234;
}
.cid-tELPRNvvga .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tELPRNvvga .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tELPRNvvga .divider-top::before,
.cid-tELPRNvvga .divider-bottom::before,
.cid-tELPRNvvga .divider-top::after,
.cid-tELPRNvvga .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tELPRNvvga .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tELPRNvvga .divider-triangles::before {
  top: -50px;
}
.cid-tELPRNvvga .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tELPRNvvga .divider-halfcircle::before {
  top: -50px;
}
.cid-tELPRNvvga .divider-multitriangles::before,
.cid-tELPRNvvga .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tELPRNvvga .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tELPRNDZkT {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tELPRNDZkT .client-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cid-tELPRNDZkT .client-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.cid-tELPRNDZkT .textp {
  color: #000000;
  line-height: 25px;
}
.cid-tELPRNDZkT .client-title {
  margin-bottom: 45px;
}
.cid-tELPRNDZkT .client-text {
  margin-top: 50px;
  margin-bottom: 45px;
}
.cid-tELPRNDZkT .client-text p {
  margin-bottom: 0;
}
.cid-tELPRNDZkT .client-item {
  margin-top: 45px;
  padding: 60px 20px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.cid-tELPRNDZkT .client-item:hover:before {
  opacity: 1;
  height: 100%;
}
.cid-tELPRNDZkT .client-item:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-tELPRNDZkT .client-item:hover .content h3 {
  color: #ffffff;
}
.cid-tELPRNDZkT .client-item:hover .content span {
  color: #d0ced3;
}
.cid-tELPRNDZkT .client-item:hover .content p {
  color: #d0ced3;
}
.cid-tELPRNDZkT .client-item:hover .content .quote {
  color: #fba311;
}
.cid-tELPRNDZkT .client-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #0e3781;
  opacity: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.7s;
}
.cid-tELPRNDZkT .client-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.7s;
}
.cid-tELPRNDZkT .client-item .client-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.cid-tELPRNDZkT .client-item .client-img img {
  border-radius: 50%;
  border: 2px solid #fba311;
}
.cid-tELPRNDZkT .client-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.cid-tELPRNDZkT .client-item .content span {
  font-size: 14px;
  margin-bottom: 15px;
}
.cid-tELPRNDZkT .client-item .content ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.cid-tELPRNDZkT .client-item .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #fba311;
}
.cid-tELPRNDZkT .client-item .content p {
  margin-bottom: 0;
}
.cid-tELPRNDZkT H2 {
  color: #dc4234;
}
.cid-tELPRNDZkT P {
  color: #000000;
}
.cid-tELPRNDZkT H3 {
  color: #000000;
}
.cid-tELPRNDZkT SPAN {
  color: #131788;
}
.cid-tELPRO36ew .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tELPRO36ew .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tELPRO36ew .divider-top::before,
.cid-tELPRO36ew .divider-bottom::before,
.cid-tELPRO36ew .divider-top::after,
.cid-tELPRO36ew .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tELPRO36ew .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tELPRO36ew .divider-triangles::before {
  top: -50px;
}
.cid-tELPRO36ew .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tELPRO36ew .divider-halfcircle::before {
  top: -50px;
}
.cid-tELPRO36ew .divider-multitriangles::before,
.cid-tELPRO36ew .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tELPRO36ew .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tELPROcWlD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tELPROcWlD img,
.cid-tELPROcWlD .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tELPROcWlD .item:focus,
.cid-tELPROcWlD span:focus {
  outline: none;
}
.cid-tELPROcWlD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tELPROcWlD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e43f3f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tELPROcWlD .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tELPROcWlD .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tELPROcWlD .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tELPROcWlD .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tELPROcWlD .item-wrapper {
  background: transparent;
}
.cid-tELPROcWlD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tELPROcWlD .mbr-section-title {
  color: #232323;
}
.cid-tELPROcWlD .mbr-text,
.cid-tELPROcWlD .mbr-section-btn {
  text-align: left;
}
.cid-tELPROcWlD .item-title {
  text-align: left;
}
.cid-tELPROcWlD .item-subtitle {
  text-align: center;
}
.cid-tELPROCea0 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tELPROCea0 img,
.cid-tELPROCea0 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tELPROCea0 .item:focus,
.cid-tELPROCea0 span:focus {
  outline: none;
}
.cid-tELPROCea0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tELPROCea0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tELPROCea0 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tELPROCea0 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tELPROCea0 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tELPROCea0 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tELPROCea0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tELPROCea0 .mbr-section-title {
  color: #232323;
}
.cid-tELPROCea0 .mbr-text,
.cid-tELPROCea0 .mbr-section-btn {
  text-align: left;
}
.cid-tELPROCea0 .item-title {
  text-align: left;
}
.cid-tELPROCea0 .item-subtitle {
  text-align: center;
}
.cid-tELPROZEmN {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tELPROZEmN img,
.cid-tELPROZEmN .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tELPROZEmN .item:focus,
.cid-tELPROZEmN span:focus {
  outline: none;
}
.cid-tELPROZEmN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tELPROZEmN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tELPROZEmN .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tELPROZEmN .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tELPROZEmN .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tELPROZEmN .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tELPROZEmN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tELPROZEmN .mbr-section-title {
  color: #232323;
}
.cid-tELPROZEmN .mbr-text,
.cid-tELPROZEmN .mbr-section-btn {
  text-align: left;
}
.cid-tELPROZEmN .item-title {
  text-align: left;
}
.cid-tELPROZEmN .item-subtitle {
  text-align: center;
}
.cid-tELPRPrg4l {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tELPRPrg4l .media-container-row {
  justify-content: space-between;
}
.cid-tELPRPrg4l .text-content {
  max-width: 50%;
}
.cid-tELPRPrg4l .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tELPRPrg4l .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tELPRPrg4l .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tELPRPrg4l .icons {
    justify-content: center !important;
  }
  .cid-tELPRPrg4l .text-content * {
    text-align: center;
  }
}
.cid-tELPRPO9Kq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tELPRPO9Kq .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tELPRPO9Kq .bgColor1 {
  background-color: #0a0d53;
}
.cid-tELPRPO9Kq .bgColor2 {
  background-color: #e43f3f;
}
.cid-tELPRPO9Kq .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tELPRPO9Kq .bgicon {
  background-color: #ffffff;
}
.cid-tELPRPO9Kq H1 {
  color: #e43f3f;
}
.cid-tEMkvguiiZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tELPRQ7QXv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tELPRQ7QXv #footer {
  padding: 0 0 25px 0;
}
.cid-tELPRQ7QXv #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tELPRQ7QXv #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tELPRQ7QXv #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tELPRQ7QXv #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tELPRQ7QXv #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tELPRQ7QXv #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tELPRQ7QXv #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tELPRQ7QXv #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tELPRQ7QXv #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tELPRQ7QXv #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tELPRQ7QXv #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tELPRQ7QXv #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tELPRQ7QXv #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tELPRQ7QXv #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tELPRQ7QXv #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tELPRQ7QXv #footer .copyright {
  padding-top: 30px;
}
.cid-tELPRQ7QXv ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tELPRQ7QXv H4 {
  color: #000000;
  text-align: left;
}
.cid-tELPRQ7QXv DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tELPRQ7QXv P {
  color: #e43f3f;
  text-align: left;
}
.cid-tELPRQ7QXv div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tELPRQ7QXv .copyright a {
  text-decoration: none !important;
}
.cid-tELPRQ7QXv .list,
.cid-tELPRQ7QXv .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tELPRQ7QXv ul li a {
  text-decoration: none !important;
}
.cid-tELPRQ7QXv .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEMe3nXhge {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #dc4234;
}
.cid-tEMe3nXhge p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tEMe3nXhge .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tEMe3nXhge .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tEMe3nXhge .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tEMe3nXhge .main-banner .left-content {
  margin-right: 15px;
}
.cid-tEMe3nXhge .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tEMe3nXhge .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tEMe3nXhge .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tEMe3nXhge .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tEMe3nXhge .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tEMe3nXhge .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tEMe3nXhge .main-banner:before {
    display: none;
  }
  .cid-tEMe3nXhge .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tEMe3nXhge .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tEMe3nXhge H6 {
  color: #ffffff;
}
.cid-tEMe3nXhge H2 {
  color: #ffffff;
}
.cid-tEMe3nXhge P {
  color: #ffffff;
}
.cid-tEMe3ogb03 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tEMe3ogb03 .news {
  width: 175px;
  background-color: #dc4234;
}
.cid-tEMe3ogb03 .news-scroll a {
  text-decoration: none;
}
.cid-tEMe3ogb03 .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #ff3366;
  border-radius: 50%;
  display: inline-block;
}
.cid-tEMe3ogb03 DIV {
  color: #ffffff;
}
.cid-tEMe3osLQA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tEMe3osLQA .service-item {
  position: relative;
  transition: .5s;
  padding: 0 30px;
  border-bottom: 4px solid #e43f3f;
}
.cid-tEMe3osLQA .service2 {
  border-bottom: 4px solid #e43f3f;
}
.cid-tEMe3osLQA .service-item .service-icon {
  margin-bottom: 30px;
  padding-top: 25px;
}
.cid-tEMe3osLQA .service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
.cid-tEMe3osLQA .service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}
.cid-tEMe3osLQA .service3-item > div {
  z-index: 1;
}
.cid-tEMe3osLQA .service3-item div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
  transition: .5s;
  z-index: -1;
}
.cid-tEMe3osLQA .service3-item div:hover::after {
  width: 100%;
  background: var(--primary);
}
.cid-tEMe3osLQA .service3-item * {
  transition: .5s;
}
.cid-tEMe3osLQA .service3-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: .5s;
}
.cid-tEMe3osLQA .service3-item:hover .service-icon {
  background: #FFFFFF !important;
}
.cid-tEMe3osLQA .section-title-1::before,
.cid-tEMe3osLQA .section-title-2::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.cid-tEMe3osLQA .section-title-2::before {
  height: 1px;
}
.cid-tEMe3osLQA .section-title-1.text-center::before,
.cid-tEMe3osLQA .section-title-2.text-center::before {
  left: 50%;
  margin-left: -75px;
}
.cid-tEMe3osLQA .section-title-1.section-title-sm::before,
.cid-tEMe3osLQA .section-title-2.section-title-sm::before {
  width: 90px;
  height: 3px;
}
.cid-tEMe3osLQA .section-title-2.section-title-sm::before {
  height: 1px;
}
.cid-tEMe3osLQA .section-title-1::after,
.cid-tEMe3osLQA .section-title-2::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}
.cid-tEMe3osLQA .section-title-2::after {
  bottom: -2px;
  background: var(--primary);
}
.cid-tEMe3osLQA .section-title-1.section-title-sm::after,
.cid-tEMe3osLQA .section-title-2.section-title-sm::after {
  width: 4px;
  height: 3px;
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}
.cid-tEMe3osLQA .section-title-2.section-title-sm::after {
  bottom: -1px;
}
.cid-tEMe3osLQA .section-title-1.text-center::after,
.cid-tEMe3osLQA .section-title-2.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}
.cid-tEMe3osLQA H3 {
  color: #ffffff;
}
.cid-tEMe3osLQA P {
  color: #ffffff;
  line-height: 25px;
  text-align: center;
}
.cid-tEMe3osLQA .mbr-section-title {
  color: #e43f3f;
}
.cid-tEMe3osLQA .mbr-section-h5 {
  color: #331b1b;
}
.cid-tEMe3osLQA .mbr-section-h1 {
  color: #232323;
}
.cid-tEMe3osLQA .mbr-section-strong {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tEMe3osLQA .mbr-section-p {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tEMe3osLQA .mbr-section-contacttext {
  color: #ffffff;
  text-align: center;
}
.cid-tEMe3osLQA H2 {
  color: #ffffff;
}
.cid-tEMe3osLQA .mbr-section-contact {
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}
.cid-tEMe3osLQA .bgcard1 {
  background-color: #0e3781;
}
.cid-tEMe3osLQA .bgcard2 {
  background-color: #232323;
}
.cid-tEMe3osLQA H4 {
  text-align: center;
  color: #dc4234;
}
.cid-tEMe3oI4Nq .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tEMe3oI4Nq .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tEMe3oI4Nq .divider-top::before,
.cid-tEMe3oI4Nq .divider-bottom::before,
.cid-tEMe3oI4Nq .divider-top::after,
.cid-tEMe3oI4Nq .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tEMe3oI4Nq .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tEMe3oI4Nq .divider-triangles::before {
  top: -50px;
}
.cid-tEMe3oI4Nq .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tEMe3oI4Nq .divider-halfcircle::before {
  top: -50px;
}
.cid-tEMe3oI4Nq .divider-multitriangles::before,
.cid-tEMe3oI4Nq .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tEMe3oI4Nq .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tEMe3oRcsJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tEMe3oRcsJ .mbr-section-title {
  color: #ffffff;
}
.cid-tEMe3p8KVC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tEMe3p8KVC .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tEMe3p8KVC .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tEMe3p8KVC .card-title,
.cid-tEMe3p8KVC .card-box {
  color: #e43f3f;
}
.cid-tEMe3psUcd .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tEMe3psUcd .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tEMe3psUcd .divider-top::before,
.cid-tEMe3psUcd .divider-bottom::before,
.cid-tEMe3psUcd .divider-top::after,
.cid-tEMe3psUcd .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tEMe3psUcd .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tEMe3psUcd .divider-triangles::before {
  top: -50px;
}
.cid-tEMe3psUcd .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tEMe3psUcd .divider-halfcircle::before {
  top: -50px;
}
.cid-tEMe3psUcd .divider-multitriangles::before,
.cid-tEMe3psUcd .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tEMe3psUcd .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tEMe3pBkVp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tEMe3pPK1I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tEMe3pPK1I .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-tEMe3pPK1I .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tEMe3pPK1I .text-box {
  text-align: center;
}
.cid-tEMe3pPK1I span {
  font-size: 7rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-tEMe3pPK1I .card {
    margin-bottom: 2rem;
  }
  .cid-tEMe3pPK1I .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tEMe3pPK1I span {
    font-size: 21vw;
  }
}
.cid-tEMe3pPK1I .item .icon-box .step-number {
  color: #dc4234;
}
.cid-tEMe3qfZFR {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tEMe3qfZFR .mbr-section-title,
.cid-tEMe3qfZFR .mbr-section-subtitle {
  text-align: center;
}
.cid-tEMe3qfZFR .cost {
  word-break: normal;
}
.cid-tEMe3qfZFR .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tEMe3qfZFR .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tEMe3qfZFR .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tEMe3qfZFR .card-wrapper {
    padding: 1rem;
  }
}
.cid-tEMe3qfZFR P {
  color: #0a0d53;
}
.cid-tEMe3qfZFR .card-title {
  color: #dc4234;
}
.cid-tEMe3qILg7 .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tEMe3qILg7 .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tEMe3qILg7 .divider-top::before,
.cid-tEMe3qILg7 .divider-bottom::before,
.cid-tEMe3qILg7 .divider-top::after,
.cid-tEMe3qILg7 .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tEMe3qILg7 .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tEMe3qILg7 .divider-triangles::before {
  top: -50px;
}
.cid-tEMe3qILg7 .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tEMe3qILg7 .divider-halfcircle::before {
  top: -50px;
}
.cid-tEMe3qILg7 .divider-multitriangles::before,
.cid-tEMe3qILg7 .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tEMe3qILg7 .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tEMe3qSDtw {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tEMe3qSDtw .client-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cid-tEMe3qSDtw .client-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.cid-tEMe3qSDtw .textp {
  color: #000000;
  line-height: 25px;
}
.cid-tEMe3qSDtw .client-title {
  margin-bottom: 45px;
}
.cid-tEMe3qSDtw .client-text {
  margin-top: 50px;
  margin-bottom: 45px;
}
.cid-tEMe3qSDtw .client-text p {
  margin-bottom: 0;
}
.cid-tEMe3qSDtw .client-item {
  margin-top: 45px;
  padding: 60px 20px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.cid-tEMe3qSDtw .client-item:hover:before {
  opacity: 1;
  height: 100%;
}
.cid-tEMe3qSDtw .client-item:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-tEMe3qSDtw .client-item:hover .content h3 {
  color: #ffffff;
}
.cid-tEMe3qSDtw .client-item:hover .content span {
  color: #d0ced3;
}
.cid-tEMe3qSDtw .client-item:hover .content p {
  color: #d0ced3;
}
.cid-tEMe3qSDtw .client-item:hover .content .quote {
  color: #fba311;
}
.cid-tEMe3qSDtw .client-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #0e3781;
  opacity: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.7s;
}
.cid-tEMe3qSDtw .client-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.7s;
}
.cid-tEMe3qSDtw .client-item .client-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.cid-tEMe3qSDtw .client-item .client-img img {
  border-radius: 50%;
  border: 2px solid #fba311;
}
.cid-tEMe3qSDtw .client-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.cid-tEMe3qSDtw .client-item .content span {
  font-size: 14px;
  margin-bottom: 15px;
}
.cid-tEMe3qSDtw .client-item .content ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.cid-tEMe3qSDtw .client-item .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #fba311;
}
.cid-tEMe3qSDtw .client-item .content p {
  margin-bottom: 0;
}
.cid-tEMe3qSDtw H2 {
  color: #dc4234;
}
.cid-tEMe3qSDtw P {
  color: #000000;
}
.cid-tEMe3qSDtw H3 {
  color: #000000;
}
.cid-tEMe3qSDtw SPAN {
  color: #131788;
}
.cid-tEMe3rfTax .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tEMe3rfTax .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tEMe3rfTax .divider-top::before,
.cid-tEMe3rfTax .divider-bottom::before,
.cid-tEMe3rfTax .divider-top::after,
.cid-tEMe3rfTax .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tEMe3rfTax .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tEMe3rfTax .divider-triangles::before {
  top: -50px;
}
.cid-tEMe3rfTax .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tEMe3rfTax .divider-halfcircle::before {
  top: -50px;
}
.cid-tEMe3rfTax .divider-multitriangles::before,
.cid-tEMe3rfTax .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tEMe3rfTax .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tEMe3rrygs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tEMe3rrygs img,
.cid-tEMe3rrygs .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tEMe3rrygs .item:focus,
.cid-tEMe3rrygs span:focus {
  outline: none;
}
.cid-tEMe3rrygs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tEMe3rrygs .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e43f3f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tEMe3rrygs .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tEMe3rrygs .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tEMe3rrygs .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tEMe3rrygs .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tEMe3rrygs .item-wrapper {
  background: transparent;
}
.cid-tEMe3rrygs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tEMe3rrygs .mbr-section-title {
  color: #232323;
}
.cid-tEMe3rrygs .mbr-text,
.cid-tEMe3rrygs .mbr-section-btn {
  text-align: left;
}
.cid-tEMe3rrygs .item-title {
  text-align: left;
}
.cid-tEMe3rrygs .item-subtitle {
  text-align: center;
}
.cid-tEMe3rSpG5 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tEMe3rSpG5 img,
.cid-tEMe3rSpG5 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tEMe3rSpG5 .item:focus,
.cid-tEMe3rSpG5 span:focus {
  outline: none;
}
.cid-tEMe3rSpG5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tEMe3rSpG5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tEMe3rSpG5 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tEMe3rSpG5 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tEMe3rSpG5 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tEMe3rSpG5 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tEMe3rSpG5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tEMe3rSpG5 .mbr-section-title {
  color: #232323;
}
.cid-tEMe3rSpG5 .mbr-text,
.cid-tEMe3rSpG5 .mbr-section-btn {
  text-align: left;
}
.cid-tEMe3rSpG5 .item-title {
  text-align: left;
}
.cid-tEMe3rSpG5 .item-subtitle {
  text-align: center;
}
.cid-tEMe3sh6Pe {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tEMe3sh6Pe img,
.cid-tEMe3sh6Pe .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tEMe3sh6Pe .item:focus,
.cid-tEMe3sh6Pe span:focus {
  outline: none;
}
.cid-tEMe3sh6Pe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tEMe3sh6Pe .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tEMe3sh6Pe .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tEMe3sh6Pe .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tEMe3sh6Pe .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tEMe3sh6Pe .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tEMe3sh6Pe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tEMe3sh6Pe .mbr-section-title {
  color: #232323;
}
.cid-tEMe3sh6Pe .mbr-text,
.cid-tEMe3sh6Pe .mbr-section-btn {
  text-align: left;
}
.cid-tEMe3sh6Pe .item-title {
  text-align: left;
}
.cid-tEMe3sh6Pe .item-subtitle {
  text-align: center;
}
.cid-tEMe3sHnQs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tEMe3sHnQs .media-container-row {
  justify-content: space-between;
}
.cid-tEMe3sHnQs .text-content {
  max-width: 50%;
}
.cid-tEMe3sHnQs .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tEMe3sHnQs .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tEMe3sHnQs .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tEMe3sHnQs .icons {
    justify-content: center !important;
  }
  .cid-tEMe3sHnQs .text-content * {
    text-align: center;
  }
}
.cid-tEMe3t8WBC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tEMe3t8WBC .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tEMe3t8WBC .bgColor1 {
  background-color: #0a0d53;
}
.cid-tEMe3t8WBC .bgColor2 {
  background-color: #e43f3f;
}
.cid-tEMe3t8WBC .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tEMe3t8WBC .bgicon {
  background-color: #ffffff;
}
.cid-tEMe3t8WBC H1 {
  color: #e43f3f;
}
.cid-tEMsiHcSMO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEMe3trwaN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tEMe3trwaN #footer {
  padding: 0 0 25px 0;
}
.cid-tEMe3trwaN #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tEMe3trwaN #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tEMe3trwaN #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tEMe3trwaN #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tEMe3trwaN #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tEMe3trwaN #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tEMe3trwaN #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tEMe3trwaN #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tEMe3trwaN #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tEMe3trwaN #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tEMe3trwaN #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tEMe3trwaN #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tEMe3trwaN #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tEMe3trwaN #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tEMe3trwaN #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tEMe3trwaN #footer .copyright {
  padding-top: 30px;
}
.cid-tEMe3trwaN ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tEMe3trwaN H4 {
  color: #000000;
  text-align: left;
}
.cid-tEMe3trwaN DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tEMe3trwaN P {
  color: #e43f3f;
  text-align: left;
}
.cid-tEMe3trwaN div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tEMe3trwaN .copyright a {
  text-decoration: none !important;
}
.cid-tEMe3trwaN .list,
.cid-tEMe3trwaN .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tEMe3trwaN ul li a {
  text-decoration: none !important;
}
.cid-tEMe3trwaN .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEM6BUFmMt {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #dc4234;
}
.cid-tEM6BUFmMt p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tEM6BUFmMt .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tEM6BUFmMt .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tEM6BUFmMt .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tEM6BUFmMt .main-banner .left-content {
  margin-right: 15px;
}
.cid-tEM6BUFmMt .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tEM6BUFmMt .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tEM6BUFmMt .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tEM6BUFmMt .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tEM6BUFmMt .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tEM6BUFmMt .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tEM6BUFmMt .main-banner:before {
    display: none;
  }
  .cid-tEM6BUFmMt .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tEM6BUFmMt .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tEM6BUFmMt H6 {
  color: #ffffff;
}
.cid-tEM6BUFmMt H2 {
  color: #ffffff;
}
.cid-tEM6BUFmMt P {
  color: #ffffff;
}
.cid-tEM6BV1DqZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tEM6BV1DqZ .news {
  width: 175px;
  background-color: #dc4234;
}
.cid-tEM6BV1DqZ .news-scroll a {
  text-decoration: none;
}
.cid-tEM6BV1DqZ .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #ff3366;
  border-radius: 50%;
  display: inline-block;
}
.cid-tEM6BV1DqZ DIV {
  color: #ffffff;
}
.cid-tEM6BVd9BQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tEM6BVd9BQ .service-item {
  position: relative;
  transition: .5s;
  padding: 0 30px;
  border-bottom: 4px solid #e43f3f;
}
.cid-tEM6BVd9BQ .service2 {
  border-bottom: 4px solid #e43f3f;
}
.cid-tEM6BVd9BQ .service-item .service-icon {
  margin-bottom: 30px;
  padding-top: 25px;
}
.cid-tEM6BVd9BQ .service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
.cid-tEM6BVd9BQ .service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}
.cid-tEM6BVd9BQ .service3-item > div {
  z-index: 1;
}
.cid-tEM6BVd9BQ .service3-item div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
  transition: .5s;
  z-index: -1;
}
.cid-tEM6BVd9BQ .service3-item div:hover::after {
  width: 100%;
  background: var(--primary);
}
.cid-tEM6BVd9BQ .service3-item * {
  transition: .5s;
}
.cid-tEM6BVd9BQ .service3-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: .5s;
}
.cid-tEM6BVd9BQ .service3-item:hover .service-icon {
  background: #FFFFFF !important;
}
.cid-tEM6BVd9BQ .section-title-1::before,
.cid-tEM6BVd9BQ .section-title-2::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.cid-tEM6BVd9BQ .section-title-2::before {
  height: 1px;
}
.cid-tEM6BVd9BQ .section-title-1.text-center::before,
.cid-tEM6BVd9BQ .section-title-2.text-center::before {
  left: 50%;
  margin-left: -75px;
}
.cid-tEM6BVd9BQ .section-title-1.section-title-sm::before,
.cid-tEM6BVd9BQ .section-title-2.section-title-sm::before {
  width: 90px;
  height: 3px;
}
.cid-tEM6BVd9BQ .section-title-2.section-title-sm::before {
  height: 1px;
}
.cid-tEM6BVd9BQ .section-title-1::after,
.cid-tEM6BVd9BQ .section-title-2::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}
.cid-tEM6BVd9BQ .section-title-2::after {
  bottom: -2px;
  background: var(--primary);
}
.cid-tEM6BVd9BQ .section-title-1.section-title-sm::after,
.cid-tEM6BVd9BQ .section-title-2.section-title-sm::after {
  width: 4px;
  height: 3px;
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}
.cid-tEM6BVd9BQ .section-title-2.section-title-sm::after {
  bottom: -1px;
}
.cid-tEM6BVd9BQ .section-title-1.text-center::after,
.cid-tEM6BVd9BQ .section-title-2.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}
.cid-tEM6BVd9BQ H3 {
  color: #ffffff;
}
.cid-tEM6BVd9BQ P {
  color: #ffffff;
  line-height: 25px;
  text-align: center;
}
.cid-tEM6BVd9BQ .mbr-section-title {
  color: #e43f3f;
}
.cid-tEM6BVd9BQ .mbr-section-h5 {
  color: #331b1b;
}
.cid-tEM6BVd9BQ .mbr-section-h1 {
  color: #232323;
}
.cid-tEM6BVd9BQ .mbr-section-strong {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tEM6BVd9BQ .mbr-section-p {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tEM6BVd9BQ .mbr-section-contacttext {
  color: #ffffff;
  text-align: center;
}
.cid-tEM6BVd9BQ H2 {
  color: #ffffff;
}
.cid-tEM6BVd9BQ .mbr-section-contact {
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}
.cid-tEM6BVd9BQ .bgcard1 {
  background-color: #0e3781;
}
.cid-tEM6BVd9BQ .bgcard2 {
  background-color: #232323;
}
.cid-tEM6BVd9BQ H4 {
  text-align: center;
  color: #dc4234;
}
.cid-tEM6BVtDKK .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tEM6BVtDKK .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tEM6BVtDKK .divider-top::before,
.cid-tEM6BVtDKK .divider-bottom::before,
.cid-tEM6BVtDKK .divider-top::after,
.cid-tEM6BVtDKK .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tEM6BVtDKK .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tEM6BVtDKK .divider-triangles::before {
  top: -50px;
}
.cid-tEM6BVtDKK .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tEM6BVtDKK .divider-halfcircle::before {
  top: -50px;
}
.cid-tEM6BVtDKK .divider-multitriangles::before,
.cid-tEM6BVtDKK .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tEM6BVtDKK .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tEM6BVConU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tEM6BVConU .mbr-section-title {
  color: #ffffff;
}
.cid-tEM6BVQXRj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tEM6BVQXRj .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tEM6BVQXRj .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tEM6BVQXRj .card-title,
.cid-tEM6BVQXRj .card-box {
  color: #e43f3f;
}
.cid-tEM6BWa2ba .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tEM6BWa2ba .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tEM6BWa2ba .divider-top::before,
.cid-tEM6BWa2ba .divider-bottom::before,
.cid-tEM6BWa2ba .divider-top::after,
.cid-tEM6BWa2ba .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tEM6BWa2ba .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tEM6BWa2ba .divider-triangles::before {
  top: -50px;
}
.cid-tEM6BWa2ba .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tEM6BWa2ba .divider-halfcircle::before {
  top: -50px;
}
.cid-tEM6BWa2ba .divider-multitriangles::before,
.cid-tEM6BWa2ba .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tEM6BWa2ba .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tEM6BWjHf4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tEM6BWwXxx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tEM6BWwXxx .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-tEM6BWwXxx .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tEM6BWwXxx .text-box {
  text-align: center;
}
.cid-tEM6BWwXxx span {
  font-size: 7rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-tEM6BWwXxx .card {
    margin-bottom: 2rem;
  }
  .cid-tEM6BWwXxx .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tEM6BWwXxx span {
    font-size: 21vw;
  }
}
.cid-tEM6BWwXxx .item .icon-box .step-number {
  color: #dc4234;
}
.cid-tEM6BX0BAS {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tEM6BX0BAS .mbr-section-title,
.cid-tEM6BX0BAS .mbr-section-subtitle {
  text-align: center;
}
.cid-tEM6BX0BAS .cost {
  word-break: normal;
}
.cid-tEM6BX0BAS .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tEM6BX0BAS .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tEM6BX0BAS .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tEM6BX0BAS .card-wrapper {
    padding: 1rem;
  }
}
.cid-tEM6BX0BAS P {
  color: #0a0d53;
}
.cid-tEM6BX0BAS .card-title {
  color: #dc4234;
}
.cid-tEM6BXsfN8 .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tEM6BXsfN8 .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tEM6BXsfN8 .divider-top::before,
.cid-tEM6BXsfN8 .divider-bottom::before,
.cid-tEM6BXsfN8 .divider-top::after,
.cid-tEM6BXsfN8 .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tEM6BXsfN8 .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tEM6BXsfN8 .divider-triangles::before {
  top: -50px;
}
.cid-tEM6BXsfN8 .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tEM6BXsfN8 .divider-halfcircle::before {
  top: -50px;
}
.cid-tEM6BXsfN8 .divider-multitriangles::before,
.cid-tEM6BXsfN8 .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tEM6BXsfN8 .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tEM6BXDbqQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tEM6BXDbqQ .client-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cid-tEM6BXDbqQ .client-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.cid-tEM6BXDbqQ .textp {
  color: #000000;
  line-height: 25px;
}
.cid-tEM6BXDbqQ .client-title {
  margin-bottom: 45px;
}
.cid-tEM6BXDbqQ .client-text {
  margin-top: 50px;
  margin-bottom: 45px;
}
.cid-tEM6BXDbqQ .client-text p {
  margin-bottom: 0;
}
.cid-tEM6BXDbqQ .client-item {
  margin-top: 45px;
  padding: 60px 20px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.cid-tEM6BXDbqQ .client-item:hover:before {
  opacity: 1;
  height: 100%;
}
.cid-tEM6BXDbqQ .client-item:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-tEM6BXDbqQ .client-item:hover .content h3 {
  color: #ffffff;
}
.cid-tEM6BXDbqQ .client-item:hover .content span {
  color: #d0ced3;
}
.cid-tEM6BXDbqQ .client-item:hover .content p {
  color: #d0ced3;
}
.cid-tEM6BXDbqQ .client-item:hover .content .quote {
  color: #fba311;
}
.cid-tEM6BXDbqQ .client-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #0e3781;
  opacity: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.7s;
}
.cid-tEM6BXDbqQ .client-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.7s;
}
.cid-tEM6BXDbqQ .client-item .client-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.cid-tEM6BXDbqQ .client-item .client-img img {
  border-radius: 50%;
  border: 2px solid #fba311;
}
.cid-tEM6BXDbqQ .client-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.cid-tEM6BXDbqQ .client-item .content span {
  font-size: 14px;
  margin-bottom: 15px;
}
.cid-tEM6BXDbqQ .client-item .content ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.cid-tEM6BXDbqQ .client-item .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #fba311;
}
.cid-tEM6BXDbqQ .client-item .content p {
  margin-bottom: 0;
}
.cid-tEM6BXDbqQ H2 {
  color: #dc4234;
}
.cid-tEM6BXDbqQ P {
  color: #000000;
}
.cid-tEM6BXDbqQ H3 {
  color: #000000;
}
.cid-tEM6BXDbqQ SPAN {
  color: #131788;
}
.cid-tEM6BY5Flg .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tEM6BY5Flg .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tEM6BY5Flg .divider-top::before,
.cid-tEM6BY5Flg .divider-bottom::before,
.cid-tEM6BY5Flg .divider-top::after,
.cid-tEM6BY5Flg .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tEM6BY5Flg .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tEM6BY5Flg .divider-triangles::before {
  top: -50px;
}
.cid-tEM6BY5Flg .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tEM6BY5Flg .divider-halfcircle::before {
  top: -50px;
}
.cid-tEM6BY5Flg .divider-multitriangles::before,
.cid-tEM6BY5Flg .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tEM6BY5Flg .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tEM6BYgu4H {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tEM6BYgu4H img,
.cid-tEM6BYgu4H .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tEM6BYgu4H .item:focus,
.cid-tEM6BYgu4H span:focus {
  outline: none;
}
.cid-tEM6BYgu4H .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tEM6BYgu4H .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e43f3f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tEM6BYgu4H .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tEM6BYgu4H .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tEM6BYgu4H .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tEM6BYgu4H .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tEM6BYgu4H .item-wrapper {
  background: transparent;
}
.cid-tEM6BYgu4H .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tEM6BYgu4H .mbr-section-title {
  color: #232323;
}
.cid-tEM6BYgu4H .mbr-text,
.cid-tEM6BYgu4H .mbr-section-btn {
  text-align: left;
}
.cid-tEM6BYgu4H .item-title {
  text-align: left;
}
.cid-tEM6BYgu4H .item-subtitle {
  text-align: center;
}
.cid-tEM6BYGOn0 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tEM6BYGOn0 img,
.cid-tEM6BYGOn0 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tEM6BYGOn0 .item:focus,
.cid-tEM6BYGOn0 span:focus {
  outline: none;
}
.cid-tEM6BYGOn0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tEM6BYGOn0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tEM6BYGOn0 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tEM6BYGOn0 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tEM6BYGOn0 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tEM6BYGOn0 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tEM6BYGOn0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tEM6BYGOn0 .mbr-section-title {
  color: #232323;
}
.cid-tEM6BYGOn0 .mbr-text,
.cid-tEM6BYGOn0 .mbr-section-btn {
  text-align: left;
}
.cid-tEM6BYGOn0 .item-title {
  text-align: left;
}
.cid-tEM6BYGOn0 .item-subtitle {
  text-align: center;
}
.cid-tEM6BZ51R0 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tEM6BZ51R0 img,
.cid-tEM6BZ51R0 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tEM6BZ51R0 .item:focus,
.cid-tEM6BZ51R0 span:focus {
  outline: none;
}
.cid-tEM6BZ51R0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tEM6BZ51R0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tEM6BZ51R0 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tEM6BZ51R0 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tEM6BZ51R0 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tEM6BZ51R0 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tEM6BZ51R0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tEM6BZ51R0 .mbr-section-title {
  color: #232323;
}
.cid-tEM6BZ51R0 .mbr-text,
.cid-tEM6BZ51R0 .mbr-section-btn {
  text-align: left;
}
.cid-tEM6BZ51R0 .item-title {
  text-align: left;
}
.cid-tEM6BZ51R0 .item-subtitle {
  text-align: center;
}
.cid-tEM6BZzVkX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tEM6BZzVkX .media-container-row {
  justify-content: space-between;
}
.cid-tEM6BZzVkX .text-content {
  max-width: 50%;
}
.cid-tEM6BZzVkX .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tEM6BZzVkX .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tEM6BZzVkX .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tEM6BZzVkX .icons {
    justify-content: center !important;
  }
  .cid-tEM6BZzVkX .text-content * {
    text-align: center;
  }
}
.cid-tEMkKjxLPw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEM6BZXWX8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tEM6BZXWX8 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tEM6BZXWX8 .bgColor1 {
  background-color: #0a0d53;
}
.cid-tEM6BZXWX8 .bgColor2 {
  background-color: #e43f3f;
}
.cid-tEM6BZXWX8 .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tEM6BZXWX8 .bgicon {
  background-color: #ffffff;
}
.cid-tEM6BZXWX8 H1 {
  color: #e43f3f;
}
.cid-tEM6C0iKli {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tEM6C0iKli #footer {
  padding: 0 0 25px 0;
}
.cid-tEM6C0iKli #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tEM6C0iKli #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tEM6C0iKli #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tEM6C0iKli #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tEM6C0iKli #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tEM6C0iKli #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tEM6C0iKli #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tEM6C0iKli #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tEM6C0iKli #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tEM6C0iKli #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tEM6C0iKli #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tEM6C0iKli #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tEM6C0iKli #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tEM6C0iKli #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tEM6C0iKli #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tEM6C0iKli #footer .copyright {
  padding-top: 30px;
}
.cid-tEM6C0iKli ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tEM6C0iKli H4 {
  color: #000000;
  text-align: left;
}
.cid-tEM6C0iKli DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tEM6C0iKli P {
  color: #e43f3f;
  text-align: left;
}
.cid-tEM6C0iKli div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tEM6C0iKli .copyright a {
  text-decoration: none !important;
}
.cid-tEM6C0iKli .list,
.cid-tEM6C0iKli .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tEM6C0iKli ul li a {
  text-decoration: none !important;
}
.cid-tEM6C0iKli .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFPEUKJPxS {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tFPEUKJPxS .row {
  flex-direction: row-reverse;
}
.cid-tFPEUKJPxS p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tFPEUKJPxS .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tFPEUKJPxS .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tFPEUKJPxS .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tFPEUKJPxS .main-banner .left-content {
  margin-right: 15px;
}
.cid-tFPEUKJPxS .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tFPEUKJPxS .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tFPEUKJPxS .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tFPEUKJPxS .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tFPEUKJPxS .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tFPEUKJPxS .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tFPEUKJPxS .main-banner:before {
    display: none;
  }
  .cid-tFPEUKJPxS .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tFPEUKJPxS .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tFPEUKJPxS H6 {
  color: #e43f3f;
}
.cid-uANNpq6Nyu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uANNpq6Nyu .mbr-section-title {
  color: #000000;
}
.cid-tFPEUKWWiF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFPEUL4Nw3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFPEUL4Nw3 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tFPEUL4Nw3 .bgColor1 {
  background-color: #0a0d53;
}
.cid-tFPEUL4Nw3 .bgColor2 {
  background-color: #e43f3f;
}
.cid-tFPEUL4Nw3 .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tFPEUL4Nw3 .bgicon {
  background-color: #ffffff;
}
.cid-tFPEUL4Nw3 H1 {
  color: #e43f3f;
}
.cid-tFPEULjDWx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFPEULjDWx .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tFPEULjDWx .bgColor1 {
  background-color: #0a0d53;
}
.cid-tFPEULjDWx .bgColor2 {
  background-color: #e43f3f;
}
.cid-tFPEULjDWx .bgColor3 {
  background-color: #e6c63b;
}
.cid-tFPEULjDWx .bgicon {
  background-color: #ffffff;
}
.cid-tFPEULjDWx H1 {
  color: #e43f3f;
}
.cid-tFPEULx5xt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tFPEULx5xt .media-container-row {
  justify-content: space-between;
}
.cid-tFPEULx5xt .text-content {
  max-width: 50%;
}
.cid-tFPEULx5xt .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tFPEULx5xt .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tFPEULx5xt .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tFPEULx5xt .icons {
    justify-content: center !important;
  }
  .cid-tFPEULx5xt .text-content * {
    text-align: center;
  }
}
.cid-tFPEULRdd6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tFPEULRdd6 #footer {
  padding: 0 0 25px 0;
}
.cid-tFPEULRdd6 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tFPEULRdd6 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tFPEULRdd6 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tFPEULRdd6 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tFPEULRdd6 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tFPEULRdd6 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tFPEULRdd6 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tFPEULRdd6 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tFPEULRdd6 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tFPEULRdd6 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tFPEULRdd6 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tFPEULRdd6 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tFPEULRdd6 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tFPEULRdd6 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tFPEULRdd6 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tFPEULRdd6 #footer .copyright {
  padding-top: 30px;
}
.cid-tFPEULRdd6 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tFPEULRdd6 H4 {
  color: #000000;
  text-align: left;
}
.cid-tFPEULRdd6 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tFPEULRdd6 P {
  color: #e43f3f;
  text-align: left;
}
.cid-tFPEULRdd6 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tFPEULRdd6 .copyright a {
  text-decoration: none !important;
}
.cid-tFPEULRdd6 .list,
.cid-tFPEULRdd6 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tFPEULRdd6 ul li a {
  text-decoration: none !important;
}
.cid-tFPEULRdd6 .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwoCh8m2RK {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uwoCh8m2RK .row {
  flex-direction: row-reverse;
}
.cid-uwoCh8m2RK p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uwoCh8m2RK .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uwoCh8m2RK .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uwoCh8m2RK .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uwoCh8m2RK .main-banner .left-content {
  margin-right: 15px;
}
.cid-uwoCh8m2RK .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uwoCh8m2RK .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uwoCh8m2RK .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uwoCh8m2RK .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uwoCh8m2RK .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uwoCh8m2RK .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uwoCh8m2RK .main-banner:before {
    display: none;
  }
  .cid-uwoCh8m2RK .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uwoCh8m2RK .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uwoCh8m2RK H6 {
  color: #e43f3f;
}
.cid-uwoCOuswvm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uwoCOuswvm .mbr-section-title {
  color: #000000;
}
.cid-tFPJQjDb7b {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFPJQjMp3r {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFPJQjMp3r .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tFPJQjMp3r .bgColor1 {
  background-color: #0a0d53;
}
.cid-tFPJQjMp3r .bgColor2 {
  background-color: #e43f3f;
}
.cid-tFPJQjMp3r .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tFPJQjMp3r .bgicon {
  background-color: #ffffff;
}
.cid-tFPJQjMp3r H1 {
  color: #e43f3f;
}
.cid-tFPJQk5mpN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFPJQk5mpN .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tFPJQk5mpN .bgColor1 {
  background-color: #0a0d53;
}
.cid-tFPJQk5mpN .bgColor2 {
  background-color: #e43f3f;
}
.cid-tFPJQk5mpN .bgColor3 {
  background-color: #e6c63b;
}
.cid-tFPJQk5mpN .bgicon {
  background-color: #ffffff;
}
.cid-tFPJQk5mpN H1 {
  color: #e43f3f;
}
.cid-tFPJQklz0u {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tFPJQklz0u .media-container-row {
  justify-content: space-between;
}
.cid-tFPJQklz0u .text-content {
  max-width: 50%;
}
.cid-tFPJQklz0u .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tFPJQklz0u .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tFPJQklz0u .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tFPJQklz0u .icons {
    justify-content: center !important;
  }
  .cid-tFPJQklz0u .text-content * {
    text-align: center;
  }
}
.cid-tFPJQkDMBo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tFPJQkDMBo #footer {
  padding: 0 0 25px 0;
}
.cid-tFPJQkDMBo #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tFPJQkDMBo #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tFPJQkDMBo #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tFPJQkDMBo #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tFPJQkDMBo #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tFPJQkDMBo #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tFPJQkDMBo #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tFPJQkDMBo #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tFPJQkDMBo #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tFPJQkDMBo #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tFPJQkDMBo #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tFPJQkDMBo #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tFPJQkDMBo #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tFPJQkDMBo #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tFPJQkDMBo #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tFPJQkDMBo #footer .copyright {
  padding-top: 30px;
}
.cid-tFPJQkDMBo ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tFPJQkDMBo H4 {
  color: #000000;
  text-align: left;
}
.cid-tFPJQkDMBo DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tFPJQkDMBo P {
  color: #e43f3f;
  text-align: left;
}
.cid-tFPJQkDMBo div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tFPJQkDMBo .copyright a {
  text-decoration: none !important;
}
.cid-tFPJQkDMBo .list,
.cid-tFPJQkDMBo .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tFPJQkDMBo ul li a {
  text-decoration: none !important;
}
.cid-tFPJQkDMBo .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toTtO42z4t {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-toTtO42z4t p {
  line-height: 30px;
  font-weight: 300;
}
.cid-toTtO42z4t .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-toTtO42z4t .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-toTtO42z4t .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-toTtO42z4t .main-banner .left-content {
  margin-right: 15px;
}
.cid-toTtO42z4t .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-toTtO42z4t .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-toTtO42z4t .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-toTtO42z4t .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-toTtO42z4t .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-toTtO42z4t .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-toTtO42z4t .main-banner:before {
    display: none;
  }
  .cid-toTtO42z4t .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-toTtO42z4t .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-toTtO42z4t H6 {
  color: #232323;
}
.cid-toTtO42z4t H2 {
  color: #e43f3f;
}
.cid-toTtO42z4t P {
  color: #0a0d53;
}
.cid-ueWPJRl0KZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWPJRl0KZ .mbr-section-title {
  color: #000000;
}
.cid-toTtO4mHaJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-toTtO4mHaJ .mbr-text {
  color: #000000;
}
.cid-toTtO4mHaJ .mbr-section-subtitle {
  color: #0a0d53;
}
.cid-toTtO4vWP6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-toTtO4vWP6 .media-container-row {
  justify-content: space-between;
}
.cid-toTtO4vWP6 .text-content {
  max-width: 50%;
}
.cid-toTtO4vWP6 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-toTtO4vWP6 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-toTtO4vWP6 .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-toTtO4vWP6 .icons {
    justify-content: center !important;
  }
  .cid-toTtO4vWP6 .text-content * {
    text-align: center;
  }
}
.cid-toTtO4VlGW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toTtO4VlGW .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-toTtO4VlGW .bgColor1 {
  background-color: #0a0d53;
}
.cid-toTtO4VlGW .bgColor2 {
  background-color: #e43f3f;
}
.cid-toTtO4VlGW .bgColor3 {
  background-color: #9fdbf8;
}
.cid-toTtO4VlGW .bgicon {
  background-color: #ffffff;
}
.cid-toTtO4VlGW H1 {
  color: #e43f3f;
}
.cid-toTtO5dqhe {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toTtO5dqhe .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-toTtO5dqhe .bgColor1 {
  background-color: #0a0d53;
}
.cid-toTtO5dqhe .bgColor2 {
  background-color: #e43f3f;
}
.cid-toTtO5dqhe .bgColor3 {
  background-color: #e6c63b;
}
.cid-toTtO5dqhe .bgicon {
  background-color: #ffffff;
}
.cid-toTtO5dqhe H1 {
  color: #e43f3f;
}
.cid-toTtO5sEd7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-toTtO5sEd7 #footer {
  padding: 0 0 25px 0;
}
.cid-toTtO5sEd7 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-toTtO5sEd7 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-toTtO5sEd7 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-toTtO5sEd7 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-toTtO5sEd7 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-toTtO5sEd7 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-toTtO5sEd7 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-toTtO5sEd7 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-toTtO5sEd7 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-toTtO5sEd7 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-toTtO5sEd7 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-toTtO5sEd7 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-toTtO5sEd7 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-toTtO5sEd7 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-toTtO5sEd7 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-toTtO5sEd7 #footer .copyright {
  padding-top: 30px;
}
.cid-toTtO5sEd7 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-toTtO5sEd7 H4 {
  color: #000000;
  text-align: left;
}
.cid-toTtO5sEd7 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-toTtO5sEd7 P {
  color: #e43f3f;
  text-align: left;
}
.cid-toTtO5sEd7 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-toTtO5sEd7 .copyright a {
  text-decoration: none !important;
}
.cid-toTtO5sEd7 .list,
.cid-toTtO5sEd7 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-toTtO5sEd7 ul li a {
  text-decoration: none !important;
}
.cid-toTtO5sEd7 .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGv7F13CTa {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #dc4234;
}
.cid-tGv7F13CTa p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tGv7F13CTa .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tGv7F13CTa .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tGv7F13CTa .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tGv7F13CTa .main-banner .left-content {
  margin-right: 15px;
}
.cid-tGv7F13CTa .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tGv7F13CTa .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tGv7F13CTa .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tGv7F13CTa .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tGv7F13CTa .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tGv7F13CTa .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tGv7F13CTa .main-banner:before {
    display: none;
  }
  .cid-tGv7F13CTa .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tGv7F13CTa .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tGv7F13CTa H6 {
  color: #ffffff;
}
.cid-tGv7F13CTa H2 {
  color: #ffffff;
}
.cid-tGv7F13CTa P {
  color: #ffffff;
}
.cid-tGv7F1Aw8e {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tGv7F1Aw8e .news {
  width: 175px;
  background-color: #dc4234;
}
.cid-tGv7F1Aw8e .news-scroll a {
  text-decoration: none;
}
.cid-tGv7F1Aw8e .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #ff3366;
  border-radius: 50%;
  display: inline-block;
}
.cid-tGv7F1Aw8e DIV {
  color: #ffffff;
}
.cid-tGv7F1McsP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGv7F1McsP .service-item {
  position: relative;
  transition: .5s;
  padding: 0 30px;
  border-bottom: 4px solid #e43f3f;
}
.cid-tGv7F1McsP .service2 {
  border-bottom: 4px solid #e43f3f;
}
.cid-tGv7F1McsP .service-item .service-icon {
  margin-bottom: 30px;
  padding-top: 25px;
}
.cid-tGv7F1McsP .service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
.cid-tGv7F1McsP .service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}
.cid-tGv7F1McsP .service3-item > div {
  z-index: 1;
}
.cid-tGv7F1McsP .service3-item div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
  transition: .5s;
  z-index: -1;
}
.cid-tGv7F1McsP .service3-item div:hover::after {
  width: 100%;
  background: var(--primary);
}
.cid-tGv7F1McsP .service3-item * {
  transition: .5s;
}
.cid-tGv7F1McsP .service3-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: .5s;
}
.cid-tGv7F1McsP .service3-item:hover .service-icon {
  background: #FFFFFF !important;
}
.cid-tGv7F1McsP .section-title-1::before,
.cid-tGv7F1McsP .section-title-2::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.cid-tGv7F1McsP .section-title-2::before {
  height: 1px;
}
.cid-tGv7F1McsP .section-title-1.text-center::before,
.cid-tGv7F1McsP .section-title-2.text-center::before {
  left: 50%;
  margin-left: -75px;
}
.cid-tGv7F1McsP .section-title-1.section-title-sm::before,
.cid-tGv7F1McsP .section-title-2.section-title-sm::before {
  width: 90px;
  height: 3px;
}
.cid-tGv7F1McsP .section-title-2.section-title-sm::before {
  height: 1px;
}
.cid-tGv7F1McsP .section-title-1::after,
.cid-tGv7F1McsP .section-title-2::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}
.cid-tGv7F1McsP .section-title-2::after {
  bottom: -2px;
  background: var(--primary);
}
.cid-tGv7F1McsP .section-title-1.section-title-sm::after,
.cid-tGv7F1McsP .section-title-2.section-title-sm::after {
  width: 4px;
  height: 3px;
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}
.cid-tGv7F1McsP .section-title-2.section-title-sm::after {
  bottom: -1px;
}
.cid-tGv7F1McsP .section-title-1.text-center::after,
.cid-tGv7F1McsP .section-title-2.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}
.cid-tGv7F1McsP H3 {
  color: #ffffff;
}
.cid-tGv7F1McsP P {
  color: #ffffff;
  line-height: 25px;
  text-align: center;
}
.cid-tGv7F1McsP .mbr-section-title {
  color: #e43f3f;
}
.cid-tGv7F1McsP .mbr-section-h5 {
  color: #331b1b;
}
.cid-tGv7F1McsP .mbr-section-h1 {
  color: #232323;
}
.cid-tGv7F1McsP .mbr-section-strong {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tGv7F1McsP .mbr-section-p {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tGv7F1McsP .mbr-section-contacttext {
  color: #ffffff;
  text-align: center;
}
.cid-tGv7F1McsP H2 {
  color: #ffffff;
}
.cid-tGv7F1McsP .mbr-section-contact {
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}
.cid-tGv7F1McsP .bgcard1 {
  background-color: #0e3781;
}
.cid-tGv7F1McsP .bgcard2 {
  background-color: #232323;
}
.cid-tGv7F1McsP H4 {
  text-align: center;
  color: #dc4234;
}
.cid-tGv7F24C5H .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGv7F24C5H .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGv7F24C5H .divider-top::before,
.cid-tGv7F24C5H .divider-bottom::before,
.cid-tGv7F24C5H .divider-top::after,
.cid-tGv7F24C5H .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGv7F24C5H .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGv7F24C5H .divider-triangles::before {
  top: -50px;
}
.cid-tGv7F24C5H .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGv7F24C5H .divider-halfcircle::before {
  top: -50px;
}
.cid-tGv7F24C5H .divider-multitriangles::before,
.cid-tGv7F24C5H .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGv7F24C5H .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tGv7F2eMv4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tGv7F2eMv4 .mbr-section-title {
  color: #ffffff;
}
.cid-tGv7F2tfMc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tGv7F2tfMc .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tGv7F2tfMc .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tGv7F2tfMc .card-title,
.cid-tGv7F2tfMc .card-box {
  color: #e43f3f;
}
.cid-tGv7F2Q6Hh .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGv7F2Q6Hh .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGv7F2Q6Hh .divider-top::before,
.cid-tGv7F2Q6Hh .divider-bottom::before,
.cid-tGv7F2Q6Hh .divider-top::after,
.cid-tGv7F2Q6Hh .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGv7F2Q6Hh .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGv7F2Q6Hh .divider-triangles::before {
  top: -50px;
}
.cid-tGv7F2Q6Hh .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGv7F2Q6Hh .divider-halfcircle::before {
  top: -50px;
}
.cid-tGv7F2Q6Hh .divider-multitriangles::before,
.cid-tGv7F2Q6Hh .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGv7F2Q6Hh .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tGv7F2Y9lg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGv7F3bmot {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGv7F3bmot .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-tGv7F3bmot .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tGv7F3bmot .text-box {
  text-align: center;
}
.cid-tGv7F3bmot span {
  font-size: 7rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-tGv7F3bmot .card {
    margin-bottom: 2rem;
  }
  .cid-tGv7F3bmot .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tGv7F3bmot span {
    font-size: 21vw;
  }
}
.cid-tGv7F3bmot .item .icon-box .step-number {
  color: #dc4234;
}
.cid-tGv7F3BF6W {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGv7F3BF6W .mbr-section-title,
.cid-tGv7F3BF6W .mbr-section-subtitle {
  text-align: center;
}
.cid-tGv7F3BF6W .cost {
  word-break: normal;
}
.cid-tGv7F3BF6W .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tGv7F3BF6W .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tGv7F3BF6W .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGv7F3BF6W .card-wrapper {
    padding: 1rem;
  }
}
.cid-tGv7F3BF6W P {
  color: #0a0d53;
}
.cid-tGv7F3BF6W .card-title {
  color: #dc4234;
}
.cid-tGv7F43gqr .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGv7F43gqr .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGv7F43gqr .divider-top::before,
.cid-tGv7F43gqr .divider-bottom::before,
.cid-tGv7F43gqr .divider-top::after,
.cid-tGv7F43gqr .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGv7F43gqr .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGv7F43gqr .divider-triangles::before {
  top: -50px;
}
.cid-tGv7F43gqr .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGv7F43gqr .divider-halfcircle::before {
  top: -50px;
}
.cid-tGv7F43gqr .divider-multitriangles::before,
.cid-tGv7F43gqr .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGv7F43gqr .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tGv7F4c2KO {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGv7F4c2KO .client-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cid-tGv7F4c2KO .client-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.cid-tGv7F4c2KO .textp {
  color: #000000;
  line-height: 25px;
}
.cid-tGv7F4c2KO .client-title {
  margin-bottom: 45px;
}
.cid-tGv7F4c2KO .client-text {
  margin-top: 50px;
  margin-bottom: 45px;
}
.cid-tGv7F4c2KO .client-text p {
  margin-bottom: 0;
}
.cid-tGv7F4c2KO .client-item {
  margin-top: 45px;
  padding: 60px 20px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.cid-tGv7F4c2KO .client-item:hover:before {
  opacity: 1;
  height: 100%;
}
.cid-tGv7F4c2KO .client-item:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-tGv7F4c2KO .client-item:hover .content h3 {
  color: #ffffff;
}
.cid-tGv7F4c2KO .client-item:hover .content span {
  color: #d0ced3;
}
.cid-tGv7F4c2KO .client-item:hover .content p {
  color: #d0ced3;
}
.cid-tGv7F4c2KO .client-item:hover .content .quote {
  color: #fba311;
}
.cid-tGv7F4c2KO .client-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #0e3781;
  opacity: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.7s;
}
.cid-tGv7F4c2KO .client-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.7s;
}
.cid-tGv7F4c2KO .client-item .client-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.cid-tGv7F4c2KO .client-item .client-img img {
  border-radius: 50%;
  border: 2px solid #fba311;
}
.cid-tGv7F4c2KO .client-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.cid-tGv7F4c2KO .client-item .content span {
  font-size: 14px;
  margin-bottom: 15px;
}
.cid-tGv7F4c2KO .client-item .content ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.cid-tGv7F4c2KO .client-item .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #fba311;
}
.cid-tGv7F4c2KO .client-item .content p {
  margin-bottom: 0;
}
.cid-tGv7F4c2KO H2 {
  color: #dc4234;
}
.cid-tGv7F4c2KO P {
  color: #000000;
}
.cid-tGv7F4c2KO H3 {
  color: #000000;
}
.cid-tGv7F4c2KO SPAN {
  color: #131788;
}
.cid-tGv7F4z8K9 .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGv7F4z8K9 .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGv7F4z8K9 .divider-top::before,
.cid-tGv7F4z8K9 .divider-bottom::before,
.cid-tGv7F4z8K9 .divider-top::after,
.cid-tGv7F4z8K9 .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGv7F4z8K9 .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGv7F4z8K9 .divider-triangles::before {
  top: -50px;
}
.cid-tGv7F4z8K9 .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGv7F4z8K9 .divider-halfcircle::before {
  top: -50px;
}
.cid-tGv7F4z8K9 .divider-multitriangles::before,
.cid-tGv7F4z8K9 .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGv7F4z8K9 .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tGv7F4JZny {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGv7F4JZny img,
.cid-tGv7F4JZny .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGv7F4JZny .item:focus,
.cid-tGv7F4JZny span:focus {
  outline: none;
}
.cid-tGv7F4JZny .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGv7F4JZny .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e43f3f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGv7F4JZny .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGv7F4JZny .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGv7F4JZny .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGv7F4JZny .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGv7F4JZny .item-wrapper {
  background: transparent;
}
.cid-tGv7F4JZny .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGv7F4JZny .mbr-section-title {
  color: #232323;
}
.cid-tGv7F4JZny .mbr-text,
.cid-tGv7F4JZny .mbr-section-btn {
  text-align: left;
}
.cid-tGv7F4JZny .item-title {
  text-align: left;
}
.cid-tGv7F4JZny .item-subtitle {
  text-align: center;
}
.cid-tGv7F58PBC {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGv7F58PBC img,
.cid-tGv7F58PBC .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGv7F58PBC .item:focus,
.cid-tGv7F58PBC span:focus {
  outline: none;
}
.cid-tGv7F58PBC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGv7F58PBC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGv7F58PBC .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGv7F58PBC .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGv7F58PBC .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGv7F58PBC .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGv7F58PBC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGv7F58PBC .mbr-section-title {
  color: #232323;
}
.cid-tGv7F58PBC .mbr-text,
.cid-tGv7F58PBC .mbr-section-btn {
  text-align: left;
}
.cid-tGv7F58PBC .item-title {
  text-align: left;
}
.cid-tGv7F58PBC .item-subtitle {
  text-align: center;
}
.cid-tGv7F5zpbP {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGv7F5zpbP img,
.cid-tGv7F5zpbP .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGv7F5zpbP .item:focus,
.cid-tGv7F5zpbP span:focus {
  outline: none;
}
.cid-tGv7F5zpbP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGv7F5zpbP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGv7F5zpbP .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGv7F5zpbP .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGv7F5zpbP .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGv7F5zpbP .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGv7F5zpbP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGv7F5zpbP .mbr-section-title {
  color: #232323;
}
.cid-tGv7F5zpbP .mbr-text,
.cid-tGv7F5zpbP .mbr-section-btn {
  text-align: left;
}
.cid-tGv7F5zpbP .item-title {
  text-align: left;
}
.cid-tGv7F5zpbP .item-subtitle {
  text-align: center;
}
.cid-tGv7F5ZuEB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tGv7F5ZuEB .media-container-row {
  justify-content: space-between;
}
.cid-tGv7F5ZuEB .text-content {
  max-width: 50%;
}
.cid-tGv7F5ZuEB .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tGv7F5ZuEB .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tGv7F5ZuEB .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tGv7F5ZuEB .icons {
    justify-content: center !important;
  }
  .cid-tGv7F5ZuEB .text-content * {
    text-align: center;
  }
}
.cid-tGvnhhwPNw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGv7F6lY5Y {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGv7F6lY5Y .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tGv7F6lY5Y .bgColor1 {
  background-color: #0a0d53;
}
.cid-tGv7F6lY5Y .bgColor2 {
  background-color: #e43f3f;
}
.cid-tGv7F6lY5Y .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tGv7F6lY5Y .bgicon {
  background-color: #ffffff;
}
.cid-tGv7F6lY5Y H1 {
  color: #e43f3f;
}
.cid-tGv7F6EwOP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tGv7F6EwOP #footer {
  padding: 0 0 25px 0;
}
.cid-tGv7F6EwOP #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tGv7F6EwOP #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tGv7F6EwOP #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tGv7F6EwOP #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tGv7F6EwOP #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tGv7F6EwOP #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tGv7F6EwOP #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tGv7F6EwOP #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tGv7F6EwOP #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tGv7F6EwOP #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tGv7F6EwOP #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tGv7F6EwOP #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tGv7F6EwOP #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tGv7F6EwOP #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tGv7F6EwOP #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tGv7F6EwOP #footer .copyright {
  padding-top: 30px;
}
.cid-tGv7F6EwOP ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tGv7F6EwOP H4 {
  color: #000000;
  text-align: left;
}
.cid-tGv7F6EwOP DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tGv7F6EwOP P {
  color: #e43f3f;
  text-align: left;
}
.cid-tGv7F6EwOP div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tGv7F6EwOP .copyright a {
  text-decoration: none !important;
}
.cid-tGv7F6EwOP .list,
.cid-tGv7F6EwOP .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tGv7F6EwOP ul li a {
  text-decoration: none !important;
}
.cid-tGv7F6EwOP .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGvnPDb8kv {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #dc4234;
}
.cid-tGvnPDb8kv p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tGvnPDb8kv .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tGvnPDb8kv .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tGvnPDb8kv .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tGvnPDb8kv .main-banner .left-content {
  margin-right: 15px;
}
.cid-tGvnPDb8kv .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tGvnPDb8kv .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tGvnPDb8kv .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tGvnPDb8kv .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tGvnPDb8kv .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tGvnPDb8kv .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tGvnPDb8kv .main-banner:before {
    display: none;
  }
  .cid-tGvnPDb8kv .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tGvnPDb8kv .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tGvnPDb8kv H6 {
  color: #ffffff;
}
.cid-tGvnPDb8kv H2 {
  color: #ffffff;
}
.cid-tGvnPDb8kv P {
  color: #ffffff;
}
.cid-tGvnPDznUh {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tGvnPDznUh .news {
  width: 175px;
  background-color: #dc4234;
}
.cid-tGvnPDznUh .news-scroll a {
  text-decoration: none;
}
.cid-tGvnPDznUh .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #ff3366;
  border-radius: 50%;
  display: inline-block;
}
.cid-tGvnPDznUh DIV {
  color: #ffffff;
}
.cid-tGvnPDKyUF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGvnPDKyUF .service-item {
  position: relative;
  transition: .5s;
  padding: 0 30px;
  border-bottom: 4px solid #e43f3f;
}
.cid-tGvnPDKyUF .service2 {
  border-bottom: 4px solid #e43f3f;
}
.cid-tGvnPDKyUF .service-item .service-icon {
  margin-bottom: 30px;
  padding-top: 25px;
}
.cid-tGvnPDKyUF .service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
.cid-tGvnPDKyUF .service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}
.cid-tGvnPDKyUF .service3-item > div {
  z-index: 1;
}
.cid-tGvnPDKyUF .service3-item div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
  transition: .5s;
  z-index: -1;
}
.cid-tGvnPDKyUF .service3-item div:hover::after {
  width: 100%;
  background: var(--primary);
}
.cid-tGvnPDKyUF .service3-item * {
  transition: .5s;
}
.cid-tGvnPDKyUF .service3-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: .5s;
}
.cid-tGvnPDKyUF .service3-item:hover .service-icon {
  background: #FFFFFF !important;
}
.cid-tGvnPDKyUF .section-title-1::before,
.cid-tGvnPDKyUF .section-title-2::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.cid-tGvnPDKyUF .section-title-2::before {
  height: 1px;
}
.cid-tGvnPDKyUF .section-title-1.text-center::before,
.cid-tGvnPDKyUF .section-title-2.text-center::before {
  left: 50%;
  margin-left: -75px;
}
.cid-tGvnPDKyUF .section-title-1.section-title-sm::before,
.cid-tGvnPDKyUF .section-title-2.section-title-sm::before {
  width: 90px;
  height: 3px;
}
.cid-tGvnPDKyUF .section-title-2.section-title-sm::before {
  height: 1px;
}
.cid-tGvnPDKyUF .section-title-1::after,
.cid-tGvnPDKyUF .section-title-2::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}
.cid-tGvnPDKyUF .section-title-2::after {
  bottom: -2px;
  background: var(--primary);
}
.cid-tGvnPDKyUF .section-title-1.section-title-sm::after,
.cid-tGvnPDKyUF .section-title-2.section-title-sm::after {
  width: 4px;
  height: 3px;
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}
.cid-tGvnPDKyUF .section-title-2.section-title-sm::after {
  bottom: -1px;
}
.cid-tGvnPDKyUF .section-title-1.text-center::after,
.cid-tGvnPDKyUF .section-title-2.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}
.cid-tGvnPDKyUF H3 {
  color: #ffffff;
}
.cid-tGvnPDKyUF P {
  color: #ffffff;
  line-height: 25px;
  text-align: center;
}
.cid-tGvnPDKyUF .mbr-section-title {
  color: #e43f3f;
}
.cid-tGvnPDKyUF .mbr-section-h5 {
  color: #331b1b;
}
.cid-tGvnPDKyUF .mbr-section-h1 {
  color: #232323;
}
.cid-tGvnPDKyUF .mbr-section-strong {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tGvnPDKyUF .mbr-section-p {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tGvnPDKyUF .mbr-section-contacttext {
  color: #ffffff;
  text-align: center;
}
.cid-tGvnPDKyUF H2 {
  color: #ffffff;
}
.cid-tGvnPDKyUF .mbr-section-contact {
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}
.cid-tGvnPDKyUF .bgcard1 {
  background-color: #0e3781;
}
.cid-tGvnPDKyUF .bgcard2 {
  background-color: #232323;
}
.cid-tGvnPDKyUF H4 {
  text-align: center;
  color: #dc4234;
}
.cid-tGvnPE2RUU .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGvnPE2RUU .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGvnPE2RUU .divider-top::before,
.cid-tGvnPE2RUU .divider-bottom::before,
.cid-tGvnPE2RUU .divider-top::after,
.cid-tGvnPE2RUU .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGvnPE2RUU .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGvnPE2RUU .divider-triangles::before {
  top: -50px;
}
.cid-tGvnPE2RUU .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGvnPE2RUU .divider-halfcircle::before {
  top: -50px;
}
.cid-tGvnPE2RUU .divider-multitriangles::before,
.cid-tGvnPE2RUU .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGvnPE2RUU .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tGvnPEdBIf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tGvnPEdBIf .mbr-section-title {
  color: #ffffff;
}
.cid-tGvnPEt6aC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tGvnPEt6aC .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tGvnPEt6aC .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tGvnPEt6aC .card-title,
.cid-tGvnPEt6aC .card-box {
  color: #e43f3f;
}
.cid-tGvnPENJVa .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGvnPENJVa .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGvnPENJVa .divider-top::before,
.cid-tGvnPENJVa .divider-bottom::before,
.cid-tGvnPENJVa .divider-top::after,
.cid-tGvnPENJVa .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGvnPENJVa .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGvnPENJVa .divider-triangles::before {
  top: -50px;
}
.cid-tGvnPENJVa .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGvnPENJVa .divider-halfcircle::before {
  top: -50px;
}
.cid-tGvnPENJVa .divider-multitriangles::before,
.cid-tGvnPENJVa .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGvnPENJVa .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tGvnPEYf7x {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGvnPFgfGd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGvnPFgfGd .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-tGvnPFgfGd .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tGvnPFgfGd .text-box {
  text-align: center;
}
.cid-tGvnPFgfGd span {
  font-size: 7rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-tGvnPFgfGd .card {
    margin-bottom: 2rem;
  }
  .cid-tGvnPFgfGd .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tGvnPFgfGd span {
    font-size: 21vw;
  }
}
.cid-tGvnPFgfGd .item .icon-box .step-number {
  color: #dc4234;
}
.cid-tGvnPFIe6W {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGvnPFIe6W .mbr-section-title,
.cid-tGvnPFIe6W .mbr-section-subtitle {
  text-align: center;
}
.cid-tGvnPFIe6W .cost {
  word-break: normal;
}
.cid-tGvnPFIe6W .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tGvnPFIe6W .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tGvnPFIe6W .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGvnPFIe6W .card-wrapper {
    padding: 1rem;
  }
}
.cid-tGvnPFIe6W P {
  color: #0a0d53;
}
.cid-tGvnPFIe6W .card-title {
  color: #dc4234;
}
.cid-tGvnPG8StE .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGvnPG8StE .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGvnPG8StE .divider-top::before,
.cid-tGvnPG8StE .divider-bottom::before,
.cid-tGvnPG8StE .divider-top::after,
.cid-tGvnPG8StE .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGvnPG8StE .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGvnPG8StE .divider-triangles::before {
  top: -50px;
}
.cid-tGvnPG8StE .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGvnPG8StE .divider-halfcircle::before {
  top: -50px;
}
.cid-tGvnPG8StE .divider-multitriangles::before,
.cid-tGvnPG8StE .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGvnPG8StE .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tGvnPGmexM {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGvnPGmexM .client-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cid-tGvnPGmexM .client-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.cid-tGvnPGmexM .textp {
  color: #000000;
  line-height: 25px;
}
.cid-tGvnPGmexM .client-title {
  margin-bottom: 45px;
}
.cid-tGvnPGmexM .client-text {
  margin-top: 50px;
  margin-bottom: 45px;
}
.cid-tGvnPGmexM .client-text p {
  margin-bottom: 0;
}
.cid-tGvnPGmexM .client-item {
  margin-top: 45px;
  padding: 60px 20px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.cid-tGvnPGmexM .client-item:hover:before {
  opacity: 1;
  height: 100%;
}
.cid-tGvnPGmexM .client-item:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-tGvnPGmexM .client-item:hover .content h3 {
  color: #ffffff;
}
.cid-tGvnPGmexM .client-item:hover .content span {
  color: #d0ced3;
}
.cid-tGvnPGmexM .client-item:hover .content p {
  color: #d0ced3;
}
.cid-tGvnPGmexM .client-item:hover .content .quote {
  color: #fba311;
}
.cid-tGvnPGmexM .client-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #0e3781;
  opacity: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.7s;
}
.cid-tGvnPGmexM .client-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.7s;
}
.cid-tGvnPGmexM .client-item .client-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.cid-tGvnPGmexM .client-item .client-img img {
  border-radius: 50%;
  border: 2px solid #fba311;
}
.cid-tGvnPGmexM .client-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.cid-tGvnPGmexM .client-item .content span {
  font-size: 14px;
  margin-bottom: 15px;
}
.cid-tGvnPGmexM .client-item .content ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.cid-tGvnPGmexM .client-item .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #fba311;
}
.cid-tGvnPGmexM .client-item .content p {
  margin-bottom: 0;
}
.cid-tGvnPGmexM H2 {
  color: #dc4234;
}
.cid-tGvnPGmexM P {
  color: #000000;
}
.cid-tGvnPGmexM H3 {
  color: #000000;
}
.cid-tGvnPGmexM SPAN {
  color: #131788;
}
.cid-tGvnPGKwLY .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGvnPGKwLY .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGvnPGKwLY .divider-top::before,
.cid-tGvnPGKwLY .divider-bottom::before,
.cid-tGvnPGKwLY .divider-top::after,
.cid-tGvnPGKwLY .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGvnPGKwLY .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGvnPGKwLY .divider-triangles::before {
  top: -50px;
}
.cid-tGvnPGKwLY .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGvnPGKwLY .divider-halfcircle::before {
  top: -50px;
}
.cid-tGvnPGKwLY .divider-multitriangles::before,
.cid-tGvnPGKwLY .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGvnPGKwLY .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tGvnPGU5pP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGvnPGU5pP img,
.cid-tGvnPGU5pP .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGvnPGU5pP .item:focus,
.cid-tGvnPGU5pP span:focus {
  outline: none;
}
.cid-tGvnPGU5pP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGvnPGU5pP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e43f3f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGvnPGU5pP .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGvnPGU5pP .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGvnPGU5pP .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGvnPGU5pP .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGvnPGU5pP .item-wrapper {
  background: transparent;
}
.cid-tGvnPGU5pP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGvnPGU5pP .mbr-section-title {
  color: #232323;
}
.cid-tGvnPGU5pP .mbr-text,
.cid-tGvnPGU5pP .mbr-section-btn {
  text-align: left;
}
.cid-tGvnPGU5pP .item-title {
  text-align: left;
}
.cid-tGvnPGU5pP .item-subtitle {
  text-align: center;
}
.cid-tGvnPHj9Ev {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGvnPHj9Ev img,
.cid-tGvnPHj9Ev .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGvnPHj9Ev .item:focus,
.cid-tGvnPHj9Ev span:focus {
  outline: none;
}
.cid-tGvnPHj9Ev .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGvnPHj9Ev .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGvnPHj9Ev .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGvnPHj9Ev .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGvnPHj9Ev .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGvnPHj9Ev .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGvnPHj9Ev .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGvnPHj9Ev .mbr-section-title {
  color: #232323;
}
.cid-tGvnPHj9Ev .mbr-text,
.cid-tGvnPHj9Ev .mbr-section-btn {
  text-align: left;
}
.cid-tGvnPHj9Ev .item-title {
  text-align: left;
}
.cid-tGvnPHj9Ev .item-subtitle {
  text-align: center;
}
.cid-tGvnPHJ8PR {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGvnPHJ8PR img,
.cid-tGvnPHJ8PR .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGvnPHJ8PR .item:focus,
.cid-tGvnPHJ8PR span:focus {
  outline: none;
}
.cid-tGvnPHJ8PR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGvnPHJ8PR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGvnPHJ8PR .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGvnPHJ8PR .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGvnPHJ8PR .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGvnPHJ8PR .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGvnPHJ8PR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGvnPHJ8PR .mbr-section-title {
  color: #232323;
}
.cid-tGvnPHJ8PR .mbr-text,
.cid-tGvnPHJ8PR .mbr-section-btn {
  text-align: left;
}
.cid-tGvnPHJ8PR .item-title {
  text-align: left;
}
.cid-tGvnPHJ8PR .item-subtitle {
  text-align: center;
}
.cid-tGvnPI9PHb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tGvnPI9PHb .media-container-row {
  justify-content: space-between;
}
.cid-tGvnPI9PHb .text-content {
  max-width: 50%;
}
.cid-tGvnPI9PHb .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tGvnPI9PHb .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tGvnPI9PHb .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tGvnPI9PHb .icons {
    justify-content: center !important;
  }
  .cid-tGvnPI9PHb .text-content * {
    text-align: center;
  }
}
.cid-tGvz8zLJkc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGvnPIwmZw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGvnPIwmZw .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tGvnPIwmZw .bgColor1 {
  background-color: #0a0d53;
}
.cid-tGvnPIwmZw .bgColor2 {
  background-color: #e43f3f;
}
.cid-tGvnPIwmZw .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tGvnPIwmZw .bgicon {
  background-color: #ffffff;
}
.cid-tGvnPIwmZw H1 {
  color: #e43f3f;
}
.cid-tGvnPIPsU4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tGvnPIPsU4 #footer {
  padding: 0 0 25px 0;
}
.cid-tGvnPIPsU4 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tGvnPIPsU4 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tGvnPIPsU4 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tGvnPIPsU4 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tGvnPIPsU4 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tGvnPIPsU4 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tGvnPIPsU4 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tGvnPIPsU4 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tGvnPIPsU4 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tGvnPIPsU4 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tGvnPIPsU4 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tGvnPIPsU4 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tGvnPIPsU4 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tGvnPIPsU4 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tGvnPIPsU4 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tGvnPIPsU4 #footer .copyright {
  padding-top: 30px;
}
.cid-tGvnPIPsU4 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tGvnPIPsU4 H4 {
  color: #000000;
  text-align: left;
}
.cid-tGvnPIPsU4 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tGvnPIPsU4 P {
  color: #e43f3f;
  text-align: left;
}
.cid-tGvnPIPsU4 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tGvnPIPsU4 .copyright a {
  text-decoration: none !important;
}
.cid-tGvnPIPsU4 .list,
.cid-tGvnPIPsU4 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tGvnPIPsU4 ul li a {
  text-decoration: none !important;
}
.cid-tGvnPIPsU4 .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGwkeT801g {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #dc4234;
}
.cid-tGwkeT801g p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tGwkeT801g .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tGwkeT801g .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tGwkeT801g .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tGwkeT801g .main-banner .left-content {
  margin-right: 15px;
}
.cid-tGwkeT801g .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tGwkeT801g .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tGwkeT801g .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tGwkeT801g .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tGwkeT801g .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tGwkeT801g .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tGwkeT801g .main-banner:before {
    display: none;
  }
  .cid-tGwkeT801g .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tGwkeT801g .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tGwkeT801g H6 {
  color: #ffffff;
}
.cid-tGwkeT801g H2 {
  color: #ffffff;
}
.cid-tGwkeT801g P {
  color: #ffffff;
}
.cid-tGwkeUmPEB {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tGwkeUmPEB .news {
  width: 175px;
  background-color: #dc4234;
}
.cid-tGwkeUmPEB .news-scroll a {
  text-decoration: none;
}
.cid-tGwkeUmPEB .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #ff3366;
  border-radius: 50%;
  display: inline-block;
}
.cid-tGwkeUmPEB DIV {
  color: #ffffff;
}
.cid-tGwkeV36ST {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGwkeV36ST .service-item {
  position: relative;
  transition: .5s;
  padding: 0 30px;
  border-bottom: 4px solid #e43f3f;
}
.cid-tGwkeV36ST .service2 {
  border-bottom: 4px solid #e43f3f;
}
.cid-tGwkeV36ST .service-item .service-icon {
  margin-bottom: 30px;
  padding-top: 25px;
}
.cid-tGwkeV36ST .service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
.cid-tGwkeV36ST .service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}
.cid-tGwkeV36ST .service3-item > div {
  z-index: 1;
}
.cid-tGwkeV36ST .service3-item div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
  transition: .5s;
  z-index: -1;
}
.cid-tGwkeV36ST .service3-item div:hover::after {
  width: 100%;
  background: var(--primary);
}
.cid-tGwkeV36ST .service3-item * {
  transition: .5s;
}
.cid-tGwkeV36ST .service3-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: .5s;
}
.cid-tGwkeV36ST .service3-item:hover .service-icon {
  background: #FFFFFF !important;
}
.cid-tGwkeV36ST .section-title-1::before,
.cid-tGwkeV36ST .section-title-2::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.cid-tGwkeV36ST .section-title-2::before {
  height: 1px;
}
.cid-tGwkeV36ST .section-title-1.text-center::before,
.cid-tGwkeV36ST .section-title-2.text-center::before {
  left: 50%;
  margin-left: -75px;
}
.cid-tGwkeV36ST .section-title-1.section-title-sm::before,
.cid-tGwkeV36ST .section-title-2.section-title-sm::before {
  width: 90px;
  height: 3px;
}
.cid-tGwkeV36ST .section-title-2.section-title-sm::before {
  height: 1px;
}
.cid-tGwkeV36ST .section-title-1::after,
.cid-tGwkeV36ST .section-title-2::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}
.cid-tGwkeV36ST .section-title-2::after {
  bottom: -2px;
  background: var(--primary);
}
.cid-tGwkeV36ST .section-title-1.section-title-sm::after,
.cid-tGwkeV36ST .section-title-2.section-title-sm::after {
  width: 4px;
  height: 3px;
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}
.cid-tGwkeV36ST .section-title-2.section-title-sm::after {
  bottom: -1px;
}
.cid-tGwkeV36ST .section-title-1.text-center::after,
.cid-tGwkeV36ST .section-title-2.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}
.cid-tGwkeV36ST H3 {
  color: #ffffff;
}
.cid-tGwkeV36ST P {
  color: #ffffff;
  line-height: 25px;
  text-align: center;
}
.cid-tGwkeV36ST .mbr-section-title {
  color: #e43f3f;
}
.cid-tGwkeV36ST .mbr-section-h5 {
  color: #331b1b;
}
.cid-tGwkeV36ST .mbr-section-h1 {
  color: #232323;
}
.cid-tGwkeV36ST .mbr-section-strong {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tGwkeV36ST .mbr-section-p {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tGwkeV36ST .mbr-section-contacttext {
  color: #ffffff;
  text-align: center;
}
.cid-tGwkeV36ST H2 {
  color: #ffffff;
}
.cid-tGwkeV36ST .mbr-section-contact {
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}
.cid-tGwkeV36ST .bgcard1 {
  background-color: #0e3781;
}
.cid-tGwkeV36ST .bgcard2 {
  background-color: #232323;
}
.cid-tGwkeV36ST H4 {
  text-align: center;
  color: #dc4234;
}
.cid-tGwkeWgHgu .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGwkeWgHgu .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGwkeWgHgu .divider-top::before,
.cid-tGwkeWgHgu .divider-bottom::before,
.cid-tGwkeWgHgu .divider-top::after,
.cid-tGwkeWgHgu .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGwkeWgHgu .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGwkeWgHgu .divider-triangles::before {
  top: -50px;
}
.cid-tGwkeWgHgu .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGwkeWgHgu .divider-halfcircle::before {
  top: -50px;
}
.cid-tGwkeWgHgu .divider-multitriangles::before,
.cid-tGwkeWgHgu .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGwkeWgHgu .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tGwkeWUEIi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tGwkeWUEIi .mbr-section-title {
  color: #ffffff;
}
.cid-tGwkeYg4V3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tGwkeYg4V3 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tGwkeYg4V3 .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tGwkeYg4V3 .card-title,
.cid-tGwkeYg4V3 .card-box {
  color: #e43f3f;
}
.cid-tGwkeZSBIh .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGwkeZSBIh .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGwkeZSBIh .divider-top::before,
.cid-tGwkeZSBIh .divider-bottom::before,
.cid-tGwkeZSBIh .divider-top::after,
.cid-tGwkeZSBIh .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGwkeZSBIh .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGwkeZSBIh .divider-triangles::before {
  top: -50px;
}
.cid-tGwkeZSBIh .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGwkeZSBIh .divider-halfcircle::before {
  top: -50px;
}
.cid-tGwkeZSBIh .divider-multitriangles::before,
.cid-tGwkeZSBIh .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGwkeZSBIh .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tGwkf0x3PU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGwkf2nnjH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGwkf2nnjH .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-tGwkf2nnjH .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tGwkf2nnjH .text-box {
  text-align: center;
}
.cid-tGwkf2nnjH span {
  font-size: 7rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-tGwkf2nnjH .card {
    margin-bottom: 2rem;
  }
  .cid-tGwkf2nnjH .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tGwkf2nnjH span {
    font-size: 21vw;
  }
}
.cid-tGwkf2nnjH .item .icon-box .step-number {
  color: #dc4234;
}
.cid-tGwkf2PGn2 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGwkf2PGn2 .mbr-section-title,
.cid-tGwkf2PGn2 .mbr-section-subtitle {
  text-align: center;
}
.cid-tGwkf2PGn2 .cost {
  word-break: normal;
}
.cid-tGwkf2PGn2 .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tGwkf2PGn2 .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tGwkf2PGn2 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGwkf2PGn2 .card-wrapper {
    padding: 1rem;
  }
}
.cid-tGwkf2PGn2 P {
  color: #0a0d53;
}
.cid-tGwkf2PGn2 .card-title {
  color: #dc4234;
}
.cid-tGwkf3gF78 .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGwkf3gF78 .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGwkf3gF78 .divider-top::before,
.cid-tGwkf3gF78 .divider-bottom::before,
.cid-tGwkf3gF78 .divider-top::after,
.cid-tGwkf3gF78 .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGwkf3gF78 .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGwkf3gF78 .divider-triangles::before {
  top: -50px;
}
.cid-tGwkf3gF78 .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGwkf3gF78 .divider-halfcircle::before {
  top: -50px;
}
.cid-tGwkf3gF78 .divider-multitriangles::before,
.cid-tGwkf3gF78 .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGwkf3gF78 .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tGwkf3rfCT {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGwkf3rfCT .client-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cid-tGwkf3rfCT .client-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.cid-tGwkf3rfCT .textp {
  color: #000000;
  line-height: 25px;
}
.cid-tGwkf3rfCT .client-title {
  margin-bottom: 45px;
}
.cid-tGwkf3rfCT .client-text {
  margin-top: 50px;
  margin-bottom: 45px;
}
.cid-tGwkf3rfCT .client-text p {
  margin-bottom: 0;
}
.cid-tGwkf3rfCT .client-item {
  margin-top: 45px;
  padding: 60px 20px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.cid-tGwkf3rfCT .client-item:hover:before {
  opacity: 1;
  height: 100%;
}
.cid-tGwkf3rfCT .client-item:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-tGwkf3rfCT .client-item:hover .content h3 {
  color: #ffffff;
}
.cid-tGwkf3rfCT .client-item:hover .content span {
  color: #d0ced3;
}
.cid-tGwkf3rfCT .client-item:hover .content p {
  color: #d0ced3;
}
.cid-tGwkf3rfCT .client-item:hover .content .quote {
  color: #fba311;
}
.cid-tGwkf3rfCT .client-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #0e3781;
  opacity: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.7s;
}
.cid-tGwkf3rfCT .client-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.7s;
}
.cid-tGwkf3rfCT .client-item .client-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.cid-tGwkf3rfCT .client-item .client-img img {
  border-radius: 50%;
  border: 2px solid #fba311;
}
.cid-tGwkf3rfCT .client-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.cid-tGwkf3rfCT .client-item .content span {
  font-size: 14px;
  margin-bottom: 15px;
}
.cid-tGwkf3rfCT .client-item .content ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.cid-tGwkf3rfCT .client-item .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #fba311;
}
.cid-tGwkf3rfCT .client-item .content p {
  margin-bottom: 0;
}
.cid-tGwkf3rfCT H2 {
  color: #dc4234;
}
.cid-tGwkf3rfCT P {
  color: #000000;
}
.cid-tGwkf3rfCT H3 {
  color: #000000;
}
.cid-tGwkf3rfCT SPAN {
  color: #131788;
}
.cid-tGwkf3StXH .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGwkf3StXH .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGwkf3StXH .divider-top::before,
.cid-tGwkf3StXH .divider-bottom::before,
.cid-tGwkf3StXH .divider-top::after,
.cid-tGwkf3StXH .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGwkf3StXH .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGwkf3StXH .divider-triangles::before {
  top: -50px;
}
.cid-tGwkf3StXH .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGwkf3StXH .divider-halfcircle::before {
  top: -50px;
}
.cid-tGwkf3StXH .divider-multitriangles::before,
.cid-tGwkf3StXH .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGwkf3StXH .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tGwkf433FA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGwkf433FA img,
.cid-tGwkf433FA .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGwkf433FA .item:focus,
.cid-tGwkf433FA span:focus {
  outline: none;
}
.cid-tGwkf433FA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGwkf433FA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e43f3f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGwkf433FA .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGwkf433FA .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGwkf433FA .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGwkf433FA .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGwkf433FA .item-wrapper {
  background: transparent;
}
.cid-tGwkf433FA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGwkf433FA .mbr-section-title {
  color: #232323;
}
.cid-tGwkf433FA .mbr-text,
.cid-tGwkf433FA .mbr-section-btn {
  text-align: left;
}
.cid-tGwkf433FA .item-title {
  text-align: left;
}
.cid-tGwkf433FA .item-subtitle {
  text-align: center;
}
.cid-tGwkf4vod4 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGwkf4vod4 img,
.cid-tGwkf4vod4 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGwkf4vod4 .item:focus,
.cid-tGwkf4vod4 span:focus {
  outline: none;
}
.cid-tGwkf4vod4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGwkf4vod4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGwkf4vod4 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGwkf4vod4 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGwkf4vod4 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGwkf4vod4 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGwkf4vod4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGwkf4vod4 .mbr-section-title {
  color: #232323;
}
.cid-tGwkf4vod4 .mbr-text,
.cid-tGwkf4vod4 .mbr-section-btn {
  text-align: left;
}
.cid-tGwkf4vod4 .item-title {
  text-align: left;
}
.cid-tGwkf4vod4 .item-subtitle {
  text-align: center;
}
.cid-tGwkf4T9SZ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGwkf4T9SZ img,
.cid-tGwkf4T9SZ .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGwkf4T9SZ .item:focus,
.cid-tGwkf4T9SZ span:focus {
  outline: none;
}
.cid-tGwkf4T9SZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGwkf4T9SZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGwkf4T9SZ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGwkf4T9SZ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGwkf4T9SZ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGwkf4T9SZ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGwkf4T9SZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGwkf4T9SZ .mbr-section-title {
  color: #232323;
}
.cid-tGwkf4T9SZ .mbr-text,
.cid-tGwkf4T9SZ .mbr-section-btn {
  text-align: left;
}
.cid-tGwkf4T9SZ .item-title {
  text-align: left;
}
.cid-tGwkf4T9SZ .item-subtitle {
  text-align: center;
}
.cid-tGwkf5sdeM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tGwkf5sdeM .media-container-row {
  justify-content: space-between;
}
.cid-tGwkf5sdeM .text-content {
  max-width: 50%;
}
.cid-tGwkf5sdeM .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tGwkf5sdeM .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tGwkf5sdeM .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tGwkf5sdeM .icons {
    justify-content: center !important;
  }
  .cid-tGwkf5sdeM .text-content * {
    text-align: center;
  }
}
.cid-tGwruWpkUF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGwkf5QMs2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGwkf5QMs2 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tGwkf5QMs2 .bgColor1 {
  background-color: #0a0d53;
}
.cid-tGwkf5QMs2 .bgColor2 {
  background-color: #e43f3f;
}
.cid-tGwkf5QMs2 .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tGwkf5QMs2 .bgicon {
  background-color: #ffffff;
}
.cid-tGwkf5QMs2 H1 {
  color: #e43f3f;
}
.cid-tGwkf6aAUp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tGwkf6aAUp #footer {
  padding: 0 0 25px 0;
}
.cid-tGwkf6aAUp #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tGwkf6aAUp #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tGwkf6aAUp #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tGwkf6aAUp #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tGwkf6aAUp #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tGwkf6aAUp #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tGwkf6aAUp #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tGwkf6aAUp #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tGwkf6aAUp #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tGwkf6aAUp #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tGwkf6aAUp #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tGwkf6aAUp #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tGwkf6aAUp #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tGwkf6aAUp #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tGwkf6aAUp #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tGwkf6aAUp #footer .copyright {
  padding-top: 30px;
}
.cid-tGwkf6aAUp ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tGwkf6aAUp H4 {
  color: #000000;
  text-align: left;
}
.cid-tGwkf6aAUp DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tGwkf6aAUp P {
  color: #e43f3f;
  text-align: left;
}
.cid-tGwkf6aAUp div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tGwkf6aAUp .copyright a {
  text-decoration: none !important;
}
.cid-tGwkf6aAUp .list,
.cid-tGwkf6aAUp .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tGwkf6aAUp ul li a {
  text-decoration: none !important;
}
.cid-tGwkf6aAUp .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGA0xzxLNs {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #dc4234;
}
.cid-tGA0xzxLNs p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tGA0xzxLNs .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tGA0xzxLNs .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tGA0xzxLNs .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tGA0xzxLNs .main-banner .left-content {
  margin-right: 15px;
}
.cid-tGA0xzxLNs .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tGA0xzxLNs .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tGA0xzxLNs .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tGA0xzxLNs .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tGA0xzxLNs .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tGA0xzxLNs .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tGA0xzxLNs .main-banner:before {
    display: none;
  }
  .cid-tGA0xzxLNs .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tGA0xzxLNs .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tGA0xzxLNs H6 {
  color: #ffffff;
}
.cid-tGA0xzxLNs H2 {
  color: #ffffff;
}
.cid-tGA0xzxLNs P {
  color: #ffffff;
}
.cid-tGA0xzSE2s {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tGA0xzSE2s .news {
  width: 175px;
  background-color: #dc4234;
}
.cid-tGA0xzSE2s .news-scroll a {
  text-decoration: none;
}
.cid-tGA0xzSE2s .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #ff3366;
  border-radius: 50%;
  display: inline-block;
}
.cid-tGA0xzSE2s DIV {
  color: #ffffff;
}
.cid-tGA0xA2Wuh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGA0xA2Wuh .service-item {
  position: relative;
  transition: .5s;
  padding: 0 30px;
  border-bottom: 4px solid #e43f3f;
}
.cid-tGA0xA2Wuh .service2 {
  border-bottom: 4px solid #e43f3f;
}
.cid-tGA0xA2Wuh .service-item .service-icon {
  margin-bottom: 30px;
  padding-top: 25px;
}
.cid-tGA0xA2Wuh .service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
.cid-tGA0xA2Wuh .service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}
.cid-tGA0xA2Wuh .service3-item > div {
  z-index: 1;
}
.cid-tGA0xA2Wuh .service3-item div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
  transition: .5s;
  z-index: -1;
}
.cid-tGA0xA2Wuh .service3-item div:hover::after {
  width: 100%;
  background: var(--primary);
}
.cid-tGA0xA2Wuh .service3-item * {
  transition: .5s;
}
.cid-tGA0xA2Wuh .service3-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: .5s;
}
.cid-tGA0xA2Wuh .service3-item:hover .service-icon {
  background: #FFFFFF !important;
}
.cid-tGA0xA2Wuh .section-title-1::before,
.cid-tGA0xA2Wuh .section-title-2::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.cid-tGA0xA2Wuh .section-title-2::before {
  height: 1px;
}
.cid-tGA0xA2Wuh .section-title-1.text-center::before,
.cid-tGA0xA2Wuh .section-title-2.text-center::before {
  left: 50%;
  margin-left: -75px;
}
.cid-tGA0xA2Wuh .section-title-1.section-title-sm::before,
.cid-tGA0xA2Wuh .section-title-2.section-title-sm::before {
  width: 90px;
  height: 3px;
}
.cid-tGA0xA2Wuh .section-title-2.section-title-sm::before {
  height: 1px;
}
.cid-tGA0xA2Wuh .section-title-1::after,
.cid-tGA0xA2Wuh .section-title-2::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}
.cid-tGA0xA2Wuh .section-title-2::after {
  bottom: -2px;
  background: var(--primary);
}
.cid-tGA0xA2Wuh .section-title-1.section-title-sm::after,
.cid-tGA0xA2Wuh .section-title-2.section-title-sm::after {
  width: 4px;
  height: 3px;
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}
.cid-tGA0xA2Wuh .section-title-2.section-title-sm::after {
  bottom: -1px;
}
.cid-tGA0xA2Wuh .section-title-1.text-center::after,
.cid-tGA0xA2Wuh .section-title-2.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}
.cid-tGA0xA2Wuh H3 {
  color: #ffffff;
}
.cid-tGA0xA2Wuh P {
  color: #ffffff;
  line-height: 25px;
  text-align: center;
}
.cid-tGA0xA2Wuh .mbr-section-title {
  color: #e43f3f;
}
.cid-tGA0xA2Wuh .mbr-section-h5 {
  color: #331b1b;
}
.cid-tGA0xA2Wuh .mbr-section-h1 {
  color: #232323;
}
.cid-tGA0xA2Wuh .mbr-section-strong {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tGA0xA2Wuh .mbr-section-p {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tGA0xA2Wuh .mbr-section-contacttext {
  color: #ffffff;
  text-align: center;
}
.cid-tGA0xA2Wuh H2 {
  color: #ffffff;
}
.cid-tGA0xA2Wuh .mbr-section-contact {
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}
.cid-tGA0xA2Wuh .bgcard1 {
  background-color: #0e3781;
}
.cid-tGA0xA2Wuh .bgcard2 {
  background-color: #232323;
}
.cid-tGA0xA2Wuh H4 {
  text-align: center;
  color: #dc4234;
}
.cid-tGA0xAi4vK .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGA0xAi4vK .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGA0xAi4vK .divider-top::before,
.cid-tGA0xAi4vK .divider-bottom::before,
.cid-tGA0xAi4vK .divider-top::after,
.cid-tGA0xAi4vK .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGA0xAi4vK .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGA0xAi4vK .divider-triangles::before {
  top: -50px;
}
.cid-tGA0xAi4vK .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGA0xAi4vK .divider-halfcircle::before {
  top: -50px;
}
.cid-tGA0xAi4vK .divider-multitriangles::before,
.cid-tGA0xAi4vK .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGA0xAi4vK .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tGA0xAs3Cj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tGA0xAs3Cj .mbr-section-title {
  color: #ffffff;
}
.cid-tGA0xAGRuO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tGA0xAGRuO .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tGA0xAGRuO .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tGA0xAGRuO .card-title,
.cid-tGA0xAGRuO .card-box {
  color: #e43f3f;
}
.cid-tGA0xB1w24 .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGA0xB1w24 .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGA0xB1w24 .divider-top::before,
.cid-tGA0xB1w24 .divider-bottom::before,
.cid-tGA0xB1w24 .divider-top::after,
.cid-tGA0xB1w24 .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGA0xB1w24 .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGA0xB1w24 .divider-triangles::before {
  top: -50px;
}
.cid-tGA0xB1w24 .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGA0xB1w24 .divider-halfcircle::before {
  top: -50px;
}
.cid-tGA0xB1w24 .divider-multitriangles::before,
.cid-tGA0xB1w24 .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGA0xB1w24 .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tGA0xB9PXq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGA0xBmgud {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGA0xBmgud .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-tGA0xBmgud .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tGA0xBmgud .text-box {
  text-align: center;
}
.cid-tGA0xBmgud span {
  font-size: 7rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-tGA0xBmgud .card {
    margin-bottom: 2rem;
  }
  .cid-tGA0xBmgud .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tGA0xBmgud span {
    font-size: 21vw;
  }
}
.cid-tGA0xBmgud .item .icon-box .step-number {
  color: #dc4234;
}
.cid-tGA0xBLjEv {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGA0xBLjEv .mbr-section-title,
.cid-tGA0xBLjEv .mbr-section-subtitle {
  text-align: center;
}
.cid-tGA0xBLjEv .cost {
  word-break: normal;
}
.cid-tGA0xBLjEv .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tGA0xBLjEv .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tGA0xBLjEv .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGA0xBLjEv .card-wrapper {
    padding: 1rem;
  }
}
.cid-tGA0xBLjEv P {
  color: #0a0d53;
}
.cid-tGA0xBLjEv .card-title {
  color: #dc4234;
}
.cid-tGA0xCbxCU .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGA0xCbxCU .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGA0xCbxCU .divider-top::before,
.cid-tGA0xCbxCU .divider-bottom::before,
.cid-tGA0xCbxCU .divider-top::after,
.cid-tGA0xCbxCU .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGA0xCbxCU .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGA0xCbxCU .divider-triangles::before {
  top: -50px;
}
.cid-tGA0xCbxCU .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGA0xCbxCU .divider-halfcircle::before {
  top: -50px;
}
.cid-tGA0xCbxCU .divider-multitriangles::before,
.cid-tGA0xCbxCU .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGA0xCbxCU .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tGA0xCkVIH {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGA0xCkVIH .client-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cid-tGA0xCkVIH .client-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.cid-tGA0xCkVIH .textp {
  color: #000000;
  line-height: 25px;
}
.cid-tGA0xCkVIH .client-title {
  margin-bottom: 45px;
}
.cid-tGA0xCkVIH .client-text {
  margin-top: 50px;
  margin-bottom: 45px;
}
.cid-tGA0xCkVIH .client-text p {
  margin-bottom: 0;
}
.cid-tGA0xCkVIH .client-item {
  margin-top: 45px;
  padding: 60px 20px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.cid-tGA0xCkVIH .client-item:hover:before {
  opacity: 1;
  height: 100%;
}
.cid-tGA0xCkVIH .client-item:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-tGA0xCkVIH .client-item:hover .content h3 {
  color: #ffffff;
}
.cid-tGA0xCkVIH .client-item:hover .content span {
  color: #d0ced3;
}
.cid-tGA0xCkVIH .client-item:hover .content p {
  color: #d0ced3;
}
.cid-tGA0xCkVIH .client-item:hover .content .quote {
  color: #fba311;
}
.cid-tGA0xCkVIH .client-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #0e3781;
  opacity: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.7s;
}
.cid-tGA0xCkVIH .client-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.7s;
}
.cid-tGA0xCkVIH .client-item .client-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.cid-tGA0xCkVIH .client-item .client-img img {
  border-radius: 50%;
  border: 2px solid #fba311;
}
.cid-tGA0xCkVIH .client-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.cid-tGA0xCkVIH .client-item .content span {
  font-size: 14px;
  margin-bottom: 15px;
}
.cid-tGA0xCkVIH .client-item .content ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.cid-tGA0xCkVIH .client-item .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #fba311;
}
.cid-tGA0xCkVIH .client-item .content p {
  margin-bottom: 0;
}
.cid-tGA0xCkVIH H2 {
  color: #dc4234;
}
.cid-tGA0xCkVIH P {
  color: #000000;
}
.cid-tGA0xCkVIH H3 {
  color: #000000;
}
.cid-tGA0xCkVIH SPAN {
  color: #131788;
}
.cid-tGA0xCGVAs .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGA0xCGVAs .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGA0xCGVAs .divider-top::before,
.cid-tGA0xCGVAs .divider-bottom::before,
.cid-tGA0xCGVAs .divider-top::after,
.cid-tGA0xCGVAs .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGA0xCGVAs .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGA0xCGVAs .divider-triangles::before {
  top: -50px;
}
.cid-tGA0xCGVAs .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGA0xCGVAs .divider-halfcircle::before {
  top: -50px;
}
.cid-tGA0xCGVAs .divider-multitriangles::before,
.cid-tGA0xCGVAs .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGA0xCGVAs .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tGA0xCR5u3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGA0xCR5u3 img,
.cid-tGA0xCR5u3 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGA0xCR5u3 .item:focus,
.cid-tGA0xCR5u3 span:focus {
  outline: none;
}
.cid-tGA0xCR5u3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGA0xCR5u3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e43f3f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGA0xCR5u3 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGA0xCR5u3 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGA0xCR5u3 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGA0xCR5u3 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGA0xCR5u3 .item-wrapper {
  background: transparent;
}
.cid-tGA0xCR5u3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGA0xCR5u3 .mbr-section-title {
  color: #232323;
}
.cid-tGA0xCR5u3 .mbr-text,
.cid-tGA0xCR5u3 .mbr-section-btn {
  text-align: left;
}
.cid-tGA0xCR5u3 .item-title {
  text-align: left;
}
.cid-tGA0xCR5u3 .item-subtitle {
  text-align: center;
}
.cid-tGA0xDhDMx {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGA0xDhDMx img,
.cid-tGA0xDhDMx .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGA0xDhDMx .item:focus,
.cid-tGA0xDhDMx span:focus {
  outline: none;
}
.cid-tGA0xDhDMx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGA0xDhDMx .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGA0xDhDMx .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGA0xDhDMx .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGA0xDhDMx .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGA0xDhDMx .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGA0xDhDMx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGA0xDhDMx .mbr-section-title {
  color: #232323;
}
.cid-tGA0xDhDMx .mbr-text,
.cid-tGA0xDhDMx .mbr-section-btn {
  text-align: left;
}
.cid-tGA0xDhDMx .item-title {
  text-align: left;
}
.cid-tGA0xDhDMx .item-subtitle {
  text-align: center;
}
.cid-tGA0xDKZkO {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGA0xDKZkO img,
.cid-tGA0xDKZkO .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGA0xDKZkO .item:focus,
.cid-tGA0xDKZkO span:focus {
  outline: none;
}
.cid-tGA0xDKZkO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGA0xDKZkO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGA0xDKZkO .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGA0xDKZkO .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGA0xDKZkO .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGA0xDKZkO .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGA0xDKZkO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGA0xDKZkO .mbr-section-title {
  color: #232323;
}
.cid-tGA0xDKZkO .mbr-text,
.cid-tGA0xDKZkO .mbr-section-btn {
  text-align: left;
}
.cid-tGA0xDKZkO .item-title {
  text-align: left;
}
.cid-tGA0xDKZkO .item-subtitle {
  text-align: center;
}
.cid-tGA0xEbgNa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tGA0xEbgNa .media-container-row {
  justify-content: space-between;
}
.cid-tGA0xEbgNa .text-content {
  max-width: 50%;
}
.cid-tGA0xEbgNa .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tGA0xEbgNa .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tGA0xEbgNa .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tGA0xEbgNa .icons {
    justify-content: center !important;
  }
  .cid-tGA0xEbgNa .text-content * {
    text-align: center;
  }
}
.cid-tGA8VdrE7K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGA0xEyNTT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGA0xEyNTT .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tGA0xEyNTT .bgColor1 {
  background-color: #0a0d53;
}
.cid-tGA0xEyNTT .bgColor2 {
  background-color: #e43f3f;
}
.cid-tGA0xEyNTT .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tGA0xEyNTT .bgicon {
  background-color: #ffffff;
}
.cid-tGA0xEyNTT H1 {
  color: #e43f3f;
}
.cid-tGA0xEUnYN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tGA0xEUnYN #footer {
  padding: 0 0 25px 0;
}
.cid-tGA0xEUnYN #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tGA0xEUnYN #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tGA0xEUnYN #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tGA0xEUnYN #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tGA0xEUnYN #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tGA0xEUnYN #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tGA0xEUnYN #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tGA0xEUnYN #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tGA0xEUnYN #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tGA0xEUnYN #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tGA0xEUnYN #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tGA0xEUnYN #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tGA0xEUnYN #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tGA0xEUnYN #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tGA0xEUnYN #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tGA0xEUnYN #footer .copyright {
  padding-top: 30px;
}
.cid-tGA0xEUnYN ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tGA0xEUnYN H4 {
  color: #000000;
  text-align: left;
}
.cid-tGA0xEUnYN DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tGA0xEUnYN P {
  color: #e43f3f;
  text-align: left;
}
.cid-tGA0xEUnYN div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tGA0xEUnYN .copyright a {
  text-decoration: none !important;
}
.cid-tGA0xEUnYN .list,
.cid-tGA0xEUnYN .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tGA0xEUnYN ul li a {
  text-decoration: none !important;
}
.cid-tGA0xEUnYN .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGGbjcU9kF {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #dc4234;
}
.cid-tGGbjcU9kF p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tGGbjcU9kF .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tGGbjcU9kF .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tGGbjcU9kF .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tGGbjcU9kF .main-banner .left-content {
  margin-right: 15px;
}
.cid-tGGbjcU9kF .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tGGbjcU9kF .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tGGbjcU9kF .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tGGbjcU9kF .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tGGbjcU9kF .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tGGbjcU9kF .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tGGbjcU9kF .main-banner:before {
    display: none;
  }
  .cid-tGGbjcU9kF .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tGGbjcU9kF .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tGGbjcU9kF H6 {
  color: #ffffff;
}
.cid-tGGbjcU9kF H2 {
  color: #ffffff;
}
.cid-tGGbjcU9kF P {
  color: #ffffff;
}
.cid-tGGbjdowMg {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tGGbjdowMg .news {
  width: 175px;
  background-color: #dc4234;
}
.cid-tGGbjdowMg .news-scroll a {
  text-decoration: none;
}
.cid-tGGbjdowMg .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #ff3366;
  border-radius: 50%;
  display: inline-block;
}
.cid-tGGbjdowMg DIV {
  color: #ffffff;
}
.cid-tGGbjdz4CU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGGbjdz4CU .service-item {
  position: relative;
  transition: .5s;
  padding: 0 30px;
  border-bottom: 4px solid #e43f3f;
}
.cid-tGGbjdz4CU .service2 {
  border-bottom: 4px solid #e43f3f;
}
.cid-tGGbjdz4CU .service-item .service-icon {
  margin-bottom: 30px;
  padding-top: 25px;
}
.cid-tGGbjdz4CU .service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
.cid-tGGbjdz4CU .service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}
.cid-tGGbjdz4CU .service3-item > div {
  z-index: 1;
}
.cid-tGGbjdz4CU .service3-item div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
  transition: .5s;
  z-index: -1;
}
.cid-tGGbjdz4CU .service3-item div:hover::after {
  width: 100%;
  background: var(--primary);
}
.cid-tGGbjdz4CU .service3-item * {
  transition: .5s;
}
.cid-tGGbjdz4CU .service3-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: .5s;
}
.cid-tGGbjdz4CU .service3-item:hover .service-icon {
  background: #FFFFFF !important;
}
.cid-tGGbjdz4CU .section-title-1::before,
.cid-tGGbjdz4CU .section-title-2::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.cid-tGGbjdz4CU .section-title-2::before {
  height: 1px;
}
.cid-tGGbjdz4CU .section-title-1.text-center::before,
.cid-tGGbjdz4CU .section-title-2.text-center::before {
  left: 50%;
  margin-left: -75px;
}
.cid-tGGbjdz4CU .section-title-1.section-title-sm::before,
.cid-tGGbjdz4CU .section-title-2.section-title-sm::before {
  width: 90px;
  height: 3px;
}
.cid-tGGbjdz4CU .section-title-2.section-title-sm::before {
  height: 1px;
}
.cid-tGGbjdz4CU .section-title-1::after,
.cid-tGGbjdz4CU .section-title-2::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}
.cid-tGGbjdz4CU .section-title-2::after {
  bottom: -2px;
  background: var(--primary);
}
.cid-tGGbjdz4CU .section-title-1.section-title-sm::after,
.cid-tGGbjdz4CU .section-title-2.section-title-sm::after {
  width: 4px;
  height: 3px;
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}
.cid-tGGbjdz4CU .section-title-2.section-title-sm::after {
  bottom: -1px;
}
.cid-tGGbjdz4CU .section-title-1.text-center::after,
.cid-tGGbjdz4CU .section-title-2.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}
.cid-tGGbjdz4CU H3 {
  color: #ffffff;
}
.cid-tGGbjdz4CU P {
  color: #ffffff;
  line-height: 25px;
  text-align: center;
}
.cid-tGGbjdz4CU .mbr-section-title {
  color: #e43f3f;
}
.cid-tGGbjdz4CU .mbr-section-h5 {
  color: #331b1b;
}
.cid-tGGbjdz4CU .mbr-section-h1 {
  color: #232323;
}
.cid-tGGbjdz4CU .mbr-section-strong {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tGGbjdz4CU .mbr-section-p {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tGGbjdz4CU .mbr-section-contacttext {
  color: #ffffff;
  text-align: center;
}
.cid-tGGbjdz4CU H2 {
  color: #ffffff;
}
.cid-tGGbjdz4CU .mbr-section-contact {
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}
.cid-tGGbjdz4CU .bgcard1 {
  background-color: #0e3781;
}
.cid-tGGbjdz4CU .bgcard2 {
  background-color: #232323;
}
.cid-tGGbjdz4CU H4 {
  text-align: center;
  color: #dc4234;
}
.cid-tGGbjdQ8ga .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGGbjdQ8ga .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGGbjdQ8ga .divider-top::before,
.cid-tGGbjdQ8ga .divider-bottom::before,
.cid-tGGbjdQ8ga .divider-top::after,
.cid-tGGbjdQ8ga .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGGbjdQ8ga .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGGbjdQ8ga .divider-triangles::before {
  top: -50px;
}
.cid-tGGbjdQ8ga .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGGbjdQ8ga .divider-halfcircle::before {
  top: -50px;
}
.cid-tGGbjdQ8ga .divider-multitriangles::before,
.cid-tGGbjdQ8ga .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGGbjdQ8ga .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tGGbje1F3t {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tGGbje1F3t .mbr-section-title {
  color: #ffffff;
}
.cid-tGGbjejFTC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tGGbjejFTC .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tGGbjejFTC .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tGGbjejFTC .card-title,
.cid-tGGbjejFTC .card-box {
  color: #e43f3f;
}
.cid-tGGbjeFgxH .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGGbjeFgxH .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGGbjeFgxH .divider-top::before,
.cid-tGGbjeFgxH .divider-bottom::before,
.cid-tGGbjeFgxH .divider-top::after,
.cid-tGGbjeFgxH .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGGbjeFgxH .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGGbjeFgxH .divider-triangles::before {
  top: -50px;
}
.cid-tGGbjeFgxH .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGGbjeFgxH .divider-halfcircle::before {
  top: -50px;
}
.cid-tGGbjeFgxH .divider-multitriangles::before,
.cid-tGGbjeFgxH .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGGbjeFgxH .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tGGbjeNdU2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGGbjf0iR8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGGbjf0iR8 .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-tGGbjf0iR8 .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tGGbjf0iR8 .text-box {
  text-align: center;
}
.cid-tGGbjf0iR8 span {
  font-size: 7rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-tGGbjf0iR8 .card {
    margin-bottom: 2rem;
  }
  .cid-tGGbjf0iR8 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tGGbjf0iR8 span {
    font-size: 21vw;
  }
}
.cid-tGGbjf0iR8 .item .icon-box .step-number {
  color: #dc4234;
}
.cid-tGGbjfsQWc {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGGbjfsQWc .mbr-section-title,
.cid-tGGbjfsQWc .mbr-section-subtitle {
  text-align: center;
}
.cid-tGGbjfsQWc .cost {
  word-break: normal;
}
.cid-tGGbjfsQWc .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tGGbjfsQWc .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tGGbjfsQWc .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGGbjfsQWc .card-wrapper {
    padding: 1rem;
  }
}
.cid-tGGbjfsQWc P {
  color: #0a0d53;
}
.cid-tGGbjfsQWc .card-title {
  color: #dc4234;
}
.cid-tGGbjfUaJG .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGGbjfUaJG .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGGbjfUaJG .divider-top::before,
.cid-tGGbjfUaJG .divider-bottom::before,
.cid-tGGbjfUaJG .divider-top::after,
.cid-tGGbjfUaJG .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGGbjfUaJG .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGGbjfUaJG .divider-triangles::before {
  top: -50px;
}
.cid-tGGbjfUaJG .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGGbjfUaJG .divider-halfcircle::before {
  top: -50px;
}
.cid-tGGbjfUaJG .divider-multitriangles::before,
.cid-tGGbjfUaJG .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGGbjfUaJG .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tGGbjg34zQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGGbjg34zQ .client-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cid-tGGbjg34zQ .client-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.cid-tGGbjg34zQ .textp {
  color: #000000;
  line-height: 25px;
}
.cid-tGGbjg34zQ .client-title {
  margin-bottom: 45px;
}
.cid-tGGbjg34zQ .client-text {
  margin-top: 50px;
  margin-bottom: 45px;
}
.cid-tGGbjg34zQ .client-text p {
  margin-bottom: 0;
}
.cid-tGGbjg34zQ .client-item {
  margin-top: 45px;
  padding: 60px 20px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.cid-tGGbjg34zQ .client-item:hover:before {
  opacity: 1;
  height: 100%;
}
.cid-tGGbjg34zQ .client-item:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-tGGbjg34zQ .client-item:hover .content h3 {
  color: #ffffff;
}
.cid-tGGbjg34zQ .client-item:hover .content span {
  color: #d0ced3;
}
.cid-tGGbjg34zQ .client-item:hover .content p {
  color: #d0ced3;
}
.cid-tGGbjg34zQ .client-item:hover .content .quote {
  color: #fba311;
}
.cid-tGGbjg34zQ .client-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #0e3781;
  opacity: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.7s;
}
.cid-tGGbjg34zQ .client-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.7s;
}
.cid-tGGbjg34zQ .client-item .client-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.cid-tGGbjg34zQ .client-item .client-img img {
  border-radius: 50%;
  border: 2px solid #fba311;
}
.cid-tGGbjg34zQ .client-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.cid-tGGbjg34zQ .client-item .content span {
  font-size: 14px;
  margin-bottom: 15px;
}
.cid-tGGbjg34zQ .client-item .content ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.cid-tGGbjg34zQ .client-item .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #fba311;
}
.cid-tGGbjg34zQ .client-item .content p {
  margin-bottom: 0;
}
.cid-tGGbjg34zQ H2 {
  color: #dc4234;
}
.cid-tGGbjg34zQ P {
  color: #000000;
}
.cid-tGGbjg34zQ H3 {
  color: #000000;
}
.cid-tGGbjg34zQ SPAN {
  color: #131788;
}
.cid-tGGbjgpI6g .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGGbjgpI6g .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGGbjgpI6g .divider-top::before,
.cid-tGGbjgpI6g .divider-bottom::before,
.cid-tGGbjgpI6g .divider-top::after,
.cid-tGGbjgpI6g .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGGbjgpI6g .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGGbjgpI6g .divider-triangles::before {
  top: -50px;
}
.cid-tGGbjgpI6g .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGGbjgpI6g .divider-halfcircle::before {
  top: -50px;
}
.cid-tGGbjgpI6g .divider-multitriangles::before,
.cid-tGGbjgpI6g .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGGbjgpI6g .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tGGbjgzC0z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGGbjgzC0z img,
.cid-tGGbjgzC0z .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGGbjgzC0z .item:focus,
.cid-tGGbjgzC0z span:focus {
  outline: none;
}
.cid-tGGbjgzC0z .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGGbjgzC0z .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e43f3f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGGbjgzC0z .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGGbjgzC0z .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGGbjgzC0z .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGGbjgzC0z .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGGbjgzC0z .item-wrapper {
  background: transparent;
}
.cid-tGGbjgzC0z .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGGbjgzC0z .mbr-section-title {
  color: #232323;
}
.cid-tGGbjgzC0z .mbr-text,
.cid-tGGbjgzC0z .mbr-section-btn {
  text-align: left;
}
.cid-tGGbjgzC0z .item-title {
  text-align: left;
}
.cid-tGGbjgzC0z .item-subtitle {
  text-align: center;
}
.cid-tGGbjgYZKh {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGGbjgYZKh img,
.cid-tGGbjgYZKh .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGGbjgYZKh .item:focus,
.cid-tGGbjgYZKh span:focus {
  outline: none;
}
.cid-tGGbjgYZKh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGGbjgYZKh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGGbjgYZKh .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGGbjgYZKh .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGGbjgYZKh .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGGbjgYZKh .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGGbjgYZKh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGGbjgYZKh .mbr-section-title {
  color: #232323;
}
.cid-tGGbjgYZKh .mbr-text,
.cid-tGGbjgYZKh .mbr-section-btn {
  text-align: left;
}
.cid-tGGbjgYZKh .item-title {
  text-align: left;
}
.cid-tGGbjgYZKh .item-subtitle {
  text-align: center;
}
.cid-tGGbjhopau {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGGbjhopau img,
.cid-tGGbjhopau .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGGbjhopau .item:focus,
.cid-tGGbjhopau span:focus {
  outline: none;
}
.cid-tGGbjhopau .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGGbjhopau .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGGbjhopau .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGGbjhopau .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGGbjhopau .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGGbjhopau .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGGbjhopau .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGGbjhopau .mbr-section-title {
  color: #232323;
}
.cid-tGGbjhopau .mbr-text,
.cid-tGGbjhopau .mbr-section-btn {
  text-align: left;
}
.cid-tGGbjhopau .item-title {
  text-align: left;
}
.cid-tGGbjhopau .item-subtitle {
  text-align: center;
}
.cid-tGGbjhPzRP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tGGbjhPzRP .media-container-row {
  justify-content: space-between;
}
.cid-tGGbjhPzRP .text-content {
  max-width: 50%;
}
.cid-tGGbjhPzRP .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tGGbjhPzRP .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tGGbjhPzRP .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tGGbjhPzRP .icons {
    justify-content: center !important;
  }
  .cid-tGGbjhPzRP .text-content * {
    text-align: center;
  }
}
.cid-tGGjDdoHoE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGGbjia8Oe {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGGbjia8Oe .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tGGbjia8Oe .bgColor1 {
  background-color: #0a0d53;
}
.cid-tGGbjia8Oe .bgColor2 {
  background-color: #e43f3f;
}
.cid-tGGbjia8Oe .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tGGbjia8Oe .bgicon {
  background-color: #ffffff;
}
.cid-tGGbjia8Oe H1 {
  color: #e43f3f;
}
.cid-tGGbjiv5Ia {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tGGbjiv5Ia #footer {
  padding: 0 0 25px 0;
}
.cid-tGGbjiv5Ia #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tGGbjiv5Ia #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tGGbjiv5Ia #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tGGbjiv5Ia #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tGGbjiv5Ia #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tGGbjiv5Ia #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tGGbjiv5Ia #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tGGbjiv5Ia #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tGGbjiv5Ia #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tGGbjiv5Ia #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tGGbjiv5Ia #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tGGbjiv5Ia #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tGGbjiv5Ia #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tGGbjiv5Ia #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tGGbjiv5Ia #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tGGbjiv5Ia #footer .copyright {
  padding-top: 30px;
}
.cid-tGGbjiv5Ia ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tGGbjiv5Ia H4 {
  color: #000000;
  text-align: left;
}
.cid-tGGbjiv5Ia DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tGGbjiv5Ia P {
  color: #e43f3f;
  text-align: left;
}
.cid-tGGbjiv5Ia div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tGGbjiv5Ia .copyright a {
  text-decoration: none !important;
}
.cid-tGGbjiv5Ia .list,
.cid-tGGbjiv5Ia .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tGGbjiv5Ia ul li a {
  text-decoration: none !important;
}
.cid-tGGbjiv5Ia .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGGlzheW25 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #dc4234;
}
.cid-tGGlzheW25 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tGGlzheW25 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tGGlzheW25 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tGGlzheW25 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tGGlzheW25 .main-banner .left-content {
  margin-right: 15px;
}
.cid-tGGlzheW25 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tGGlzheW25 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tGGlzheW25 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tGGlzheW25 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tGGlzheW25 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tGGlzheW25 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tGGlzheW25 .main-banner:before {
    display: none;
  }
  .cid-tGGlzheW25 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tGGlzheW25 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tGGlzheW25 H6 {
  color: #ffffff;
}
.cid-tGGlzheW25 H2 {
  color: #ffffff;
}
.cid-tGGlzheW25 P {
  color: #ffffff;
}
.cid-tGGlzhHjBk {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tGGlzhHjBk .news {
  width: 175px;
  background-color: #dc4234;
}
.cid-tGGlzhHjBk .news-scroll a {
  text-decoration: none;
}
.cid-tGGlzhHjBk .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #ff3366;
  border-radius: 50%;
  display: inline-block;
}
.cid-tGGlzhHjBk DIV {
  color: #ffffff;
}
.cid-tGGlzhT8Sl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGGlzhT8Sl .service-item {
  position: relative;
  transition: .5s;
  padding: 0 30px;
  border-bottom: 4px solid #e43f3f;
}
.cid-tGGlzhT8Sl .service2 {
  border-bottom: 4px solid #e43f3f;
}
.cid-tGGlzhT8Sl .service-item .service-icon {
  margin-bottom: 30px;
  padding-top: 25px;
}
.cid-tGGlzhT8Sl .service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
.cid-tGGlzhT8Sl .service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}
.cid-tGGlzhT8Sl .service3-item > div {
  z-index: 1;
}
.cid-tGGlzhT8Sl .service3-item div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
  transition: .5s;
  z-index: -1;
}
.cid-tGGlzhT8Sl .service3-item div:hover::after {
  width: 100%;
  background: var(--primary);
}
.cid-tGGlzhT8Sl .service3-item * {
  transition: .5s;
}
.cid-tGGlzhT8Sl .service3-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: .5s;
}
.cid-tGGlzhT8Sl .service3-item:hover .service-icon {
  background: #FFFFFF !important;
}
.cid-tGGlzhT8Sl .section-title-1::before,
.cid-tGGlzhT8Sl .section-title-2::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.cid-tGGlzhT8Sl .section-title-2::before {
  height: 1px;
}
.cid-tGGlzhT8Sl .section-title-1.text-center::before,
.cid-tGGlzhT8Sl .section-title-2.text-center::before {
  left: 50%;
  margin-left: -75px;
}
.cid-tGGlzhT8Sl .section-title-1.section-title-sm::before,
.cid-tGGlzhT8Sl .section-title-2.section-title-sm::before {
  width: 90px;
  height: 3px;
}
.cid-tGGlzhT8Sl .section-title-2.section-title-sm::before {
  height: 1px;
}
.cid-tGGlzhT8Sl .section-title-1::after,
.cid-tGGlzhT8Sl .section-title-2::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}
.cid-tGGlzhT8Sl .section-title-2::after {
  bottom: -2px;
  background: var(--primary);
}
.cid-tGGlzhT8Sl .section-title-1.section-title-sm::after,
.cid-tGGlzhT8Sl .section-title-2.section-title-sm::after {
  width: 4px;
  height: 3px;
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}
.cid-tGGlzhT8Sl .section-title-2.section-title-sm::after {
  bottom: -1px;
}
.cid-tGGlzhT8Sl .section-title-1.text-center::after,
.cid-tGGlzhT8Sl .section-title-2.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}
.cid-tGGlzhT8Sl H3 {
  color: #ffffff;
}
.cid-tGGlzhT8Sl P {
  color: #ffffff;
  line-height: 25px;
  text-align: center;
}
.cid-tGGlzhT8Sl .mbr-section-title {
  color: #e43f3f;
}
.cid-tGGlzhT8Sl .mbr-section-h5 {
  color: #331b1b;
}
.cid-tGGlzhT8Sl .mbr-section-h1 {
  color: #232323;
}
.cid-tGGlzhT8Sl .mbr-section-strong {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tGGlzhT8Sl .mbr-section-p {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tGGlzhT8Sl .mbr-section-contacttext {
  color: #ffffff;
  text-align: center;
}
.cid-tGGlzhT8Sl H2 {
  color: #ffffff;
}
.cid-tGGlzhT8Sl .mbr-section-contact {
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}
.cid-tGGlzhT8Sl .bgcard1 {
  background-color: #0e3781;
}
.cid-tGGlzhT8Sl .bgcard2 {
  background-color: #232323;
}
.cid-tGGlzhT8Sl H4 {
  text-align: center;
  color: #dc4234;
}
.cid-tGGlzibcLz .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGGlzibcLz .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGGlzibcLz .divider-top::before,
.cid-tGGlzibcLz .divider-bottom::before,
.cid-tGGlzibcLz .divider-top::after,
.cid-tGGlzibcLz .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGGlzibcLz .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGGlzibcLz .divider-triangles::before {
  top: -50px;
}
.cid-tGGlzibcLz .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGGlzibcLz .divider-halfcircle::before {
  top: -50px;
}
.cid-tGGlzibcLz .divider-multitriangles::before,
.cid-tGGlzibcLz .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGGlzibcLz .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tGGlzimxmX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tGGlzimxmX .mbr-section-title {
  color: #ffffff;
}
.cid-tGGlziDp72 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tGGlziDp72 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tGGlziDp72 .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tGGlziDp72 .card-title,
.cid-tGGlziDp72 .card-box {
  color: #e43f3f;
}
.cid-tGGlziZuCI .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGGlziZuCI .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGGlziZuCI .divider-top::before,
.cid-tGGlziZuCI .divider-bottom::before,
.cid-tGGlziZuCI .divider-top::after,
.cid-tGGlziZuCI .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGGlziZuCI .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGGlziZuCI .divider-triangles::before {
  top: -50px;
}
.cid-tGGlziZuCI .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGGlziZuCI .divider-halfcircle::before {
  top: -50px;
}
.cid-tGGlziZuCI .divider-multitriangles::before,
.cid-tGGlziZuCI .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGGlziZuCI .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tGGlzj9wyo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGGlzjoyXo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGGlzjoyXo .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-tGGlzjoyXo .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tGGlzjoyXo .text-box {
  text-align: center;
}
.cid-tGGlzjoyXo span {
  font-size: 7rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-tGGlzjoyXo .card {
    margin-bottom: 2rem;
  }
  .cid-tGGlzjoyXo .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tGGlzjoyXo span {
    font-size: 21vw;
  }
}
.cid-tGGlzjoyXo .item .icon-box .step-number {
  color: #dc4234;
}
.cid-tGGlzkdT8b {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGGlzkdT8b .mbr-section-title,
.cid-tGGlzkdT8b .mbr-section-subtitle {
  text-align: center;
}
.cid-tGGlzkdT8b .cost {
  word-break: normal;
}
.cid-tGGlzkdT8b .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tGGlzkdT8b .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tGGlzkdT8b .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGGlzkdT8b .card-wrapper {
    padding: 1rem;
  }
}
.cid-tGGlzkdT8b P {
  color: #0a0d53;
}
.cid-tGGlzkdT8b .card-title {
  color: #dc4234;
}
.cid-tGGlzkSKUG .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGGlzkSKUG .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGGlzkSKUG .divider-top::before,
.cid-tGGlzkSKUG .divider-bottom::before,
.cid-tGGlzkSKUG .divider-top::after,
.cid-tGGlzkSKUG .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGGlzkSKUG .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGGlzkSKUG .divider-triangles::before {
  top: -50px;
}
.cid-tGGlzkSKUG .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGGlzkSKUG .divider-halfcircle::before {
  top: -50px;
}
.cid-tGGlzkSKUG .divider-multitriangles::before,
.cid-tGGlzkSKUG .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGGlzkSKUG .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tGGlzl69An {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGGlzl69An .client-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cid-tGGlzl69An .client-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.cid-tGGlzl69An .textp {
  color: #000000;
  line-height: 25px;
}
.cid-tGGlzl69An .client-title {
  margin-bottom: 45px;
}
.cid-tGGlzl69An .client-text {
  margin-top: 50px;
  margin-bottom: 45px;
}
.cid-tGGlzl69An .client-text p {
  margin-bottom: 0;
}
.cid-tGGlzl69An .client-item {
  margin-top: 45px;
  padding: 60px 20px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.cid-tGGlzl69An .client-item:hover:before {
  opacity: 1;
  height: 100%;
}
.cid-tGGlzl69An .client-item:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-tGGlzl69An .client-item:hover .content h3 {
  color: #ffffff;
}
.cid-tGGlzl69An .client-item:hover .content span {
  color: #d0ced3;
}
.cid-tGGlzl69An .client-item:hover .content p {
  color: #d0ced3;
}
.cid-tGGlzl69An .client-item:hover .content .quote {
  color: #fba311;
}
.cid-tGGlzl69An .client-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #0e3781;
  opacity: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.7s;
}
.cid-tGGlzl69An .client-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.7s;
}
.cid-tGGlzl69An .client-item .client-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.cid-tGGlzl69An .client-item .client-img img {
  border-radius: 50%;
  border: 2px solid #fba311;
}
.cid-tGGlzl69An .client-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.cid-tGGlzl69An .client-item .content span {
  font-size: 14px;
  margin-bottom: 15px;
}
.cid-tGGlzl69An .client-item .content ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.cid-tGGlzl69An .client-item .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #fba311;
}
.cid-tGGlzl69An .client-item .content p {
  margin-bottom: 0;
}
.cid-tGGlzl69An H2 {
  color: #dc4234;
}
.cid-tGGlzl69An P {
  color: #000000;
}
.cid-tGGlzl69An H3 {
  color: #000000;
}
.cid-tGGlzl69An SPAN {
  color: #131788;
}
.cid-tGGlzlFrmX .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGGlzlFrmX .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGGlzlFrmX .divider-top::before,
.cid-tGGlzlFrmX .divider-bottom::before,
.cid-tGGlzlFrmX .divider-top::after,
.cid-tGGlzlFrmX .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGGlzlFrmX .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGGlzlFrmX .divider-triangles::before {
  top: -50px;
}
.cid-tGGlzlFrmX .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGGlzlFrmX .divider-halfcircle::before {
  top: -50px;
}
.cid-tGGlzlFrmX .divider-multitriangles::before,
.cid-tGGlzlFrmX .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGGlzlFrmX .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tGGlzlUerK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGGlzlUerK img,
.cid-tGGlzlUerK .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGGlzlUerK .item:focus,
.cid-tGGlzlUerK span:focus {
  outline: none;
}
.cid-tGGlzlUerK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGGlzlUerK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e43f3f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGGlzlUerK .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGGlzlUerK .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGGlzlUerK .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGGlzlUerK .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGGlzlUerK .item-wrapper {
  background: transparent;
}
.cid-tGGlzlUerK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGGlzlUerK .mbr-section-title {
  color: #232323;
}
.cid-tGGlzlUerK .mbr-text,
.cid-tGGlzlUerK .mbr-section-btn {
  text-align: left;
}
.cid-tGGlzlUerK .item-title {
  text-align: left;
}
.cid-tGGlzlUerK .item-subtitle {
  text-align: center;
}
.cid-tGGlzmtOLt {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGGlzmtOLt img,
.cid-tGGlzmtOLt .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGGlzmtOLt .item:focus,
.cid-tGGlzmtOLt span:focus {
  outline: none;
}
.cid-tGGlzmtOLt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGGlzmtOLt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGGlzmtOLt .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGGlzmtOLt .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGGlzmtOLt .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGGlzmtOLt .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGGlzmtOLt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGGlzmtOLt .mbr-section-title {
  color: #232323;
}
.cid-tGGlzmtOLt .mbr-text,
.cid-tGGlzmtOLt .mbr-section-btn {
  text-align: left;
}
.cid-tGGlzmtOLt .item-title {
  text-align: left;
}
.cid-tGGlzmtOLt .item-subtitle {
  text-align: center;
}
.cid-tGGlzn6rtd {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGGlzn6rtd img,
.cid-tGGlzn6rtd .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGGlzn6rtd .item:focus,
.cid-tGGlzn6rtd span:focus {
  outline: none;
}
.cid-tGGlzn6rtd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGGlzn6rtd .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGGlzn6rtd .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGGlzn6rtd .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGGlzn6rtd .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGGlzn6rtd .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGGlzn6rtd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGGlzn6rtd .mbr-section-title {
  color: #232323;
}
.cid-tGGlzn6rtd .mbr-text,
.cid-tGGlzn6rtd .mbr-section-btn {
  text-align: left;
}
.cid-tGGlzn6rtd .item-title {
  text-align: left;
}
.cid-tGGlzn6rtd .item-subtitle {
  text-align: center;
}
.cid-tGGlznJtaY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tGGlznJtaY .media-container-row {
  justify-content: space-between;
}
.cid-tGGlznJtaY .text-content {
  max-width: 50%;
}
.cid-tGGlznJtaY .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tGGlznJtaY .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tGGlznJtaY .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tGGlznJtaY .icons {
    justify-content: center !important;
  }
  .cid-tGGlznJtaY .text-content * {
    text-align: center;
  }
}
.cid-tGGx1e8ukl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGGlzojYhd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGGlzojYhd .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tGGlzojYhd .bgColor1 {
  background-color: #0a0d53;
}
.cid-tGGlzojYhd .bgColor2 {
  background-color: #e43f3f;
}
.cid-tGGlzojYhd .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tGGlzojYhd .bgicon {
  background-color: #ffffff;
}
.cid-tGGlzojYhd H1 {
  color: #e43f3f;
}
.cid-tGGlzoJaGc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tGGlzoJaGc #footer {
  padding: 0 0 25px 0;
}
.cid-tGGlzoJaGc #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tGGlzoJaGc #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tGGlzoJaGc #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tGGlzoJaGc #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tGGlzoJaGc #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tGGlzoJaGc #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tGGlzoJaGc #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tGGlzoJaGc #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tGGlzoJaGc #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tGGlzoJaGc #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tGGlzoJaGc #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tGGlzoJaGc #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tGGlzoJaGc #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tGGlzoJaGc #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tGGlzoJaGc #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tGGlzoJaGc #footer .copyright {
  padding-top: 30px;
}
.cid-tGGlzoJaGc ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tGGlzoJaGc H4 {
  color: #000000;
  text-align: left;
}
.cid-tGGlzoJaGc DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tGGlzoJaGc P {
  color: #e43f3f;
  text-align: left;
}
.cid-tGGlzoJaGc div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tGGlzoJaGc .copyright a {
  text-decoration: none !important;
}
.cid-tGGlzoJaGc .list,
.cid-tGGlzoJaGc .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tGGlzoJaGc ul li a {
  text-decoration: none !important;
}
.cid-tGGlzoJaGc .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGMT8XbMkD {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #dc4234;
}
.cid-tGMT8XbMkD p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tGMT8XbMkD .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tGMT8XbMkD .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tGMT8XbMkD .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tGMT8XbMkD .main-banner .left-content {
  margin-right: 15px;
}
.cid-tGMT8XbMkD .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tGMT8XbMkD .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tGMT8XbMkD .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tGMT8XbMkD .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tGMT8XbMkD .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tGMT8XbMkD .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tGMT8XbMkD .main-banner:before {
    display: none;
  }
  .cid-tGMT8XbMkD .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tGMT8XbMkD .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tGMT8XbMkD H6 {
  color: #ffffff;
}
.cid-tGMT8XbMkD H2 {
  color: #ffffff;
}
.cid-tGMT8XbMkD P {
  color: #ffffff;
}
.cid-tGMT8XC9ms {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tGMT8XC9ms .news {
  width: 175px;
  background-color: #dc4234;
}
.cid-tGMT8XC9ms .news-scroll a {
  text-decoration: none;
}
.cid-tGMT8XC9ms .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #ff3366;
  border-radius: 50%;
  display: inline-block;
}
.cid-tGMT8XC9ms DIV {
  color: #ffffff;
}
.cid-tGMT8XNH2b {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGMT8XNH2b .service-item {
  position: relative;
  transition: .5s;
  padding: 0 30px;
  border-bottom: 4px solid #e43f3f;
}
.cid-tGMT8XNH2b .service2 {
  border-bottom: 4px solid #e43f3f;
}
.cid-tGMT8XNH2b .service-item .service-icon {
  margin-bottom: 30px;
  padding-top: 25px;
}
.cid-tGMT8XNH2b .service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
.cid-tGMT8XNH2b .service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}
.cid-tGMT8XNH2b .service3-item > div {
  z-index: 1;
}
.cid-tGMT8XNH2b .service3-item div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
  transition: .5s;
  z-index: -1;
}
.cid-tGMT8XNH2b .service3-item div:hover::after {
  width: 100%;
  background: var(--primary);
}
.cid-tGMT8XNH2b .service3-item * {
  transition: .5s;
}
.cid-tGMT8XNH2b .service3-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: .5s;
}
.cid-tGMT8XNH2b .service3-item:hover .service-icon {
  background: #FFFFFF !important;
}
.cid-tGMT8XNH2b .section-title-1::before,
.cid-tGMT8XNH2b .section-title-2::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.cid-tGMT8XNH2b .section-title-2::before {
  height: 1px;
}
.cid-tGMT8XNH2b .section-title-1.text-center::before,
.cid-tGMT8XNH2b .section-title-2.text-center::before {
  left: 50%;
  margin-left: -75px;
}
.cid-tGMT8XNH2b .section-title-1.section-title-sm::before,
.cid-tGMT8XNH2b .section-title-2.section-title-sm::before {
  width: 90px;
  height: 3px;
}
.cid-tGMT8XNH2b .section-title-2.section-title-sm::before {
  height: 1px;
}
.cid-tGMT8XNH2b .section-title-1::after,
.cid-tGMT8XNH2b .section-title-2::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}
.cid-tGMT8XNH2b .section-title-2::after {
  bottom: -2px;
  background: var(--primary);
}
.cid-tGMT8XNH2b .section-title-1.section-title-sm::after,
.cid-tGMT8XNH2b .section-title-2.section-title-sm::after {
  width: 4px;
  height: 3px;
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}
.cid-tGMT8XNH2b .section-title-2.section-title-sm::after {
  bottom: -1px;
}
.cid-tGMT8XNH2b .section-title-1.text-center::after,
.cid-tGMT8XNH2b .section-title-2.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}
.cid-tGMT8XNH2b H3 {
  color: #ffffff;
}
.cid-tGMT8XNH2b P {
  color: #ffffff;
  line-height: 25px;
  text-align: center;
}
.cid-tGMT8XNH2b .mbr-section-title {
  color: #e43f3f;
}
.cid-tGMT8XNH2b .mbr-section-h5 {
  color: #331b1b;
}
.cid-tGMT8XNH2b .mbr-section-h1 {
  color: #232323;
}
.cid-tGMT8XNH2b .mbr-section-strong {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tGMT8XNH2b .mbr-section-p {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tGMT8XNH2b .mbr-section-contacttext {
  color: #ffffff;
  text-align: center;
}
.cid-tGMT8XNH2b H2 {
  color: #ffffff;
}
.cid-tGMT8XNH2b .mbr-section-contact {
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}
.cid-tGMT8XNH2b .bgcard1 {
  background-color: #0e3781;
}
.cid-tGMT8XNH2b .bgcard2 {
  background-color: #232323;
}
.cid-tGMT8XNH2b H4 {
  text-align: center;
  color: #dc4234;
}
.cid-tGMT8Y2uvG .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGMT8Y2uvG .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGMT8Y2uvG .divider-top::before,
.cid-tGMT8Y2uvG .divider-bottom::before,
.cid-tGMT8Y2uvG .divider-top::after,
.cid-tGMT8Y2uvG .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGMT8Y2uvG .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGMT8Y2uvG .divider-triangles::before {
  top: -50px;
}
.cid-tGMT8Y2uvG .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGMT8Y2uvG .divider-halfcircle::before {
  top: -50px;
}
.cid-tGMT8Y2uvG .divider-multitriangles::before,
.cid-tGMT8Y2uvG .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGMT8Y2uvG .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tGMT8YbovQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tGMT8YbovQ .mbr-section-title {
  color: #ffffff;
}
.cid-tGMT8Ypzln {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tGMT8Ypzln .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tGMT8Ypzln .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tGMT8Ypzln .card-title,
.cid-tGMT8Ypzln .card-box {
  color: #e43f3f;
}
.cid-tGMT8YGTck .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGMT8YGTck .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGMT8YGTck .divider-top::before,
.cid-tGMT8YGTck .divider-bottom::before,
.cid-tGMT8YGTck .divider-top::after,
.cid-tGMT8YGTck .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGMT8YGTck .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGMT8YGTck .divider-triangles::before {
  top: -50px;
}
.cid-tGMT8YGTck .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGMT8YGTck .divider-halfcircle::before {
  top: -50px;
}
.cid-tGMT8YGTck .divider-multitriangles::before,
.cid-tGMT8YGTck .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGMT8YGTck .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tGMT8YPnFC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGMT8Z3ke9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGMT8Z3ke9 .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-tGMT8Z3ke9 .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tGMT8Z3ke9 .text-box {
  text-align: center;
}
.cid-tGMT8Z3ke9 span {
  font-size: 7rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-tGMT8Z3ke9 .card {
    margin-bottom: 2rem;
  }
  .cid-tGMT8Z3ke9 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tGMT8Z3ke9 span {
    font-size: 21vw;
  }
}
.cid-tGMT8Z3ke9 .item .icon-box .step-number {
  color: #dc4234;
}
.cid-tGMT8ZANHT {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGMT8ZANHT .mbr-section-title,
.cid-tGMT8ZANHT .mbr-section-subtitle {
  text-align: center;
}
.cid-tGMT8ZANHT .cost {
  word-break: normal;
}
.cid-tGMT8ZANHT .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tGMT8ZANHT .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tGMT8ZANHT .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGMT8ZANHT .card-wrapper {
    padding: 1rem;
  }
}
.cid-tGMT8ZANHT P {
  color: #0a0d53;
}
.cid-tGMT8ZANHT .card-title {
  color: #dc4234;
}
.cid-tGMT901WoR .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGMT901WoR .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGMT901WoR .divider-top::before,
.cid-tGMT901WoR .divider-bottom::before,
.cid-tGMT901WoR .divider-top::after,
.cid-tGMT901WoR .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGMT901WoR .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGMT901WoR .divider-triangles::before {
  top: -50px;
}
.cid-tGMT901WoR .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGMT901WoR .divider-halfcircle::before {
  top: -50px;
}
.cid-tGMT901WoR .divider-multitriangles::before,
.cid-tGMT901WoR .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGMT901WoR .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tGMT90aI70 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGMT90aI70 .client-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cid-tGMT90aI70 .client-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.cid-tGMT90aI70 .textp {
  color: #000000;
  line-height: 25px;
}
.cid-tGMT90aI70 .client-title {
  margin-bottom: 45px;
}
.cid-tGMT90aI70 .client-text {
  margin-top: 50px;
  margin-bottom: 45px;
}
.cid-tGMT90aI70 .client-text p {
  margin-bottom: 0;
}
.cid-tGMT90aI70 .client-item {
  margin-top: 45px;
  padding: 60px 20px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.cid-tGMT90aI70 .client-item:hover:before {
  opacity: 1;
  height: 100%;
}
.cid-tGMT90aI70 .client-item:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-tGMT90aI70 .client-item:hover .content h3 {
  color: #ffffff;
}
.cid-tGMT90aI70 .client-item:hover .content span {
  color: #d0ced3;
}
.cid-tGMT90aI70 .client-item:hover .content p {
  color: #d0ced3;
}
.cid-tGMT90aI70 .client-item:hover .content .quote {
  color: #fba311;
}
.cid-tGMT90aI70 .client-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #0e3781;
  opacity: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.7s;
}
.cid-tGMT90aI70 .client-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.7s;
}
.cid-tGMT90aI70 .client-item .client-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.cid-tGMT90aI70 .client-item .client-img img {
  border-radius: 50%;
  border: 2px solid #fba311;
}
.cid-tGMT90aI70 .client-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.cid-tGMT90aI70 .client-item .content span {
  font-size: 14px;
  margin-bottom: 15px;
}
.cid-tGMT90aI70 .client-item .content ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.cid-tGMT90aI70 .client-item .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #fba311;
}
.cid-tGMT90aI70 .client-item .content p {
  margin-bottom: 0;
}
.cid-tGMT90aI70 H2 {
  color: #dc4234;
}
.cid-tGMT90aI70 P {
  color: #000000;
}
.cid-tGMT90aI70 H3 {
  color: #000000;
}
.cid-tGMT90aI70 SPAN {
  color: #131788;
}
.cid-tGMT90xk8F .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGMT90xk8F .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGMT90xk8F .divider-top::before,
.cid-tGMT90xk8F .divider-bottom::before,
.cid-tGMT90xk8F .divider-top::after,
.cid-tGMT90xk8F .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGMT90xk8F .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGMT90xk8F .divider-triangles::before {
  top: -50px;
}
.cid-tGMT90xk8F .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGMT90xk8F .divider-halfcircle::before {
  top: -50px;
}
.cid-tGMT90xk8F .divider-multitriangles::before,
.cid-tGMT90xk8F .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGMT90xk8F .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tGMT90LGnG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGMT90LGnG img,
.cid-tGMT90LGnG .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGMT90LGnG .item:focus,
.cid-tGMT90LGnG span:focus {
  outline: none;
}
.cid-tGMT90LGnG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGMT90LGnG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e43f3f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGMT90LGnG .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGMT90LGnG .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGMT90LGnG .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGMT90LGnG .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGMT90LGnG .item-wrapper {
  background: transparent;
}
.cid-tGMT90LGnG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGMT90LGnG .mbr-section-title {
  color: #232323;
}
.cid-tGMT90LGnG .mbr-text,
.cid-tGMT90LGnG .mbr-section-btn {
  text-align: left;
}
.cid-tGMT90LGnG .item-title {
  text-align: left;
}
.cid-tGMT90LGnG .item-subtitle {
  text-align: center;
}
.cid-tGMT91b7Nr {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGMT91b7Nr img,
.cid-tGMT91b7Nr .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGMT91b7Nr .item:focus,
.cid-tGMT91b7Nr span:focus {
  outline: none;
}
.cid-tGMT91b7Nr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGMT91b7Nr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGMT91b7Nr .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGMT91b7Nr .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGMT91b7Nr .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGMT91b7Nr .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGMT91b7Nr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGMT91b7Nr .mbr-section-title {
  color: #232323;
}
.cid-tGMT91b7Nr .mbr-text,
.cid-tGMT91b7Nr .mbr-section-btn {
  text-align: left;
}
.cid-tGMT91b7Nr .item-title {
  text-align: left;
}
.cid-tGMT91b7Nr .item-subtitle {
  text-align: center;
}
.cid-tGMT91CDFj {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGMT91CDFj img,
.cid-tGMT91CDFj .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGMT91CDFj .item:focus,
.cid-tGMT91CDFj span:focus {
  outline: none;
}
.cid-tGMT91CDFj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGMT91CDFj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGMT91CDFj .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGMT91CDFj .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGMT91CDFj .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGMT91CDFj .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGMT91CDFj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGMT91CDFj .mbr-section-title {
  color: #232323;
}
.cid-tGMT91CDFj .mbr-text,
.cid-tGMT91CDFj .mbr-section-btn {
  text-align: left;
}
.cid-tGMT91CDFj .item-title {
  text-align: left;
}
.cid-tGMT91CDFj .item-subtitle {
  text-align: center;
}
.cid-tGMT92bOkB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tGMT92bOkB .media-container-row {
  justify-content: space-between;
}
.cid-tGMT92bOkB .text-content {
  max-width: 50%;
}
.cid-tGMT92bOkB .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tGMT92bOkB .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tGMT92bOkB .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tGMT92bOkB .icons {
    justify-content: center !important;
  }
  .cid-tGMT92bOkB .text-content * {
    text-align: center;
  }
}
.cid-tGN3EYdCDz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGMT92xoWE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGMT92xoWE .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tGMT92xoWE .bgColor1 {
  background-color: #0a0d53;
}
.cid-tGMT92xoWE .bgColor2 {
  background-color: #e43f3f;
}
.cid-tGMT92xoWE .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tGMT92xoWE .bgicon {
  background-color: #ffffff;
}
.cid-tGMT92xoWE H1 {
  color: #e43f3f;
}
.cid-tGMT92R5MZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tGMT92R5MZ #footer {
  padding: 0 0 25px 0;
}
.cid-tGMT92R5MZ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tGMT92R5MZ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tGMT92R5MZ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tGMT92R5MZ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tGMT92R5MZ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tGMT92R5MZ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tGMT92R5MZ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tGMT92R5MZ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tGMT92R5MZ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tGMT92R5MZ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tGMT92R5MZ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tGMT92R5MZ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tGMT92R5MZ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tGMT92R5MZ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tGMT92R5MZ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tGMT92R5MZ #footer .copyright {
  padding-top: 30px;
}
.cid-tGMT92R5MZ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tGMT92R5MZ H4 {
  color: #000000;
  text-align: left;
}
.cid-tGMT92R5MZ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tGMT92R5MZ P {
  color: #e43f3f;
  text-align: left;
}
.cid-tGMT92R5MZ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tGMT92R5MZ .copyright a {
  text-decoration: none !important;
}
.cid-tGMT92R5MZ .list,
.cid-tGMT92R5MZ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tGMT92R5MZ ul li a {
  text-decoration: none !important;
}
.cid-tGMT92R5MZ .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGN5DMRsjX {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #dc4234;
}
.cid-tGN5DMRsjX p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tGN5DMRsjX .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tGN5DMRsjX .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tGN5DMRsjX .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tGN5DMRsjX .main-banner .left-content {
  margin-right: 15px;
}
.cid-tGN5DMRsjX .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tGN5DMRsjX .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tGN5DMRsjX .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tGN5DMRsjX .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tGN5DMRsjX .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tGN5DMRsjX .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tGN5DMRsjX .main-banner:before {
    display: none;
  }
  .cid-tGN5DMRsjX .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tGN5DMRsjX .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tGN5DMRsjX H6 {
  color: #ffffff;
}
.cid-tGN5DMRsjX H2 {
  color: #ffffff;
}
.cid-tGN5DMRsjX P {
  color: #ffffff;
}
.cid-tGN5DN9rK7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tGN5DN9rK7 .news {
  width: 175px;
  background-color: #dc4234;
}
.cid-tGN5DN9rK7 .news-scroll a {
  text-decoration: none;
}
.cid-tGN5DN9rK7 .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #ff3366;
  border-radius: 50%;
  display: inline-block;
}
.cid-tGN5DN9rK7 DIV {
  color: #ffffff;
}
.cid-tGN5DNmo6M {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGN5DNmo6M .service-item {
  position: relative;
  transition: .5s;
  padding: 0 30px;
  border-bottom: 4px solid #e43f3f;
}
.cid-tGN5DNmo6M .service2 {
  border-bottom: 4px solid #e43f3f;
}
.cid-tGN5DNmo6M .service-item .service-icon {
  margin-bottom: 30px;
  padding-top: 25px;
}
.cid-tGN5DNmo6M .service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
.cid-tGN5DNmo6M .service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}
.cid-tGN5DNmo6M .service3-item > div {
  z-index: 1;
}
.cid-tGN5DNmo6M .service3-item div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
  transition: .5s;
  z-index: -1;
}
.cid-tGN5DNmo6M .service3-item div:hover::after {
  width: 100%;
  background: var(--primary);
}
.cid-tGN5DNmo6M .service3-item * {
  transition: .5s;
}
.cid-tGN5DNmo6M .service3-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: .5s;
}
.cid-tGN5DNmo6M .service3-item:hover .service-icon {
  background: #FFFFFF !important;
}
.cid-tGN5DNmo6M .section-title-1::before,
.cid-tGN5DNmo6M .section-title-2::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.cid-tGN5DNmo6M .section-title-2::before {
  height: 1px;
}
.cid-tGN5DNmo6M .section-title-1.text-center::before,
.cid-tGN5DNmo6M .section-title-2.text-center::before {
  left: 50%;
  margin-left: -75px;
}
.cid-tGN5DNmo6M .section-title-1.section-title-sm::before,
.cid-tGN5DNmo6M .section-title-2.section-title-sm::before {
  width: 90px;
  height: 3px;
}
.cid-tGN5DNmo6M .section-title-2.section-title-sm::before {
  height: 1px;
}
.cid-tGN5DNmo6M .section-title-1::after,
.cid-tGN5DNmo6M .section-title-2::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}
.cid-tGN5DNmo6M .section-title-2::after {
  bottom: -2px;
  background: var(--primary);
}
.cid-tGN5DNmo6M .section-title-1.section-title-sm::after,
.cid-tGN5DNmo6M .section-title-2.section-title-sm::after {
  width: 4px;
  height: 3px;
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}
.cid-tGN5DNmo6M .section-title-2.section-title-sm::after {
  bottom: -1px;
}
.cid-tGN5DNmo6M .section-title-1.text-center::after,
.cid-tGN5DNmo6M .section-title-2.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}
.cid-tGN5DNmo6M H3 {
  color: #ffffff;
}
.cid-tGN5DNmo6M P {
  color: #ffffff;
  line-height: 25px;
  text-align: center;
}
.cid-tGN5DNmo6M .mbr-section-title {
  color: #e43f3f;
}
.cid-tGN5DNmo6M .mbr-section-h5 {
  color: #331b1b;
}
.cid-tGN5DNmo6M .mbr-section-h1 {
  color: #232323;
}
.cid-tGN5DNmo6M .mbr-section-strong {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tGN5DNmo6M .mbr-section-p {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tGN5DNmo6M .mbr-section-contacttext {
  color: #ffffff;
  text-align: center;
}
.cid-tGN5DNmo6M H2 {
  color: #ffffff;
}
.cid-tGN5DNmo6M .mbr-section-contact {
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}
.cid-tGN5DNmo6M .bgcard1 {
  background-color: #0e3781;
}
.cid-tGN5DNmo6M .bgcard2 {
  background-color: #232323;
}
.cid-tGN5DNmo6M H4 {
  text-align: center;
  color: #dc4234;
}
.cid-tGN5DNFglQ .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGN5DNFglQ .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGN5DNFglQ .divider-top::before,
.cid-tGN5DNFglQ .divider-bottom::before,
.cid-tGN5DNFglQ .divider-top::after,
.cid-tGN5DNFglQ .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGN5DNFglQ .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGN5DNFglQ .divider-triangles::before {
  top: -50px;
}
.cid-tGN5DNFglQ .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGN5DNFglQ .divider-halfcircle::before {
  top: -50px;
}
.cid-tGN5DNFglQ .divider-multitriangles::before,
.cid-tGN5DNFglQ .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGN5DNFglQ .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tGN5DNQyUT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tGN5DNQyUT .mbr-section-title {
  color: #ffffff;
}
.cid-tGN5DO7LTH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tGN5DO7LTH .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tGN5DO7LTH .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tGN5DO7LTH .card-title,
.cid-tGN5DO7LTH .card-box {
  color: #e43f3f;
}
.cid-tGN5DOsjGB .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGN5DOsjGB .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGN5DOsjGB .divider-top::before,
.cid-tGN5DOsjGB .divider-bottom::before,
.cid-tGN5DOsjGB .divider-top::after,
.cid-tGN5DOsjGB .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGN5DOsjGB .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGN5DOsjGB .divider-triangles::before {
  top: -50px;
}
.cid-tGN5DOsjGB .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGN5DOsjGB .divider-halfcircle::before {
  top: -50px;
}
.cid-tGN5DOsjGB .divider-multitriangles::before,
.cid-tGN5DOsjGB .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGN5DOsjGB .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tGN5DOE60r {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGN5DP0VjA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGN5DP0VjA .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-tGN5DP0VjA .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tGN5DP0VjA .text-box {
  text-align: center;
}
.cid-tGN5DP0VjA span {
  font-size: 7rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-tGN5DP0VjA .card {
    margin-bottom: 2rem;
  }
  .cid-tGN5DP0VjA .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tGN5DP0VjA span {
    font-size: 21vw;
  }
}
.cid-tGN5DP0VjA .item .icon-box .step-number {
  color: #dc4234;
}
.cid-tGN5DPEpwX {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGN5DPEpwX .mbr-section-title,
.cid-tGN5DPEpwX .mbr-section-subtitle {
  text-align: center;
}
.cid-tGN5DPEpwX .cost {
  word-break: normal;
}
.cid-tGN5DPEpwX .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tGN5DPEpwX .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tGN5DPEpwX .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGN5DPEpwX .card-wrapper {
    padding: 1rem;
  }
}
.cid-tGN5DPEpwX P {
  color: #0a0d53;
}
.cid-tGN5DPEpwX .card-title {
  color: #dc4234;
}
.cid-tGN5DQ2qsu .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGN5DQ2qsu .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGN5DQ2qsu .divider-top::before,
.cid-tGN5DQ2qsu .divider-bottom::before,
.cid-tGN5DQ2qsu .divider-top::after,
.cid-tGN5DQ2qsu .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGN5DQ2qsu .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGN5DQ2qsu .divider-triangles::before {
  top: -50px;
}
.cid-tGN5DQ2qsu .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGN5DQ2qsu .divider-halfcircle::before {
  top: -50px;
}
.cid-tGN5DQ2qsu .divider-multitriangles::before,
.cid-tGN5DQ2qsu .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGN5DQ2qsu .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tGN5DQczjK {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGN5DQczjK .client-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cid-tGN5DQczjK .client-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.cid-tGN5DQczjK .textp {
  color: #000000;
  line-height: 25px;
}
.cid-tGN5DQczjK .client-title {
  margin-bottom: 45px;
}
.cid-tGN5DQczjK .client-text {
  margin-top: 50px;
  margin-bottom: 45px;
}
.cid-tGN5DQczjK .client-text p {
  margin-bottom: 0;
}
.cid-tGN5DQczjK .client-item {
  margin-top: 45px;
  padding: 60px 20px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.cid-tGN5DQczjK .client-item:hover:before {
  opacity: 1;
  height: 100%;
}
.cid-tGN5DQczjK .client-item:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-tGN5DQczjK .client-item:hover .content h3 {
  color: #ffffff;
}
.cid-tGN5DQczjK .client-item:hover .content span {
  color: #d0ced3;
}
.cid-tGN5DQczjK .client-item:hover .content p {
  color: #d0ced3;
}
.cid-tGN5DQczjK .client-item:hover .content .quote {
  color: #fba311;
}
.cid-tGN5DQczjK .client-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #0e3781;
  opacity: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.7s;
}
.cid-tGN5DQczjK .client-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.7s;
}
.cid-tGN5DQczjK .client-item .client-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.cid-tGN5DQczjK .client-item .client-img img {
  border-radius: 50%;
  border: 2px solid #fba311;
}
.cid-tGN5DQczjK .client-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.cid-tGN5DQczjK .client-item .content span {
  font-size: 14px;
  margin-bottom: 15px;
}
.cid-tGN5DQczjK .client-item .content ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.cid-tGN5DQczjK .client-item .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #fba311;
}
.cid-tGN5DQczjK .client-item .content p {
  margin-bottom: 0;
}
.cid-tGN5DQczjK H2 {
  color: #dc4234;
}
.cid-tGN5DQczjK P {
  color: #000000;
}
.cid-tGN5DQczjK H3 {
  color: #000000;
}
.cid-tGN5DQczjK SPAN {
  color: #131788;
}
.cid-tGN5DQxqqi .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGN5DQxqqi .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGN5DQxqqi .divider-top::before,
.cid-tGN5DQxqqi .divider-bottom::before,
.cid-tGN5DQxqqi .divider-top::after,
.cid-tGN5DQxqqi .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGN5DQxqqi .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGN5DQxqqi .divider-triangles::before {
  top: -50px;
}
.cid-tGN5DQxqqi .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGN5DQxqqi .divider-halfcircle::before {
  top: -50px;
}
.cid-tGN5DQxqqi .divider-multitriangles::before,
.cid-tGN5DQxqqi .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGN5DQxqqi .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tGN5DQLMLf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGN5DQLMLf img,
.cid-tGN5DQLMLf .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGN5DQLMLf .item:focus,
.cid-tGN5DQLMLf span:focus {
  outline: none;
}
.cid-tGN5DQLMLf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGN5DQLMLf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e43f3f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGN5DQLMLf .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGN5DQLMLf .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGN5DQLMLf .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGN5DQLMLf .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGN5DQLMLf .item-wrapper {
  background: transparent;
}
.cid-tGN5DQLMLf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGN5DQLMLf .mbr-section-title {
  color: #232323;
}
.cid-tGN5DQLMLf .mbr-text,
.cid-tGN5DQLMLf .mbr-section-btn {
  text-align: left;
}
.cid-tGN5DQLMLf .item-title {
  text-align: left;
}
.cid-tGN5DQLMLf .item-subtitle {
  text-align: center;
}
.cid-tGN5DR8Del {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGN5DR8Del img,
.cid-tGN5DR8Del .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGN5DR8Del .item:focus,
.cid-tGN5DR8Del span:focus {
  outline: none;
}
.cid-tGN5DR8Del .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGN5DR8Del .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGN5DR8Del .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGN5DR8Del .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGN5DR8Del .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGN5DR8Del .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGN5DR8Del .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGN5DR8Del .mbr-section-title {
  color: #232323;
}
.cid-tGN5DR8Del .mbr-text,
.cid-tGN5DR8Del .mbr-section-btn {
  text-align: left;
}
.cid-tGN5DR8Del .item-title {
  text-align: left;
}
.cid-tGN5DR8Del .item-subtitle {
  text-align: center;
}
.cid-tGN5DRxZGD {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGN5DRxZGD img,
.cid-tGN5DRxZGD .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGN5DRxZGD .item:focus,
.cid-tGN5DRxZGD span:focus {
  outline: none;
}
.cid-tGN5DRxZGD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGN5DRxZGD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGN5DRxZGD .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGN5DRxZGD .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGN5DRxZGD .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGN5DRxZGD .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGN5DRxZGD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGN5DRxZGD .mbr-section-title {
  color: #232323;
}
.cid-tGN5DRxZGD .mbr-text,
.cid-tGN5DRxZGD .mbr-section-btn {
  text-align: left;
}
.cid-tGN5DRxZGD .item-title {
  text-align: left;
}
.cid-tGN5DRxZGD .item-subtitle {
  text-align: center;
}
.cid-tGN5DRXzru {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tGN5DRXzru .media-container-row {
  justify-content: space-between;
}
.cid-tGN5DRXzru .text-content {
  max-width: 50%;
}
.cid-tGN5DRXzru .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tGN5DRXzru .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tGN5DRXzru .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tGN5DRXzru .icons {
    justify-content: center !important;
  }
  .cid-tGN5DRXzru .text-content * {
    text-align: center;
  }
}
.cid-tGNevNnCWL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGN5DSjOl0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGN5DSjOl0 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tGN5DSjOl0 .bgColor1 {
  background-color: #0a0d53;
}
.cid-tGN5DSjOl0 .bgColor2 {
  background-color: #e43f3f;
}
.cid-tGN5DSjOl0 .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tGN5DSjOl0 .bgicon {
  background-color: #ffffff;
}
.cid-tGN5DSjOl0 H1 {
  color: #e43f3f;
}
.cid-tGN5DSDYzh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tGN5DSDYzh #footer {
  padding: 0 0 25px 0;
}
.cid-tGN5DSDYzh #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tGN5DSDYzh #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tGN5DSDYzh #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tGN5DSDYzh #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tGN5DSDYzh #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tGN5DSDYzh #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tGN5DSDYzh #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tGN5DSDYzh #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tGN5DSDYzh #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tGN5DSDYzh #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tGN5DSDYzh #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tGN5DSDYzh #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tGN5DSDYzh #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tGN5DSDYzh #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tGN5DSDYzh #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tGN5DSDYzh #footer .copyright {
  padding-top: 30px;
}
.cid-tGN5DSDYzh ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tGN5DSDYzh H4 {
  color: #000000;
  text-align: left;
}
.cid-tGN5DSDYzh DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tGN5DSDYzh P {
  color: #e43f3f;
  text-align: left;
}
.cid-tGN5DSDYzh div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tGN5DSDYzh .copyright a {
  text-decoration: none !important;
}
.cid-tGN5DSDYzh .list,
.cid-tGN5DSDYzh .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tGN5DSDYzh ul li a {
  text-decoration: none !important;
}
.cid-tGN5DSDYzh .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGNgkMK0Nm {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #dc4234;
}
.cid-tGNgkMK0Nm p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tGNgkMK0Nm .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tGNgkMK0Nm .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tGNgkMK0Nm .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tGNgkMK0Nm .main-banner .left-content {
  margin-right: 15px;
}
.cid-tGNgkMK0Nm .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tGNgkMK0Nm .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tGNgkMK0Nm .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tGNgkMK0Nm .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tGNgkMK0Nm .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tGNgkMK0Nm .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tGNgkMK0Nm .main-banner:before {
    display: none;
  }
  .cid-tGNgkMK0Nm .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tGNgkMK0Nm .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tGNgkMK0Nm H6 {
  color: #ffffff;
}
.cid-tGNgkMK0Nm H2 {
  color: #ffffff;
}
.cid-tGNgkMK0Nm P {
  color: #ffffff;
}
.cid-tGNgkNfAVg {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tGNgkNfAVg .news {
  width: 175px;
  background-color: #dc4234;
}
.cid-tGNgkNfAVg .news-scroll a {
  text-decoration: none;
}
.cid-tGNgkNfAVg .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #ff3366;
  border-radius: 50%;
  display: inline-block;
}
.cid-tGNgkNfAVg DIV {
  color: #ffffff;
}
.cid-tGNgkNrxQW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGNgkNrxQW .service-item {
  position: relative;
  transition: .5s;
  padding: 0 30px;
  border-bottom: 4px solid #e43f3f;
}
.cid-tGNgkNrxQW .service2 {
  border-bottom: 4px solid #e43f3f;
}
.cid-tGNgkNrxQW .service-item .service-icon {
  margin-bottom: 30px;
  padding-top: 25px;
}
.cid-tGNgkNrxQW .service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
.cid-tGNgkNrxQW .service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}
.cid-tGNgkNrxQW .service3-item > div {
  z-index: 1;
}
.cid-tGNgkNrxQW .service3-item div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
  transition: .5s;
  z-index: -1;
}
.cid-tGNgkNrxQW .service3-item div:hover::after {
  width: 100%;
  background: var(--primary);
}
.cid-tGNgkNrxQW .service3-item * {
  transition: .5s;
}
.cid-tGNgkNrxQW .service3-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: .5s;
}
.cid-tGNgkNrxQW .service3-item:hover .service-icon {
  background: #FFFFFF !important;
}
.cid-tGNgkNrxQW .section-title-1::before,
.cid-tGNgkNrxQW .section-title-2::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.cid-tGNgkNrxQW .section-title-2::before {
  height: 1px;
}
.cid-tGNgkNrxQW .section-title-1.text-center::before,
.cid-tGNgkNrxQW .section-title-2.text-center::before {
  left: 50%;
  margin-left: -75px;
}
.cid-tGNgkNrxQW .section-title-1.section-title-sm::before,
.cid-tGNgkNrxQW .section-title-2.section-title-sm::before {
  width: 90px;
  height: 3px;
}
.cid-tGNgkNrxQW .section-title-2.section-title-sm::before {
  height: 1px;
}
.cid-tGNgkNrxQW .section-title-1::after,
.cid-tGNgkNrxQW .section-title-2::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}
.cid-tGNgkNrxQW .section-title-2::after {
  bottom: -2px;
  background: var(--primary);
}
.cid-tGNgkNrxQW .section-title-1.section-title-sm::after,
.cid-tGNgkNrxQW .section-title-2.section-title-sm::after {
  width: 4px;
  height: 3px;
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}
.cid-tGNgkNrxQW .section-title-2.section-title-sm::after {
  bottom: -1px;
}
.cid-tGNgkNrxQW .section-title-1.text-center::after,
.cid-tGNgkNrxQW .section-title-2.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}
.cid-tGNgkNrxQW H3 {
  color: #ffffff;
}
.cid-tGNgkNrxQW P {
  color: #ffffff;
  line-height: 25px;
  text-align: center;
}
.cid-tGNgkNrxQW .mbr-section-title {
  color: #e43f3f;
}
.cid-tGNgkNrxQW .mbr-section-h5 {
  color: #331b1b;
}
.cid-tGNgkNrxQW .mbr-section-h1 {
  color: #232323;
}
.cid-tGNgkNrxQW .mbr-section-strong {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tGNgkNrxQW .mbr-section-p {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tGNgkNrxQW .mbr-section-contacttext {
  color: #ffffff;
  text-align: center;
}
.cid-tGNgkNrxQW H2 {
  color: #ffffff;
}
.cid-tGNgkNrxQW .mbr-section-contact {
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}
.cid-tGNgkNrxQW .bgcard1 {
  background-color: #0e3781;
}
.cid-tGNgkNrxQW .bgcard2 {
  background-color: #232323;
}
.cid-tGNgkNrxQW H4 {
  text-align: center;
  color: #dc4234;
}
.cid-tGNgkNJqk3 .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGNgkNJqk3 .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGNgkNJqk3 .divider-top::before,
.cid-tGNgkNJqk3 .divider-bottom::before,
.cid-tGNgkNJqk3 .divider-top::after,
.cid-tGNgkNJqk3 .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGNgkNJqk3 .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGNgkNJqk3 .divider-triangles::before {
  top: -50px;
}
.cid-tGNgkNJqk3 .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGNgkNJqk3 .divider-halfcircle::before {
  top: -50px;
}
.cid-tGNgkNJqk3 .divider-multitriangles::before,
.cid-tGNgkNJqk3 .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGNgkNJqk3 .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tGNgkNX3MH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tGNgkNX3MH .mbr-section-title {
  color: #ffffff;
}
.cid-tGNgkOdRk5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tGNgkOdRk5 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tGNgkOdRk5 .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tGNgkOdRk5 .card-title,
.cid-tGNgkOdRk5 .card-box {
  color: #e43f3f;
}
.cid-tGNgkOzJgo .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGNgkOzJgo .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGNgkOzJgo .divider-top::before,
.cid-tGNgkOzJgo .divider-bottom::before,
.cid-tGNgkOzJgo .divider-top::after,
.cid-tGNgkOzJgo .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGNgkOzJgo .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGNgkOzJgo .divider-triangles::before {
  top: -50px;
}
.cid-tGNgkOzJgo .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGNgkOzJgo .divider-halfcircle::before {
  top: -50px;
}
.cid-tGNgkOzJgo .divider-multitriangles::before,
.cid-tGNgkOzJgo .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGNgkOzJgo .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tGNgkOJogT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGNgkOYeeV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGNgkOYeeV .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-tGNgkOYeeV .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tGNgkOYeeV .text-box {
  text-align: center;
}
.cid-tGNgkOYeeV span {
  font-size: 7rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-tGNgkOYeeV .card {
    margin-bottom: 2rem;
  }
  .cid-tGNgkOYeeV .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tGNgkOYeeV span {
    font-size: 21vw;
  }
}
.cid-tGNgkOYeeV .item .icon-box .step-number {
  color: #dc4234;
}
.cid-tGNgkPsCvc {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGNgkPsCvc .mbr-section-title,
.cid-tGNgkPsCvc .mbr-section-subtitle {
  text-align: center;
}
.cid-tGNgkPsCvc .cost {
  word-break: normal;
}
.cid-tGNgkPsCvc .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tGNgkPsCvc .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tGNgkPsCvc .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGNgkPsCvc .card-wrapper {
    padding: 1rem;
  }
}
.cid-tGNgkPsCvc P {
  color: #0a0d53;
}
.cid-tGNgkPsCvc .card-title {
  color: #dc4234;
}
.cid-tGNgkPTdmP .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGNgkPTdmP .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGNgkPTdmP .divider-top::before,
.cid-tGNgkPTdmP .divider-bottom::before,
.cid-tGNgkPTdmP .divider-top::after,
.cid-tGNgkPTdmP .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGNgkPTdmP .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGNgkPTdmP .divider-triangles::before {
  top: -50px;
}
.cid-tGNgkPTdmP .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGNgkPTdmP .divider-halfcircle::before {
  top: -50px;
}
.cid-tGNgkPTdmP .divider-multitriangles::before,
.cid-tGNgkPTdmP .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGNgkPTdmP .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tGNgkQ338g {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGNgkQ338g .client-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cid-tGNgkQ338g .client-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.cid-tGNgkQ338g .textp {
  color: #000000;
  line-height: 25px;
}
.cid-tGNgkQ338g .client-title {
  margin-bottom: 45px;
}
.cid-tGNgkQ338g .client-text {
  margin-top: 50px;
  margin-bottom: 45px;
}
.cid-tGNgkQ338g .client-text p {
  margin-bottom: 0;
}
.cid-tGNgkQ338g .client-item {
  margin-top: 45px;
  padding: 60px 20px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.cid-tGNgkQ338g .client-item:hover:before {
  opacity: 1;
  height: 100%;
}
.cid-tGNgkQ338g .client-item:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-tGNgkQ338g .client-item:hover .content h3 {
  color: #ffffff;
}
.cid-tGNgkQ338g .client-item:hover .content span {
  color: #d0ced3;
}
.cid-tGNgkQ338g .client-item:hover .content p {
  color: #d0ced3;
}
.cid-tGNgkQ338g .client-item:hover .content .quote {
  color: #fba311;
}
.cid-tGNgkQ338g .client-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #0e3781;
  opacity: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.7s;
}
.cid-tGNgkQ338g .client-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.7s;
}
.cid-tGNgkQ338g .client-item .client-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.cid-tGNgkQ338g .client-item .client-img img {
  border-radius: 50%;
  border: 2px solid #fba311;
}
.cid-tGNgkQ338g .client-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.cid-tGNgkQ338g .client-item .content span {
  font-size: 14px;
  margin-bottom: 15px;
}
.cid-tGNgkQ338g .client-item .content ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.cid-tGNgkQ338g .client-item .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #fba311;
}
.cid-tGNgkQ338g .client-item .content p {
  margin-bottom: 0;
}
.cid-tGNgkQ338g H2 {
  color: #dc4234;
}
.cid-tGNgkQ338g P {
  color: #000000;
}
.cid-tGNgkQ338g H3 {
  color: #000000;
}
.cid-tGNgkQ338g SPAN {
  color: #131788;
}
.cid-tGNgkQrdCK .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGNgkQrdCK .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGNgkQrdCK .divider-top::before,
.cid-tGNgkQrdCK .divider-bottom::before,
.cid-tGNgkQrdCK .divider-top::after,
.cid-tGNgkQrdCK .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGNgkQrdCK .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGNgkQrdCK .divider-triangles::before {
  top: -50px;
}
.cid-tGNgkQrdCK .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGNgkQrdCK .divider-halfcircle::before {
  top: -50px;
}
.cid-tGNgkQrdCK .divider-multitriangles::before,
.cid-tGNgkQrdCK .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGNgkQrdCK .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tGNgkQFI1k {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGNgkQFI1k img,
.cid-tGNgkQFI1k .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGNgkQFI1k .item:focus,
.cid-tGNgkQFI1k span:focus {
  outline: none;
}
.cid-tGNgkQFI1k .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGNgkQFI1k .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e43f3f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGNgkQFI1k .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGNgkQFI1k .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGNgkQFI1k .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGNgkQFI1k .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGNgkQFI1k .item-wrapper {
  background: transparent;
}
.cid-tGNgkQFI1k .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGNgkQFI1k .mbr-section-title {
  color: #232323;
}
.cid-tGNgkQFI1k .mbr-text,
.cid-tGNgkQFI1k .mbr-section-btn {
  text-align: left;
}
.cid-tGNgkQFI1k .item-title {
  text-align: left;
}
.cid-tGNgkQFI1k .item-subtitle {
  text-align: center;
}
.cid-tGNgkR4k5O {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGNgkR4k5O img,
.cid-tGNgkR4k5O .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGNgkR4k5O .item:focus,
.cid-tGNgkR4k5O span:focus {
  outline: none;
}
.cid-tGNgkR4k5O .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGNgkR4k5O .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGNgkR4k5O .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGNgkR4k5O .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGNgkR4k5O .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGNgkR4k5O .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGNgkR4k5O .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGNgkR4k5O .mbr-section-title {
  color: #232323;
}
.cid-tGNgkR4k5O .mbr-text,
.cid-tGNgkR4k5O .mbr-section-btn {
  text-align: left;
}
.cid-tGNgkR4k5O .item-title {
  text-align: left;
}
.cid-tGNgkR4k5O .item-subtitle {
  text-align: center;
}
.cid-tGNgkRt1r6 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGNgkRt1r6 img,
.cid-tGNgkRt1r6 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGNgkRt1r6 .item:focus,
.cid-tGNgkRt1r6 span:focus {
  outline: none;
}
.cid-tGNgkRt1r6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGNgkRt1r6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGNgkRt1r6 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGNgkRt1r6 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGNgkRt1r6 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGNgkRt1r6 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGNgkRt1r6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGNgkRt1r6 .mbr-section-title {
  color: #232323;
}
.cid-tGNgkRt1r6 .mbr-text,
.cid-tGNgkRt1r6 .mbr-section-btn {
  text-align: left;
}
.cid-tGNgkRt1r6 .item-title {
  text-align: left;
}
.cid-tGNgkRt1r6 .item-subtitle {
  text-align: center;
}
.cid-tGNgkRWeti {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tGNgkRWeti .media-container-row {
  justify-content: space-between;
}
.cid-tGNgkRWeti .text-content {
  max-width: 50%;
}
.cid-tGNgkRWeti .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tGNgkRWeti .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tGNgkRWeti .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tGNgkRWeti .icons {
    justify-content: center !important;
  }
  .cid-tGNgkRWeti .text-content * {
    text-align: center;
  }
}
.cid-tGNCnx6vUa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGNgkSkXDg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGNgkSkXDg .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tGNgkSkXDg .bgColor1 {
  background-color: #0a0d53;
}
.cid-tGNgkSkXDg .bgColor2 {
  background-color: #e43f3f;
}
.cid-tGNgkSkXDg .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tGNgkSkXDg .bgicon {
  background-color: #ffffff;
}
.cid-tGNgkSkXDg H1 {
  color: #e43f3f;
}
.cid-tGNgkSFJ6H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tGNgkSFJ6H #footer {
  padding: 0 0 25px 0;
}
.cid-tGNgkSFJ6H #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tGNgkSFJ6H #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tGNgkSFJ6H #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tGNgkSFJ6H #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tGNgkSFJ6H #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tGNgkSFJ6H #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tGNgkSFJ6H #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tGNgkSFJ6H #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tGNgkSFJ6H #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tGNgkSFJ6H #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tGNgkSFJ6H #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tGNgkSFJ6H #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tGNgkSFJ6H #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tGNgkSFJ6H #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tGNgkSFJ6H #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tGNgkSFJ6H #footer .copyright {
  padding-top: 30px;
}
.cid-tGNgkSFJ6H ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tGNgkSFJ6H H4 {
  color: #000000;
  text-align: left;
}
.cid-tGNgkSFJ6H DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tGNgkSFJ6H P {
  color: #e43f3f;
  text-align: left;
}
.cid-tGNgkSFJ6H div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tGNgkSFJ6H .copyright a {
  text-decoration: none !important;
}
.cid-tGNgkSFJ6H .list,
.cid-tGNgkSFJ6H .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tGNgkSFJ6H ul li a {
  text-decoration: none !important;
}
.cid-tGNgkSFJ6H .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGBkBUQ4LQ {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #dc4234;
}
.cid-tGBkBUQ4LQ p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tGBkBUQ4LQ .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tGBkBUQ4LQ .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tGBkBUQ4LQ .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tGBkBUQ4LQ .main-banner .left-content {
  margin-right: 15px;
}
.cid-tGBkBUQ4LQ .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tGBkBUQ4LQ .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tGBkBUQ4LQ .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tGBkBUQ4LQ .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tGBkBUQ4LQ .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tGBkBUQ4LQ .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tGBkBUQ4LQ .main-banner:before {
    display: none;
  }
  .cid-tGBkBUQ4LQ .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tGBkBUQ4LQ .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tGBkBUQ4LQ H6 {
  color: #ffffff;
}
.cid-tGBkBUQ4LQ H2 {
  color: #ffffff;
}
.cid-tGBkBUQ4LQ P {
  color: #ffffff;
}
.cid-tGBkBVpCT6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tGBkBVpCT6 .news {
  width: 175px;
  background-color: #dc4234;
}
.cid-tGBkBVpCT6 .news-scroll a {
  text-decoration: none;
}
.cid-tGBkBVpCT6 .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #ff3366;
  border-radius: 50%;
  display: inline-block;
}
.cid-tGBkBVpCT6 DIV {
  color: #ffffff;
}
.cid-tGBkBVFwSJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGBkBVFwSJ .service-item {
  position: relative;
  transition: .5s;
  padding: 0 30px;
  border-bottom: 4px solid #e43f3f;
}
.cid-tGBkBVFwSJ .service2 {
  border-bottom: 4px solid #e43f3f;
}
.cid-tGBkBVFwSJ .service-item .service-icon {
  margin-bottom: 30px;
  padding-top: 25px;
}
.cid-tGBkBVFwSJ .service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
.cid-tGBkBVFwSJ .service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}
.cid-tGBkBVFwSJ .service3-item > div {
  z-index: 1;
}
.cid-tGBkBVFwSJ .service3-item div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
  transition: .5s;
  z-index: -1;
}
.cid-tGBkBVFwSJ .service3-item div:hover::after {
  width: 100%;
  background: var(--primary);
}
.cid-tGBkBVFwSJ .service3-item * {
  transition: .5s;
}
.cid-tGBkBVFwSJ .service3-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: .5s;
}
.cid-tGBkBVFwSJ .service3-item:hover .service-icon {
  background: #FFFFFF !important;
}
.cid-tGBkBVFwSJ .section-title-1::before,
.cid-tGBkBVFwSJ .section-title-2::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.cid-tGBkBVFwSJ .section-title-2::before {
  height: 1px;
}
.cid-tGBkBVFwSJ .section-title-1.text-center::before,
.cid-tGBkBVFwSJ .section-title-2.text-center::before {
  left: 50%;
  margin-left: -75px;
}
.cid-tGBkBVFwSJ .section-title-1.section-title-sm::before,
.cid-tGBkBVFwSJ .section-title-2.section-title-sm::before {
  width: 90px;
  height: 3px;
}
.cid-tGBkBVFwSJ .section-title-2.section-title-sm::before {
  height: 1px;
}
.cid-tGBkBVFwSJ .section-title-1::after,
.cid-tGBkBVFwSJ .section-title-2::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}
.cid-tGBkBVFwSJ .section-title-2::after {
  bottom: -2px;
  background: var(--primary);
}
.cid-tGBkBVFwSJ .section-title-1.section-title-sm::after,
.cid-tGBkBVFwSJ .section-title-2.section-title-sm::after {
  width: 4px;
  height: 3px;
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}
.cid-tGBkBVFwSJ .section-title-2.section-title-sm::after {
  bottom: -1px;
}
.cid-tGBkBVFwSJ .section-title-1.text-center::after,
.cid-tGBkBVFwSJ .section-title-2.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}
.cid-tGBkBVFwSJ H3 {
  color: #ffffff;
}
.cid-tGBkBVFwSJ P {
  color: #ffffff;
  line-height: 25px;
  text-align: center;
}
.cid-tGBkBVFwSJ .mbr-section-title {
  color: #e43f3f;
}
.cid-tGBkBVFwSJ .mbr-section-h5 {
  color: #331b1b;
}
.cid-tGBkBVFwSJ .mbr-section-h1 {
  color: #232323;
}
.cid-tGBkBVFwSJ .mbr-section-strong {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tGBkBVFwSJ .mbr-section-p {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tGBkBVFwSJ .mbr-section-contacttext {
  color: #ffffff;
  text-align: center;
}
.cid-tGBkBVFwSJ H2 {
  color: #ffffff;
}
.cid-tGBkBVFwSJ .mbr-section-contact {
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}
.cid-tGBkBVFwSJ .bgcard1 {
  background-color: #0e3781;
}
.cid-tGBkBVFwSJ .bgcard2 {
  background-color: #232323;
}
.cid-tGBkBVFwSJ H4 {
  text-align: center;
  color: #dc4234;
}
.cid-tGBkBW2N7A .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGBkBW2N7A .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGBkBW2N7A .divider-top::before,
.cid-tGBkBW2N7A .divider-bottom::before,
.cid-tGBkBW2N7A .divider-top::after,
.cid-tGBkBW2N7A .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGBkBW2N7A .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGBkBW2N7A .divider-triangles::before {
  top: -50px;
}
.cid-tGBkBW2N7A .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGBkBW2N7A .divider-halfcircle::before {
  top: -50px;
}
.cid-tGBkBW2N7A .divider-multitriangles::before,
.cid-tGBkBW2N7A .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGBkBW2N7A .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tGBkBWihFz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tGBkBWihFz .mbr-section-title {
  color: #ffffff;
}
.cid-tGBkBWEEJo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tGBkBWEEJo .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tGBkBWEEJo .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tGBkBWEEJo .card-title,
.cid-tGBkBWEEJo .card-box {
  color: #e43f3f;
}
.cid-tGBkBX25KV .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGBkBX25KV .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGBkBX25KV .divider-top::before,
.cid-tGBkBX25KV .divider-bottom::before,
.cid-tGBkBX25KV .divider-top::after,
.cid-tGBkBX25KV .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGBkBX25KV .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGBkBX25KV .divider-triangles::before {
  top: -50px;
}
.cid-tGBkBX25KV .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGBkBX25KV .divider-halfcircle::before {
  top: -50px;
}
.cid-tGBkBX25KV .divider-multitriangles::before,
.cid-tGBkBX25KV .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGBkBX25KV .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tGBkBXg0dV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGBkBXyrv5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGBkBXyrv5 .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-tGBkBXyrv5 .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tGBkBXyrv5 .text-box {
  text-align: center;
}
.cid-tGBkBXyrv5 span {
  font-size: 7rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-tGBkBXyrv5 .card {
    margin-bottom: 2rem;
  }
  .cid-tGBkBXyrv5 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tGBkBXyrv5 span {
    font-size: 21vw;
  }
}
.cid-tGBkBXyrv5 .item .icon-box .step-number {
  color: #dc4234;
}
.cid-tGBkBYfiBh {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGBkBYfiBh .mbr-section-title,
.cid-tGBkBYfiBh .mbr-section-subtitle {
  text-align: center;
}
.cid-tGBkBYfiBh .cost {
  word-break: normal;
}
.cid-tGBkBYfiBh .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tGBkBYfiBh .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tGBkBYfiBh .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGBkBYfiBh .card-wrapper {
    padding: 1rem;
  }
}
.cid-tGBkBYfiBh P {
  color: #0a0d53;
}
.cid-tGBkBYfiBh .card-title {
  color: #dc4234;
}
.cid-tGBkBYSkms .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGBkBYSkms .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGBkBYSkms .divider-top::before,
.cid-tGBkBYSkms .divider-bottom::before,
.cid-tGBkBYSkms .divider-top::after,
.cid-tGBkBYSkms .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGBkBYSkms .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGBkBYSkms .divider-triangles::before {
  top: -50px;
}
.cid-tGBkBYSkms .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGBkBYSkms .divider-halfcircle::before {
  top: -50px;
}
.cid-tGBkBYSkms .divider-multitriangles::before,
.cid-tGBkBYSkms .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGBkBYSkms .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tGBkBZ7TbU {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGBkBZ7TbU .client-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cid-tGBkBZ7TbU .client-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.cid-tGBkBZ7TbU .textp {
  color: #000000;
  line-height: 25px;
}
.cid-tGBkBZ7TbU .client-title {
  margin-bottom: 45px;
}
.cid-tGBkBZ7TbU .client-text {
  margin-top: 50px;
  margin-bottom: 45px;
}
.cid-tGBkBZ7TbU .client-text p {
  margin-bottom: 0;
}
.cid-tGBkBZ7TbU .client-item {
  margin-top: 45px;
  padding: 60px 20px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.cid-tGBkBZ7TbU .client-item:hover:before {
  opacity: 1;
  height: 100%;
}
.cid-tGBkBZ7TbU .client-item:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-tGBkBZ7TbU .client-item:hover .content h3 {
  color: #ffffff;
}
.cid-tGBkBZ7TbU .client-item:hover .content span {
  color: #d0ced3;
}
.cid-tGBkBZ7TbU .client-item:hover .content p {
  color: #d0ced3;
}
.cid-tGBkBZ7TbU .client-item:hover .content .quote {
  color: #fba311;
}
.cid-tGBkBZ7TbU .client-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #0e3781;
  opacity: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.7s;
}
.cid-tGBkBZ7TbU .client-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.7s;
}
.cid-tGBkBZ7TbU .client-item .client-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.cid-tGBkBZ7TbU .client-item .client-img img {
  border-radius: 50%;
  border: 2px solid #fba311;
}
.cid-tGBkBZ7TbU .client-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.cid-tGBkBZ7TbU .client-item .content span {
  font-size: 14px;
  margin-bottom: 15px;
}
.cid-tGBkBZ7TbU .client-item .content ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.cid-tGBkBZ7TbU .client-item .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #fba311;
}
.cid-tGBkBZ7TbU .client-item .content p {
  margin-bottom: 0;
}
.cid-tGBkBZ7TbU H2 {
  color: #dc4234;
}
.cid-tGBkBZ7TbU P {
  color: #000000;
}
.cid-tGBkBZ7TbU H3 {
  color: #000000;
}
.cid-tGBkBZ7TbU SPAN {
  color: #131788;
}
.cid-tGBkBZFITa .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGBkBZFITa .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGBkBZFITa .divider-top::before,
.cid-tGBkBZFITa .divider-bottom::before,
.cid-tGBkBZFITa .divider-top::after,
.cid-tGBkBZFITa .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGBkBZFITa .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGBkBZFITa .divider-triangles::before {
  top: -50px;
}
.cid-tGBkBZFITa .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGBkBZFITa .divider-halfcircle::before {
  top: -50px;
}
.cid-tGBkBZFITa .divider-multitriangles::before,
.cid-tGBkBZFITa .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGBkBZFITa .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tGBkBZXsVJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGBkBZXsVJ img,
.cid-tGBkBZXsVJ .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGBkBZXsVJ .item:focus,
.cid-tGBkBZXsVJ span:focus {
  outline: none;
}
.cid-tGBkBZXsVJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGBkBZXsVJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e43f3f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGBkBZXsVJ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGBkBZXsVJ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGBkBZXsVJ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGBkBZXsVJ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGBkBZXsVJ .item-wrapper {
  background: transparent;
}
.cid-tGBkBZXsVJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGBkBZXsVJ .mbr-section-title {
  color: #232323;
}
.cid-tGBkBZXsVJ .mbr-text,
.cid-tGBkBZXsVJ .mbr-section-btn {
  text-align: left;
}
.cid-tGBkBZXsVJ .item-title {
  text-align: left;
}
.cid-tGBkBZXsVJ .item-subtitle {
  text-align: center;
}
.cid-tGBkC0Bqb5 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGBkC0Bqb5 img,
.cid-tGBkC0Bqb5 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGBkC0Bqb5 .item:focus,
.cid-tGBkC0Bqb5 span:focus {
  outline: none;
}
.cid-tGBkC0Bqb5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGBkC0Bqb5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGBkC0Bqb5 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGBkC0Bqb5 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGBkC0Bqb5 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGBkC0Bqb5 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGBkC0Bqb5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGBkC0Bqb5 .mbr-section-title {
  color: #232323;
}
.cid-tGBkC0Bqb5 .mbr-text,
.cid-tGBkC0Bqb5 .mbr-section-btn {
  text-align: left;
}
.cid-tGBkC0Bqb5 .item-title {
  text-align: left;
}
.cid-tGBkC0Bqb5 .item-subtitle {
  text-align: center;
}
.cid-tGBkC1deSu {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGBkC1deSu img,
.cid-tGBkC1deSu .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGBkC1deSu .item:focus,
.cid-tGBkC1deSu span:focus {
  outline: none;
}
.cid-tGBkC1deSu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGBkC1deSu .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGBkC1deSu .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGBkC1deSu .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGBkC1deSu .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGBkC1deSu .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGBkC1deSu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGBkC1deSu .mbr-section-title {
  color: #232323;
}
.cid-tGBkC1deSu .mbr-text,
.cid-tGBkC1deSu .mbr-section-btn {
  text-align: left;
}
.cid-tGBkC1deSu .item-title {
  text-align: left;
}
.cid-tGBkC1deSu .item-subtitle {
  text-align: center;
}
.cid-tGBkC1X1Uq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tGBkC1X1Uq .media-container-row {
  justify-content: space-between;
}
.cid-tGBkC1X1Uq .text-content {
  max-width: 50%;
}
.cid-tGBkC1X1Uq .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tGBkC1X1Uq .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tGBkC1X1Uq .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tGBkC1X1Uq .icons {
    justify-content: center !important;
  }
  .cid-tGBkC1X1Uq .text-content * {
    text-align: center;
  }
}
.cid-tGByLg7AqV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGBkC3ispI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGBkC3ispI .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tGBkC3ispI .bgColor1 {
  background-color: #0a0d53;
}
.cid-tGBkC3ispI .bgColor2 {
  background-color: #e43f3f;
}
.cid-tGBkC3ispI .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tGBkC3ispI .bgicon {
  background-color: #ffffff;
}
.cid-tGBkC3ispI H1 {
  color: #e43f3f;
}
.cid-tGBkC3DzYH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tGBkC3DzYH #footer {
  padding: 0 0 25px 0;
}
.cid-tGBkC3DzYH #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tGBkC3DzYH #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tGBkC3DzYH #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tGBkC3DzYH #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tGBkC3DzYH #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tGBkC3DzYH #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tGBkC3DzYH #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tGBkC3DzYH #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tGBkC3DzYH #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tGBkC3DzYH #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tGBkC3DzYH #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tGBkC3DzYH #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tGBkC3DzYH #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tGBkC3DzYH #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tGBkC3DzYH #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tGBkC3DzYH #footer .copyright {
  padding-top: 30px;
}
.cid-tGBkC3DzYH ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tGBkC3DzYH H4 {
  color: #000000;
  text-align: left;
}
.cid-tGBkC3DzYH DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tGBkC3DzYH P {
  color: #e43f3f;
  text-align: left;
}
.cid-tGBkC3DzYH div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tGBkC3DzYH .copyright a {
  text-decoration: none !important;
}
.cid-tGBkC3DzYH .list,
.cid-tGBkC3DzYH .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tGBkC3DzYH ul li a {
  text-decoration: none !important;
}
.cid-tGBkC3DzYH .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGSllZRAoa {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #dc4234;
}
.cid-tGSllZRAoa p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tGSllZRAoa .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tGSllZRAoa .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tGSllZRAoa .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tGSllZRAoa .main-banner .left-content {
  margin-right: 15px;
}
.cid-tGSllZRAoa .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tGSllZRAoa .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tGSllZRAoa .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tGSllZRAoa .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tGSllZRAoa .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tGSllZRAoa .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tGSllZRAoa .main-banner:before {
    display: none;
  }
  .cid-tGSllZRAoa .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tGSllZRAoa .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tGSllZRAoa H6 {
  color: #ffffff;
}
.cid-tGSllZRAoa H2 {
  color: #ffffff;
}
.cid-tGSllZRAoa P {
  color: #ffffff;
}
.cid-tGSlm0npxw {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tGSlm0npxw .news {
  width: 175px;
  background-color: #dc4234;
}
.cid-tGSlm0npxw .news-scroll a {
  text-decoration: none;
}
.cid-tGSlm0npxw .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #ff3366;
  border-radius: 50%;
  display: inline-block;
}
.cid-tGSlm0npxw DIV {
  color: #ffffff;
}
.cid-tGSlm0ycA0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGSlm0ycA0 .service-item {
  position: relative;
  transition: .5s;
  padding: 0 30px;
  border-bottom: 4px solid #e43f3f;
}
.cid-tGSlm0ycA0 .service2 {
  border-bottom: 4px solid #e43f3f;
}
.cid-tGSlm0ycA0 .service-item .service-icon {
  margin-bottom: 30px;
  padding-top: 25px;
}
.cid-tGSlm0ycA0 .service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
.cid-tGSlm0ycA0 .service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}
.cid-tGSlm0ycA0 .service3-item > div {
  z-index: 1;
}
.cid-tGSlm0ycA0 .service3-item div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
  transition: .5s;
  z-index: -1;
}
.cid-tGSlm0ycA0 .service3-item div:hover::after {
  width: 100%;
  background: var(--primary);
}
.cid-tGSlm0ycA0 .service3-item * {
  transition: .5s;
}
.cid-tGSlm0ycA0 .service3-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: .5s;
}
.cid-tGSlm0ycA0 .service3-item:hover .service-icon {
  background: #FFFFFF !important;
}
.cid-tGSlm0ycA0 .section-title-1::before,
.cid-tGSlm0ycA0 .section-title-2::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.cid-tGSlm0ycA0 .section-title-2::before {
  height: 1px;
}
.cid-tGSlm0ycA0 .section-title-1.text-center::before,
.cid-tGSlm0ycA0 .section-title-2.text-center::before {
  left: 50%;
  margin-left: -75px;
}
.cid-tGSlm0ycA0 .section-title-1.section-title-sm::before,
.cid-tGSlm0ycA0 .section-title-2.section-title-sm::before {
  width: 90px;
  height: 3px;
}
.cid-tGSlm0ycA0 .section-title-2.section-title-sm::before {
  height: 1px;
}
.cid-tGSlm0ycA0 .section-title-1::after,
.cid-tGSlm0ycA0 .section-title-2::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}
.cid-tGSlm0ycA0 .section-title-2::after {
  bottom: -2px;
  background: var(--primary);
}
.cid-tGSlm0ycA0 .section-title-1.section-title-sm::after,
.cid-tGSlm0ycA0 .section-title-2.section-title-sm::after {
  width: 4px;
  height: 3px;
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}
.cid-tGSlm0ycA0 .section-title-2.section-title-sm::after {
  bottom: -1px;
}
.cid-tGSlm0ycA0 .section-title-1.text-center::after,
.cid-tGSlm0ycA0 .section-title-2.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}
.cid-tGSlm0ycA0 H3 {
  color: #ffffff;
}
.cid-tGSlm0ycA0 P {
  color: #ffffff;
  line-height: 25px;
  text-align: center;
}
.cid-tGSlm0ycA0 .mbr-section-title {
  color: #e43f3f;
}
.cid-tGSlm0ycA0 .mbr-section-h5 {
  color: #331b1b;
}
.cid-tGSlm0ycA0 .mbr-section-h1 {
  color: #232323;
}
.cid-tGSlm0ycA0 .mbr-section-strong {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tGSlm0ycA0 .mbr-section-p {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tGSlm0ycA0 .mbr-section-contacttext {
  color: #ffffff;
  text-align: center;
}
.cid-tGSlm0ycA0 H2 {
  color: #ffffff;
}
.cid-tGSlm0ycA0 .mbr-section-contact {
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}
.cid-tGSlm0ycA0 .bgcard1 {
  background-color: #0e3781;
}
.cid-tGSlm0ycA0 .bgcard2 {
  background-color: #232323;
}
.cid-tGSlm0ycA0 H4 {
  text-align: center;
  color: #dc4234;
}
.cid-tGSlm0RMH7 .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGSlm0RMH7 .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGSlm0RMH7 .divider-top::before,
.cid-tGSlm0RMH7 .divider-bottom::before,
.cid-tGSlm0RMH7 .divider-top::after,
.cid-tGSlm0RMH7 .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGSlm0RMH7 .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGSlm0RMH7 .divider-triangles::before {
  top: -50px;
}
.cid-tGSlm0RMH7 .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGSlm0RMH7 .divider-halfcircle::before {
  top: -50px;
}
.cid-tGSlm0RMH7 .divider-multitriangles::before,
.cid-tGSlm0RMH7 .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGSlm0RMH7 .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tGSlm11Qtk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tGSlm11Qtk .mbr-section-title {
  color: #ffffff;
}
.cid-tGSlm1gGa6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tGSlm1gGa6 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tGSlm1gGa6 .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tGSlm1gGa6 .card-title,
.cid-tGSlm1gGa6 .card-box {
  color: #e43f3f;
}
.cid-tGSlm1zZRC .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGSlm1zZRC .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGSlm1zZRC .divider-top::before,
.cid-tGSlm1zZRC .divider-bottom::before,
.cid-tGSlm1zZRC .divider-top::after,
.cid-tGSlm1zZRC .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGSlm1zZRC .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGSlm1zZRC .divider-triangles::before {
  top: -50px;
}
.cid-tGSlm1zZRC .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGSlm1zZRC .divider-halfcircle::before {
  top: -50px;
}
.cid-tGSlm1zZRC .divider-multitriangles::before,
.cid-tGSlm1zZRC .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGSlm1zZRC .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tGSlm1ItO2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGSlm1UXbA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGSlm1UXbA .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-tGSlm1UXbA .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tGSlm1UXbA .text-box {
  text-align: center;
}
.cid-tGSlm1UXbA span {
  font-size: 7rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-tGSlm1UXbA .card {
    margin-bottom: 2rem;
  }
  .cid-tGSlm1UXbA .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tGSlm1UXbA span {
    font-size: 21vw;
  }
}
.cid-tGSlm1UXbA .item .icon-box .step-number {
  color: #dc4234;
}
.cid-tGSlm2nUkk {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGSlm2nUkk .mbr-section-title,
.cid-tGSlm2nUkk .mbr-section-subtitle {
  text-align: center;
}
.cid-tGSlm2nUkk .cost {
  word-break: normal;
}
.cid-tGSlm2nUkk .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tGSlm2nUkk .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tGSlm2nUkk .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGSlm2nUkk .card-wrapper {
    padding: 1rem;
  }
}
.cid-tGSlm2nUkk P {
  color: #0a0d53;
}
.cid-tGSlm2nUkk .card-title {
  color: #dc4234;
}
.cid-tGSlm2QedH .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGSlm2QedH .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGSlm2QedH .divider-top::before,
.cid-tGSlm2QedH .divider-bottom::before,
.cid-tGSlm2QedH .divider-top::after,
.cid-tGSlm2QedH .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGSlm2QedH .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGSlm2QedH .divider-triangles::before {
  top: -50px;
}
.cid-tGSlm2QedH .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGSlm2QedH .divider-halfcircle::before {
  top: -50px;
}
.cid-tGSlm2QedH .divider-multitriangles::before,
.cid-tGSlm2QedH .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGSlm2QedH .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tGSlm2ZFQ9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGSlm2ZFQ9 .client-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cid-tGSlm2ZFQ9 .client-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.cid-tGSlm2ZFQ9 .textp {
  color: #000000;
  line-height: 25px;
}
.cid-tGSlm2ZFQ9 .client-title {
  margin-bottom: 45px;
}
.cid-tGSlm2ZFQ9 .client-text {
  margin-top: 50px;
  margin-bottom: 45px;
}
.cid-tGSlm2ZFQ9 .client-text p {
  margin-bottom: 0;
}
.cid-tGSlm2ZFQ9 .client-item {
  margin-top: 45px;
  padding: 60px 20px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.cid-tGSlm2ZFQ9 .client-item:hover:before {
  opacity: 1;
  height: 100%;
}
.cid-tGSlm2ZFQ9 .client-item:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-tGSlm2ZFQ9 .client-item:hover .content h3 {
  color: #ffffff;
}
.cid-tGSlm2ZFQ9 .client-item:hover .content span {
  color: #d0ced3;
}
.cid-tGSlm2ZFQ9 .client-item:hover .content p {
  color: #d0ced3;
}
.cid-tGSlm2ZFQ9 .client-item:hover .content .quote {
  color: #fba311;
}
.cid-tGSlm2ZFQ9 .client-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #0e3781;
  opacity: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.7s;
}
.cid-tGSlm2ZFQ9 .client-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.7s;
}
.cid-tGSlm2ZFQ9 .client-item .client-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.cid-tGSlm2ZFQ9 .client-item .client-img img {
  border-radius: 50%;
  border: 2px solid #fba311;
}
.cid-tGSlm2ZFQ9 .client-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.cid-tGSlm2ZFQ9 .client-item .content span {
  font-size: 14px;
  margin-bottom: 15px;
}
.cid-tGSlm2ZFQ9 .client-item .content ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.cid-tGSlm2ZFQ9 .client-item .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #fba311;
}
.cid-tGSlm2ZFQ9 .client-item .content p {
  margin-bottom: 0;
}
.cid-tGSlm2ZFQ9 H2 {
  color: #dc4234;
}
.cid-tGSlm2ZFQ9 P {
  color: #000000;
}
.cid-tGSlm2ZFQ9 H3 {
  color: #000000;
}
.cid-tGSlm2ZFQ9 SPAN {
  color: #131788;
}
.cid-tGSlm3lHg4 .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGSlm3lHg4 .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGSlm3lHg4 .divider-top::before,
.cid-tGSlm3lHg4 .divider-bottom::before,
.cid-tGSlm3lHg4 .divider-top::after,
.cid-tGSlm3lHg4 .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGSlm3lHg4 .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGSlm3lHg4 .divider-triangles::before {
  top: -50px;
}
.cid-tGSlm3lHg4 .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGSlm3lHg4 .divider-halfcircle::before {
  top: -50px;
}
.cid-tGSlm3lHg4 .divider-multitriangles::before,
.cid-tGSlm3lHg4 .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGSlm3lHg4 .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tGSlm3vycK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGSlm3vycK img,
.cid-tGSlm3vycK .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGSlm3vycK .item:focus,
.cid-tGSlm3vycK span:focus {
  outline: none;
}
.cid-tGSlm3vycK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGSlm3vycK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e43f3f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGSlm3vycK .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGSlm3vycK .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGSlm3vycK .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGSlm3vycK .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGSlm3vycK .item-wrapper {
  background: transparent;
}
.cid-tGSlm3vycK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGSlm3vycK .mbr-section-title {
  color: #232323;
}
.cid-tGSlm3vycK .mbr-text,
.cid-tGSlm3vycK .mbr-section-btn {
  text-align: left;
}
.cid-tGSlm3vycK .item-title {
  text-align: left;
}
.cid-tGSlm3vycK .item-subtitle {
  text-align: center;
}
.cid-tGSlm3XiVq {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGSlm3XiVq img,
.cid-tGSlm3XiVq .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGSlm3XiVq .item:focus,
.cid-tGSlm3XiVq span:focus {
  outline: none;
}
.cid-tGSlm3XiVq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGSlm3XiVq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGSlm3XiVq .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGSlm3XiVq .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGSlm3XiVq .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGSlm3XiVq .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGSlm3XiVq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGSlm3XiVq .mbr-section-title {
  color: #232323;
}
.cid-tGSlm3XiVq .mbr-text,
.cid-tGSlm3XiVq .mbr-section-btn {
  text-align: left;
}
.cid-tGSlm3XiVq .item-title {
  text-align: left;
}
.cid-tGSlm3XiVq .item-subtitle {
  text-align: center;
}
.cid-tGSlm4nspx {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGSlm4nspx img,
.cid-tGSlm4nspx .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGSlm4nspx .item:focus,
.cid-tGSlm4nspx span:focus {
  outline: none;
}
.cid-tGSlm4nspx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGSlm4nspx .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGSlm4nspx .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGSlm4nspx .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGSlm4nspx .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGSlm4nspx .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGSlm4nspx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGSlm4nspx .mbr-section-title {
  color: #232323;
}
.cid-tGSlm4nspx .mbr-text,
.cid-tGSlm4nspx .mbr-section-btn {
  text-align: left;
}
.cid-tGSlm4nspx .item-title {
  text-align: left;
}
.cid-tGSlm4nspx .item-subtitle {
  text-align: center;
}
.cid-tGSlm4N1yo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tGSlm4N1yo .media-container-row {
  justify-content: space-between;
}
.cid-tGSlm4N1yo .text-content {
  max-width: 50%;
}
.cid-tGSlm4N1yo .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tGSlm4N1yo .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tGSlm4N1yo .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tGSlm4N1yo .icons {
    justify-content: center !important;
  }
  .cid-tGSlm4N1yo .text-content * {
    text-align: center;
  }
}
.cid-tGSsCOUngH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGSlm5aEgg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGSlm5aEgg .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tGSlm5aEgg .bgColor1 {
  background-color: #0a0d53;
}
.cid-tGSlm5aEgg .bgColor2 {
  background-color: #e43f3f;
}
.cid-tGSlm5aEgg .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tGSlm5aEgg .bgicon {
  background-color: #ffffff;
}
.cid-tGSlm5aEgg H1 {
  color: #e43f3f;
}
.cid-tGSlm5wssG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tGSlm5wssG #footer {
  padding: 0 0 25px 0;
}
.cid-tGSlm5wssG #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tGSlm5wssG #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tGSlm5wssG #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tGSlm5wssG #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tGSlm5wssG #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tGSlm5wssG #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tGSlm5wssG #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tGSlm5wssG #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tGSlm5wssG #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tGSlm5wssG #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tGSlm5wssG #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tGSlm5wssG #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tGSlm5wssG #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tGSlm5wssG #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tGSlm5wssG #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tGSlm5wssG #footer .copyright {
  padding-top: 30px;
}
.cid-tGSlm5wssG ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tGSlm5wssG H4 {
  color: #000000;
  text-align: left;
}
.cid-tGSlm5wssG DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tGSlm5wssG P {
  color: #e43f3f;
  text-align: left;
}
.cid-tGSlm5wssG div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tGSlm5wssG .copyright a {
  text-decoration: none !important;
}
.cid-tGSlm5wssG .list,
.cid-tGSlm5wssG .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tGSlm5wssG ul li a {
  text-decoration: none !important;
}
.cid-tGSlm5wssG .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGTaAR4Q9f {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #dc4234;
}
.cid-tGTaAR4Q9f p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tGTaAR4Q9f .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tGTaAR4Q9f .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tGTaAR4Q9f .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tGTaAR4Q9f .main-banner .left-content {
  margin-right: 15px;
}
.cid-tGTaAR4Q9f .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tGTaAR4Q9f .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tGTaAR4Q9f .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tGTaAR4Q9f .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tGTaAR4Q9f .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tGTaAR4Q9f .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tGTaAR4Q9f .main-banner:before {
    display: none;
  }
  .cid-tGTaAR4Q9f .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tGTaAR4Q9f .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tGTaAR4Q9f H6 {
  color: #ffffff;
}
.cid-tGTaAR4Q9f H2 {
  color: #ffffff;
}
.cid-tGTaAR4Q9f P {
  color: #ffffff;
}
.cid-tGTaARrMGw {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tGTaARrMGw .news {
  width: 175px;
  background-color: #dc4234;
}
.cid-tGTaARrMGw .news-scroll a {
  text-decoration: none;
}
.cid-tGTaARrMGw .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #ff3366;
  border-radius: 50%;
  display: inline-block;
}
.cid-tGTaARrMGw DIV {
  color: #ffffff;
}
.cid-tGTaARE2GI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGTaARE2GI .service-item {
  position: relative;
  transition: .5s;
  padding: 0 30px;
  border-bottom: 4px solid #e43f3f;
}
.cid-tGTaARE2GI .service2 {
  border-bottom: 4px solid #e43f3f;
}
.cid-tGTaARE2GI .service-item .service-icon {
  margin-bottom: 30px;
  padding-top: 25px;
}
.cid-tGTaARE2GI .service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
.cid-tGTaARE2GI .service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}
.cid-tGTaARE2GI .service3-item > div {
  z-index: 1;
}
.cid-tGTaARE2GI .service3-item div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
  transition: .5s;
  z-index: -1;
}
.cid-tGTaARE2GI .service3-item div:hover::after {
  width: 100%;
  background: var(--primary);
}
.cid-tGTaARE2GI .service3-item * {
  transition: .5s;
}
.cid-tGTaARE2GI .service3-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: .5s;
}
.cid-tGTaARE2GI .service3-item:hover .service-icon {
  background: #FFFFFF !important;
}
.cid-tGTaARE2GI .section-title-1::before,
.cid-tGTaARE2GI .section-title-2::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.cid-tGTaARE2GI .section-title-2::before {
  height: 1px;
}
.cid-tGTaARE2GI .section-title-1.text-center::before,
.cid-tGTaARE2GI .section-title-2.text-center::before {
  left: 50%;
  margin-left: -75px;
}
.cid-tGTaARE2GI .section-title-1.section-title-sm::before,
.cid-tGTaARE2GI .section-title-2.section-title-sm::before {
  width: 90px;
  height: 3px;
}
.cid-tGTaARE2GI .section-title-2.section-title-sm::before {
  height: 1px;
}
.cid-tGTaARE2GI .section-title-1::after,
.cid-tGTaARE2GI .section-title-2::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}
.cid-tGTaARE2GI .section-title-2::after {
  bottom: -2px;
  background: var(--primary);
}
.cid-tGTaARE2GI .section-title-1.section-title-sm::after,
.cid-tGTaARE2GI .section-title-2.section-title-sm::after {
  width: 4px;
  height: 3px;
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}
.cid-tGTaARE2GI .section-title-2.section-title-sm::after {
  bottom: -1px;
}
.cid-tGTaARE2GI .section-title-1.text-center::after,
.cid-tGTaARE2GI .section-title-2.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}
.cid-tGTaARE2GI H3 {
  color: #ffffff;
}
.cid-tGTaARE2GI P {
  color: #ffffff;
  line-height: 25px;
  text-align: center;
}
.cid-tGTaARE2GI .mbr-section-title {
  color: #e43f3f;
}
.cid-tGTaARE2GI .mbr-section-h5 {
  color: #331b1b;
}
.cid-tGTaARE2GI .mbr-section-h1 {
  color: #232323;
}
.cid-tGTaARE2GI .mbr-section-strong {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tGTaARE2GI .mbr-section-p {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tGTaARE2GI .mbr-section-contacttext {
  color: #ffffff;
  text-align: center;
}
.cid-tGTaARE2GI H2 {
  color: #ffffff;
}
.cid-tGTaARE2GI .mbr-section-contact {
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}
.cid-tGTaARE2GI .bgcard1 {
  background-color: #0e3781;
}
.cid-tGTaARE2GI .bgcard2 {
  background-color: #232323;
}
.cid-tGTaARE2GI H4 {
  text-align: center;
  color: #dc4234;
}
.cid-tGTaARXhLP .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGTaARXhLP .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGTaARXhLP .divider-top::before,
.cid-tGTaARXhLP .divider-bottom::before,
.cid-tGTaARXhLP .divider-top::after,
.cid-tGTaARXhLP .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGTaARXhLP .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGTaARXhLP .divider-triangles::before {
  top: -50px;
}
.cid-tGTaARXhLP .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGTaARXhLP .divider-halfcircle::before {
  top: -50px;
}
.cid-tGTaARXhLP .divider-multitriangles::before,
.cid-tGTaARXhLP .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGTaARXhLP .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tGTaAS9Ld8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tGTaAS9Ld8 .mbr-section-title {
  color: #ffffff;
}
.cid-tGTaASojSY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tGTaASojSY .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tGTaASojSY .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tGTaASojSY .card-title,
.cid-tGTaASojSY .card-box {
  color: #e43f3f;
}
.cid-tGTaASJaxC .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGTaASJaxC .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGTaASJaxC .divider-top::before,
.cid-tGTaASJaxC .divider-bottom::before,
.cid-tGTaASJaxC .divider-top::after,
.cid-tGTaASJaxC .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGTaASJaxC .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGTaASJaxC .divider-triangles::before {
  top: -50px;
}
.cid-tGTaASJaxC .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGTaASJaxC .divider-halfcircle::before {
  top: -50px;
}
.cid-tGTaASJaxC .divider-multitriangles::before,
.cid-tGTaASJaxC .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGTaASJaxC .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tGTaASS6rD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGTaAT413J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGTaAT413J .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-tGTaAT413J .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tGTaAT413J .text-box {
  text-align: center;
}
.cid-tGTaAT413J span {
  font-size: 7rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-tGTaAT413J .card {
    margin-bottom: 2rem;
  }
  .cid-tGTaAT413J .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tGTaAT413J span {
    font-size: 21vw;
  }
}
.cid-tGTaAT413J .item .icon-box .step-number {
  color: #dc4234;
}
.cid-tGTaATvnqm {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGTaATvnqm .mbr-section-title,
.cid-tGTaATvnqm .mbr-section-subtitle {
  text-align: center;
}
.cid-tGTaATvnqm .cost {
  word-break: normal;
}
.cid-tGTaATvnqm .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tGTaATvnqm .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tGTaATvnqm .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGTaATvnqm .card-wrapper {
    padding: 1rem;
  }
}
.cid-tGTaATvnqm P {
  color: #0a0d53;
}
.cid-tGTaATvnqm .card-title {
  color: #dc4234;
}
.cid-tGTaATXIJd .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGTaATXIJd .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGTaATXIJd .divider-top::before,
.cid-tGTaATXIJd .divider-bottom::before,
.cid-tGTaATXIJd .divider-top::after,
.cid-tGTaATXIJd .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGTaATXIJd .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGTaATXIJd .divider-triangles::before {
  top: -50px;
}
.cid-tGTaATXIJd .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGTaATXIJd .divider-halfcircle::before {
  top: -50px;
}
.cid-tGTaATXIJd .divider-multitriangles::before,
.cid-tGTaATXIJd .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGTaATXIJd .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tGTaAU6Uag {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGTaAU6Uag .client-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cid-tGTaAU6Uag .client-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.cid-tGTaAU6Uag .textp {
  color: #000000;
  line-height: 25px;
}
.cid-tGTaAU6Uag .client-title {
  margin-bottom: 45px;
}
.cid-tGTaAU6Uag .client-text {
  margin-top: 50px;
  margin-bottom: 45px;
}
.cid-tGTaAU6Uag .client-text p {
  margin-bottom: 0;
}
.cid-tGTaAU6Uag .client-item {
  margin-top: 45px;
  padding: 60px 20px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.cid-tGTaAU6Uag .client-item:hover:before {
  opacity: 1;
  height: 100%;
}
.cid-tGTaAU6Uag .client-item:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-tGTaAU6Uag .client-item:hover .content h3 {
  color: #ffffff;
}
.cid-tGTaAU6Uag .client-item:hover .content span {
  color: #d0ced3;
}
.cid-tGTaAU6Uag .client-item:hover .content p {
  color: #d0ced3;
}
.cid-tGTaAU6Uag .client-item:hover .content .quote {
  color: #fba311;
}
.cid-tGTaAU6Uag .client-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #0e3781;
  opacity: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.7s;
}
.cid-tGTaAU6Uag .client-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.7s;
}
.cid-tGTaAU6Uag .client-item .client-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.cid-tGTaAU6Uag .client-item .client-img img {
  border-radius: 50%;
  border: 2px solid #fba311;
}
.cid-tGTaAU6Uag .client-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.cid-tGTaAU6Uag .client-item .content span {
  font-size: 14px;
  margin-bottom: 15px;
}
.cid-tGTaAU6Uag .client-item .content ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.cid-tGTaAU6Uag .client-item .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #fba311;
}
.cid-tGTaAU6Uag .client-item .content p {
  margin-bottom: 0;
}
.cid-tGTaAU6Uag H2 {
  color: #dc4234;
}
.cid-tGTaAU6Uag P {
  color: #000000;
}
.cid-tGTaAU6Uag H3 {
  color: #000000;
}
.cid-tGTaAU6Uag SPAN {
  color: #131788;
}
.cid-tGTaAUvAXE .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGTaAUvAXE .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGTaAUvAXE .divider-top::before,
.cid-tGTaAUvAXE .divider-bottom::before,
.cid-tGTaAUvAXE .divider-top::after,
.cid-tGTaAUvAXE .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGTaAUvAXE .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGTaAUvAXE .divider-triangles::before {
  top: -50px;
}
.cid-tGTaAUvAXE .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGTaAUvAXE .divider-halfcircle::before {
  top: -50px;
}
.cid-tGTaAUvAXE .divider-multitriangles::before,
.cid-tGTaAUvAXE .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGTaAUvAXE .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tGTaAUF6FH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGTaAUF6FH img,
.cid-tGTaAUF6FH .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGTaAUF6FH .item:focus,
.cid-tGTaAUF6FH span:focus {
  outline: none;
}
.cid-tGTaAUF6FH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGTaAUF6FH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e43f3f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGTaAUF6FH .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGTaAUF6FH .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGTaAUF6FH .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGTaAUF6FH .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGTaAUF6FH .item-wrapper {
  background: transparent;
}
.cid-tGTaAUF6FH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGTaAUF6FH .mbr-section-title {
  color: #232323;
}
.cid-tGTaAUF6FH .mbr-text,
.cid-tGTaAUF6FH .mbr-section-btn {
  text-align: left;
}
.cid-tGTaAUF6FH .item-title {
  text-align: left;
}
.cid-tGTaAUF6FH .item-subtitle {
  text-align: center;
}
.cid-tGTaAV7sl4 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGTaAV7sl4 img,
.cid-tGTaAV7sl4 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGTaAV7sl4 .item:focus,
.cid-tGTaAV7sl4 span:focus {
  outline: none;
}
.cid-tGTaAV7sl4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGTaAV7sl4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGTaAV7sl4 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGTaAV7sl4 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGTaAV7sl4 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGTaAV7sl4 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGTaAV7sl4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGTaAV7sl4 .mbr-section-title {
  color: #232323;
}
.cid-tGTaAV7sl4 .mbr-text,
.cid-tGTaAV7sl4 .mbr-section-btn {
  text-align: left;
}
.cid-tGTaAV7sl4 .item-title {
  text-align: left;
}
.cid-tGTaAV7sl4 .item-subtitle {
  text-align: center;
}
.cid-tGTaAVvTyD {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGTaAVvTyD img,
.cid-tGTaAVvTyD .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGTaAVvTyD .item:focus,
.cid-tGTaAVvTyD span:focus {
  outline: none;
}
.cid-tGTaAVvTyD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGTaAVvTyD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGTaAVvTyD .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGTaAVvTyD .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGTaAVvTyD .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGTaAVvTyD .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGTaAVvTyD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGTaAVvTyD .mbr-section-title {
  color: #232323;
}
.cid-tGTaAVvTyD .mbr-text,
.cid-tGTaAVvTyD .mbr-section-btn {
  text-align: left;
}
.cid-tGTaAVvTyD .item-title {
  text-align: left;
}
.cid-tGTaAVvTyD .item-subtitle {
  text-align: center;
}
.cid-tGTaAVVLQQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tGTaAVVLQQ .media-container-row {
  justify-content: space-between;
}
.cid-tGTaAVVLQQ .text-content {
  max-width: 50%;
}
.cid-tGTaAVVLQQ .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tGTaAVVLQQ .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tGTaAVVLQQ .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tGTaAVVLQQ .icons {
    justify-content: center !important;
  }
  .cid-tGTaAVVLQQ .text-content * {
    text-align: center;
  }
}
.cid-tGTjBs404i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGTaAWiPjt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGTaAWiPjt .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tGTaAWiPjt .bgColor1 {
  background-color: #0a0d53;
}
.cid-tGTaAWiPjt .bgColor2 {
  background-color: #e43f3f;
}
.cid-tGTaAWiPjt .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tGTaAWiPjt .bgicon {
  background-color: #ffffff;
}
.cid-tGTaAWiPjt H1 {
  color: #e43f3f;
}
.cid-tGTaAWC9MF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tGTaAWC9MF #footer {
  padding: 0 0 25px 0;
}
.cid-tGTaAWC9MF #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tGTaAWC9MF #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tGTaAWC9MF #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tGTaAWC9MF #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tGTaAWC9MF #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tGTaAWC9MF #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tGTaAWC9MF #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tGTaAWC9MF #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tGTaAWC9MF #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tGTaAWC9MF #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tGTaAWC9MF #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tGTaAWC9MF #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tGTaAWC9MF #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tGTaAWC9MF #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tGTaAWC9MF #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tGTaAWC9MF #footer .copyright {
  padding-top: 30px;
}
.cid-tGTaAWC9MF ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tGTaAWC9MF H4 {
  color: #000000;
  text-align: left;
}
.cid-tGTaAWC9MF DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tGTaAWC9MF P {
  color: #e43f3f;
  text-align: left;
}
.cid-tGTaAWC9MF div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tGTaAWC9MF .copyright a {
  text-decoration: none !important;
}
.cid-tGTaAWC9MF .list,
.cid-tGTaAWC9MF .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tGTaAWC9MF ul li a {
  text-decoration: none !important;
}
.cid-tGTaAWC9MF .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGXeM8gBWS {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #dc4234;
}
.cid-tGXeM8gBWS p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tGXeM8gBWS .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tGXeM8gBWS .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tGXeM8gBWS .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tGXeM8gBWS .main-banner .left-content {
  margin-right: 15px;
}
.cid-tGXeM8gBWS .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tGXeM8gBWS .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tGXeM8gBWS .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tGXeM8gBWS .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tGXeM8gBWS .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tGXeM8gBWS .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tGXeM8gBWS .main-banner:before {
    display: none;
  }
  .cid-tGXeM8gBWS .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tGXeM8gBWS .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tGXeM8gBWS H6 {
  color: #ffffff;
}
.cid-tGXeM8gBWS H2 {
  color: #ffffff;
}
.cid-tGXeM8gBWS P {
  color: #ffffff;
}
.cid-tGXeM8zVFY {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tGXeM8zVFY .news {
  width: 175px;
  background-color: #dc4234;
}
.cid-tGXeM8zVFY .news-scroll a {
  text-decoration: none;
}
.cid-tGXeM8zVFY .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #ff3366;
  border-radius: 50%;
  display: inline-block;
}
.cid-tGXeM8zVFY DIV {
  color: #ffffff;
}
.cid-tGXeM8LKNx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGXeM8LKNx .service-item {
  position: relative;
  transition: .5s;
  padding: 0 30px;
  border-bottom: 4px solid #e43f3f;
}
.cid-tGXeM8LKNx .service2 {
  border-bottom: 4px solid #e43f3f;
}
.cid-tGXeM8LKNx .service-item .service-icon {
  margin-bottom: 30px;
  padding-top: 25px;
}
.cid-tGXeM8LKNx .service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
.cid-tGXeM8LKNx .service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}
.cid-tGXeM8LKNx .service3-item > div {
  z-index: 1;
}
.cid-tGXeM8LKNx .service3-item div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
  transition: .5s;
  z-index: -1;
}
.cid-tGXeM8LKNx .service3-item div:hover::after {
  width: 100%;
  background: var(--primary);
}
.cid-tGXeM8LKNx .service3-item * {
  transition: .5s;
}
.cid-tGXeM8LKNx .service3-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: .5s;
}
.cid-tGXeM8LKNx .service3-item:hover .service-icon {
  background: #FFFFFF !important;
}
.cid-tGXeM8LKNx .section-title-1::before,
.cid-tGXeM8LKNx .section-title-2::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.cid-tGXeM8LKNx .section-title-2::before {
  height: 1px;
}
.cid-tGXeM8LKNx .section-title-1.text-center::before,
.cid-tGXeM8LKNx .section-title-2.text-center::before {
  left: 50%;
  margin-left: -75px;
}
.cid-tGXeM8LKNx .section-title-1.section-title-sm::before,
.cid-tGXeM8LKNx .section-title-2.section-title-sm::before {
  width: 90px;
  height: 3px;
}
.cid-tGXeM8LKNx .section-title-2.section-title-sm::before {
  height: 1px;
}
.cid-tGXeM8LKNx .section-title-1::after,
.cid-tGXeM8LKNx .section-title-2::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}
.cid-tGXeM8LKNx .section-title-2::after {
  bottom: -2px;
  background: var(--primary);
}
.cid-tGXeM8LKNx .section-title-1.section-title-sm::after,
.cid-tGXeM8LKNx .section-title-2.section-title-sm::after {
  width: 4px;
  height: 3px;
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}
.cid-tGXeM8LKNx .section-title-2.section-title-sm::after {
  bottom: -1px;
}
.cid-tGXeM8LKNx .section-title-1.text-center::after,
.cid-tGXeM8LKNx .section-title-2.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}
.cid-tGXeM8LKNx H3 {
  color: #ffffff;
}
.cid-tGXeM8LKNx P {
  color: #ffffff;
  line-height: 25px;
  text-align: center;
}
.cid-tGXeM8LKNx .mbr-section-title {
  color: #e43f3f;
}
.cid-tGXeM8LKNx .mbr-section-h5 {
  color: #331b1b;
}
.cid-tGXeM8LKNx .mbr-section-h1 {
  color: #232323;
}
.cid-tGXeM8LKNx .mbr-section-strong {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tGXeM8LKNx .mbr-section-p {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tGXeM8LKNx .mbr-section-contacttext {
  color: #ffffff;
  text-align: center;
}
.cid-tGXeM8LKNx H2 {
  color: #ffffff;
}
.cid-tGXeM8LKNx .mbr-section-contact {
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}
.cid-tGXeM8LKNx .bgcard1 {
  background-color: #0e3781;
}
.cid-tGXeM8LKNx .bgcard2 {
  background-color: #232323;
}
.cid-tGXeM8LKNx H4 {
  text-align: center;
  color: #dc4234;
}
.cid-tGXeM93xIF .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGXeM93xIF .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGXeM93xIF .divider-top::before,
.cid-tGXeM93xIF .divider-bottom::before,
.cid-tGXeM93xIF .divider-top::after,
.cid-tGXeM93xIF .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGXeM93xIF .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGXeM93xIF .divider-triangles::before {
  top: -50px;
}
.cid-tGXeM93xIF .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGXeM93xIF .divider-halfcircle::before {
  top: -50px;
}
.cid-tGXeM93xIF .divider-multitriangles::before,
.cid-tGXeM93xIF .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGXeM93xIF .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tGXeM9djy3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tGXeM9djy3 .mbr-section-title {
  color: #ffffff;
}
.cid-tGXeM9tlOe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tGXeM9tlOe .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tGXeM9tlOe .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tGXeM9tlOe .card-title,
.cid-tGXeM9tlOe .card-box {
  color: #e43f3f;
}
.cid-tGXeM9KnVr .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGXeM9KnVr .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGXeM9KnVr .divider-top::before,
.cid-tGXeM9KnVr .divider-bottom::before,
.cid-tGXeM9KnVr .divider-top::after,
.cid-tGXeM9KnVr .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGXeM9KnVr .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGXeM9KnVr .divider-triangles::before {
  top: -50px;
}
.cid-tGXeM9KnVr .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGXeM9KnVr .divider-halfcircle::before {
  top: -50px;
}
.cid-tGXeM9KnVr .divider-multitriangles::before,
.cid-tGXeM9KnVr .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGXeM9KnVr .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tGXeM9TA1j {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGXeMa5lc2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGXeMa5lc2 .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-tGXeMa5lc2 .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tGXeMa5lc2 .text-box {
  text-align: center;
}
.cid-tGXeMa5lc2 span {
  font-size: 7rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-tGXeMa5lc2 .card {
    margin-bottom: 2rem;
  }
  .cid-tGXeMa5lc2 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tGXeMa5lc2 span {
    font-size: 21vw;
  }
}
.cid-tGXeMa5lc2 .item .icon-box .step-number {
  color: #dc4234;
}
.cid-tGXeMaxU8r {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGXeMaxU8r .mbr-section-title,
.cid-tGXeMaxU8r .mbr-section-subtitle {
  text-align: center;
}
.cid-tGXeMaxU8r .cost {
  word-break: normal;
}
.cid-tGXeMaxU8r .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tGXeMaxU8r .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tGXeMaxU8r .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGXeMaxU8r .card-wrapper {
    padding: 1rem;
  }
}
.cid-tGXeMaxU8r P {
  color: #0a0d53;
}
.cid-tGXeMaxU8r .card-title {
  color: #dc4234;
}
.cid-tGXeMb0BhW .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGXeMb0BhW .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGXeMb0BhW .divider-top::before,
.cid-tGXeMb0BhW .divider-bottom::before,
.cid-tGXeMb0BhW .divider-top::after,
.cid-tGXeMb0BhW .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGXeMb0BhW .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGXeMb0BhW .divider-triangles::before {
  top: -50px;
}
.cid-tGXeMb0BhW .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGXeMb0BhW .divider-halfcircle::before {
  top: -50px;
}
.cid-tGXeMb0BhW .divider-multitriangles::before,
.cid-tGXeMb0BhW .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGXeMb0BhW .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tGXeMbbX6F {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGXeMbbX6F .client-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cid-tGXeMbbX6F .client-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.cid-tGXeMbbX6F .textp {
  color: #000000;
  line-height: 25px;
}
.cid-tGXeMbbX6F .client-title {
  margin-bottom: 45px;
}
.cid-tGXeMbbX6F .client-text {
  margin-top: 50px;
  margin-bottom: 45px;
}
.cid-tGXeMbbX6F .client-text p {
  margin-bottom: 0;
}
.cid-tGXeMbbX6F .client-item {
  margin-top: 45px;
  padding: 60px 20px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.cid-tGXeMbbX6F .client-item:hover:before {
  opacity: 1;
  height: 100%;
}
.cid-tGXeMbbX6F .client-item:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-tGXeMbbX6F .client-item:hover .content h3 {
  color: #ffffff;
}
.cid-tGXeMbbX6F .client-item:hover .content span {
  color: #d0ced3;
}
.cid-tGXeMbbX6F .client-item:hover .content p {
  color: #d0ced3;
}
.cid-tGXeMbbX6F .client-item:hover .content .quote {
  color: #fba311;
}
.cid-tGXeMbbX6F .client-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #0e3781;
  opacity: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.7s;
}
.cid-tGXeMbbX6F .client-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.7s;
}
.cid-tGXeMbbX6F .client-item .client-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.cid-tGXeMbbX6F .client-item .client-img img {
  border-radius: 50%;
  border: 2px solid #fba311;
}
.cid-tGXeMbbX6F .client-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.cid-tGXeMbbX6F .client-item .content span {
  font-size: 14px;
  margin-bottom: 15px;
}
.cid-tGXeMbbX6F .client-item .content ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.cid-tGXeMbbX6F .client-item .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #fba311;
}
.cid-tGXeMbbX6F .client-item .content p {
  margin-bottom: 0;
}
.cid-tGXeMbbX6F H2 {
  color: #dc4234;
}
.cid-tGXeMbbX6F P {
  color: #000000;
}
.cid-tGXeMbbX6F H3 {
  color: #000000;
}
.cid-tGXeMbbX6F SPAN {
  color: #131788;
}
.cid-tGXeMbDHhW .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGXeMbDHhW .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGXeMbDHhW .divider-top::before,
.cid-tGXeMbDHhW .divider-bottom::before,
.cid-tGXeMbDHhW .divider-top::after,
.cid-tGXeMbDHhW .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGXeMbDHhW .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGXeMbDHhW .divider-triangles::before {
  top: -50px;
}
.cid-tGXeMbDHhW .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGXeMbDHhW .divider-halfcircle::before {
  top: -50px;
}
.cid-tGXeMbDHhW .divider-multitriangles::before,
.cid-tGXeMbDHhW .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGXeMbDHhW .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tGXeMbQzbf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGXeMbQzbf img,
.cid-tGXeMbQzbf .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGXeMbQzbf .item:focus,
.cid-tGXeMbQzbf span:focus {
  outline: none;
}
.cid-tGXeMbQzbf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGXeMbQzbf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e43f3f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGXeMbQzbf .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGXeMbQzbf .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGXeMbQzbf .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGXeMbQzbf .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGXeMbQzbf .item-wrapper {
  background: transparent;
}
.cid-tGXeMbQzbf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGXeMbQzbf .mbr-section-title {
  color: #232323;
}
.cid-tGXeMbQzbf .mbr-text,
.cid-tGXeMbQzbf .mbr-section-btn {
  text-align: left;
}
.cid-tGXeMbQzbf .item-title {
  text-align: left;
}
.cid-tGXeMbQzbf .item-subtitle {
  text-align: center;
}
.cid-tGXeMckWOx {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGXeMckWOx img,
.cid-tGXeMckWOx .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGXeMckWOx .item:focus,
.cid-tGXeMckWOx span:focus {
  outline: none;
}
.cid-tGXeMckWOx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGXeMckWOx .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGXeMckWOx .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGXeMckWOx .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGXeMckWOx .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGXeMckWOx .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGXeMckWOx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGXeMckWOx .mbr-section-title {
  color: #232323;
}
.cid-tGXeMckWOx .mbr-text,
.cid-tGXeMckWOx .mbr-section-btn {
  text-align: left;
}
.cid-tGXeMckWOx .item-title {
  text-align: left;
}
.cid-tGXeMckWOx .item-subtitle {
  text-align: center;
}
.cid-tGXeMcOva3 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGXeMcOva3 img,
.cid-tGXeMcOva3 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGXeMcOva3 .item:focus,
.cid-tGXeMcOva3 span:focus {
  outline: none;
}
.cid-tGXeMcOva3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGXeMcOva3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGXeMcOva3 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGXeMcOva3 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGXeMcOva3 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGXeMcOva3 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGXeMcOva3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGXeMcOva3 .mbr-section-title {
  color: #232323;
}
.cid-tGXeMcOva3 .mbr-text,
.cid-tGXeMcOva3 .mbr-section-btn {
  text-align: left;
}
.cid-tGXeMcOva3 .item-title {
  text-align: left;
}
.cid-tGXeMcOva3 .item-subtitle {
  text-align: center;
}
.cid-tGXeMdf1i4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tGXeMdf1i4 .media-container-row {
  justify-content: space-between;
}
.cid-tGXeMdf1i4 .text-content {
  max-width: 50%;
}
.cid-tGXeMdf1i4 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tGXeMdf1i4 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tGXeMdf1i4 .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tGXeMdf1i4 .icons {
    justify-content: center !important;
  }
  .cid-tGXeMdf1i4 .text-content * {
    text-align: center;
  }
}
.cid-tGY16cjAGP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGXeMdGj9D {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGXeMdGj9D .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tGXeMdGj9D .bgColor1 {
  background-color: #0a0d53;
}
.cid-tGXeMdGj9D .bgColor2 {
  background-color: #e43f3f;
}
.cid-tGXeMdGj9D .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tGXeMdGj9D .bgicon {
  background-color: #ffffff;
}
.cid-tGXeMdGj9D H1 {
  color: #e43f3f;
}
.cid-tGXeMe3Asa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tGXeMe3Asa #footer {
  padding: 0 0 25px 0;
}
.cid-tGXeMe3Asa #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tGXeMe3Asa #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tGXeMe3Asa #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tGXeMe3Asa #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tGXeMe3Asa #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tGXeMe3Asa #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tGXeMe3Asa #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tGXeMe3Asa #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tGXeMe3Asa #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tGXeMe3Asa #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tGXeMe3Asa #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tGXeMe3Asa #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tGXeMe3Asa #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tGXeMe3Asa #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tGXeMe3Asa #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tGXeMe3Asa #footer .copyright {
  padding-top: 30px;
}
.cid-tGXeMe3Asa ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tGXeMe3Asa H4 {
  color: #000000;
  text-align: left;
}
.cid-tGXeMe3Asa DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tGXeMe3Asa P {
  color: #e43f3f;
  text-align: left;
}
.cid-tGXeMe3Asa div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tGXeMe3Asa .copyright a {
  text-decoration: none !important;
}
.cid-tGXeMe3Asa .list,
.cid-tGXeMe3Asa .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tGXeMe3Asa ul li a {
  text-decoration: none !important;
}
.cid-tGXeMe3Asa .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGYvXRPsOk {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #dc4234;
}
.cid-tGYvXRPsOk p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tGYvXRPsOk .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tGYvXRPsOk .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tGYvXRPsOk .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tGYvXRPsOk .main-banner .left-content {
  margin-right: 15px;
}
.cid-tGYvXRPsOk .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tGYvXRPsOk .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tGYvXRPsOk .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tGYvXRPsOk .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tGYvXRPsOk .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tGYvXRPsOk .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tGYvXRPsOk .main-banner:before {
    display: none;
  }
  .cid-tGYvXRPsOk .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tGYvXRPsOk .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tGYvXRPsOk H6 {
  color: #ffffff;
}
.cid-tGYvXRPsOk H2 {
  color: #ffffff;
}
.cid-tGYvXRPsOk P {
  color: #ffffff;
}
.cid-tGYvXS5Ucv {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tGYvXS5Ucv .news {
  width: 175px;
  background-color: #dc4234;
}
.cid-tGYvXS5Ucv .news-scroll a {
  text-decoration: none;
}
.cid-tGYvXS5Ucv .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #ff3366;
  border-radius: 50%;
  display: inline-block;
}
.cid-tGYvXS5Ucv DIV {
  color: #ffffff;
}
.cid-tGYvXSjcaZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGYvXSjcaZ .service-item {
  position: relative;
  transition: .5s;
  padding: 0 30px;
  border-bottom: 4px solid #e43f3f;
}
.cid-tGYvXSjcaZ .service2 {
  border-bottom: 4px solid #e43f3f;
}
.cid-tGYvXSjcaZ .service-item .service-icon {
  margin-bottom: 30px;
  padding-top: 25px;
}
.cid-tGYvXSjcaZ .service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
.cid-tGYvXSjcaZ .service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}
.cid-tGYvXSjcaZ .service3-item > div {
  z-index: 1;
}
.cid-tGYvXSjcaZ .service3-item div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
  transition: .5s;
  z-index: -1;
}
.cid-tGYvXSjcaZ .service3-item div:hover::after {
  width: 100%;
  background: var(--primary);
}
.cid-tGYvXSjcaZ .service3-item * {
  transition: .5s;
}
.cid-tGYvXSjcaZ .service3-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: .5s;
}
.cid-tGYvXSjcaZ .service3-item:hover .service-icon {
  background: #FFFFFF !important;
}
.cid-tGYvXSjcaZ .section-title-1::before,
.cid-tGYvXSjcaZ .section-title-2::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.cid-tGYvXSjcaZ .section-title-2::before {
  height: 1px;
}
.cid-tGYvXSjcaZ .section-title-1.text-center::before,
.cid-tGYvXSjcaZ .section-title-2.text-center::before {
  left: 50%;
  margin-left: -75px;
}
.cid-tGYvXSjcaZ .section-title-1.section-title-sm::before,
.cid-tGYvXSjcaZ .section-title-2.section-title-sm::before {
  width: 90px;
  height: 3px;
}
.cid-tGYvXSjcaZ .section-title-2.section-title-sm::before {
  height: 1px;
}
.cid-tGYvXSjcaZ .section-title-1::after,
.cid-tGYvXSjcaZ .section-title-2::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}
.cid-tGYvXSjcaZ .section-title-2::after {
  bottom: -2px;
  background: var(--primary);
}
.cid-tGYvXSjcaZ .section-title-1.section-title-sm::after,
.cid-tGYvXSjcaZ .section-title-2.section-title-sm::after {
  width: 4px;
  height: 3px;
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}
.cid-tGYvXSjcaZ .section-title-2.section-title-sm::after {
  bottom: -1px;
}
.cid-tGYvXSjcaZ .section-title-1.text-center::after,
.cid-tGYvXSjcaZ .section-title-2.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}
.cid-tGYvXSjcaZ H3 {
  color: #ffffff;
}
.cid-tGYvXSjcaZ P {
  color: #ffffff;
  line-height: 25px;
  text-align: center;
}
.cid-tGYvXSjcaZ .mbr-section-title {
  color: #e43f3f;
}
.cid-tGYvXSjcaZ .mbr-section-h5 {
  color: #331b1b;
}
.cid-tGYvXSjcaZ .mbr-section-h1 {
  color: #232323;
}
.cid-tGYvXSjcaZ .mbr-section-strong {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tGYvXSjcaZ .mbr-section-p {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tGYvXSjcaZ .mbr-section-contacttext {
  color: #ffffff;
  text-align: center;
}
.cid-tGYvXSjcaZ H2 {
  color: #ffffff;
}
.cid-tGYvXSjcaZ .mbr-section-contact {
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}
.cid-tGYvXSjcaZ .bgcard1 {
  background-color: #0e3781;
}
.cid-tGYvXSjcaZ .bgcard2 {
  background-color: #232323;
}
.cid-tGYvXSjcaZ H4 {
  text-align: center;
  color: #dc4234;
}
.cid-tGYvXSzNQt .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGYvXSzNQt .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGYvXSzNQt .divider-top::before,
.cid-tGYvXSzNQt .divider-bottom::before,
.cid-tGYvXSzNQt .divider-top::after,
.cid-tGYvXSzNQt .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGYvXSzNQt .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGYvXSzNQt .divider-triangles::before {
  top: -50px;
}
.cid-tGYvXSzNQt .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGYvXSzNQt .divider-halfcircle::before {
  top: -50px;
}
.cid-tGYvXSzNQt .divider-multitriangles::before,
.cid-tGYvXSzNQt .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGYvXSzNQt .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tGYvXSJk6a {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tGYvXSJk6a .mbr-section-title {
  color: #ffffff;
}
.cid-tGYvXSYEn8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tGYvXSYEn8 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tGYvXSYEn8 .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tGYvXSYEn8 .card-title,
.cid-tGYvXSYEn8 .card-box {
  color: #e43f3f;
}
.cid-tGYvXTf3bU .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGYvXTf3bU .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGYvXTf3bU .divider-top::before,
.cid-tGYvXTf3bU .divider-bottom::before,
.cid-tGYvXTf3bU .divider-top::after,
.cid-tGYvXTf3bU .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGYvXTf3bU .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGYvXTf3bU .divider-triangles::before {
  top: -50px;
}
.cid-tGYvXTf3bU .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGYvXTf3bU .divider-halfcircle::before {
  top: -50px;
}
.cid-tGYvXTf3bU .divider-multitriangles::before,
.cid-tGYvXTf3bU .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGYvXTf3bU .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tGYvXToIpx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGYvXTAZZL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGYvXTAZZL .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-tGYvXTAZZL .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tGYvXTAZZL .text-box {
  text-align: center;
}
.cid-tGYvXTAZZL span {
  font-size: 7rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-tGYvXTAZZL .card {
    margin-bottom: 2rem;
  }
  .cid-tGYvXTAZZL .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tGYvXTAZZL span {
    font-size: 21vw;
  }
}
.cid-tGYvXTAZZL .item .icon-box .step-number {
  color: #dc4234;
}
.cid-tGYvXUaHNj {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGYvXUaHNj .mbr-section-title,
.cid-tGYvXUaHNj .mbr-section-subtitle {
  text-align: center;
}
.cid-tGYvXUaHNj .cost {
  word-break: normal;
}
.cid-tGYvXUaHNj .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tGYvXUaHNj .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tGYvXUaHNj .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGYvXUaHNj .card-wrapper {
    padding: 1rem;
  }
}
.cid-tGYvXUaHNj P {
  color: #0a0d53;
}
.cid-tGYvXUaHNj .card-title {
  color: #dc4234;
}
.cid-tGYvXUCizl .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGYvXUCizl .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGYvXUCizl .divider-top::before,
.cid-tGYvXUCizl .divider-bottom::before,
.cid-tGYvXUCizl .divider-top::after,
.cid-tGYvXUCizl .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGYvXUCizl .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGYvXUCizl .divider-triangles::before {
  top: -50px;
}
.cid-tGYvXUCizl .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGYvXUCizl .divider-halfcircle::before {
  top: -50px;
}
.cid-tGYvXUCizl .divider-multitriangles::before,
.cid-tGYvXUCizl .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGYvXUCizl .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tGYvXUMjV8 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGYvXUMjV8 .client-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cid-tGYvXUMjV8 .client-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.cid-tGYvXUMjV8 .textp {
  color: #000000;
  line-height: 25px;
}
.cid-tGYvXUMjV8 .client-title {
  margin-bottom: 45px;
}
.cid-tGYvXUMjV8 .client-text {
  margin-top: 50px;
  margin-bottom: 45px;
}
.cid-tGYvXUMjV8 .client-text p {
  margin-bottom: 0;
}
.cid-tGYvXUMjV8 .client-item {
  margin-top: 45px;
  padding: 60px 20px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.cid-tGYvXUMjV8 .client-item:hover:before {
  opacity: 1;
  height: 100%;
}
.cid-tGYvXUMjV8 .client-item:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-tGYvXUMjV8 .client-item:hover .content h3 {
  color: #ffffff;
}
.cid-tGYvXUMjV8 .client-item:hover .content span {
  color: #d0ced3;
}
.cid-tGYvXUMjV8 .client-item:hover .content p {
  color: #d0ced3;
}
.cid-tGYvXUMjV8 .client-item:hover .content .quote {
  color: #fba311;
}
.cid-tGYvXUMjV8 .client-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #0e3781;
  opacity: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.7s;
}
.cid-tGYvXUMjV8 .client-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.7s;
}
.cid-tGYvXUMjV8 .client-item .client-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.cid-tGYvXUMjV8 .client-item .client-img img {
  border-radius: 50%;
  border: 2px solid #fba311;
}
.cid-tGYvXUMjV8 .client-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.cid-tGYvXUMjV8 .client-item .content span {
  font-size: 14px;
  margin-bottom: 15px;
}
.cid-tGYvXUMjV8 .client-item .content ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.cid-tGYvXUMjV8 .client-item .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #fba311;
}
.cid-tGYvXUMjV8 .client-item .content p {
  margin-bottom: 0;
}
.cid-tGYvXUMjV8 H2 {
  color: #dc4234;
}
.cid-tGYvXUMjV8 P {
  color: #000000;
}
.cid-tGYvXUMjV8 H3 {
  color: #000000;
}
.cid-tGYvXUMjV8 SPAN {
  color: #131788;
}
.cid-tGYvXV96ai .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tGYvXV96ai .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tGYvXV96ai .divider-top::before,
.cid-tGYvXV96ai .divider-bottom::before,
.cid-tGYvXV96ai .divider-top::after,
.cid-tGYvXV96ai .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tGYvXV96ai .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tGYvXV96ai .divider-triangles::before {
  top: -50px;
}
.cid-tGYvXV96ai .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tGYvXV96ai .divider-halfcircle::before {
  top: -50px;
}
.cid-tGYvXV96ai .divider-multitriangles::before,
.cid-tGYvXV96ai .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tGYvXV96ai .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tGYvXVjkPU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGYvXVjkPU img,
.cid-tGYvXVjkPU .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGYvXVjkPU .item:focus,
.cid-tGYvXVjkPU span:focus {
  outline: none;
}
.cid-tGYvXVjkPU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGYvXVjkPU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e43f3f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGYvXVjkPU .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGYvXVjkPU .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGYvXVjkPU .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGYvXVjkPU .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGYvXVjkPU .item-wrapper {
  background: transparent;
}
.cid-tGYvXVjkPU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGYvXVjkPU .mbr-section-title {
  color: #232323;
}
.cid-tGYvXVjkPU .mbr-text,
.cid-tGYvXVjkPU .mbr-section-btn {
  text-align: left;
}
.cid-tGYvXVjkPU .item-title {
  text-align: left;
}
.cid-tGYvXVjkPU .item-subtitle {
  text-align: center;
}
.cid-tGYvXVPx7N {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGYvXVPx7N img,
.cid-tGYvXVPx7N .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGYvXVPx7N .item:focus,
.cid-tGYvXVPx7N span:focus {
  outline: none;
}
.cid-tGYvXVPx7N .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGYvXVPx7N .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGYvXVPx7N .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGYvXVPx7N .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGYvXVPx7N .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGYvXVPx7N .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGYvXVPx7N .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGYvXVPx7N .mbr-section-title {
  color: #232323;
}
.cid-tGYvXVPx7N .mbr-text,
.cid-tGYvXVPx7N .mbr-section-btn {
  text-align: left;
}
.cid-tGYvXVPx7N .item-title {
  text-align: left;
}
.cid-tGYvXVPx7N .item-subtitle {
  text-align: center;
}
.cid-tGYvXWhw5y {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGYvXWhw5y img,
.cid-tGYvXWhw5y .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGYvXWhw5y .item:focus,
.cid-tGYvXWhw5y span:focus {
  outline: none;
}
.cid-tGYvXWhw5y .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGYvXWhw5y .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGYvXWhw5y .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGYvXWhw5y .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGYvXWhw5y .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGYvXWhw5y .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGYvXWhw5y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGYvXWhw5y .mbr-section-title {
  color: #232323;
}
.cid-tGYvXWhw5y .mbr-text,
.cid-tGYvXWhw5y .mbr-section-btn {
  text-align: left;
}
.cid-tGYvXWhw5y .item-title {
  text-align: left;
}
.cid-tGYvXWhw5y .item-subtitle {
  text-align: center;
}
.cid-tGYvXWHRR3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tGYvXWHRR3 .media-container-row {
  justify-content: space-between;
}
.cid-tGYvXWHRR3 .text-content {
  max-width: 50%;
}
.cid-tGYvXWHRR3 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tGYvXWHRR3 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tGYvXWHRR3 .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tGYvXWHRR3 .icons {
    justify-content: center !important;
  }
  .cid-tGYvXWHRR3 .text-content * {
    text-align: center;
  }
}
.cid-tGYFAteXjv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGYvXX6niW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGYvXX6niW .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tGYvXX6niW .bgColor1 {
  background-color: #0a0d53;
}
.cid-tGYvXX6niW .bgColor2 {
  background-color: #e43f3f;
}
.cid-tGYvXX6niW .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tGYvXX6niW .bgicon {
  background-color: #ffffff;
}
.cid-tGYvXX6niW H1 {
  color: #e43f3f;
}
.cid-tGYvXXqrLu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tGYvXXqrLu #footer {
  padding: 0 0 25px 0;
}
.cid-tGYvXXqrLu #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tGYvXXqrLu #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tGYvXXqrLu #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tGYvXXqrLu #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tGYvXXqrLu #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tGYvXXqrLu #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tGYvXXqrLu #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tGYvXXqrLu #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tGYvXXqrLu #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tGYvXXqrLu #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tGYvXXqrLu #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tGYvXXqrLu #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tGYvXXqrLu #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tGYvXXqrLu #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tGYvXXqrLu #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tGYvXXqrLu #footer .copyright {
  padding-top: 30px;
}
.cid-tGYvXXqrLu ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tGYvXXqrLu H4 {
  color: #000000;
  text-align: left;
}
.cid-tGYvXXqrLu DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tGYvXXqrLu P {
  color: #e43f3f;
  text-align: left;
}
.cid-tGYvXXqrLu div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tGYvXXqrLu .copyright a {
  text-decoration: none !important;
}
.cid-tGYvXXqrLu .list,
.cid-tGYvXXqrLu .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tGYvXXqrLu ul li a {
  text-decoration: none !important;
}
.cid-tGYvXXqrLu .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tH4q3H9yuw {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #dc4234;
}
.cid-tH4q3H9yuw p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tH4q3H9yuw .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tH4q3H9yuw .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tH4q3H9yuw .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tH4q3H9yuw .main-banner .left-content {
  margin-right: 15px;
}
.cid-tH4q3H9yuw .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tH4q3H9yuw .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tH4q3H9yuw .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tH4q3H9yuw .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tH4q3H9yuw .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tH4q3H9yuw .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tH4q3H9yuw .main-banner:before {
    display: none;
  }
  .cid-tH4q3H9yuw .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tH4q3H9yuw .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tH4q3H9yuw H6 {
  color: #ffffff;
}
.cid-tH4q3H9yuw H2 {
  color: #ffffff;
}
.cid-tH4q3H9yuw P {
  color: #ffffff;
}
.cid-tH4q3Hun6q {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tH4q3Hun6q .news {
  width: 175px;
  background-color: #dc4234;
}
.cid-tH4q3Hun6q .news-scroll a {
  text-decoration: none;
}
.cid-tH4q3Hun6q .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #ff3366;
  border-radius: 50%;
  display: inline-block;
}
.cid-tH4q3Hun6q DIV {
  color: #ffffff;
}
.cid-tH4q3HFBqz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tH4q3HFBqz .service-item {
  position: relative;
  transition: .5s;
  padding: 0 30px;
  border-bottom: 4px solid #e43f3f;
}
.cid-tH4q3HFBqz .service2 {
  border-bottom: 4px solid #e43f3f;
}
.cid-tH4q3HFBqz .service-item .service-icon {
  margin-bottom: 30px;
  padding-top: 25px;
}
.cid-tH4q3HFBqz .service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
.cid-tH4q3HFBqz .service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}
.cid-tH4q3HFBqz .service3-item > div {
  z-index: 1;
}
.cid-tH4q3HFBqz .service3-item div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
  transition: .5s;
  z-index: -1;
}
.cid-tH4q3HFBqz .service3-item div:hover::after {
  width: 100%;
  background: var(--primary);
}
.cid-tH4q3HFBqz .service3-item * {
  transition: .5s;
}
.cid-tH4q3HFBqz .service3-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: .5s;
}
.cid-tH4q3HFBqz .service3-item:hover .service-icon {
  background: #FFFFFF !important;
}
.cid-tH4q3HFBqz .section-title-1::before,
.cid-tH4q3HFBqz .section-title-2::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.cid-tH4q3HFBqz .section-title-2::before {
  height: 1px;
}
.cid-tH4q3HFBqz .section-title-1.text-center::before,
.cid-tH4q3HFBqz .section-title-2.text-center::before {
  left: 50%;
  margin-left: -75px;
}
.cid-tH4q3HFBqz .section-title-1.section-title-sm::before,
.cid-tH4q3HFBqz .section-title-2.section-title-sm::before {
  width: 90px;
  height: 3px;
}
.cid-tH4q3HFBqz .section-title-2.section-title-sm::before {
  height: 1px;
}
.cid-tH4q3HFBqz .section-title-1::after,
.cid-tH4q3HFBqz .section-title-2::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}
.cid-tH4q3HFBqz .section-title-2::after {
  bottom: -2px;
  background: var(--primary);
}
.cid-tH4q3HFBqz .section-title-1.section-title-sm::after,
.cid-tH4q3HFBqz .section-title-2.section-title-sm::after {
  width: 4px;
  height: 3px;
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}
.cid-tH4q3HFBqz .section-title-2.section-title-sm::after {
  bottom: -1px;
}
.cid-tH4q3HFBqz .section-title-1.text-center::after,
.cid-tH4q3HFBqz .section-title-2.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}
.cid-tH4q3HFBqz H3 {
  color: #ffffff;
}
.cid-tH4q3HFBqz P {
  color: #ffffff;
  line-height: 25px;
  text-align: center;
}
.cid-tH4q3HFBqz .mbr-section-title {
  color: #e43f3f;
}
.cid-tH4q3HFBqz .mbr-section-h5 {
  color: #331b1b;
}
.cid-tH4q3HFBqz .mbr-section-h1 {
  color: #232323;
}
.cid-tH4q3HFBqz .mbr-section-strong {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tH4q3HFBqz .mbr-section-p {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tH4q3HFBqz .mbr-section-contacttext {
  color: #ffffff;
  text-align: center;
}
.cid-tH4q3HFBqz H2 {
  color: #ffffff;
}
.cid-tH4q3HFBqz .mbr-section-contact {
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}
.cid-tH4q3HFBqz .bgcard1 {
  background-color: #0e3781;
}
.cid-tH4q3HFBqz .bgcard2 {
  background-color: #232323;
}
.cid-tH4q3HFBqz H4 {
  text-align: center;
  color: #dc4234;
}
.cid-tH4q3I0v2C .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tH4q3I0v2C .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tH4q3I0v2C .divider-top::before,
.cid-tH4q3I0v2C .divider-bottom::before,
.cid-tH4q3I0v2C .divider-top::after,
.cid-tH4q3I0v2C .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tH4q3I0v2C .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tH4q3I0v2C .divider-triangles::before {
  top: -50px;
}
.cid-tH4q3I0v2C .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tH4q3I0v2C .divider-halfcircle::before {
  top: -50px;
}
.cid-tH4q3I0v2C .divider-multitriangles::before,
.cid-tH4q3I0v2C .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tH4q3I0v2C .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tH4q3I9WdK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tH4q3I9WdK .mbr-section-title {
  color: #ffffff;
}
.cid-tH4q3In5pO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tH4q3In5pO .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tH4q3In5pO .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tH4q3In5pO .card-title,
.cid-tH4q3In5pO .card-box {
  color: #e43f3f;
}
.cid-tH4q3IHFMR .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tH4q3IHFMR .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tH4q3IHFMR .divider-top::before,
.cid-tH4q3IHFMR .divider-bottom::before,
.cid-tH4q3IHFMR .divider-top::after,
.cid-tH4q3IHFMR .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tH4q3IHFMR .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tH4q3IHFMR .divider-triangles::before {
  top: -50px;
}
.cid-tH4q3IHFMR .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tH4q3IHFMR .divider-halfcircle::before {
  top: -50px;
}
.cid-tH4q3IHFMR .divider-multitriangles::before,
.cid-tH4q3IHFMR .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tH4q3IHFMR .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tH4q3IPDMQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH4q3J2brx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH4q3J2brx .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-tH4q3J2brx .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tH4q3J2brx .text-box {
  text-align: center;
}
.cid-tH4q3J2brx span {
  font-size: 7rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-tH4q3J2brx .card {
    margin-bottom: 2rem;
  }
  .cid-tH4q3J2brx .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tH4q3J2brx span {
    font-size: 21vw;
  }
}
.cid-tH4q3J2brx .item .icon-box .step-number {
  color: #dc4234;
}
.cid-tH4q3JvUim {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tH4q3JvUim .mbr-section-title,
.cid-tH4q3JvUim .mbr-section-subtitle {
  text-align: center;
}
.cid-tH4q3JvUim .cost {
  word-break: normal;
}
.cid-tH4q3JvUim .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tH4q3JvUim .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tH4q3JvUim .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tH4q3JvUim .card-wrapper {
    padding: 1rem;
  }
}
.cid-tH4q3JvUim P {
  color: #0a0d53;
}
.cid-tH4q3JvUim .card-title {
  color: #dc4234;
}
.cid-tH4q3JVUY9 .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tH4q3JVUY9 .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tH4q3JVUY9 .divider-top::before,
.cid-tH4q3JVUY9 .divider-bottom::before,
.cid-tH4q3JVUY9 .divider-top::after,
.cid-tH4q3JVUY9 .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tH4q3JVUY9 .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tH4q3JVUY9 .divider-triangles::before {
  top: -50px;
}
.cid-tH4q3JVUY9 .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tH4q3JVUY9 .divider-halfcircle::before {
  top: -50px;
}
.cid-tH4q3JVUY9 .divider-multitriangles::before,
.cid-tH4q3JVUY9 .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tH4q3JVUY9 .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tH4q3K3Mu4 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tH4q3K3Mu4 .client-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cid-tH4q3K3Mu4 .client-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.cid-tH4q3K3Mu4 .textp {
  color: #000000;
  line-height: 25px;
}
.cid-tH4q3K3Mu4 .client-title {
  margin-bottom: 45px;
}
.cid-tH4q3K3Mu4 .client-text {
  margin-top: 50px;
  margin-bottom: 45px;
}
.cid-tH4q3K3Mu4 .client-text p {
  margin-bottom: 0;
}
.cid-tH4q3K3Mu4 .client-item {
  margin-top: 45px;
  padding: 60px 20px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.cid-tH4q3K3Mu4 .client-item:hover:before {
  opacity: 1;
  height: 100%;
}
.cid-tH4q3K3Mu4 .client-item:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-tH4q3K3Mu4 .client-item:hover .content h3 {
  color: #ffffff;
}
.cid-tH4q3K3Mu4 .client-item:hover .content span {
  color: #d0ced3;
}
.cid-tH4q3K3Mu4 .client-item:hover .content p {
  color: #d0ced3;
}
.cid-tH4q3K3Mu4 .client-item:hover .content .quote {
  color: #fba311;
}
.cid-tH4q3K3Mu4 .client-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #0e3781;
  opacity: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.7s;
}
.cid-tH4q3K3Mu4 .client-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.7s;
}
.cid-tH4q3K3Mu4 .client-item .client-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.cid-tH4q3K3Mu4 .client-item .client-img img {
  border-radius: 50%;
  border: 2px solid #fba311;
}
.cid-tH4q3K3Mu4 .client-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.cid-tH4q3K3Mu4 .client-item .content span {
  font-size: 14px;
  margin-bottom: 15px;
}
.cid-tH4q3K3Mu4 .client-item .content ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.cid-tH4q3K3Mu4 .client-item .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #fba311;
}
.cid-tH4q3K3Mu4 .client-item .content p {
  margin-bottom: 0;
}
.cid-tH4q3K3Mu4 H2 {
  color: #dc4234;
}
.cid-tH4q3K3Mu4 P {
  color: #000000;
}
.cid-tH4q3K3Mu4 H3 {
  color: #000000;
}
.cid-tH4q3K3Mu4 SPAN {
  color: #131788;
}
.cid-tH4q3Kpwme .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tH4q3Kpwme .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tH4q3Kpwme .divider-top::before,
.cid-tH4q3Kpwme .divider-bottom::before,
.cid-tH4q3Kpwme .divider-top::after,
.cid-tH4q3Kpwme .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tH4q3Kpwme .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tH4q3Kpwme .divider-triangles::before {
  top: -50px;
}
.cid-tH4q3Kpwme .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tH4q3Kpwme .divider-halfcircle::before {
  top: -50px;
}
.cid-tH4q3Kpwme .divider-multitriangles::before,
.cid-tH4q3Kpwme .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tH4q3Kpwme .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tH4q3Kz3FO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tH4q3Kz3FO img,
.cid-tH4q3Kz3FO .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tH4q3Kz3FO .item:focus,
.cid-tH4q3Kz3FO span:focus {
  outline: none;
}
.cid-tH4q3Kz3FO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tH4q3Kz3FO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e43f3f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tH4q3Kz3FO .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tH4q3Kz3FO .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tH4q3Kz3FO .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tH4q3Kz3FO .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tH4q3Kz3FO .item-wrapper {
  background: transparent;
}
.cid-tH4q3Kz3FO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tH4q3Kz3FO .mbr-section-title {
  color: #232323;
}
.cid-tH4q3Kz3FO .mbr-text,
.cid-tH4q3Kz3FO .mbr-section-btn {
  text-align: left;
}
.cid-tH4q3Kz3FO .item-title {
  text-align: left;
}
.cid-tH4q3Kz3FO .item-subtitle {
  text-align: center;
}
.cid-tH4q3KYoel {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tH4q3KYoel img,
.cid-tH4q3KYoel .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tH4q3KYoel .item:focus,
.cid-tH4q3KYoel span:focus {
  outline: none;
}
.cid-tH4q3KYoel .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tH4q3KYoel .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tH4q3KYoel .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tH4q3KYoel .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tH4q3KYoel .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tH4q3KYoel .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tH4q3KYoel .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tH4q3KYoel .mbr-section-title {
  color: #232323;
}
.cid-tH4q3KYoel .mbr-text,
.cid-tH4q3KYoel .mbr-section-btn {
  text-align: left;
}
.cid-tH4q3KYoel .item-title {
  text-align: left;
}
.cid-tH4q3KYoel .item-subtitle {
  text-align: center;
}
.cid-tH4q3LlC3G {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tH4q3LlC3G img,
.cid-tH4q3LlC3G .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tH4q3LlC3G .item:focus,
.cid-tH4q3LlC3G span:focus {
  outline: none;
}
.cid-tH4q3LlC3G .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tH4q3LlC3G .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tH4q3LlC3G .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tH4q3LlC3G .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tH4q3LlC3G .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tH4q3LlC3G .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tH4q3LlC3G .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tH4q3LlC3G .mbr-section-title {
  color: #232323;
}
.cid-tH4q3LlC3G .mbr-text,
.cid-tH4q3LlC3G .mbr-section-btn {
  text-align: left;
}
.cid-tH4q3LlC3G .item-title {
  text-align: left;
}
.cid-tH4q3LlC3G .item-subtitle {
  text-align: center;
}
.cid-tH4q3LKomd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tH4q3LKomd .media-container-row {
  justify-content: space-between;
}
.cid-tH4q3LKomd .text-content {
  max-width: 50%;
}
.cid-tH4q3LKomd .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tH4q3LKomd .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tH4q3LKomd .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tH4q3LKomd .icons {
    justify-content: center !important;
  }
  .cid-tH4q3LKomd .text-content * {
    text-align: center;
  }
}
.cid-tH4DDiofyR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tH4q3M5yyA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH4q3M5yyA .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tH4q3M5yyA .bgColor1 {
  background-color: #0a0d53;
}
.cid-tH4q3M5yyA .bgColor2 {
  background-color: #e43f3f;
}
.cid-tH4q3M5yyA .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tH4q3M5yyA .bgicon {
  background-color: #ffffff;
}
.cid-tH4q3M5yyA H1 {
  color: #e43f3f;
}
.cid-tH4q3MpJK1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tH4q3MpJK1 #footer {
  padding: 0 0 25px 0;
}
.cid-tH4q3MpJK1 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tH4q3MpJK1 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tH4q3MpJK1 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tH4q3MpJK1 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tH4q3MpJK1 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tH4q3MpJK1 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tH4q3MpJK1 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tH4q3MpJK1 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tH4q3MpJK1 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tH4q3MpJK1 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tH4q3MpJK1 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tH4q3MpJK1 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tH4q3MpJK1 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tH4q3MpJK1 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tH4q3MpJK1 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tH4q3MpJK1 #footer .copyright {
  padding-top: 30px;
}
.cid-tH4q3MpJK1 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tH4q3MpJK1 H4 {
  color: #000000;
  text-align: left;
}
.cid-tH4q3MpJK1 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tH4q3MpJK1 P {
  color: #e43f3f;
  text-align: left;
}
.cid-tH4q3MpJK1 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tH4q3MpJK1 .copyright a {
  text-decoration: none !important;
}
.cid-tH4q3MpJK1 .list,
.cid-tH4q3MpJK1 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tH4q3MpJK1 ul li a {
  text-decoration: none !important;
}
.cid-tH4q3MpJK1 .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tH4Ni58mEy {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #dc4234;
}
.cid-tH4Ni58mEy p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tH4Ni58mEy .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tH4Ni58mEy .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tH4Ni58mEy .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tH4Ni58mEy .main-banner .left-content {
  margin-right: 15px;
}
.cid-tH4Ni58mEy .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tH4Ni58mEy .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tH4Ni58mEy .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tH4Ni58mEy .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tH4Ni58mEy .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tH4Ni58mEy .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tH4Ni58mEy .main-banner:before {
    display: none;
  }
  .cid-tH4Ni58mEy .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tH4Ni58mEy .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tH4Ni58mEy H6 {
  color: #ffffff;
}
.cid-tH4Ni58mEy H2 {
  color: #ffffff;
}
.cid-tH4Ni58mEy P {
  color: #ffffff;
}
.cid-tH4Ni5uJ3j {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tH4Ni5uJ3j .news {
  width: 175px;
  background-color: #dc4234;
}
.cid-tH4Ni5uJ3j .news-scroll a {
  text-decoration: none;
}
.cid-tH4Ni5uJ3j .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #ff3366;
  border-radius: 50%;
  display: inline-block;
}
.cid-tH4Ni5uJ3j DIV {
  color: #ffffff;
}
.cid-tH4Ni5JeQ8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tH4Ni5JeQ8 .service-item {
  position: relative;
  transition: .5s;
  padding: 0 30px;
  border-bottom: 4px solid #e43f3f;
}
.cid-tH4Ni5JeQ8 .service2 {
  border-bottom: 4px solid #e43f3f;
}
.cid-tH4Ni5JeQ8 .service-item .service-icon {
  margin-bottom: 30px;
  padding-top: 25px;
}
.cid-tH4Ni5JeQ8 .service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
.cid-tH4Ni5JeQ8 .service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}
.cid-tH4Ni5JeQ8 .service3-item > div {
  z-index: 1;
}
.cid-tH4Ni5JeQ8 .service3-item div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
  transition: .5s;
  z-index: -1;
}
.cid-tH4Ni5JeQ8 .service3-item div:hover::after {
  width: 100%;
  background: var(--primary);
}
.cid-tH4Ni5JeQ8 .service3-item * {
  transition: .5s;
}
.cid-tH4Ni5JeQ8 .service3-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: .5s;
}
.cid-tH4Ni5JeQ8 .service3-item:hover .service-icon {
  background: #FFFFFF !important;
}
.cid-tH4Ni5JeQ8 .section-title-1::before,
.cid-tH4Ni5JeQ8 .section-title-2::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.cid-tH4Ni5JeQ8 .section-title-2::before {
  height: 1px;
}
.cid-tH4Ni5JeQ8 .section-title-1.text-center::before,
.cid-tH4Ni5JeQ8 .section-title-2.text-center::before {
  left: 50%;
  margin-left: -75px;
}
.cid-tH4Ni5JeQ8 .section-title-1.section-title-sm::before,
.cid-tH4Ni5JeQ8 .section-title-2.section-title-sm::before {
  width: 90px;
  height: 3px;
}
.cid-tH4Ni5JeQ8 .section-title-2.section-title-sm::before {
  height: 1px;
}
.cid-tH4Ni5JeQ8 .section-title-1::after,
.cid-tH4Ni5JeQ8 .section-title-2::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}
.cid-tH4Ni5JeQ8 .section-title-2::after {
  bottom: -2px;
  background: var(--primary);
}
.cid-tH4Ni5JeQ8 .section-title-1.section-title-sm::after,
.cid-tH4Ni5JeQ8 .section-title-2.section-title-sm::after {
  width: 4px;
  height: 3px;
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}
.cid-tH4Ni5JeQ8 .section-title-2.section-title-sm::after {
  bottom: -1px;
}
.cid-tH4Ni5JeQ8 .section-title-1.text-center::after,
.cid-tH4Ni5JeQ8 .section-title-2.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}
.cid-tH4Ni5JeQ8 H3 {
  color: #ffffff;
}
.cid-tH4Ni5JeQ8 P {
  color: #ffffff;
  line-height: 25px;
  text-align: center;
}
.cid-tH4Ni5JeQ8 .mbr-section-title {
  color: #e43f3f;
}
.cid-tH4Ni5JeQ8 .mbr-section-h5 {
  color: #331b1b;
}
.cid-tH4Ni5JeQ8 .mbr-section-h1 {
  color: #232323;
}
.cid-tH4Ni5JeQ8 .mbr-section-strong {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tH4Ni5JeQ8 .mbr-section-p {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tH4Ni5JeQ8 .mbr-section-contacttext {
  color: #ffffff;
  text-align: center;
}
.cid-tH4Ni5JeQ8 H2 {
  color: #ffffff;
}
.cid-tH4Ni5JeQ8 .mbr-section-contact {
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}
.cid-tH4Ni5JeQ8 .bgcard1 {
  background-color: #0e3781;
}
.cid-tH4Ni5JeQ8 .bgcard2 {
  background-color: #232323;
}
.cid-tH4Ni5JeQ8 H4 {
  text-align: center;
  color: #dc4234;
}
.cid-tH4Ni60lnX .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tH4Ni60lnX .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tH4Ni60lnX .divider-top::before,
.cid-tH4Ni60lnX .divider-bottom::before,
.cid-tH4Ni60lnX .divider-top::after,
.cid-tH4Ni60lnX .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tH4Ni60lnX .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tH4Ni60lnX .divider-triangles::before {
  top: -50px;
}
.cid-tH4Ni60lnX .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tH4Ni60lnX .divider-halfcircle::before {
  top: -50px;
}
.cid-tH4Ni60lnX .divider-multitriangles::before,
.cid-tH4Ni60lnX .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tH4Ni60lnX .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tH4Ni6aTV6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tH4Ni6aTV6 .mbr-section-title {
  color: #ffffff;
}
.cid-tH4Ni6rUCw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tH4Ni6rUCw .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tH4Ni6rUCw .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tH4Ni6rUCw .card-title,
.cid-tH4Ni6rUCw .card-box {
  color: #e43f3f;
}
.cid-tH4Ni6LM9P .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tH4Ni6LM9P .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tH4Ni6LM9P .divider-top::before,
.cid-tH4Ni6LM9P .divider-bottom::before,
.cid-tH4Ni6LM9P .divider-top::after,
.cid-tH4Ni6LM9P .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tH4Ni6LM9P .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tH4Ni6LM9P .divider-triangles::before {
  top: -50px;
}
.cid-tH4Ni6LM9P .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tH4Ni6LM9P .divider-halfcircle::before {
  top: -50px;
}
.cid-tH4Ni6LM9P .divider-multitriangles::before,
.cid-tH4Ni6LM9P .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tH4Ni6LM9P .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tH4Ni6V0ma {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH4Ni79Qhr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH4Ni79Qhr .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-tH4Ni79Qhr .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tH4Ni79Qhr .text-box {
  text-align: center;
}
.cid-tH4Ni79Qhr span {
  font-size: 7rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-tH4Ni79Qhr .card {
    margin-bottom: 2rem;
  }
  .cid-tH4Ni79Qhr .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tH4Ni79Qhr span {
    font-size: 21vw;
  }
}
.cid-tH4Ni79Qhr .item .icon-box .step-number {
  color: #dc4234;
}
.cid-tH4Ni7Fg3m {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tH4Ni7Fg3m .mbr-section-title,
.cid-tH4Ni7Fg3m .mbr-section-subtitle {
  text-align: center;
}
.cid-tH4Ni7Fg3m .cost {
  word-break: normal;
}
.cid-tH4Ni7Fg3m .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tH4Ni7Fg3m .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tH4Ni7Fg3m .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tH4Ni7Fg3m .card-wrapper {
    padding: 1rem;
  }
}
.cid-tH4Ni7Fg3m P {
  color: #0a0d53;
}
.cid-tH4Ni7Fg3m .card-title {
  color: #dc4234;
}
.cid-tH4Ni85dXO .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tH4Ni85dXO .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tH4Ni85dXO .divider-top::before,
.cid-tH4Ni85dXO .divider-bottom::before,
.cid-tH4Ni85dXO .divider-top::after,
.cid-tH4Ni85dXO .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tH4Ni85dXO .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tH4Ni85dXO .divider-triangles::before {
  top: -50px;
}
.cid-tH4Ni85dXO .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tH4Ni85dXO .divider-halfcircle::before {
  top: -50px;
}
.cid-tH4Ni85dXO .divider-multitriangles::before,
.cid-tH4Ni85dXO .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tH4Ni85dXO .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tH4Ni8gilB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tH4Ni8gilB .client-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cid-tH4Ni8gilB .client-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.cid-tH4Ni8gilB .textp {
  color: #000000;
  line-height: 25px;
}
.cid-tH4Ni8gilB .client-title {
  margin-bottom: 45px;
}
.cid-tH4Ni8gilB .client-text {
  margin-top: 50px;
  margin-bottom: 45px;
}
.cid-tH4Ni8gilB .client-text p {
  margin-bottom: 0;
}
.cid-tH4Ni8gilB .client-item {
  margin-top: 45px;
  padding: 60px 20px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.cid-tH4Ni8gilB .client-item:hover:before {
  opacity: 1;
  height: 100%;
}
.cid-tH4Ni8gilB .client-item:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-tH4Ni8gilB .client-item:hover .content h3 {
  color: #ffffff;
}
.cid-tH4Ni8gilB .client-item:hover .content span {
  color: #d0ced3;
}
.cid-tH4Ni8gilB .client-item:hover .content p {
  color: #d0ced3;
}
.cid-tH4Ni8gilB .client-item:hover .content .quote {
  color: #fba311;
}
.cid-tH4Ni8gilB .client-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #0e3781;
  opacity: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.7s;
}
.cid-tH4Ni8gilB .client-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.7s;
}
.cid-tH4Ni8gilB .client-item .client-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.cid-tH4Ni8gilB .client-item .client-img img {
  border-radius: 50%;
  border: 2px solid #fba311;
}
.cid-tH4Ni8gilB .client-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.cid-tH4Ni8gilB .client-item .content span {
  font-size: 14px;
  margin-bottom: 15px;
}
.cid-tH4Ni8gilB .client-item .content ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.cid-tH4Ni8gilB .client-item .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #fba311;
}
.cid-tH4Ni8gilB .client-item .content p {
  margin-bottom: 0;
}
.cid-tH4Ni8gilB H2 {
  color: #dc4234;
}
.cid-tH4Ni8gilB P {
  color: #000000;
}
.cid-tH4Ni8gilB H3 {
  color: #000000;
}
.cid-tH4Ni8gilB SPAN {
  color: #131788;
}
.cid-tH4Ni8I7aX .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tH4Ni8I7aX .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tH4Ni8I7aX .divider-top::before,
.cid-tH4Ni8I7aX .divider-bottom::before,
.cid-tH4Ni8I7aX .divider-top::after,
.cid-tH4Ni8I7aX .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tH4Ni8I7aX .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tH4Ni8I7aX .divider-triangles::before {
  top: -50px;
}
.cid-tH4Ni8I7aX .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tH4Ni8I7aX .divider-halfcircle::before {
  top: -50px;
}
.cid-tH4Ni8I7aX .divider-multitriangles::before,
.cid-tH4Ni8I7aX .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tH4Ni8I7aX .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tH4Ni8Tk6u {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tH4Ni8Tk6u img,
.cid-tH4Ni8Tk6u .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tH4Ni8Tk6u .item:focus,
.cid-tH4Ni8Tk6u span:focus {
  outline: none;
}
.cid-tH4Ni8Tk6u .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tH4Ni8Tk6u .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e43f3f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tH4Ni8Tk6u .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tH4Ni8Tk6u .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tH4Ni8Tk6u .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tH4Ni8Tk6u .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tH4Ni8Tk6u .item-wrapper {
  background: transparent;
}
.cid-tH4Ni8Tk6u .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tH4Ni8Tk6u .mbr-section-title {
  color: #232323;
}
.cid-tH4Ni8Tk6u .mbr-text,
.cid-tH4Ni8Tk6u .mbr-section-btn {
  text-align: left;
}
.cid-tH4Ni8Tk6u .item-title {
  text-align: left;
}
.cid-tH4Ni8Tk6u .item-subtitle {
  text-align: center;
}
.cid-tH4Ni9hn1M {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tH4Ni9hn1M img,
.cid-tH4Ni9hn1M .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tH4Ni9hn1M .item:focus,
.cid-tH4Ni9hn1M span:focus {
  outline: none;
}
.cid-tH4Ni9hn1M .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tH4Ni9hn1M .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tH4Ni9hn1M .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tH4Ni9hn1M .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tH4Ni9hn1M .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tH4Ni9hn1M .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tH4Ni9hn1M .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tH4Ni9hn1M .mbr-section-title {
  color: #232323;
}
.cid-tH4Ni9hn1M .mbr-text,
.cid-tH4Ni9hn1M .mbr-section-btn {
  text-align: left;
}
.cid-tH4Ni9hn1M .item-title {
  text-align: left;
}
.cid-tH4Ni9hn1M .item-subtitle {
  text-align: center;
}
.cid-tH4Ni9DvXp {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tH4Ni9DvXp img,
.cid-tH4Ni9DvXp .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tH4Ni9DvXp .item:focus,
.cid-tH4Ni9DvXp span:focus {
  outline: none;
}
.cid-tH4Ni9DvXp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tH4Ni9DvXp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tH4Ni9DvXp .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tH4Ni9DvXp .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tH4Ni9DvXp .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tH4Ni9DvXp .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tH4Ni9DvXp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tH4Ni9DvXp .mbr-section-title {
  color: #232323;
}
.cid-tH4Ni9DvXp .mbr-text,
.cid-tH4Ni9DvXp .mbr-section-btn {
  text-align: left;
}
.cid-tH4Ni9DvXp .item-title {
  text-align: left;
}
.cid-tH4Ni9DvXp .item-subtitle {
  text-align: center;
}
.cid-tH4Nia6W9j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tH4Nia6W9j .media-container-row {
  justify-content: space-between;
}
.cid-tH4Nia6W9j .text-content {
  max-width: 50%;
}
.cid-tH4Nia6W9j .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tH4Nia6W9j .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tH4Nia6W9j .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tH4Nia6W9j .icons {
    justify-content: center !important;
  }
  .cid-tH4Nia6W9j .text-content * {
    text-align: center;
  }
}
.cid-tH57cV3mVW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tH4NiasiTG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH4NiasiTG .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tH4NiasiTG .bgColor1 {
  background-color: #0a0d53;
}
.cid-tH4NiasiTG .bgColor2 {
  background-color: #e43f3f;
}
.cid-tH4NiasiTG .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tH4NiasiTG .bgicon {
  background-color: #ffffff;
}
.cid-tH4NiasiTG H1 {
  color: #e43f3f;
}
.cid-tH4NiaKwG1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tH4NiaKwG1 #footer {
  padding: 0 0 25px 0;
}
.cid-tH4NiaKwG1 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tH4NiaKwG1 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tH4NiaKwG1 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tH4NiaKwG1 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tH4NiaKwG1 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tH4NiaKwG1 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tH4NiaKwG1 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tH4NiaKwG1 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tH4NiaKwG1 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tH4NiaKwG1 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tH4NiaKwG1 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tH4NiaKwG1 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tH4NiaKwG1 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tH4NiaKwG1 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tH4NiaKwG1 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tH4NiaKwG1 #footer .copyright {
  padding-top: 30px;
}
.cid-tH4NiaKwG1 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tH4NiaKwG1 H4 {
  color: #000000;
  text-align: left;
}
.cid-tH4NiaKwG1 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tH4NiaKwG1 P {
  color: #e43f3f;
  text-align: left;
}
.cid-tH4NiaKwG1 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tH4NiaKwG1 .copyright a {
  text-decoration: none !important;
}
.cid-tH4NiaKwG1 .list,
.cid-tH4NiaKwG1 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tH4NiaKwG1 ul li a {
  text-decoration: none !important;
}
.cid-tH4NiaKwG1 .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHbiP59BdH {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #dc4234;
}
.cid-tHbiP59BdH p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tHbiP59BdH .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tHbiP59BdH .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tHbiP59BdH .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tHbiP59BdH .main-banner .left-content {
  margin-right: 15px;
}
.cid-tHbiP59BdH .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tHbiP59BdH .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tHbiP59BdH .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tHbiP59BdH .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tHbiP59BdH .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tHbiP59BdH .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tHbiP59BdH .main-banner:before {
    display: none;
  }
  .cid-tHbiP59BdH .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tHbiP59BdH .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tHbiP59BdH H6 {
  color: #ffffff;
}
.cid-tHbiP59BdH H2 {
  color: #ffffff;
}
.cid-tHbiP59BdH P {
  color: #ffffff;
}
.cid-tHbiP5pPvO {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tHbiP5pPvO .news {
  width: 175px;
  background-color: #dc4234;
}
.cid-tHbiP5pPvO .news-scroll a {
  text-decoration: none;
}
.cid-tHbiP5pPvO .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #ff3366;
  border-radius: 50%;
  display: inline-block;
}
.cid-tHbiP5pPvO DIV {
  color: #ffffff;
}
.cid-tHbiP5AYVz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tHbiP5AYVz .service-item {
  position: relative;
  transition: .5s;
  padding: 0 30px;
  border-bottom: 4px solid #e43f3f;
}
.cid-tHbiP5AYVz .service2 {
  border-bottom: 4px solid #e43f3f;
}
.cid-tHbiP5AYVz .service-item .service-icon {
  margin-bottom: 30px;
  padding-top: 25px;
}
.cid-tHbiP5AYVz .service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
.cid-tHbiP5AYVz .service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}
.cid-tHbiP5AYVz .service3-item > div {
  z-index: 1;
}
.cid-tHbiP5AYVz .service3-item div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
  transition: .5s;
  z-index: -1;
}
.cid-tHbiP5AYVz .service3-item div:hover::after {
  width: 100%;
  background: var(--primary);
}
.cid-tHbiP5AYVz .service3-item * {
  transition: .5s;
}
.cid-tHbiP5AYVz .service3-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: .5s;
}
.cid-tHbiP5AYVz .service3-item:hover .service-icon {
  background: #FFFFFF !important;
}
.cid-tHbiP5AYVz .section-title-1::before,
.cid-tHbiP5AYVz .section-title-2::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.cid-tHbiP5AYVz .section-title-2::before {
  height: 1px;
}
.cid-tHbiP5AYVz .section-title-1.text-center::before,
.cid-tHbiP5AYVz .section-title-2.text-center::before {
  left: 50%;
  margin-left: -75px;
}
.cid-tHbiP5AYVz .section-title-1.section-title-sm::before,
.cid-tHbiP5AYVz .section-title-2.section-title-sm::before {
  width: 90px;
  height: 3px;
}
.cid-tHbiP5AYVz .section-title-2.section-title-sm::before {
  height: 1px;
}
.cid-tHbiP5AYVz .section-title-1::after,
.cid-tHbiP5AYVz .section-title-2::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}
.cid-tHbiP5AYVz .section-title-2::after {
  bottom: -2px;
  background: var(--primary);
}
.cid-tHbiP5AYVz .section-title-1.section-title-sm::after,
.cid-tHbiP5AYVz .section-title-2.section-title-sm::after {
  width: 4px;
  height: 3px;
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}
.cid-tHbiP5AYVz .section-title-2.section-title-sm::after {
  bottom: -1px;
}
.cid-tHbiP5AYVz .section-title-1.text-center::after,
.cid-tHbiP5AYVz .section-title-2.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}
.cid-tHbiP5AYVz H3 {
  color: #ffffff;
}
.cid-tHbiP5AYVz P {
  color: #ffffff;
  line-height: 25px;
  text-align: center;
}
.cid-tHbiP5AYVz .mbr-section-title {
  color: #e43f3f;
}
.cid-tHbiP5AYVz .mbr-section-h5 {
  color: #331b1b;
}
.cid-tHbiP5AYVz .mbr-section-h1 {
  color: #232323;
}
.cid-tHbiP5AYVz .mbr-section-strong {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tHbiP5AYVz .mbr-section-p {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tHbiP5AYVz .mbr-section-contacttext {
  color: #ffffff;
  text-align: center;
}
.cid-tHbiP5AYVz H2 {
  color: #ffffff;
}
.cid-tHbiP5AYVz .mbr-section-contact {
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}
.cid-tHbiP5AYVz .bgcard1 {
  background-color: #0e3781;
}
.cid-tHbiP5AYVz .bgcard2 {
  background-color: #232323;
}
.cid-tHbiP5AYVz H4 {
  text-align: center;
  color: #dc4234;
}
.cid-tHbiP5QY5n .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tHbiP5QY5n .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tHbiP5QY5n .divider-top::before,
.cid-tHbiP5QY5n .divider-bottom::before,
.cid-tHbiP5QY5n .divider-top::after,
.cid-tHbiP5QY5n .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tHbiP5QY5n .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tHbiP5QY5n .divider-triangles::before {
  top: -50px;
}
.cid-tHbiP5QY5n .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tHbiP5QY5n .divider-halfcircle::before {
  top: -50px;
}
.cid-tHbiP5QY5n .divider-multitriangles::before,
.cid-tHbiP5QY5n .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tHbiP5QY5n .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tHbiP5ZaMz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tHbiP5ZaMz .mbr-section-title {
  color: #ffffff;
}
.cid-tHbiP6h7dQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tHbiP6h7dQ .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tHbiP6h7dQ .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tHbiP6h7dQ .card-title,
.cid-tHbiP6h7dQ .card-box {
  color: #e43f3f;
}
.cid-tHbiP6A4g3 .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tHbiP6A4g3 .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tHbiP6A4g3 .divider-top::before,
.cid-tHbiP6A4g3 .divider-bottom::before,
.cid-tHbiP6A4g3 .divider-top::after,
.cid-tHbiP6A4g3 .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tHbiP6A4g3 .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tHbiP6A4g3 .divider-triangles::before {
  top: -50px;
}
.cid-tHbiP6A4g3 .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tHbiP6A4g3 .divider-halfcircle::before {
  top: -50px;
}
.cid-tHbiP6A4g3 .divider-multitriangles::before,
.cid-tHbiP6A4g3 .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tHbiP6A4g3 .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tHbiP6K1Px {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHbiP6YPCy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHbiP6YPCy .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-tHbiP6YPCy .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tHbiP6YPCy .text-box {
  text-align: center;
}
.cid-tHbiP6YPCy span {
  font-size: 7rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-tHbiP6YPCy .card {
    margin-bottom: 2rem;
  }
  .cid-tHbiP6YPCy .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tHbiP6YPCy span {
    font-size: 21vw;
  }
}
.cid-tHbiP6YPCy .item .icon-box .step-number {
  color: #dc4234;
}
.cid-tHbiP7t5Xf {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHbiP7t5Xf .mbr-section-title,
.cid-tHbiP7t5Xf .mbr-section-subtitle {
  text-align: center;
}
.cid-tHbiP7t5Xf .cost {
  word-break: normal;
}
.cid-tHbiP7t5Xf .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tHbiP7t5Xf .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tHbiP7t5Xf .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tHbiP7t5Xf .card-wrapper {
    padding: 1rem;
  }
}
.cid-tHbiP7t5Xf P {
  color: #0a0d53;
}
.cid-tHbiP7t5Xf .card-title {
  color: #dc4234;
}
.cid-tHbiP7SWfn .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tHbiP7SWfn .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tHbiP7SWfn .divider-top::before,
.cid-tHbiP7SWfn .divider-bottom::before,
.cid-tHbiP7SWfn .divider-top::after,
.cid-tHbiP7SWfn .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tHbiP7SWfn .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tHbiP7SWfn .divider-triangles::before {
  top: -50px;
}
.cid-tHbiP7SWfn .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tHbiP7SWfn .divider-halfcircle::before {
  top: -50px;
}
.cid-tHbiP7SWfn .divider-multitriangles::before,
.cid-tHbiP7SWfn .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tHbiP7SWfn .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tHbiP81Tun {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHbiP81Tun .client-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cid-tHbiP81Tun .client-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.cid-tHbiP81Tun .textp {
  color: #000000;
  line-height: 25px;
}
.cid-tHbiP81Tun .client-title {
  margin-bottom: 45px;
}
.cid-tHbiP81Tun .client-text {
  margin-top: 50px;
  margin-bottom: 45px;
}
.cid-tHbiP81Tun .client-text p {
  margin-bottom: 0;
}
.cid-tHbiP81Tun .client-item {
  margin-top: 45px;
  padding: 60px 20px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.cid-tHbiP81Tun .client-item:hover:before {
  opacity: 1;
  height: 100%;
}
.cid-tHbiP81Tun .client-item:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-tHbiP81Tun .client-item:hover .content h3 {
  color: #ffffff;
}
.cid-tHbiP81Tun .client-item:hover .content span {
  color: #d0ced3;
}
.cid-tHbiP81Tun .client-item:hover .content p {
  color: #d0ced3;
}
.cid-tHbiP81Tun .client-item:hover .content .quote {
  color: #fba311;
}
.cid-tHbiP81Tun .client-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #0e3781;
  opacity: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.7s;
}
.cid-tHbiP81Tun .client-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.7s;
}
.cid-tHbiP81Tun .client-item .client-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.cid-tHbiP81Tun .client-item .client-img img {
  border-radius: 50%;
  border: 2px solid #fba311;
}
.cid-tHbiP81Tun .client-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.cid-tHbiP81Tun .client-item .content span {
  font-size: 14px;
  margin-bottom: 15px;
}
.cid-tHbiP81Tun .client-item .content ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.cid-tHbiP81Tun .client-item .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #fba311;
}
.cid-tHbiP81Tun .client-item .content p {
  margin-bottom: 0;
}
.cid-tHbiP81Tun H2 {
  color: #dc4234;
}
.cid-tHbiP81Tun P {
  color: #000000;
}
.cid-tHbiP81Tun H3 {
  color: #000000;
}
.cid-tHbiP81Tun SPAN {
  color: #131788;
}
.cid-tHbiP8pk5X .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tHbiP8pk5X .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tHbiP8pk5X .divider-top::before,
.cid-tHbiP8pk5X .divider-bottom::before,
.cid-tHbiP8pk5X .divider-top::after,
.cid-tHbiP8pk5X .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tHbiP8pk5X .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tHbiP8pk5X .divider-triangles::before {
  top: -50px;
}
.cid-tHbiP8pk5X .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tHbiP8pk5X .divider-halfcircle::before {
  top: -50px;
}
.cid-tHbiP8pk5X .divider-multitriangles::before,
.cid-tHbiP8pk5X .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tHbiP8pk5X .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tHbiP8FlCH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHbiP8FlCH img,
.cid-tHbiP8FlCH .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tHbiP8FlCH .item:focus,
.cid-tHbiP8FlCH span:focus {
  outline: none;
}
.cid-tHbiP8FlCH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tHbiP8FlCH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e43f3f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tHbiP8FlCH .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tHbiP8FlCH .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHbiP8FlCH .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tHbiP8FlCH .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tHbiP8FlCH .item-wrapper {
  background: transparent;
}
.cid-tHbiP8FlCH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tHbiP8FlCH .mbr-section-title {
  color: #232323;
}
.cid-tHbiP8FlCH .mbr-text,
.cid-tHbiP8FlCH .mbr-section-btn {
  text-align: left;
}
.cid-tHbiP8FlCH .item-title {
  text-align: left;
}
.cid-tHbiP8FlCH .item-subtitle {
  text-align: center;
}
.cid-tHbiP964zn {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHbiP964zn img,
.cid-tHbiP964zn .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tHbiP964zn .item:focus,
.cid-tHbiP964zn span:focus {
  outline: none;
}
.cid-tHbiP964zn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tHbiP964zn .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tHbiP964zn .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tHbiP964zn .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHbiP964zn .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tHbiP964zn .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tHbiP964zn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tHbiP964zn .mbr-section-title {
  color: #232323;
}
.cid-tHbiP964zn .mbr-text,
.cid-tHbiP964zn .mbr-section-btn {
  text-align: left;
}
.cid-tHbiP964zn .item-title {
  text-align: left;
}
.cid-tHbiP964zn .item-subtitle {
  text-align: center;
}
.cid-tHbiP9wXZb {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHbiP9wXZb img,
.cid-tHbiP9wXZb .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tHbiP9wXZb .item:focus,
.cid-tHbiP9wXZb span:focus {
  outline: none;
}
.cid-tHbiP9wXZb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tHbiP9wXZb .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tHbiP9wXZb .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tHbiP9wXZb .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHbiP9wXZb .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tHbiP9wXZb .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tHbiP9wXZb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tHbiP9wXZb .mbr-section-title {
  color: #232323;
}
.cid-tHbiP9wXZb .mbr-text,
.cid-tHbiP9wXZb .mbr-section-btn {
  text-align: left;
}
.cid-tHbiP9wXZb .item-title {
  text-align: left;
}
.cid-tHbiP9wXZb .item-subtitle {
  text-align: center;
}
.cid-tHbiPa0rMI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tHbiPa0rMI .media-container-row {
  justify-content: space-between;
}
.cid-tHbiPa0rMI .text-content {
  max-width: 50%;
}
.cid-tHbiPa0rMI .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tHbiPa0rMI .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tHbiPa0rMI .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tHbiPa0rMI .icons {
    justify-content: center !important;
  }
  .cid-tHbiPa0rMI .text-content * {
    text-align: center;
  }
}
.cid-tHbF9UnQji {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tHbiPau65A {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHbiPau65A .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tHbiPau65A .bgColor1 {
  background-color: #0a0d53;
}
.cid-tHbiPau65A .bgColor2 {
  background-color: #e43f3f;
}
.cid-tHbiPau65A .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tHbiPau65A .bgicon {
  background-color: #ffffff;
}
.cid-tHbiPau65A H1 {
  color: #e43f3f;
}
.cid-tHbiPaMPe1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tHbiPaMPe1 #footer {
  padding: 0 0 25px 0;
}
.cid-tHbiPaMPe1 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tHbiPaMPe1 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tHbiPaMPe1 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tHbiPaMPe1 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tHbiPaMPe1 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tHbiPaMPe1 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tHbiPaMPe1 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tHbiPaMPe1 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tHbiPaMPe1 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tHbiPaMPe1 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tHbiPaMPe1 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tHbiPaMPe1 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tHbiPaMPe1 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tHbiPaMPe1 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tHbiPaMPe1 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tHbiPaMPe1 #footer .copyright {
  padding-top: 30px;
}
.cid-tHbiPaMPe1 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tHbiPaMPe1 H4 {
  color: #000000;
  text-align: left;
}
.cid-tHbiPaMPe1 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tHbiPaMPe1 P {
  color: #e43f3f;
  text-align: left;
}
.cid-tHbiPaMPe1 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tHbiPaMPe1 .copyright a {
  text-decoration: none !important;
}
.cid-tHbiPaMPe1 .list,
.cid-tHbiPaMPe1 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tHbiPaMPe1 ul li a {
  text-decoration: none !important;
}
.cid-tHbiPaMPe1 .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHbvdGb9m1 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #dc4234;
}
.cid-tHbvdGb9m1 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tHbvdGb9m1 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tHbvdGb9m1 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tHbvdGb9m1 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tHbvdGb9m1 .main-banner .left-content {
  margin-right: 15px;
}
.cid-tHbvdGb9m1 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tHbvdGb9m1 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tHbvdGb9m1 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tHbvdGb9m1 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tHbvdGb9m1 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tHbvdGb9m1 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tHbvdGb9m1 .main-banner:before {
    display: none;
  }
  .cid-tHbvdGb9m1 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tHbvdGb9m1 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tHbvdGb9m1 H6 {
  color: #ffffff;
}
.cid-tHbvdGb9m1 H2 {
  color: #ffffff;
}
.cid-tHbvdGb9m1 P {
  color: #ffffff;
}
.cid-tHbvdGK3jN {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tHbvdGK3jN .news {
  width: 175px;
  background-color: #dc4234;
}
.cid-tHbvdGK3jN .news-scroll a {
  text-decoration: none;
}
.cid-tHbvdGK3jN .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #ff3366;
  border-radius: 50%;
  display: inline-block;
}
.cid-tHbvdGK3jN DIV {
  color: #ffffff;
}
.cid-tHbvdGYPw8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tHbvdGYPw8 .service-item {
  position: relative;
  transition: .5s;
  padding: 0 30px;
  border-bottom: 4px solid #e43f3f;
}
.cid-tHbvdGYPw8 .service2 {
  border-bottom: 4px solid #e43f3f;
}
.cid-tHbvdGYPw8 .service-item .service-icon {
  margin-bottom: 30px;
  padding-top: 25px;
}
.cid-tHbvdGYPw8 .service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
.cid-tHbvdGYPw8 .service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}
.cid-tHbvdGYPw8 .service3-item > div {
  z-index: 1;
}
.cid-tHbvdGYPw8 .service3-item div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
  transition: .5s;
  z-index: -1;
}
.cid-tHbvdGYPw8 .service3-item div:hover::after {
  width: 100%;
  background: var(--primary);
}
.cid-tHbvdGYPw8 .service3-item * {
  transition: .5s;
}
.cid-tHbvdGYPw8 .service3-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: .5s;
}
.cid-tHbvdGYPw8 .service3-item:hover .service-icon {
  background: #FFFFFF !important;
}
.cid-tHbvdGYPw8 .section-title-1::before,
.cid-tHbvdGYPw8 .section-title-2::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.cid-tHbvdGYPw8 .section-title-2::before {
  height: 1px;
}
.cid-tHbvdGYPw8 .section-title-1.text-center::before,
.cid-tHbvdGYPw8 .section-title-2.text-center::before {
  left: 50%;
  margin-left: -75px;
}
.cid-tHbvdGYPw8 .section-title-1.section-title-sm::before,
.cid-tHbvdGYPw8 .section-title-2.section-title-sm::before {
  width: 90px;
  height: 3px;
}
.cid-tHbvdGYPw8 .section-title-2.section-title-sm::before {
  height: 1px;
}
.cid-tHbvdGYPw8 .section-title-1::after,
.cid-tHbvdGYPw8 .section-title-2::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}
.cid-tHbvdGYPw8 .section-title-2::after {
  bottom: -2px;
  background: var(--primary);
}
.cid-tHbvdGYPw8 .section-title-1.section-title-sm::after,
.cid-tHbvdGYPw8 .section-title-2.section-title-sm::after {
  width: 4px;
  height: 3px;
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}
.cid-tHbvdGYPw8 .section-title-2.section-title-sm::after {
  bottom: -1px;
}
.cid-tHbvdGYPw8 .section-title-1.text-center::after,
.cid-tHbvdGYPw8 .section-title-2.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}
.cid-tHbvdGYPw8 H3 {
  color: #ffffff;
}
.cid-tHbvdGYPw8 P {
  color: #ffffff;
  line-height: 25px;
  text-align: center;
}
.cid-tHbvdGYPw8 .mbr-section-title {
  color: #e43f3f;
}
.cid-tHbvdGYPw8 .mbr-section-h5 {
  color: #331b1b;
}
.cid-tHbvdGYPw8 .mbr-section-h1 {
  color: #232323;
}
.cid-tHbvdGYPw8 .mbr-section-strong {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tHbvdGYPw8 .mbr-section-p {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tHbvdGYPw8 .mbr-section-contacttext {
  color: #ffffff;
  text-align: center;
}
.cid-tHbvdGYPw8 H2 {
  color: #ffffff;
}
.cid-tHbvdGYPw8 .mbr-section-contact {
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}
.cid-tHbvdGYPw8 .bgcard1 {
  background-color: #0e3781;
}
.cid-tHbvdGYPw8 .bgcard2 {
  background-color: #232323;
}
.cid-tHbvdGYPw8 H4 {
  text-align: center;
  color: #dc4234;
}
.cid-tHbvdHkdAw .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tHbvdHkdAw .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tHbvdHkdAw .divider-top::before,
.cid-tHbvdHkdAw .divider-bottom::before,
.cid-tHbvdHkdAw .divider-top::after,
.cid-tHbvdHkdAw .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tHbvdHkdAw .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tHbvdHkdAw .divider-triangles::before {
  top: -50px;
}
.cid-tHbvdHkdAw .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tHbvdHkdAw .divider-halfcircle::before {
  top: -50px;
}
.cid-tHbvdHkdAw .divider-multitriangles::before,
.cid-tHbvdHkdAw .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tHbvdHkdAw .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tHbvdHycqM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tHbvdHycqM .mbr-section-title {
  color: #ffffff;
}
.cid-tHbvdHQUr3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tHbvdHQUr3 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tHbvdHQUr3 .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tHbvdHQUr3 .card-title,
.cid-tHbvdHQUr3 .card-box {
  color: #e43f3f;
}
.cid-tHbvdIf65M .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tHbvdIf65M .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tHbvdIf65M .divider-top::before,
.cid-tHbvdIf65M .divider-bottom::before,
.cid-tHbvdIf65M .divider-top::after,
.cid-tHbvdIf65M .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tHbvdIf65M .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tHbvdIf65M .divider-triangles::before {
  top: -50px;
}
.cid-tHbvdIf65M .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tHbvdIf65M .divider-halfcircle::before {
  top: -50px;
}
.cid-tHbvdIf65M .divider-multitriangles::before,
.cid-tHbvdIf65M .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tHbvdIf65M .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tHbvdIqBC5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHbvdIG7dE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHbvdIG7dE .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-tHbvdIG7dE .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tHbvdIG7dE .text-box {
  text-align: center;
}
.cid-tHbvdIG7dE span {
  font-size: 7rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-tHbvdIG7dE .card {
    margin-bottom: 2rem;
  }
  .cid-tHbvdIG7dE .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tHbvdIG7dE span {
    font-size: 21vw;
  }
}
.cid-tHbvdIG7dE .item .icon-box .step-number {
  color: #dc4234;
}
.cid-tHbvdJfD4S {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHbvdJfD4S .mbr-section-title,
.cid-tHbvdJfD4S .mbr-section-subtitle {
  text-align: center;
}
.cid-tHbvdJfD4S .cost {
  word-break: normal;
}
.cid-tHbvdJfD4S .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tHbvdJfD4S .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tHbvdJfD4S .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tHbvdJfD4S .card-wrapper {
    padding: 1rem;
  }
}
.cid-tHbvdJfD4S P {
  color: #0a0d53;
}
.cid-tHbvdJfD4S .card-title {
  color: #dc4234;
}
.cid-tHbvdJIuPr .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tHbvdJIuPr .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tHbvdJIuPr .divider-top::before,
.cid-tHbvdJIuPr .divider-bottom::before,
.cid-tHbvdJIuPr .divider-top::after,
.cid-tHbvdJIuPr .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tHbvdJIuPr .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tHbvdJIuPr .divider-triangles::before {
  top: -50px;
}
.cid-tHbvdJIuPr .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tHbvdJIuPr .divider-halfcircle::before {
  top: -50px;
}
.cid-tHbvdJIuPr .divider-multitriangles::before,
.cid-tHbvdJIuPr .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tHbvdJIuPr .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tHbvdJV1ug {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHbvdJV1ug .client-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cid-tHbvdJV1ug .client-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.cid-tHbvdJV1ug .textp {
  color: #000000;
  line-height: 25px;
}
.cid-tHbvdJV1ug .client-title {
  margin-bottom: 45px;
}
.cid-tHbvdJV1ug .client-text {
  margin-top: 50px;
  margin-bottom: 45px;
}
.cid-tHbvdJV1ug .client-text p {
  margin-bottom: 0;
}
.cid-tHbvdJV1ug .client-item {
  margin-top: 45px;
  padding: 60px 20px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.cid-tHbvdJV1ug .client-item:hover:before {
  opacity: 1;
  height: 100%;
}
.cid-tHbvdJV1ug .client-item:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-tHbvdJV1ug .client-item:hover .content h3 {
  color: #ffffff;
}
.cid-tHbvdJV1ug .client-item:hover .content span {
  color: #d0ced3;
}
.cid-tHbvdJV1ug .client-item:hover .content p {
  color: #d0ced3;
}
.cid-tHbvdJV1ug .client-item:hover .content .quote {
  color: #fba311;
}
.cid-tHbvdJV1ug .client-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #0e3781;
  opacity: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.7s;
}
.cid-tHbvdJV1ug .client-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.7s;
}
.cid-tHbvdJV1ug .client-item .client-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.cid-tHbvdJV1ug .client-item .client-img img {
  border-radius: 50%;
  border: 2px solid #fba311;
}
.cid-tHbvdJV1ug .client-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.cid-tHbvdJV1ug .client-item .content span {
  font-size: 14px;
  margin-bottom: 15px;
}
.cid-tHbvdJV1ug .client-item .content ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.cid-tHbvdJV1ug .client-item .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #fba311;
}
.cid-tHbvdJV1ug .client-item .content p {
  margin-bottom: 0;
}
.cid-tHbvdJV1ug H2 {
  color: #dc4234;
}
.cid-tHbvdJV1ug P {
  color: #000000;
}
.cid-tHbvdJV1ug H3 {
  color: #000000;
}
.cid-tHbvdJV1ug SPAN {
  color: #131788;
}
.cid-tHbvdKwnfq .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tHbvdKwnfq .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tHbvdKwnfq .divider-top::before,
.cid-tHbvdKwnfq .divider-bottom::before,
.cid-tHbvdKwnfq .divider-top::after,
.cid-tHbvdKwnfq .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tHbvdKwnfq .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tHbvdKwnfq .divider-triangles::before {
  top: -50px;
}
.cid-tHbvdKwnfq .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tHbvdKwnfq .divider-halfcircle::before {
  top: -50px;
}
.cid-tHbvdKwnfq .divider-multitriangles::before,
.cid-tHbvdKwnfq .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tHbvdKwnfq .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tHbvdKLU6n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHbvdKLU6n img,
.cid-tHbvdKLU6n .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tHbvdKLU6n .item:focus,
.cid-tHbvdKLU6n span:focus {
  outline: none;
}
.cid-tHbvdKLU6n .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tHbvdKLU6n .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e43f3f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tHbvdKLU6n .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tHbvdKLU6n .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHbvdKLU6n .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tHbvdKLU6n .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tHbvdKLU6n .item-wrapper {
  background: transparent;
}
.cid-tHbvdKLU6n .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tHbvdKLU6n .mbr-section-title {
  color: #232323;
}
.cid-tHbvdKLU6n .mbr-text,
.cid-tHbvdKLU6n .mbr-section-btn {
  text-align: left;
}
.cid-tHbvdKLU6n .item-title {
  text-align: left;
}
.cid-tHbvdKLU6n .item-subtitle {
  text-align: center;
}
.cid-tHbvdLeKMW {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHbvdLeKMW img,
.cid-tHbvdLeKMW .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tHbvdLeKMW .item:focus,
.cid-tHbvdLeKMW span:focus {
  outline: none;
}
.cid-tHbvdLeKMW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tHbvdLeKMW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tHbvdLeKMW .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tHbvdLeKMW .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHbvdLeKMW .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tHbvdLeKMW .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tHbvdLeKMW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tHbvdLeKMW .mbr-section-title {
  color: #232323;
}
.cid-tHbvdLeKMW .mbr-text,
.cid-tHbvdLeKMW .mbr-section-btn {
  text-align: left;
}
.cid-tHbvdLeKMW .item-title {
  text-align: left;
}
.cid-tHbvdLeKMW .item-subtitle {
  text-align: center;
}
.cid-tHbvdLHTHM {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHbvdLHTHM img,
.cid-tHbvdLHTHM .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tHbvdLHTHM .item:focus,
.cid-tHbvdLHTHM span:focus {
  outline: none;
}
.cid-tHbvdLHTHM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tHbvdLHTHM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tHbvdLHTHM .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tHbvdLHTHM .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHbvdLHTHM .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tHbvdLHTHM .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tHbvdLHTHM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tHbvdLHTHM .mbr-section-title {
  color: #232323;
}
.cid-tHbvdLHTHM .mbr-text,
.cid-tHbvdLHTHM .mbr-section-btn {
  text-align: left;
}
.cid-tHbvdLHTHM .item-title {
  text-align: left;
}
.cid-tHbvdLHTHM .item-subtitle {
  text-align: center;
}
.cid-tHbvdMezd5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tHbvdMezd5 .media-container-row {
  justify-content: space-between;
}
.cid-tHbvdMezd5 .text-content {
  max-width: 50%;
}
.cid-tHbvdMezd5 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tHbvdMezd5 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tHbvdMezd5 .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tHbvdMezd5 .icons {
    justify-content: center !important;
  }
  .cid-tHbvdMezd5 .text-content * {
    text-align: center;
  }
}
.cid-tHbFlWCDRu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tHbvdME2P3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHbvdME2P3 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tHbvdME2P3 .bgColor1 {
  background-color: #0a0d53;
}
.cid-tHbvdME2P3 .bgColor2 {
  background-color: #e43f3f;
}
.cid-tHbvdME2P3 .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tHbvdME2P3 .bgicon {
  background-color: #ffffff;
}
.cid-tHbvdME2P3 H1 {
  color: #e43f3f;
}
.cid-tHbvdN05oB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tHbvdN05oB #footer {
  padding: 0 0 25px 0;
}
.cid-tHbvdN05oB #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tHbvdN05oB #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tHbvdN05oB #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tHbvdN05oB #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tHbvdN05oB #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tHbvdN05oB #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tHbvdN05oB #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tHbvdN05oB #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tHbvdN05oB #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tHbvdN05oB #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tHbvdN05oB #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tHbvdN05oB #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tHbvdN05oB #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tHbvdN05oB #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tHbvdN05oB #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tHbvdN05oB #footer .copyright {
  padding-top: 30px;
}
.cid-tHbvdN05oB ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tHbvdN05oB H4 {
  color: #000000;
  text-align: left;
}
.cid-tHbvdN05oB DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tHbvdN05oB P {
  color: #e43f3f;
  text-align: left;
}
.cid-tHbvdN05oB div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tHbvdN05oB .copyright a {
  text-decoration: none !important;
}
.cid-tHbvdN05oB .list,
.cid-tHbvdN05oB .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tHbvdN05oB ul li a {
  text-decoration: none !important;
}
.cid-tHbvdN05oB .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHfFv54qg9 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #dc4234;
}
.cid-tHfFv54qg9 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tHfFv54qg9 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tHfFv54qg9 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tHfFv54qg9 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tHfFv54qg9 .main-banner .left-content {
  margin-right: 15px;
}
.cid-tHfFv54qg9 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tHfFv54qg9 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tHfFv54qg9 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tHfFv54qg9 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tHfFv54qg9 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tHfFv54qg9 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tHfFv54qg9 .main-banner:before {
    display: none;
  }
  .cid-tHfFv54qg9 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tHfFv54qg9 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tHfFv54qg9 H6 {
  color: #ffffff;
}
.cid-tHfFv54qg9 H2 {
  color: #ffffff;
}
.cid-tHfFv54qg9 P {
  color: #ffffff;
}
.cid-tHfFv5kB3x {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tHfFv5kB3x .news {
  width: 175px;
  background-color: #dc4234;
}
.cid-tHfFv5kB3x .news-scroll a {
  text-decoration: none;
}
.cid-tHfFv5kB3x .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #ff3366;
  border-radius: 50%;
  display: inline-block;
}
.cid-tHfFv5kB3x DIV {
  color: #ffffff;
}
.cid-tHfFv5xp2s {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tHfFv5xp2s .service-item {
  position: relative;
  transition: .5s;
  padding: 0 30px;
  border-bottom: 4px solid #e43f3f;
}
.cid-tHfFv5xp2s .service2 {
  border-bottom: 4px solid #e43f3f;
}
.cid-tHfFv5xp2s .service-item .service-icon {
  margin-bottom: 30px;
  padding-top: 25px;
}
.cid-tHfFv5xp2s .service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
.cid-tHfFv5xp2s .service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}
.cid-tHfFv5xp2s .service3-item > div {
  z-index: 1;
}
.cid-tHfFv5xp2s .service3-item div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
  transition: .5s;
  z-index: -1;
}
.cid-tHfFv5xp2s .service3-item div:hover::after {
  width: 100%;
  background: var(--primary);
}
.cid-tHfFv5xp2s .service3-item * {
  transition: .5s;
}
.cid-tHfFv5xp2s .service3-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: .5s;
}
.cid-tHfFv5xp2s .service3-item:hover .service-icon {
  background: #FFFFFF !important;
}
.cid-tHfFv5xp2s .section-title-1::before,
.cid-tHfFv5xp2s .section-title-2::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.cid-tHfFv5xp2s .section-title-2::before {
  height: 1px;
}
.cid-tHfFv5xp2s .section-title-1.text-center::before,
.cid-tHfFv5xp2s .section-title-2.text-center::before {
  left: 50%;
  margin-left: -75px;
}
.cid-tHfFv5xp2s .section-title-1.section-title-sm::before,
.cid-tHfFv5xp2s .section-title-2.section-title-sm::before {
  width: 90px;
  height: 3px;
}
.cid-tHfFv5xp2s .section-title-2.section-title-sm::before {
  height: 1px;
}
.cid-tHfFv5xp2s .section-title-1::after,
.cid-tHfFv5xp2s .section-title-2::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}
.cid-tHfFv5xp2s .section-title-2::after {
  bottom: -2px;
  background: var(--primary);
}
.cid-tHfFv5xp2s .section-title-1.section-title-sm::after,
.cid-tHfFv5xp2s .section-title-2.section-title-sm::after {
  width: 4px;
  height: 3px;
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}
.cid-tHfFv5xp2s .section-title-2.section-title-sm::after {
  bottom: -1px;
}
.cid-tHfFv5xp2s .section-title-1.text-center::after,
.cid-tHfFv5xp2s .section-title-2.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}
.cid-tHfFv5xp2s H3 {
  color: #ffffff;
}
.cid-tHfFv5xp2s P {
  color: #ffffff;
  line-height: 25px;
  text-align: center;
}
.cid-tHfFv5xp2s .mbr-section-title {
  color: #e43f3f;
}
.cid-tHfFv5xp2s .mbr-section-h5 {
  color: #331b1b;
}
.cid-tHfFv5xp2s .mbr-section-h1 {
  color: #232323;
}
.cid-tHfFv5xp2s .mbr-section-strong {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tHfFv5xp2s .mbr-section-p {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tHfFv5xp2s .mbr-section-contacttext {
  color: #ffffff;
  text-align: center;
}
.cid-tHfFv5xp2s H2 {
  color: #ffffff;
}
.cid-tHfFv5xp2s .mbr-section-contact {
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}
.cid-tHfFv5xp2s .bgcard1 {
  background-color: #0e3781;
}
.cid-tHfFv5xp2s .bgcard2 {
  background-color: #232323;
}
.cid-tHfFv5xp2s H4 {
  text-align: center;
  color: #dc4234;
}
.cid-tHfFv5PRDy .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tHfFv5PRDy .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tHfFv5PRDy .divider-top::before,
.cid-tHfFv5PRDy .divider-bottom::before,
.cid-tHfFv5PRDy .divider-top::after,
.cid-tHfFv5PRDy .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tHfFv5PRDy .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tHfFv5PRDy .divider-triangles::before {
  top: -50px;
}
.cid-tHfFv5PRDy .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tHfFv5PRDy .divider-halfcircle::before {
  top: -50px;
}
.cid-tHfFv5PRDy .divider-multitriangles::before,
.cid-tHfFv5PRDy .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tHfFv5PRDy .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tHfFv5XQb3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tHfFv5XQb3 .mbr-section-title {
  color: #ffffff;
}
.cid-tHfFv6dlWj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tHfFv6dlWj .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tHfFv6dlWj .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tHfFv6dlWj .card-title,
.cid-tHfFv6dlWj .card-box {
  color: #e43f3f;
}
.cid-tHfFv6uGdb .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tHfFv6uGdb .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tHfFv6uGdb .divider-top::before,
.cid-tHfFv6uGdb .divider-bottom::before,
.cid-tHfFv6uGdb .divider-top::after,
.cid-tHfFv6uGdb .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tHfFv6uGdb .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tHfFv6uGdb .divider-triangles::before {
  top: -50px;
}
.cid-tHfFv6uGdb .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tHfFv6uGdb .divider-halfcircle::before {
  top: -50px;
}
.cid-tHfFv6uGdb .divider-multitriangles::before,
.cid-tHfFv6uGdb .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tHfFv6uGdb .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tHfFv6Cf8t {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHfFv6P8QT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHfFv6P8QT .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-tHfFv6P8QT .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tHfFv6P8QT .text-box {
  text-align: center;
}
.cid-tHfFv6P8QT span {
  font-size: 7rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-tHfFv6P8QT .card {
    margin-bottom: 2rem;
  }
  .cid-tHfFv6P8QT .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tHfFv6P8QT span {
    font-size: 21vw;
  }
}
.cid-tHfFv6P8QT .item .icon-box .step-number {
  color: #dc4234;
}
.cid-tHfFv7kt1I {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHfFv7kt1I .mbr-section-title,
.cid-tHfFv7kt1I .mbr-section-subtitle {
  text-align: center;
}
.cid-tHfFv7kt1I .cost {
  word-break: normal;
}
.cid-tHfFv7kt1I .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tHfFv7kt1I .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tHfFv7kt1I .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tHfFv7kt1I .card-wrapper {
    padding: 1rem;
  }
}
.cid-tHfFv7kt1I P {
  color: #0a0d53;
}
.cid-tHfFv7kt1I .card-title {
  color: #dc4234;
}
.cid-tHfFv7M6wF .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tHfFv7M6wF .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tHfFv7M6wF .divider-top::before,
.cid-tHfFv7M6wF .divider-bottom::before,
.cid-tHfFv7M6wF .divider-top::after,
.cid-tHfFv7M6wF .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tHfFv7M6wF .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tHfFv7M6wF .divider-triangles::before {
  top: -50px;
}
.cid-tHfFv7M6wF .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tHfFv7M6wF .divider-halfcircle::before {
  top: -50px;
}
.cid-tHfFv7M6wF .divider-multitriangles::before,
.cid-tHfFv7M6wF .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tHfFv7M6wF .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tHfFv7WtOX {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHfFv7WtOX .client-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cid-tHfFv7WtOX .client-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.cid-tHfFv7WtOX .textp {
  color: #000000;
  line-height: 25px;
}
.cid-tHfFv7WtOX .client-title {
  margin-bottom: 45px;
}
.cid-tHfFv7WtOX .client-text {
  margin-top: 50px;
  margin-bottom: 45px;
}
.cid-tHfFv7WtOX .client-text p {
  margin-bottom: 0;
}
.cid-tHfFv7WtOX .client-item {
  margin-top: 45px;
  padding: 60px 20px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.cid-tHfFv7WtOX .client-item:hover:before {
  opacity: 1;
  height: 100%;
}
.cid-tHfFv7WtOX .client-item:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-tHfFv7WtOX .client-item:hover .content h3 {
  color: #ffffff;
}
.cid-tHfFv7WtOX .client-item:hover .content span {
  color: #d0ced3;
}
.cid-tHfFv7WtOX .client-item:hover .content p {
  color: #d0ced3;
}
.cid-tHfFv7WtOX .client-item:hover .content .quote {
  color: #fba311;
}
.cid-tHfFv7WtOX .client-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #0e3781;
  opacity: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.7s;
}
.cid-tHfFv7WtOX .client-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.7s;
}
.cid-tHfFv7WtOX .client-item .client-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.cid-tHfFv7WtOX .client-item .client-img img {
  border-radius: 50%;
  border: 2px solid #fba311;
}
.cid-tHfFv7WtOX .client-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.cid-tHfFv7WtOX .client-item .content span {
  font-size: 14px;
  margin-bottom: 15px;
}
.cid-tHfFv7WtOX .client-item .content ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.cid-tHfFv7WtOX .client-item .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #fba311;
}
.cid-tHfFv7WtOX .client-item .content p {
  margin-bottom: 0;
}
.cid-tHfFv7WtOX H2 {
  color: #dc4234;
}
.cid-tHfFv7WtOX P {
  color: #000000;
}
.cid-tHfFv7WtOX H3 {
  color: #000000;
}
.cid-tHfFv7WtOX SPAN {
  color: #131788;
}
.cid-tHfFv8iN2M .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tHfFv8iN2M .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tHfFv8iN2M .divider-top::before,
.cid-tHfFv8iN2M .divider-bottom::before,
.cid-tHfFv8iN2M .divider-top::after,
.cid-tHfFv8iN2M .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tHfFv8iN2M .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tHfFv8iN2M .divider-triangles::before {
  top: -50px;
}
.cid-tHfFv8iN2M .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tHfFv8iN2M .divider-halfcircle::before {
  top: -50px;
}
.cid-tHfFv8iN2M .divider-multitriangles::before,
.cid-tHfFv8iN2M .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tHfFv8iN2M .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tHfFv8si4b {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHfFv8si4b img,
.cid-tHfFv8si4b .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tHfFv8si4b .item:focus,
.cid-tHfFv8si4b span:focus {
  outline: none;
}
.cid-tHfFv8si4b .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tHfFv8si4b .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e43f3f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tHfFv8si4b .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tHfFv8si4b .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHfFv8si4b .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tHfFv8si4b .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tHfFv8si4b .item-wrapper {
  background: transparent;
}
.cid-tHfFv8si4b .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tHfFv8si4b .mbr-section-title {
  color: #232323;
}
.cid-tHfFv8si4b .mbr-text,
.cid-tHfFv8si4b .mbr-section-btn {
  text-align: left;
}
.cid-tHfFv8si4b .item-title {
  text-align: left;
}
.cid-tHfFv8si4b .item-subtitle {
  text-align: center;
}
.cid-tHfFv8VxNj {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHfFv8VxNj img,
.cid-tHfFv8VxNj .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tHfFv8VxNj .item:focus,
.cid-tHfFv8VxNj span:focus {
  outline: none;
}
.cid-tHfFv8VxNj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tHfFv8VxNj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tHfFv8VxNj .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tHfFv8VxNj .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHfFv8VxNj .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tHfFv8VxNj .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tHfFv8VxNj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tHfFv8VxNj .mbr-section-title {
  color: #232323;
}
.cid-tHfFv8VxNj .mbr-text,
.cid-tHfFv8VxNj .mbr-section-btn {
  text-align: left;
}
.cid-tHfFv8VxNj .item-title {
  text-align: left;
}
.cid-tHfFv8VxNj .item-subtitle {
  text-align: center;
}
.cid-tHfFv9mnUb {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHfFv9mnUb img,
.cid-tHfFv9mnUb .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tHfFv9mnUb .item:focus,
.cid-tHfFv9mnUb span:focus {
  outline: none;
}
.cid-tHfFv9mnUb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tHfFv9mnUb .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tHfFv9mnUb .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tHfFv9mnUb .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHfFv9mnUb .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tHfFv9mnUb .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tHfFv9mnUb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tHfFv9mnUb .mbr-section-title {
  color: #232323;
}
.cid-tHfFv9mnUb .mbr-text,
.cid-tHfFv9mnUb .mbr-section-btn {
  text-align: left;
}
.cid-tHfFv9mnUb .item-title {
  text-align: left;
}
.cid-tHfFv9mnUb .item-subtitle {
  text-align: center;
}
.cid-tHfFv9MwSZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tHfFv9MwSZ .media-container-row {
  justify-content: space-between;
}
.cid-tHfFv9MwSZ .text-content {
  max-width: 50%;
}
.cid-tHfFv9MwSZ .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tHfFv9MwSZ .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tHfFv9MwSZ .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tHfFv9MwSZ .icons {
    justify-content: center !important;
  }
  .cid-tHfFv9MwSZ .text-content * {
    text-align: center;
  }
}
.cid-tHfPUx5QXk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tHfFva87BN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHfFva87BN .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tHfFva87BN .bgColor1 {
  background-color: #0a0d53;
}
.cid-tHfFva87BN .bgColor2 {
  background-color: #e43f3f;
}
.cid-tHfFva87BN .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tHfFva87BN .bgicon {
  background-color: #ffffff;
}
.cid-tHfFva87BN H1 {
  color: #e43f3f;
}
.cid-tHfFvau5kJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tHfFvau5kJ #footer {
  padding: 0 0 25px 0;
}
.cid-tHfFvau5kJ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tHfFvau5kJ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tHfFvau5kJ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tHfFvau5kJ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tHfFvau5kJ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tHfFvau5kJ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tHfFvau5kJ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tHfFvau5kJ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tHfFvau5kJ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tHfFvau5kJ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tHfFvau5kJ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tHfFvau5kJ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tHfFvau5kJ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tHfFvau5kJ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tHfFvau5kJ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tHfFvau5kJ #footer .copyright {
  padding-top: 30px;
}
.cid-tHfFvau5kJ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tHfFvau5kJ H4 {
  color: #000000;
  text-align: left;
}
.cid-tHfFvau5kJ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tHfFvau5kJ P {
  color: #e43f3f;
  text-align: left;
}
.cid-tHfFvau5kJ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tHfFvau5kJ .copyright a {
  text-decoration: none !important;
}
.cid-tHfFvau5kJ .list,
.cid-tHfFvau5kJ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tHfFvau5kJ ul li a {
  text-decoration: none !important;
}
.cid-tHfFvau5kJ .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHfQse5vOz {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #dc4234;
}
.cid-tHfQse5vOz p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tHfQse5vOz .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tHfQse5vOz .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tHfQse5vOz .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tHfQse5vOz .main-banner .left-content {
  margin-right: 15px;
}
.cid-tHfQse5vOz .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tHfQse5vOz .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tHfQse5vOz .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tHfQse5vOz .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tHfQse5vOz .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tHfQse5vOz .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tHfQse5vOz .main-banner:before {
    display: none;
  }
  .cid-tHfQse5vOz .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tHfQse5vOz .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tHfQse5vOz H6 {
  color: #ffffff;
}
.cid-tHfQse5vOz H2 {
  color: #ffffff;
}
.cid-tHfQse5vOz P {
  color: #ffffff;
}
.cid-tHfQsesgXp {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tHfQsesgXp .news {
  width: 175px;
  background-color: #dc4234;
}
.cid-tHfQsesgXp .news-scroll a {
  text-decoration: none;
}
.cid-tHfQsesgXp .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #ff3366;
  border-radius: 50%;
  display: inline-block;
}
.cid-tHfQsesgXp DIV {
  color: #ffffff;
}
.cid-tHfQseDx5F {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tHfQseDx5F .service-item {
  position: relative;
  transition: .5s;
  padding: 0 30px;
  border-bottom: 4px solid #e43f3f;
}
.cid-tHfQseDx5F .service2 {
  border-bottom: 4px solid #e43f3f;
}
.cid-tHfQseDx5F .service-item .service-icon {
  margin-bottom: 30px;
  padding-top: 25px;
}
.cid-tHfQseDx5F .service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
.cid-tHfQseDx5F .service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}
.cid-tHfQseDx5F .service3-item > div {
  z-index: 1;
}
.cid-tHfQseDx5F .service3-item div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
  transition: .5s;
  z-index: -1;
}
.cid-tHfQseDx5F .service3-item div:hover::after {
  width: 100%;
  background: var(--primary);
}
.cid-tHfQseDx5F .service3-item * {
  transition: .5s;
}
.cid-tHfQseDx5F .service3-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: .5s;
}
.cid-tHfQseDx5F .service3-item:hover .service-icon {
  background: #FFFFFF !important;
}
.cid-tHfQseDx5F .section-title-1::before,
.cid-tHfQseDx5F .section-title-2::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.cid-tHfQseDx5F .section-title-2::before {
  height: 1px;
}
.cid-tHfQseDx5F .section-title-1.text-center::before,
.cid-tHfQseDx5F .section-title-2.text-center::before {
  left: 50%;
  margin-left: -75px;
}
.cid-tHfQseDx5F .section-title-1.section-title-sm::before,
.cid-tHfQseDx5F .section-title-2.section-title-sm::before {
  width: 90px;
  height: 3px;
}
.cid-tHfQseDx5F .section-title-2.section-title-sm::before {
  height: 1px;
}
.cid-tHfQseDx5F .section-title-1::after,
.cid-tHfQseDx5F .section-title-2::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}
.cid-tHfQseDx5F .section-title-2::after {
  bottom: -2px;
  background: var(--primary);
}
.cid-tHfQseDx5F .section-title-1.section-title-sm::after,
.cid-tHfQseDx5F .section-title-2.section-title-sm::after {
  width: 4px;
  height: 3px;
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}
.cid-tHfQseDx5F .section-title-2.section-title-sm::after {
  bottom: -1px;
}
.cid-tHfQseDx5F .section-title-1.text-center::after,
.cid-tHfQseDx5F .section-title-2.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}
.cid-tHfQseDx5F H3 {
  color: #ffffff;
}
.cid-tHfQseDx5F P {
  color: #ffffff;
  line-height: 25px;
  text-align: center;
}
.cid-tHfQseDx5F .mbr-section-title {
  color: #e43f3f;
}
.cid-tHfQseDx5F .mbr-section-h5 {
  color: #331b1b;
}
.cid-tHfQseDx5F .mbr-section-h1 {
  color: #232323;
}
.cid-tHfQseDx5F .mbr-section-strong {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tHfQseDx5F .mbr-section-p {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tHfQseDx5F .mbr-section-contacttext {
  color: #ffffff;
  text-align: center;
}
.cid-tHfQseDx5F H2 {
  color: #ffffff;
}
.cid-tHfQseDx5F .mbr-section-contact {
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}
.cid-tHfQseDx5F .bgcard1 {
  background-color: #0e3781;
}
.cid-tHfQseDx5F .bgcard2 {
  background-color: #232323;
}
.cid-tHfQseDx5F H4 {
  text-align: center;
  color: #dc4234;
}
.cid-tHfQseWiuv .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tHfQseWiuv .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tHfQseWiuv .divider-top::before,
.cid-tHfQseWiuv .divider-bottom::before,
.cid-tHfQseWiuv .divider-top::after,
.cid-tHfQseWiuv .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tHfQseWiuv .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tHfQseWiuv .divider-triangles::before {
  top: -50px;
}
.cid-tHfQseWiuv .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tHfQseWiuv .divider-halfcircle::before {
  top: -50px;
}
.cid-tHfQseWiuv .divider-multitriangles::before,
.cid-tHfQseWiuv .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tHfQseWiuv .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tHfQsf7DEb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tHfQsf7DEb .mbr-section-title {
  color: #ffffff;
}
.cid-tHfQsfnXrJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tHfQsfnXrJ .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tHfQsfnXrJ .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tHfQsfnXrJ .card-title,
.cid-tHfQsfnXrJ .card-box {
  color: #e43f3f;
}
.cid-tHfQsfMGdM .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tHfQsfMGdM .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tHfQsfMGdM .divider-top::before,
.cid-tHfQsfMGdM .divider-bottom::before,
.cid-tHfQsfMGdM .divider-top::after,
.cid-tHfQsfMGdM .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tHfQsfMGdM .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tHfQsfMGdM .divider-triangles::before {
  top: -50px;
}
.cid-tHfQsfMGdM .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tHfQsfMGdM .divider-halfcircle::before {
  top: -50px;
}
.cid-tHfQsfMGdM .divider-multitriangles::before,
.cid-tHfQsfMGdM .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tHfQsfMGdM .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tHfQsfVsfJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHfQsg9BLX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHfQsg9BLX .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-tHfQsg9BLX .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tHfQsg9BLX .text-box {
  text-align: center;
}
.cid-tHfQsg9BLX span {
  font-size: 7rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-tHfQsg9BLX .card {
    margin-bottom: 2rem;
  }
  .cid-tHfQsg9BLX .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tHfQsg9BLX span {
    font-size: 21vw;
  }
}
.cid-tHfQsg9BLX .item .icon-box .step-number {
  color: #dc4234;
}
.cid-tHfQsgBjDZ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHfQsgBjDZ .mbr-section-title,
.cid-tHfQsgBjDZ .mbr-section-subtitle {
  text-align: center;
}
.cid-tHfQsgBjDZ .cost {
  word-break: normal;
}
.cid-tHfQsgBjDZ .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tHfQsgBjDZ .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tHfQsgBjDZ .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tHfQsgBjDZ .card-wrapper {
    padding: 1rem;
  }
}
.cid-tHfQsgBjDZ P {
  color: #0a0d53;
}
.cid-tHfQsgBjDZ .card-title {
  color: #dc4234;
}
.cid-tHfQsh5Nca .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tHfQsh5Nca .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tHfQsh5Nca .divider-top::before,
.cid-tHfQsh5Nca .divider-bottom::before,
.cid-tHfQsh5Nca .divider-top::after,
.cid-tHfQsh5Nca .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tHfQsh5Nca .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tHfQsh5Nca .divider-triangles::before {
  top: -50px;
}
.cid-tHfQsh5Nca .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tHfQsh5Nca .divider-halfcircle::before {
  top: -50px;
}
.cid-tHfQsh5Nca .divider-multitriangles::before,
.cid-tHfQsh5Nca .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tHfQsh5Nca .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tHfQshgVAv {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHfQshgVAv .client-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cid-tHfQshgVAv .client-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.cid-tHfQshgVAv .textp {
  color: #000000;
  line-height: 25px;
}
.cid-tHfQshgVAv .client-title {
  margin-bottom: 45px;
}
.cid-tHfQshgVAv .client-text {
  margin-top: 50px;
  margin-bottom: 45px;
}
.cid-tHfQshgVAv .client-text p {
  margin-bottom: 0;
}
.cid-tHfQshgVAv .client-item {
  margin-top: 45px;
  padding: 60px 20px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.cid-tHfQshgVAv .client-item:hover:before {
  opacity: 1;
  height: 100%;
}
.cid-tHfQshgVAv .client-item:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-tHfQshgVAv .client-item:hover .content h3 {
  color: #ffffff;
}
.cid-tHfQshgVAv .client-item:hover .content span {
  color: #d0ced3;
}
.cid-tHfQshgVAv .client-item:hover .content p {
  color: #d0ced3;
}
.cid-tHfQshgVAv .client-item:hover .content .quote {
  color: #fba311;
}
.cid-tHfQshgVAv .client-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #0e3781;
  opacity: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.7s;
}
.cid-tHfQshgVAv .client-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.7s;
}
.cid-tHfQshgVAv .client-item .client-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.cid-tHfQshgVAv .client-item .client-img img {
  border-radius: 50%;
  border: 2px solid #fba311;
}
.cid-tHfQshgVAv .client-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.cid-tHfQshgVAv .client-item .content span {
  font-size: 14px;
  margin-bottom: 15px;
}
.cid-tHfQshgVAv .client-item .content ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.cid-tHfQshgVAv .client-item .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #fba311;
}
.cid-tHfQshgVAv .client-item .content p {
  margin-bottom: 0;
}
.cid-tHfQshgVAv H2 {
  color: #dc4234;
}
.cid-tHfQshgVAv P {
  color: #000000;
}
.cid-tHfQshgVAv H3 {
  color: #000000;
}
.cid-tHfQshgVAv SPAN {
  color: #131788;
}
.cid-tHfQshHbMP .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tHfQshHbMP .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tHfQshHbMP .divider-top::before,
.cid-tHfQshHbMP .divider-bottom::before,
.cid-tHfQshHbMP .divider-top::after,
.cid-tHfQshHbMP .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tHfQshHbMP .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tHfQshHbMP .divider-triangles::before {
  top: -50px;
}
.cid-tHfQshHbMP .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tHfQshHbMP .divider-halfcircle::before {
  top: -50px;
}
.cid-tHfQshHbMP .divider-multitriangles::before,
.cid-tHfQshHbMP .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tHfQshHbMP .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tHfQshT9u2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHfQshT9u2 img,
.cid-tHfQshT9u2 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tHfQshT9u2 .item:focus,
.cid-tHfQshT9u2 span:focus {
  outline: none;
}
.cid-tHfQshT9u2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tHfQshT9u2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e43f3f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tHfQshT9u2 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tHfQshT9u2 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHfQshT9u2 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tHfQshT9u2 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tHfQshT9u2 .item-wrapper {
  background: transparent;
}
.cid-tHfQshT9u2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tHfQshT9u2 .mbr-section-title {
  color: #232323;
}
.cid-tHfQshT9u2 .mbr-text,
.cid-tHfQshT9u2 .mbr-section-btn {
  text-align: left;
}
.cid-tHfQshT9u2 .item-title {
  text-align: left;
}
.cid-tHfQshT9u2 .item-subtitle {
  text-align: center;
}
.cid-tHfQsip92b {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHfQsip92b img,
.cid-tHfQsip92b .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tHfQsip92b .item:focus,
.cid-tHfQsip92b span:focus {
  outline: none;
}
.cid-tHfQsip92b .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tHfQsip92b .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tHfQsip92b .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tHfQsip92b .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHfQsip92b .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tHfQsip92b .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tHfQsip92b .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tHfQsip92b .mbr-section-title {
  color: #232323;
}
.cid-tHfQsip92b .mbr-text,
.cid-tHfQsip92b .mbr-section-btn {
  text-align: left;
}
.cid-tHfQsip92b .item-title {
  text-align: left;
}
.cid-tHfQsip92b .item-subtitle {
  text-align: center;
}
.cid-tHfQsiOGEx {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHfQsiOGEx img,
.cid-tHfQsiOGEx .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tHfQsiOGEx .item:focus,
.cid-tHfQsiOGEx span:focus {
  outline: none;
}
.cid-tHfQsiOGEx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tHfQsiOGEx .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tHfQsiOGEx .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tHfQsiOGEx .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHfQsiOGEx .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tHfQsiOGEx .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tHfQsiOGEx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tHfQsiOGEx .mbr-section-title {
  color: #232323;
}
.cid-tHfQsiOGEx .mbr-text,
.cid-tHfQsiOGEx .mbr-section-btn {
  text-align: left;
}
.cid-tHfQsiOGEx .item-title {
  text-align: left;
}
.cid-tHfQsiOGEx .item-subtitle {
  text-align: center;
}
.cid-tHfQsjfC6s {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tHfQsjfC6s .media-container-row {
  justify-content: space-between;
}
.cid-tHfQsjfC6s .text-content {
  max-width: 50%;
}
.cid-tHfQsjfC6s .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tHfQsjfC6s .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tHfQsjfC6s .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tHfQsjfC6s .icons {
    justify-content: center !important;
  }
  .cid-tHfQsjfC6s .text-content * {
    text-align: center;
  }
}
.cid-tHg1EGtoOW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tHfQsjESu7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHfQsjESu7 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tHfQsjESu7 .bgColor1 {
  background-color: #0a0d53;
}
.cid-tHfQsjESu7 .bgColor2 {
  background-color: #e43f3f;
}
.cid-tHfQsjESu7 .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tHfQsjESu7 .bgicon {
  background-color: #ffffff;
}
.cid-tHfQsjESu7 H1 {
  color: #e43f3f;
}
.cid-tHfQsk1bda {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tHfQsk1bda #footer {
  padding: 0 0 25px 0;
}
.cid-tHfQsk1bda #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tHfQsk1bda #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tHfQsk1bda #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tHfQsk1bda #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tHfQsk1bda #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tHfQsk1bda #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tHfQsk1bda #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tHfQsk1bda #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tHfQsk1bda #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tHfQsk1bda #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tHfQsk1bda #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tHfQsk1bda #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tHfQsk1bda #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tHfQsk1bda #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tHfQsk1bda #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tHfQsk1bda #footer .copyright {
  padding-top: 30px;
}
.cid-tHfQsk1bda ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tHfQsk1bda H4 {
  color: #000000;
  text-align: left;
}
.cid-tHfQsk1bda DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tHfQsk1bda P {
  color: #e43f3f;
  text-align: left;
}
.cid-tHfQsk1bda div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tHfQsk1bda .copyright a {
  text-decoration: none !important;
}
.cid-tHfQsk1bda .list,
.cid-tHfQsk1bda .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tHfQsk1bda ul li a {
  text-decoration: none !important;
}
.cid-tHfQsk1bda .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHlqvPBBA6 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #dc4234;
}
.cid-tHlqvPBBA6 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tHlqvPBBA6 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tHlqvPBBA6 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tHlqvPBBA6 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tHlqvPBBA6 .main-banner .left-content {
  margin-right: 15px;
}
.cid-tHlqvPBBA6 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tHlqvPBBA6 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tHlqvPBBA6 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tHlqvPBBA6 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tHlqvPBBA6 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tHlqvPBBA6 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tHlqvPBBA6 .main-banner:before {
    display: none;
  }
  .cid-tHlqvPBBA6 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tHlqvPBBA6 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tHlqvPBBA6 H6 {
  color: #ffffff;
}
.cid-tHlqvPBBA6 H2 {
  color: #ffffff;
}
.cid-tHlqvPBBA6 P {
  color: #ffffff;
}
.cid-tHlqvQ8p2n {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tHlqvQ8p2n .news {
  width: 175px;
  background-color: #dc4234;
}
.cid-tHlqvQ8p2n .news-scroll a {
  text-decoration: none;
}
.cid-tHlqvQ8p2n .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #ff3366;
  border-radius: 50%;
  display: inline-block;
}
.cid-tHlqvQ8p2n DIV {
  color: #ffffff;
}
.cid-tHlqvQlmut {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tHlqvQlmut .service-item {
  position: relative;
  transition: .5s;
  padding: 0 30px;
  border-bottom: 4px solid #e43f3f;
}
.cid-tHlqvQlmut .service2 {
  border-bottom: 4px solid #e43f3f;
}
.cid-tHlqvQlmut .service-item .service-icon {
  margin-bottom: 30px;
  padding-top: 25px;
}
.cid-tHlqvQlmut .service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
.cid-tHlqvQlmut .service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}
.cid-tHlqvQlmut .service3-item > div {
  z-index: 1;
}
.cid-tHlqvQlmut .service3-item div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
  transition: .5s;
  z-index: -1;
}
.cid-tHlqvQlmut .service3-item div:hover::after {
  width: 100%;
  background: var(--primary);
}
.cid-tHlqvQlmut .service3-item * {
  transition: .5s;
}
.cid-tHlqvQlmut .service3-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: .5s;
}
.cid-tHlqvQlmut .service3-item:hover .service-icon {
  background: #FFFFFF !important;
}
.cid-tHlqvQlmut .section-title-1::before,
.cid-tHlqvQlmut .section-title-2::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.cid-tHlqvQlmut .section-title-2::before {
  height: 1px;
}
.cid-tHlqvQlmut .section-title-1.text-center::before,
.cid-tHlqvQlmut .section-title-2.text-center::before {
  left: 50%;
  margin-left: -75px;
}
.cid-tHlqvQlmut .section-title-1.section-title-sm::before,
.cid-tHlqvQlmut .section-title-2.section-title-sm::before {
  width: 90px;
  height: 3px;
}
.cid-tHlqvQlmut .section-title-2.section-title-sm::before {
  height: 1px;
}
.cid-tHlqvQlmut .section-title-1::after,
.cid-tHlqvQlmut .section-title-2::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}
.cid-tHlqvQlmut .section-title-2::after {
  bottom: -2px;
  background: var(--primary);
}
.cid-tHlqvQlmut .section-title-1.section-title-sm::after,
.cid-tHlqvQlmut .section-title-2.section-title-sm::after {
  width: 4px;
  height: 3px;
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}
.cid-tHlqvQlmut .section-title-2.section-title-sm::after {
  bottom: -1px;
}
.cid-tHlqvQlmut .section-title-1.text-center::after,
.cid-tHlqvQlmut .section-title-2.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}
.cid-tHlqvQlmut H3 {
  color: #ffffff;
}
.cid-tHlqvQlmut P {
  color: #ffffff;
  line-height: 25px;
  text-align: center;
}
.cid-tHlqvQlmut .mbr-section-title {
  color: #e43f3f;
}
.cid-tHlqvQlmut .mbr-section-h5 {
  color: #331b1b;
}
.cid-tHlqvQlmut .mbr-section-h1 {
  color: #232323;
}
.cid-tHlqvQlmut .mbr-section-strong {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tHlqvQlmut .mbr-section-p {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tHlqvQlmut .mbr-section-contacttext {
  color: #ffffff;
  text-align: center;
}
.cid-tHlqvQlmut H2 {
  color: #ffffff;
}
.cid-tHlqvQlmut .mbr-section-contact {
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}
.cid-tHlqvQlmut .bgcard1 {
  background-color: #0e3781;
}
.cid-tHlqvQlmut .bgcard2 {
  background-color: #232323;
}
.cid-tHlqvQlmut H4 {
  text-align: center;
  color: #dc4234;
}
.cid-tHlqvQGrpb .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tHlqvQGrpb .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tHlqvQGrpb .divider-top::before,
.cid-tHlqvQGrpb .divider-bottom::before,
.cid-tHlqvQGrpb .divider-top::after,
.cid-tHlqvQGrpb .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tHlqvQGrpb .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tHlqvQGrpb .divider-triangles::before {
  top: -50px;
}
.cid-tHlqvQGrpb .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tHlqvQGrpb .divider-halfcircle::before {
  top: -50px;
}
.cid-tHlqvQGrpb .divider-multitriangles::before,
.cid-tHlqvQGrpb .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tHlqvQGrpb .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tHlqvQRgR2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tHlqvQRgR2 .mbr-section-title {
  color: #ffffff;
}
.cid-tHlqvR9KBu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tHlqvR9KBu .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tHlqvR9KBu .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tHlqvR9KBu .card-title,
.cid-tHlqvR9KBu .card-box {
  color: #e43f3f;
}
.cid-tHlqvRuT5c .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tHlqvRuT5c .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tHlqvRuT5c .divider-top::before,
.cid-tHlqvRuT5c .divider-bottom::before,
.cid-tHlqvRuT5c .divider-top::after,
.cid-tHlqvRuT5c .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tHlqvRuT5c .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tHlqvRuT5c .divider-triangles::before {
  top: -50px;
}
.cid-tHlqvRuT5c .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tHlqvRuT5c .divider-halfcircle::before {
  top: -50px;
}
.cid-tHlqvRuT5c .divider-multitriangles::before,
.cid-tHlqvRuT5c .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tHlqvRuT5c .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tHlqvRCyMr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHlqvRQxHa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHlqvRQxHa .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-tHlqvRQxHa .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tHlqvRQxHa .text-box {
  text-align: center;
}
.cid-tHlqvRQxHa span {
  font-size: 7rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-tHlqvRQxHa .card {
    margin-bottom: 2rem;
  }
  .cid-tHlqvRQxHa .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tHlqvRQxHa span {
    font-size: 21vw;
  }
}
.cid-tHlqvRQxHa .item .icon-box .step-number {
  color: #dc4234;
}
.cid-tHlqvSlHuS {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHlqvSlHuS .mbr-section-title,
.cid-tHlqvSlHuS .mbr-section-subtitle {
  text-align: center;
}
.cid-tHlqvSlHuS .cost {
  word-break: normal;
}
.cid-tHlqvSlHuS .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tHlqvSlHuS .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tHlqvSlHuS .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tHlqvSlHuS .card-wrapper {
    padding: 1rem;
  }
}
.cid-tHlqvSlHuS P {
  color: #0a0d53;
}
.cid-tHlqvSlHuS .card-title {
  color: #dc4234;
}
.cid-tHlqvSSC8l .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tHlqvSSC8l .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tHlqvSSC8l .divider-top::before,
.cid-tHlqvSSC8l .divider-bottom::before,
.cid-tHlqvSSC8l .divider-top::after,
.cid-tHlqvSSC8l .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tHlqvSSC8l .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tHlqvSSC8l .divider-triangles::before {
  top: -50px;
}
.cid-tHlqvSSC8l .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tHlqvSSC8l .divider-halfcircle::before {
  top: -50px;
}
.cid-tHlqvSSC8l .divider-multitriangles::before,
.cid-tHlqvSSC8l .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tHlqvSSC8l .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tHlqvT10rS {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHlqvT10rS .client-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cid-tHlqvT10rS .client-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.cid-tHlqvT10rS .textp {
  color: #000000;
  line-height: 25px;
}
.cid-tHlqvT10rS .client-title {
  margin-bottom: 45px;
}
.cid-tHlqvT10rS .client-text {
  margin-top: 50px;
  margin-bottom: 45px;
}
.cid-tHlqvT10rS .client-text p {
  margin-bottom: 0;
}
.cid-tHlqvT10rS .client-item {
  margin-top: 45px;
  padding: 60px 20px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.cid-tHlqvT10rS .client-item:hover:before {
  opacity: 1;
  height: 100%;
}
.cid-tHlqvT10rS .client-item:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-tHlqvT10rS .client-item:hover .content h3 {
  color: #ffffff;
}
.cid-tHlqvT10rS .client-item:hover .content span {
  color: #d0ced3;
}
.cid-tHlqvT10rS .client-item:hover .content p {
  color: #d0ced3;
}
.cid-tHlqvT10rS .client-item:hover .content .quote {
  color: #fba311;
}
.cid-tHlqvT10rS .client-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #0e3781;
  opacity: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.7s;
}
.cid-tHlqvT10rS .client-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.7s;
}
.cid-tHlqvT10rS .client-item .client-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.cid-tHlqvT10rS .client-item .client-img img {
  border-radius: 50%;
  border: 2px solid #fba311;
}
.cid-tHlqvT10rS .client-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.cid-tHlqvT10rS .client-item .content span {
  font-size: 14px;
  margin-bottom: 15px;
}
.cid-tHlqvT10rS .client-item .content ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.cid-tHlqvT10rS .client-item .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #fba311;
}
.cid-tHlqvT10rS .client-item .content p {
  margin-bottom: 0;
}
.cid-tHlqvT10rS H2 {
  color: #dc4234;
}
.cid-tHlqvT10rS P {
  color: #000000;
}
.cid-tHlqvT10rS H3 {
  color: #000000;
}
.cid-tHlqvT10rS SPAN {
  color: #131788;
}
.cid-tHlqvTr5f1 .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tHlqvTr5f1 .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tHlqvTr5f1 .divider-top::before,
.cid-tHlqvTr5f1 .divider-bottom::before,
.cid-tHlqvTr5f1 .divider-top::after,
.cid-tHlqvTr5f1 .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tHlqvTr5f1 .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tHlqvTr5f1 .divider-triangles::before {
  top: -50px;
}
.cid-tHlqvTr5f1 .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tHlqvTr5f1 .divider-halfcircle::before {
  top: -50px;
}
.cid-tHlqvTr5f1 .divider-multitriangles::before,
.cid-tHlqvTr5f1 .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tHlqvTr5f1 .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tHlqvTBTIq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHlqvTBTIq img,
.cid-tHlqvTBTIq .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tHlqvTBTIq .item:focus,
.cid-tHlqvTBTIq span:focus {
  outline: none;
}
.cid-tHlqvTBTIq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tHlqvTBTIq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e43f3f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tHlqvTBTIq .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tHlqvTBTIq .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHlqvTBTIq .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tHlqvTBTIq .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tHlqvTBTIq .item-wrapper {
  background: transparent;
}
.cid-tHlqvTBTIq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tHlqvTBTIq .mbr-section-title {
  color: #232323;
}
.cid-tHlqvTBTIq .mbr-text,
.cid-tHlqvTBTIq .mbr-section-btn {
  text-align: left;
}
.cid-tHlqvTBTIq .item-title {
  text-align: left;
}
.cid-tHlqvTBTIq .item-subtitle {
  text-align: center;
}
.cid-tHlqvU1A4B {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHlqvU1A4B img,
.cid-tHlqvU1A4B .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tHlqvU1A4B .item:focus,
.cid-tHlqvU1A4B span:focus {
  outline: none;
}
.cid-tHlqvU1A4B .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tHlqvU1A4B .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tHlqvU1A4B .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tHlqvU1A4B .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHlqvU1A4B .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tHlqvU1A4B .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tHlqvU1A4B .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tHlqvU1A4B .mbr-section-title {
  color: #232323;
}
.cid-tHlqvU1A4B .mbr-text,
.cid-tHlqvU1A4B .mbr-section-btn {
  text-align: left;
}
.cid-tHlqvU1A4B .item-title {
  text-align: left;
}
.cid-tHlqvU1A4B .item-subtitle {
  text-align: center;
}
.cid-tHlqvUv6ux {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHlqvUv6ux img,
.cid-tHlqvUv6ux .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tHlqvUv6ux .item:focus,
.cid-tHlqvUv6ux span:focus {
  outline: none;
}
.cid-tHlqvUv6ux .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tHlqvUv6ux .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tHlqvUv6ux .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tHlqvUv6ux .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHlqvUv6ux .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tHlqvUv6ux .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tHlqvUv6ux .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tHlqvUv6ux .mbr-section-title {
  color: #232323;
}
.cid-tHlqvUv6ux .mbr-text,
.cid-tHlqvUv6ux .mbr-section-btn {
  text-align: left;
}
.cid-tHlqvUv6ux .item-title {
  text-align: left;
}
.cid-tHlqvUv6ux .item-subtitle {
  text-align: center;
}
.cid-tHlqvUXdMz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tHlqvUXdMz .media-container-row {
  justify-content: space-between;
}
.cid-tHlqvUXdMz .text-content {
  max-width: 50%;
}
.cid-tHlqvUXdMz .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tHlqvUXdMz .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tHlqvUXdMz .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tHlqvUXdMz .icons {
    justify-content: center !important;
  }
  .cid-tHlqvUXdMz .text-content * {
    text-align: center;
  }
}
.cid-tHlzuGi16X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tHlqvVkzPu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHlqvVkzPu .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tHlqvVkzPu .bgColor1 {
  background-color: #0a0d53;
}
.cid-tHlqvVkzPu .bgColor2 {
  background-color: #e43f3f;
}
.cid-tHlqvVkzPu .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tHlqvVkzPu .bgicon {
  background-color: #ffffff;
}
.cid-tHlqvVkzPu H1 {
  color: #e43f3f;
}
.cid-tHlqvVGPoW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tHlqvVGPoW #footer {
  padding: 0 0 25px 0;
}
.cid-tHlqvVGPoW #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tHlqvVGPoW #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tHlqvVGPoW #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tHlqvVGPoW #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tHlqvVGPoW #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tHlqvVGPoW #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tHlqvVGPoW #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tHlqvVGPoW #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tHlqvVGPoW #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tHlqvVGPoW #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tHlqvVGPoW #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tHlqvVGPoW #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tHlqvVGPoW #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tHlqvVGPoW #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tHlqvVGPoW #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tHlqvVGPoW #footer .copyright {
  padding-top: 30px;
}
.cid-tHlqvVGPoW ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tHlqvVGPoW H4 {
  color: #000000;
  text-align: left;
}
.cid-tHlqvVGPoW DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tHlqvVGPoW P {
  color: #e43f3f;
  text-align: left;
}
.cid-tHlqvVGPoW div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tHlqvVGPoW .copyright a {
  text-decoration: none !important;
}
.cid-tHlqvVGPoW .list,
.cid-tHlqvVGPoW .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tHlqvVGPoW ul li a {
  text-decoration: none !important;
}
.cid-tHlqvVGPoW .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHmPGnrNi3 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #dc4234;
}
.cid-tHmPGnrNi3 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tHmPGnrNi3 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tHmPGnrNi3 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tHmPGnrNi3 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tHmPGnrNi3 .main-banner .left-content {
  margin-right: 15px;
}
.cid-tHmPGnrNi3 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tHmPGnrNi3 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tHmPGnrNi3 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tHmPGnrNi3 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tHmPGnrNi3 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tHmPGnrNi3 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tHmPGnrNi3 .main-banner:before {
    display: none;
  }
  .cid-tHmPGnrNi3 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tHmPGnrNi3 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tHmPGnrNi3 H6 {
  color: #ffffff;
}
.cid-tHmPGnrNi3 H2 {
  color: #ffffff;
}
.cid-tHmPGnrNi3 P {
  color: #ffffff;
}
.cid-tHmPGnXZQi {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tHmPGnXZQi .news {
  width: 175px;
  background-color: #dc4234;
}
.cid-tHmPGnXZQi .news-scroll a {
  text-decoration: none;
}
.cid-tHmPGnXZQi .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #ff3366;
  border-radius: 50%;
  display: inline-block;
}
.cid-tHmPGnXZQi DIV {
  color: #ffffff;
}
.cid-tHmPGo9KVZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tHmPGo9KVZ .service-item {
  position: relative;
  transition: .5s;
  padding: 0 30px;
  border-bottom: 4px solid #e43f3f;
}
.cid-tHmPGo9KVZ .service2 {
  border-bottom: 4px solid #e43f3f;
}
.cid-tHmPGo9KVZ .service-item .service-icon {
  margin-bottom: 30px;
  padding-top: 25px;
}
.cid-tHmPGo9KVZ .service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
.cid-tHmPGo9KVZ .service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}
.cid-tHmPGo9KVZ .service3-item > div {
  z-index: 1;
}
.cid-tHmPGo9KVZ .service3-item div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
  transition: .5s;
  z-index: -1;
}
.cid-tHmPGo9KVZ .service3-item div:hover::after {
  width: 100%;
  background: var(--primary);
}
.cid-tHmPGo9KVZ .service3-item * {
  transition: .5s;
}
.cid-tHmPGo9KVZ .service3-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: .5s;
}
.cid-tHmPGo9KVZ .service3-item:hover .service-icon {
  background: #FFFFFF !important;
}
.cid-tHmPGo9KVZ .section-title-1::before,
.cid-tHmPGo9KVZ .section-title-2::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.cid-tHmPGo9KVZ .section-title-2::before {
  height: 1px;
}
.cid-tHmPGo9KVZ .section-title-1.text-center::before,
.cid-tHmPGo9KVZ .section-title-2.text-center::before {
  left: 50%;
  margin-left: -75px;
}
.cid-tHmPGo9KVZ .section-title-1.section-title-sm::before,
.cid-tHmPGo9KVZ .section-title-2.section-title-sm::before {
  width: 90px;
  height: 3px;
}
.cid-tHmPGo9KVZ .section-title-2.section-title-sm::before {
  height: 1px;
}
.cid-tHmPGo9KVZ .section-title-1::after,
.cid-tHmPGo9KVZ .section-title-2::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}
.cid-tHmPGo9KVZ .section-title-2::after {
  bottom: -2px;
  background: var(--primary);
}
.cid-tHmPGo9KVZ .section-title-1.section-title-sm::after,
.cid-tHmPGo9KVZ .section-title-2.section-title-sm::after {
  width: 4px;
  height: 3px;
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}
.cid-tHmPGo9KVZ .section-title-2.section-title-sm::after {
  bottom: -1px;
}
.cid-tHmPGo9KVZ .section-title-1.text-center::after,
.cid-tHmPGo9KVZ .section-title-2.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}
.cid-tHmPGo9KVZ H3 {
  color: #ffffff;
}
.cid-tHmPGo9KVZ P {
  color: #ffffff;
  line-height: 25px;
  text-align: center;
}
.cid-tHmPGo9KVZ .mbr-section-title {
  color: #e43f3f;
}
.cid-tHmPGo9KVZ .mbr-section-h5 {
  color: #331b1b;
}
.cid-tHmPGo9KVZ .mbr-section-h1 {
  color: #232323;
}
.cid-tHmPGo9KVZ .mbr-section-strong {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tHmPGo9KVZ .mbr-section-p {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tHmPGo9KVZ .mbr-section-contacttext {
  color: #ffffff;
  text-align: center;
}
.cid-tHmPGo9KVZ H2 {
  color: #ffffff;
}
.cid-tHmPGo9KVZ .mbr-section-contact {
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}
.cid-tHmPGo9KVZ .bgcard1 {
  background-color: #0e3781;
}
.cid-tHmPGo9KVZ .bgcard2 {
  background-color: #232323;
}
.cid-tHmPGo9KVZ H4 {
  text-align: center;
  color: #dc4234;
}
.cid-tHmPGoupct .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tHmPGoupct .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tHmPGoupct .divider-top::before,
.cid-tHmPGoupct .divider-bottom::before,
.cid-tHmPGoupct .divider-top::after,
.cid-tHmPGoupct .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tHmPGoupct .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tHmPGoupct .divider-triangles::before {
  top: -50px;
}
.cid-tHmPGoupct .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tHmPGoupct .divider-halfcircle::before {
  top: -50px;
}
.cid-tHmPGoupct .divider-multitriangles::before,
.cid-tHmPGoupct .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tHmPGoupct .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tHmPGoFJuC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tHmPGoFJuC .mbr-section-title {
  color: #ffffff;
}
.cid-tHmPGoZ8ak {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tHmPGoZ8ak .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tHmPGoZ8ak .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tHmPGoZ8ak .card-title,
.cid-tHmPGoZ8ak .card-box {
  color: #e43f3f;
}
.cid-tHmPGplTCZ .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tHmPGplTCZ .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tHmPGplTCZ .divider-top::before,
.cid-tHmPGplTCZ .divider-bottom::before,
.cid-tHmPGplTCZ .divider-top::after,
.cid-tHmPGplTCZ .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tHmPGplTCZ .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tHmPGplTCZ .divider-triangles::before {
  top: -50px;
}
.cid-tHmPGplTCZ .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tHmPGplTCZ .divider-halfcircle::before {
  top: -50px;
}
.cid-tHmPGplTCZ .divider-multitriangles::before,
.cid-tHmPGplTCZ .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tHmPGplTCZ .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tHmPGpwAOF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHmPGpLV0X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHmPGpLV0X .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-tHmPGpLV0X .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tHmPGpLV0X .text-box {
  text-align: center;
}
.cid-tHmPGpLV0X span {
  font-size: 7rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-tHmPGpLV0X .card {
    margin-bottom: 2rem;
  }
  .cid-tHmPGpLV0X .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tHmPGpLV0X span {
    font-size: 21vw;
  }
}
.cid-tHmPGpLV0X .item .icon-box .step-number {
  color: #dc4234;
}
.cid-tHmPGqiroq {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHmPGqiroq .mbr-section-title,
.cid-tHmPGqiroq .mbr-section-subtitle {
  text-align: center;
}
.cid-tHmPGqiroq .cost {
  word-break: normal;
}
.cid-tHmPGqiroq .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tHmPGqiroq .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tHmPGqiroq .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tHmPGqiroq .card-wrapper {
    padding: 1rem;
  }
}
.cid-tHmPGqiroq P {
  color: #0a0d53;
}
.cid-tHmPGqiroq .card-title {
  color: #dc4234;
}
.cid-tHmPGqJUea .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tHmPGqJUea .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tHmPGqJUea .divider-top::before,
.cid-tHmPGqJUea .divider-bottom::before,
.cid-tHmPGqJUea .divider-top::after,
.cid-tHmPGqJUea .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tHmPGqJUea .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tHmPGqJUea .divider-triangles::before {
  top: -50px;
}
.cid-tHmPGqJUea .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tHmPGqJUea .divider-halfcircle::before {
  top: -50px;
}
.cid-tHmPGqJUea .divider-multitriangles::before,
.cid-tHmPGqJUea .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tHmPGqJUea .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tHmPGqTTEL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHmPGqTTEL .client-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cid-tHmPGqTTEL .client-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.cid-tHmPGqTTEL .textp {
  color: #000000;
  line-height: 25px;
}
.cid-tHmPGqTTEL .client-title {
  margin-bottom: 45px;
}
.cid-tHmPGqTTEL .client-text {
  margin-top: 50px;
  margin-bottom: 45px;
}
.cid-tHmPGqTTEL .client-text p {
  margin-bottom: 0;
}
.cid-tHmPGqTTEL .client-item {
  margin-top: 45px;
  padding: 60px 20px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.cid-tHmPGqTTEL .client-item:hover:before {
  opacity: 1;
  height: 100%;
}
.cid-tHmPGqTTEL .client-item:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-tHmPGqTTEL .client-item:hover .content h3 {
  color: #ffffff;
}
.cid-tHmPGqTTEL .client-item:hover .content span {
  color: #d0ced3;
}
.cid-tHmPGqTTEL .client-item:hover .content p {
  color: #d0ced3;
}
.cid-tHmPGqTTEL .client-item:hover .content .quote {
  color: #fba311;
}
.cid-tHmPGqTTEL .client-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #0e3781;
  opacity: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.7s;
}
.cid-tHmPGqTTEL .client-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.7s;
}
.cid-tHmPGqTTEL .client-item .client-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.cid-tHmPGqTTEL .client-item .client-img img {
  border-radius: 50%;
  border: 2px solid #fba311;
}
.cid-tHmPGqTTEL .client-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.cid-tHmPGqTTEL .client-item .content span {
  font-size: 14px;
  margin-bottom: 15px;
}
.cid-tHmPGqTTEL .client-item .content ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.cid-tHmPGqTTEL .client-item .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #fba311;
}
.cid-tHmPGqTTEL .client-item .content p {
  margin-bottom: 0;
}
.cid-tHmPGqTTEL H2 {
  color: #dc4234;
}
.cid-tHmPGqTTEL P {
  color: #000000;
}
.cid-tHmPGqTTEL H3 {
  color: #000000;
}
.cid-tHmPGqTTEL SPAN {
  color: #131788;
}
.cid-tHmPGrg0Yz .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tHmPGrg0Yz .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tHmPGrg0Yz .divider-top::before,
.cid-tHmPGrg0Yz .divider-bottom::before,
.cid-tHmPGrg0Yz .divider-top::after,
.cid-tHmPGrg0Yz .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tHmPGrg0Yz .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tHmPGrg0Yz .divider-triangles::before {
  top: -50px;
}
.cid-tHmPGrg0Yz .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tHmPGrg0Yz .divider-halfcircle::before {
  top: -50px;
}
.cid-tHmPGrg0Yz .divider-multitriangles::before,
.cid-tHmPGrg0Yz .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tHmPGrg0Yz .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tHmPGrrmbB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHmPGrrmbB img,
.cid-tHmPGrrmbB .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tHmPGrrmbB .item:focus,
.cid-tHmPGrrmbB span:focus {
  outline: none;
}
.cid-tHmPGrrmbB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tHmPGrrmbB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e43f3f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tHmPGrrmbB .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tHmPGrrmbB .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHmPGrrmbB .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tHmPGrrmbB .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tHmPGrrmbB .item-wrapper {
  background: transparent;
}
.cid-tHmPGrrmbB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tHmPGrrmbB .mbr-section-title {
  color: #232323;
}
.cid-tHmPGrrmbB .mbr-text,
.cid-tHmPGrrmbB .mbr-section-btn {
  text-align: left;
}
.cid-tHmPGrrmbB .item-title {
  text-align: left;
}
.cid-tHmPGrrmbB .item-subtitle {
  text-align: center;
}
.cid-tHmPGrTeME {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHmPGrTeME img,
.cid-tHmPGrTeME .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tHmPGrTeME .item:focus,
.cid-tHmPGrTeME span:focus {
  outline: none;
}
.cid-tHmPGrTeME .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tHmPGrTeME .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tHmPGrTeME .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tHmPGrTeME .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHmPGrTeME .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tHmPGrTeME .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tHmPGrTeME .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tHmPGrTeME .mbr-section-title {
  color: #232323;
}
.cid-tHmPGrTeME .mbr-text,
.cid-tHmPGrTeME .mbr-section-btn {
  text-align: left;
}
.cid-tHmPGrTeME .item-title {
  text-align: left;
}
.cid-tHmPGrTeME .item-subtitle {
  text-align: center;
}
.cid-tHmPGsjy41 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHmPGsjy41 img,
.cid-tHmPGsjy41 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tHmPGsjy41 .item:focus,
.cid-tHmPGsjy41 span:focus {
  outline: none;
}
.cid-tHmPGsjy41 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tHmPGsjy41 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tHmPGsjy41 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tHmPGsjy41 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHmPGsjy41 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tHmPGsjy41 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tHmPGsjy41 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tHmPGsjy41 .mbr-section-title {
  color: #232323;
}
.cid-tHmPGsjy41 .mbr-text,
.cid-tHmPGsjy41 .mbr-section-btn {
  text-align: left;
}
.cid-tHmPGsjy41 .item-title {
  text-align: left;
}
.cid-tHmPGsjy41 .item-subtitle {
  text-align: center;
}
.cid-tHmPGsMvtK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tHmPGsMvtK .media-container-row {
  justify-content: space-between;
}
.cid-tHmPGsMvtK .text-content {
  max-width: 50%;
}
.cid-tHmPGsMvtK .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tHmPGsMvtK .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tHmPGsMvtK .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tHmPGsMvtK .icons {
    justify-content: center !important;
  }
  .cid-tHmPGsMvtK .text-content * {
    text-align: center;
  }
}
.cid-tHn06fQhb8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tHmPGt8rl8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHmPGt8rl8 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tHmPGt8rl8 .bgColor1 {
  background-color: #0a0d53;
}
.cid-tHmPGt8rl8 .bgColor2 {
  background-color: #e43f3f;
}
.cid-tHmPGt8rl8 .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tHmPGt8rl8 .bgicon {
  background-color: #ffffff;
}
.cid-tHmPGt8rl8 H1 {
  color: #e43f3f;
}
.cid-tHmPGtrkeO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tHmPGtrkeO #footer {
  padding: 0 0 25px 0;
}
.cid-tHmPGtrkeO #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tHmPGtrkeO #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tHmPGtrkeO #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tHmPGtrkeO #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tHmPGtrkeO #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tHmPGtrkeO #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tHmPGtrkeO #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tHmPGtrkeO #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tHmPGtrkeO #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tHmPGtrkeO #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tHmPGtrkeO #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tHmPGtrkeO #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tHmPGtrkeO #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tHmPGtrkeO #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tHmPGtrkeO #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tHmPGtrkeO #footer .copyright {
  padding-top: 30px;
}
.cid-tHmPGtrkeO ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tHmPGtrkeO H4 {
  color: #000000;
  text-align: left;
}
.cid-tHmPGtrkeO DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tHmPGtrkeO P {
  color: #e43f3f;
  text-align: left;
}
.cid-tHmPGtrkeO div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tHmPGtrkeO .copyright a {
  text-decoration: none !important;
}
.cid-tHmPGtrkeO .list,
.cid-tHmPGtrkeO .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tHmPGtrkeO ul li a {
  text-decoration: none !important;
}
.cid-tHmPGtrkeO .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHn0aAm94b {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #dc4234;
}
.cid-tHn0aAm94b p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tHn0aAm94b .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tHn0aAm94b .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tHn0aAm94b .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tHn0aAm94b .main-banner .left-content {
  margin-right: 15px;
}
.cid-tHn0aAm94b .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tHn0aAm94b .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tHn0aAm94b .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tHn0aAm94b .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tHn0aAm94b .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tHn0aAm94b .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tHn0aAm94b .main-banner:before {
    display: none;
  }
  .cid-tHn0aAm94b .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tHn0aAm94b .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tHn0aAm94b H6 {
  color: #ffffff;
}
.cid-tHn0aAm94b H2 {
  color: #ffffff;
}
.cid-tHn0aAm94b P {
  color: #ffffff;
}
.cid-tHn0aAFTI3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tHn0aAFTI3 .news {
  width: 175px;
  background-color: #dc4234;
}
.cid-tHn0aAFTI3 .news-scroll a {
  text-decoration: none;
}
.cid-tHn0aAFTI3 .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #ff3366;
  border-radius: 50%;
  display: inline-block;
}
.cid-tHn0aAFTI3 DIV {
  color: #ffffff;
}
.cid-tHn0aATcNs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tHn0aATcNs .service-item {
  position: relative;
  transition: .5s;
  padding: 0 30px;
  border-bottom: 4px solid #e43f3f;
}
.cid-tHn0aATcNs .service2 {
  border-bottom: 4px solid #e43f3f;
}
.cid-tHn0aATcNs .service-item .service-icon {
  margin-bottom: 30px;
  padding-top: 25px;
}
.cid-tHn0aATcNs .service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
.cid-tHn0aATcNs .service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}
.cid-tHn0aATcNs .service3-item > div {
  z-index: 1;
}
.cid-tHn0aATcNs .service3-item div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
  transition: .5s;
  z-index: -1;
}
.cid-tHn0aATcNs .service3-item div:hover::after {
  width: 100%;
  background: var(--primary);
}
.cid-tHn0aATcNs .service3-item * {
  transition: .5s;
}
.cid-tHn0aATcNs .service3-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: .5s;
}
.cid-tHn0aATcNs .service3-item:hover .service-icon {
  background: #FFFFFF !important;
}
.cid-tHn0aATcNs .section-title-1::before,
.cid-tHn0aATcNs .section-title-2::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.cid-tHn0aATcNs .section-title-2::before {
  height: 1px;
}
.cid-tHn0aATcNs .section-title-1.text-center::before,
.cid-tHn0aATcNs .section-title-2.text-center::before {
  left: 50%;
  margin-left: -75px;
}
.cid-tHn0aATcNs .section-title-1.section-title-sm::before,
.cid-tHn0aATcNs .section-title-2.section-title-sm::before {
  width: 90px;
  height: 3px;
}
.cid-tHn0aATcNs .section-title-2.section-title-sm::before {
  height: 1px;
}
.cid-tHn0aATcNs .section-title-1::after,
.cid-tHn0aATcNs .section-title-2::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}
.cid-tHn0aATcNs .section-title-2::after {
  bottom: -2px;
  background: var(--primary);
}
.cid-tHn0aATcNs .section-title-1.section-title-sm::after,
.cid-tHn0aATcNs .section-title-2.section-title-sm::after {
  width: 4px;
  height: 3px;
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}
.cid-tHn0aATcNs .section-title-2.section-title-sm::after {
  bottom: -1px;
}
.cid-tHn0aATcNs .section-title-1.text-center::after,
.cid-tHn0aATcNs .section-title-2.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}
.cid-tHn0aATcNs H3 {
  color: #ffffff;
}
.cid-tHn0aATcNs P {
  color: #ffffff;
  line-height: 25px;
  text-align: center;
}
.cid-tHn0aATcNs .mbr-section-title {
  color: #e43f3f;
}
.cid-tHn0aATcNs .mbr-section-h5 {
  color: #331b1b;
}
.cid-tHn0aATcNs .mbr-section-h1 {
  color: #232323;
}
.cid-tHn0aATcNs .mbr-section-strong {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tHn0aATcNs .mbr-section-p {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tHn0aATcNs .mbr-section-contacttext {
  color: #ffffff;
  text-align: center;
}
.cid-tHn0aATcNs H2 {
  color: #ffffff;
}
.cid-tHn0aATcNs .mbr-section-contact {
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}
.cid-tHn0aATcNs .bgcard1 {
  background-color: #0e3781;
}
.cid-tHn0aATcNs .bgcard2 {
  background-color: #232323;
}
.cid-tHn0aATcNs H4 {
  text-align: center;
  color: #dc4234;
}
.cid-tHn0aB9NN9 .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tHn0aB9NN9 .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tHn0aB9NN9 .divider-top::before,
.cid-tHn0aB9NN9 .divider-bottom::before,
.cid-tHn0aB9NN9 .divider-top::after,
.cid-tHn0aB9NN9 .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tHn0aB9NN9 .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tHn0aB9NN9 .divider-triangles::before {
  top: -50px;
}
.cid-tHn0aB9NN9 .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tHn0aB9NN9 .divider-halfcircle::before {
  top: -50px;
}
.cid-tHn0aB9NN9 .divider-multitriangles::before,
.cid-tHn0aB9NN9 .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tHn0aB9NN9 .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tHn0aBiXsS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tHn0aBiXsS .mbr-section-title {
  color: #ffffff;
}
.cid-tHn0aBzHnu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tHn0aBzHnu .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tHn0aBzHnu .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tHn0aBzHnu .card-title,
.cid-tHn0aBzHnu .card-box {
  color: #e43f3f;
}
.cid-tHn0aBXK8f .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tHn0aBXK8f .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tHn0aBXK8f .divider-top::before,
.cid-tHn0aBXK8f .divider-bottom::before,
.cid-tHn0aBXK8f .divider-top::after,
.cid-tHn0aBXK8f .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tHn0aBXK8f .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tHn0aBXK8f .divider-triangles::before {
  top: -50px;
}
.cid-tHn0aBXK8f .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tHn0aBXK8f .divider-halfcircle::before {
  top: -50px;
}
.cid-tHn0aBXK8f .divider-multitriangles::before,
.cid-tHn0aBXK8f .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tHn0aBXK8f .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tHn0aC7VKT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHn0aClOSY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHn0aClOSY .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-tHn0aClOSY .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tHn0aClOSY .text-box {
  text-align: center;
}
.cid-tHn0aClOSY span {
  font-size: 7rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-tHn0aClOSY .card {
    margin-bottom: 2rem;
  }
  .cid-tHn0aClOSY .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tHn0aClOSY span {
    font-size: 21vw;
  }
}
.cid-tHn0aClOSY .item .icon-box .step-number {
  color: #dc4234;
}
.cid-tHn0aCMNT1 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHn0aCMNT1 .mbr-section-title,
.cid-tHn0aCMNT1 .mbr-section-subtitle {
  text-align: center;
}
.cid-tHn0aCMNT1 .cost {
  word-break: normal;
}
.cid-tHn0aCMNT1 .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tHn0aCMNT1 .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tHn0aCMNT1 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tHn0aCMNT1 .card-wrapper {
    padding: 1rem;
  }
}
.cid-tHn0aCMNT1 P {
  color: #0a0d53;
}
.cid-tHn0aCMNT1 .card-title {
  color: #dc4234;
}
.cid-tHn0aDhV0y .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tHn0aDhV0y .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tHn0aDhV0y .divider-top::before,
.cid-tHn0aDhV0y .divider-bottom::before,
.cid-tHn0aDhV0y .divider-top::after,
.cid-tHn0aDhV0y .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tHn0aDhV0y .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tHn0aDhV0y .divider-triangles::before {
  top: -50px;
}
.cid-tHn0aDhV0y .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tHn0aDhV0y .divider-halfcircle::before {
  top: -50px;
}
.cid-tHn0aDhV0y .divider-multitriangles::before,
.cid-tHn0aDhV0y .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tHn0aDhV0y .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tHn0aDsRFL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHn0aDsRFL .client-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cid-tHn0aDsRFL .client-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.cid-tHn0aDsRFL .textp {
  color: #000000;
  line-height: 25px;
}
.cid-tHn0aDsRFL .client-title {
  margin-bottom: 45px;
}
.cid-tHn0aDsRFL .client-text {
  margin-top: 50px;
  margin-bottom: 45px;
}
.cid-tHn0aDsRFL .client-text p {
  margin-bottom: 0;
}
.cid-tHn0aDsRFL .client-item {
  margin-top: 45px;
  padding: 60px 20px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.cid-tHn0aDsRFL .client-item:hover:before {
  opacity: 1;
  height: 100%;
}
.cid-tHn0aDsRFL .client-item:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-tHn0aDsRFL .client-item:hover .content h3 {
  color: #ffffff;
}
.cid-tHn0aDsRFL .client-item:hover .content span {
  color: #d0ced3;
}
.cid-tHn0aDsRFL .client-item:hover .content p {
  color: #d0ced3;
}
.cid-tHn0aDsRFL .client-item:hover .content .quote {
  color: #fba311;
}
.cid-tHn0aDsRFL .client-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #0e3781;
  opacity: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.7s;
}
.cid-tHn0aDsRFL .client-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.7s;
}
.cid-tHn0aDsRFL .client-item .client-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.cid-tHn0aDsRFL .client-item .client-img img {
  border-radius: 50%;
  border: 2px solid #fba311;
}
.cid-tHn0aDsRFL .client-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.cid-tHn0aDsRFL .client-item .content span {
  font-size: 14px;
  margin-bottom: 15px;
}
.cid-tHn0aDsRFL .client-item .content ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.cid-tHn0aDsRFL .client-item .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #fba311;
}
.cid-tHn0aDsRFL .client-item .content p {
  margin-bottom: 0;
}
.cid-tHn0aDsRFL H2 {
  color: #dc4234;
}
.cid-tHn0aDsRFL P {
  color: #000000;
}
.cid-tHn0aDsRFL H3 {
  color: #000000;
}
.cid-tHn0aDsRFL SPAN {
  color: #131788;
}
.cid-tHn0aDPb0X .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tHn0aDPb0X .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tHn0aDPb0X .divider-top::before,
.cid-tHn0aDPb0X .divider-bottom::before,
.cid-tHn0aDPb0X .divider-top::after,
.cid-tHn0aDPb0X .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tHn0aDPb0X .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tHn0aDPb0X .divider-triangles::before {
  top: -50px;
}
.cid-tHn0aDPb0X .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tHn0aDPb0X .divider-halfcircle::before {
  top: -50px;
}
.cid-tHn0aDPb0X .divider-multitriangles::before,
.cid-tHn0aDPb0X .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tHn0aDPb0X .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tHn0aE0ACl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHn0aE0ACl img,
.cid-tHn0aE0ACl .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tHn0aE0ACl .item:focus,
.cid-tHn0aE0ACl span:focus {
  outline: none;
}
.cid-tHn0aE0ACl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tHn0aE0ACl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e43f3f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tHn0aE0ACl .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tHn0aE0ACl .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHn0aE0ACl .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tHn0aE0ACl .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tHn0aE0ACl .item-wrapper {
  background: transparent;
}
.cid-tHn0aE0ACl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tHn0aE0ACl .mbr-section-title {
  color: #232323;
}
.cid-tHn0aE0ACl .mbr-text,
.cid-tHn0aE0ACl .mbr-section-btn {
  text-align: left;
}
.cid-tHn0aE0ACl .item-title {
  text-align: left;
}
.cid-tHn0aE0ACl .item-subtitle {
  text-align: center;
}
.cid-tHn0aErT0n {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHn0aErT0n img,
.cid-tHn0aErT0n .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tHn0aErT0n .item:focus,
.cid-tHn0aErT0n span:focus {
  outline: none;
}
.cid-tHn0aErT0n .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tHn0aErT0n .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tHn0aErT0n .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tHn0aErT0n .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHn0aErT0n .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tHn0aErT0n .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tHn0aErT0n .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tHn0aErT0n .mbr-section-title {
  color: #232323;
}
.cid-tHn0aErT0n .mbr-text,
.cid-tHn0aErT0n .mbr-section-btn {
  text-align: left;
}
.cid-tHn0aErT0n .item-title {
  text-align: left;
}
.cid-tHn0aErT0n .item-subtitle {
  text-align: center;
}
.cid-tHn0aEPYNB {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHn0aEPYNB img,
.cid-tHn0aEPYNB .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tHn0aEPYNB .item:focus,
.cid-tHn0aEPYNB span:focus {
  outline: none;
}
.cid-tHn0aEPYNB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tHn0aEPYNB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tHn0aEPYNB .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tHn0aEPYNB .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHn0aEPYNB .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tHn0aEPYNB .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tHn0aEPYNB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tHn0aEPYNB .mbr-section-title {
  color: #232323;
}
.cid-tHn0aEPYNB .mbr-text,
.cid-tHn0aEPYNB .mbr-section-btn {
  text-align: left;
}
.cid-tHn0aEPYNB .item-title {
  text-align: left;
}
.cid-tHn0aEPYNB .item-subtitle {
  text-align: center;
}
.cid-tHn0aFfKw3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tHn0aFfKw3 .media-container-row {
  justify-content: space-between;
}
.cid-tHn0aFfKw3 .text-content {
  max-width: 50%;
}
.cid-tHn0aFfKw3 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tHn0aFfKw3 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tHn0aFfKw3 .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tHn0aFfKw3 .icons {
    justify-content: center !important;
  }
  .cid-tHn0aFfKw3 .text-content * {
    text-align: center;
  }
}
.cid-tHnbllQPju {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tHn0aFDYik {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHn0aFDYik .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tHn0aFDYik .bgColor1 {
  background-color: #0a0d53;
}
.cid-tHn0aFDYik .bgColor2 {
  background-color: #e43f3f;
}
.cid-tHn0aFDYik .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tHn0aFDYik .bgicon {
  background-color: #ffffff;
}
.cid-tHn0aFDYik H1 {
  color: #e43f3f;
}
.cid-tHn0aFYKpO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tHn0aFYKpO #footer {
  padding: 0 0 25px 0;
}
.cid-tHn0aFYKpO #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tHn0aFYKpO #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tHn0aFYKpO #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tHn0aFYKpO #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tHn0aFYKpO #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tHn0aFYKpO #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tHn0aFYKpO #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tHn0aFYKpO #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tHn0aFYKpO #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tHn0aFYKpO #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tHn0aFYKpO #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tHn0aFYKpO #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tHn0aFYKpO #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tHn0aFYKpO #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tHn0aFYKpO #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tHn0aFYKpO #footer .copyright {
  padding-top: 30px;
}
.cid-tHn0aFYKpO ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tHn0aFYKpO H4 {
  color: #000000;
  text-align: left;
}
.cid-tHn0aFYKpO DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tHn0aFYKpO P {
  color: #e43f3f;
  text-align: left;
}
.cid-tHn0aFYKpO div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tHn0aFYKpO .copyright a {
  text-decoration: none !important;
}
.cid-tHn0aFYKpO .list,
.cid-tHn0aFYKpO .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tHn0aFYKpO ul li a {
  text-decoration: none !important;
}
.cid-tHn0aFYKpO .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tK5FK9s3Gq {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tK5FK9s3Gq .row {
  flex-direction: row-reverse;
}
.cid-tK5FK9s3Gq p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tK5FK9s3Gq .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tK5FK9s3Gq .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tK5FK9s3Gq .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tK5FK9s3Gq .main-banner .left-content {
  margin-right: 15px;
}
.cid-tK5FK9s3Gq .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tK5FK9s3Gq .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tK5FK9s3Gq .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tK5FK9s3Gq .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tK5FK9s3Gq .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tK5FK9s3Gq .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tK5FK9s3Gq .main-banner:before {
    display: none;
  }
  .cid-tK5FK9s3Gq .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tK5FK9s3Gq .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tK5FK9s3Gq H6 {
  color: #e43f3f;
}
.cid-tK5FKadmhe {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tK5FKaohbW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tK5FKaohbW .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tK5FKaohbW .bgColor1 {
  background-color: #0a0d53;
}
.cid-tK5FKaohbW .bgColor2 {
  background-color: #e43f3f;
}
.cid-tK5FKaohbW .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tK5FKaohbW .bgicon {
  background-color: #ffffff;
}
.cid-tK5FKaohbW H1 {
  color: #e43f3f;
}
.cid-tK5FKaIs5m {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tK5FKaIs5m .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tK5FKaIs5m .bgColor1 {
  background-color: #0a0d53;
}
.cid-tK5FKaIs5m .bgColor2 {
  background-color: #e43f3f;
}
.cid-tK5FKaIs5m .bgColor3 {
  background-color: #e6c63b;
}
.cid-tK5FKaIs5m .bgicon {
  background-color: #ffffff;
}
.cid-tK5FKaIs5m H1 {
  color: #e43f3f;
}
.cid-tK5FKb1SZW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tK5FKb1SZW .media-container-row {
  justify-content: space-between;
}
.cid-tK5FKb1SZW .text-content {
  max-width: 50%;
}
.cid-tK5FKb1SZW .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tK5FKb1SZW .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tK5FKb1SZW .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tK5FKb1SZW .icons {
    justify-content: center !important;
  }
  .cid-tK5FKb1SZW .text-content * {
    text-align: center;
  }
}
.cid-tK5FKbksX5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tK5FKbksX5 #footer {
  padding: 0 0 25px 0;
}
.cid-tK5FKbksX5 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tK5FKbksX5 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tK5FKbksX5 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tK5FKbksX5 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tK5FKbksX5 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tK5FKbksX5 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tK5FKbksX5 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tK5FKbksX5 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tK5FKbksX5 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tK5FKbksX5 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tK5FKbksX5 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tK5FKbksX5 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tK5FKbksX5 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tK5FKbksX5 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tK5FKbksX5 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tK5FKbksX5 #footer .copyright {
  padding-top: 30px;
}
.cid-tK5FKbksX5 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tK5FKbksX5 H4 {
  color: #000000;
  text-align: left;
}
.cid-tK5FKbksX5 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tK5FKbksX5 P {
  color: #e43f3f;
  text-align: left;
}
.cid-tK5FKbksX5 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tK5FKbksX5 .copyright a {
  text-decoration: none !important;
}
.cid-tK5FKbksX5 .list,
.cid-tK5FKbksX5 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tK5FKbksX5 ul li a {
  text-decoration: none !important;
}
.cid-tK5FKbksX5 .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tK5IQsYt8l {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tK5IQsYt8l .row {
  flex-direction: row-reverse;
}
.cid-tK5IQsYt8l p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tK5IQsYt8l .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tK5IQsYt8l .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tK5IQsYt8l .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tK5IQsYt8l .main-banner .left-content {
  margin-right: 15px;
}
.cid-tK5IQsYt8l .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tK5IQsYt8l .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tK5IQsYt8l .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tK5IQsYt8l .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tK5IQsYt8l .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tK5IQsYt8l .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tK5IQsYt8l .main-banner:before {
    display: none;
  }
  .cid-tK5IQsYt8l .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tK5IQsYt8l .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tK5IQsYt8l H6 {
  color: #e43f3f;
}
.cid-tK5IQtuv5E {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tK5IQtDGfh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tK5IQtDGfh .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tK5IQtDGfh .bgColor1 {
  background-color: #0a0d53;
}
.cid-tK5IQtDGfh .bgColor2 {
  background-color: #e43f3f;
}
.cid-tK5IQtDGfh .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tK5IQtDGfh .bgicon {
  background-color: #ffffff;
}
.cid-tK5IQtDGfh H1 {
  color: #e43f3f;
}
.cid-tK5IQtXn7R {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tK5IQtXn7R .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tK5IQtXn7R .bgColor1 {
  background-color: #0a0d53;
}
.cid-tK5IQtXn7R .bgColor2 {
  background-color: #e43f3f;
}
.cid-tK5IQtXn7R .bgColor3 {
  background-color: #e6c63b;
}
.cid-tK5IQtXn7R .bgicon {
  background-color: #ffffff;
}
.cid-tK5IQtXn7R H1 {
  color: #e43f3f;
}
.cid-tK5IQueKxa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tK5IQueKxa .media-container-row {
  justify-content: space-between;
}
.cid-tK5IQueKxa .text-content {
  max-width: 50%;
}
.cid-tK5IQueKxa .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tK5IQueKxa .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tK5IQueKxa .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tK5IQueKxa .icons {
    justify-content: center !important;
  }
  .cid-tK5IQueKxa .text-content * {
    text-align: center;
  }
}
.cid-tK5IQuww6o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tK5IQuww6o #footer {
  padding: 0 0 25px 0;
}
.cid-tK5IQuww6o #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tK5IQuww6o #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tK5IQuww6o #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tK5IQuww6o #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tK5IQuww6o #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tK5IQuww6o #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tK5IQuww6o #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tK5IQuww6o #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tK5IQuww6o #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tK5IQuww6o #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tK5IQuww6o #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tK5IQuww6o #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tK5IQuww6o #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tK5IQuww6o #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tK5IQuww6o #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tK5IQuww6o #footer .copyright {
  padding-top: 30px;
}
.cid-tK5IQuww6o ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tK5IQuww6o H4 {
  color: #000000;
  text-align: left;
}
.cid-tK5IQuww6o DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tK5IQuww6o P {
  color: #e43f3f;
  text-align: left;
}
.cid-tK5IQuww6o div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tK5IQuww6o .copyright a {
  text-decoration: none !important;
}
.cid-tK5IQuww6o .list,
.cid-tK5IQuww6o .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tK5IQuww6o ul li a {
  text-decoration: none !important;
}
.cid-tK5IQuww6o .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMmWMHiGWx {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tMmWMHiGWx .row {
  flex-direction: row-reverse;
}
.cid-tMmWMHiGWx p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tMmWMHiGWx .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tMmWMHiGWx .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tMmWMHiGWx .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tMmWMHiGWx .main-banner .left-content {
  margin-right: 15px;
}
.cid-tMmWMHiGWx .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tMmWMHiGWx .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tMmWMHiGWx .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tMmWMHiGWx .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tMmWMHiGWx .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tMmWMHiGWx .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tMmWMHiGWx .main-banner:before {
    display: none;
  }
  .cid-tMmWMHiGWx .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tMmWMHiGWx .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tMmWMHiGWx H6 {
  color: #e43f3f;
}
.cid-tMmWMHiGWx H2 {
  color: #ffffff;
}
.cid-tMmWMHiGWx P {
  color: #ffffff;
}
.cid-uf0q9oCd91 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uf0q9oCd91 .mbr-section-title {
  color: #000000;
}
.cid-tMmWMHwBmU {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tMmWMHwBmU .mbr-text {
  color: #ffffff;
}
.cid-tMmWMHwBmU .mbr-section-title {
  color: #ffffff;
}
.cid-tMmWMHF9Xr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tMmWMHF9Xr .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tMmWMHF9Xr .bgColor1 {
  background-color: #0a0d53;
}
.cid-tMmWMHF9Xr .bgColor2 {
  background-color: #e43f3f;
}
.cid-tMmWMHF9Xr .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tMmWMHF9Xr .bgicon {
  background-color: #ffffff;
}
.cid-tMmWMHF9Xr H1 {
  color: #e43f3f;
}
.cid-tMmWMHWBpY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tMmWMHWBpY .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tMmWMHWBpY .bgColor1 {
  background-color: #0a0d53;
}
.cid-tMmWMHWBpY .bgColor2 {
  background-color: #e43f3f;
}
.cid-tMmWMHWBpY .bgColor3 {
  background-color: #e6c63b;
}
.cid-tMmWMHWBpY .bgicon {
  background-color: #ffffff;
}
.cid-tMmWMHWBpY H1 {
  color: #e43f3f;
}
.cid-tMmWMIdSEp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tMmWMIdSEp .media-container-row {
  justify-content: space-between;
}
.cid-tMmWMIdSEp .text-content {
  max-width: 50%;
}
.cid-tMmWMIdSEp .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tMmWMIdSEp .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tMmWMIdSEp .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tMmWMIdSEp .icons {
    justify-content: center !important;
  }
  .cid-tMmWMIdSEp .text-content * {
    text-align: center;
  }
}
.cid-tMmWMIdSEp .mbr-section-title {
  color: #ffffff;
}
.cid-tMmWMIdSEp P {
  color: #ffffff;
}
.cid-tMmWMIx2nJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tMmWMIx2nJ #footer {
  padding: 0 0 25px 0;
}
.cid-tMmWMIx2nJ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tMmWMIx2nJ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tMmWMIx2nJ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tMmWMIx2nJ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tMmWMIx2nJ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tMmWMIx2nJ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tMmWMIx2nJ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tMmWMIx2nJ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tMmWMIx2nJ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tMmWMIx2nJ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tMmWMIx2nJ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tMmWMIx2nJ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tMmWMIx2nJ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tMmWMIx2nJ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tMmWMIx2nJ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tMmWMIx2nJ #footer .copyright {
  padding-top: 30px;
}
.cid-tMmWMIx2nJ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tMmWMIx2nJ H4 {
  color: #000000;
  text-align: left;
}
.cid-tMmWMIx2nJ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tMmWMIx2nJ P {
  color: #e43f3f;
  text-align: left;
}
.cid-tMmWMIx2nJ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tMmWMIx2nJ .copyright a {
  text-decoration: none !important;
}
.cid-tMmWMIx2nJ .list,
.cid-tMmWMIx2nJ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tMmWMIx2nJ ul li a {
  text-decoration: none !important;
}
.cid-tMmWMIx2nJ .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMth86uDtX {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tMth86uDtX .row {
  flex-direction: row-reverse;
}
.cid-tMth86uDtX p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tMth86uDtX .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tMth86uDtX .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tMth86uDtX .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tMth86uDtX .main-banner .left-content {
  margin-right: 15px;
}
.cid-tMth86uDtX .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tMth86uDtX .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tMth86uDtX .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tMth86uDtX .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tMth86uDtX .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tMth86uDtX .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tMth86uDtX .main-banner:before {
    display: none;
  }
  .cid-tMth86uDtX .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tMth86uDtX .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tMth86uDtX H6 {
  color: #e43f3f;
}
.cid-tMth86uDtX P {
  color: #ffffff;
}
.cid-tMth86uDtX H2 {
  color: #ffffff;
}
.cid-uQbARNB5Xo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uQbARNB5Xo .mbr-section-title {
  color: #000000;
}
.cid-tMth86V1JP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tMth86V1JP .mbr-text {
  color: #ffffff;
}
.cid-tMth86V1JP .mbr-section-title {
  color: #ffffff;
}
.cid-tMth87spxU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tMth87spxU .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tMth87spxU .bgColor1 {
  background-color: #0a0d53;
}
.cid-tMth87spxU .bgColor2 {
  background-color: #e43f3f;
}
.cid-tMth87spxU .bgColor3 {
  background-color: #e6c63b;
}
.cid-tMth87spxU .bgicon {
  background-color: #ffffff;
}
.cid-tMth87spxU H1 {
  color: #e43f3f;
}
.cid-tMth884z3w {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tMth884z3w #footer {
  padding: 0 0 25px 0;
}
.cid-tMth884z3w #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tMth884z3w #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tMth884z3w #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tMth884z3w #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tMth884z3w #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tMth884z3w #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tMth884z3w #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tMth884z3w #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tMth884z3w #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tMth884z3w #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tMth884z3w #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tMth884z3w #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tMth884z3w #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tMth884z3w #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tMth884z3w #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tMth884z3w #footer .copyright {
  padding-top: 30px;
}
.cid-tMth884z3w ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tMth884z3w H4 {
  color: #000000;
  text-align: left;
}
.cid-tMth884z3w DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tMth884z3w P {
  color: #e43f3f;
  text-align: left;
}
.cid-tMth884z3w div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tMth884z3w .copyright a {
  text-decoration: none !important;
}
.cid-tMth884z3w .list,
.cid-tMth884z3w .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tMth884z3w ul li a {
  text-decoration: none !important;
}
.cid-tMth884z3w .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMtkMcu3YP {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tMtkMcu3YP p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tMtkMcu3YP .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tMtkMcu3YP .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tMtkMcu3YP .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tMtkMcu3YP .main-banner .left-content {
  margin-right: 15px;
}
.cid-tMtkMcu3YP .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tMtkMcu3YP .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tMtkMcu3YP .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tMtkMcu3YP .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tMtkMcu3YP .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tMtkMcu3YP .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tMtkMcu3YP .main-banner:before {
    display: none;
  }
  .cid-tMtkMcu3YP .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tMtkMcu3YP .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tMtkMcu3YP H6 {
  color: #e43f3f;
}
.cid-tMtkMcu3YP H2 {
  color: #ffffff;
}
.cid-tMtkMcu3YP P {
  color: #ffffff;
}
.cid-uf0q57Cpg6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uf0q57Cpg6 .mbr-section-title {
  color: #000000;
}
.cid-tMtkMcWqOs {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tMtkMcWqOs .mbr-text {
  color: #ffffff;
}
.cid-tMtkMcWqOs .mbr-section-title {
  color: #ffffff;
}
.cid-tMtkMd60il {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tMtkMd60il .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tMtkMd60il .bgColor1 {
  background-color: #0a0d53;
}
.cid-tMtkMd60il .bgColor2 {
  background-color: #e43f3f;
}
.cid-tMtkMd60il .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tMtkMd60il .bgicon {
  background-color: #ffffff;
}
.cid-tMtkMd60il H1 {
  color: #e43f3f;
}
.cid-tMtkMdpMp8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tMtkMdpMp8 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tMtkMdpMp8 .bgColor1 {
  background-color: #0a0d53;
}
.cid-tMtkMdpMp8 .bgColor2 {
  background-color: #e43f3f;
}
.cid-tMtkMdpMp8 .bgColor3 {
  background-color: #e6c63b;
}
.cid-tMtkMdpMp8 .bgicon {
  background-color: #ffffff;
}
.cid-tMtkMdpMp8 H1 {
  color: #e43f3f;
}
.cid-tMtkMdG82l {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tMtkMdG82l .media-container-row {
  justify-content: space-between;
}
.cid-tMtkMdG82l .text-content {
  max-width: 50%;
}
.cid-tMtkMdG82l .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tMtkMdG82l .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tMtkMdG82l .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tMtkMdG82l .icons {
    justify-content: center !important;
  }
  .cid-tMtkMdG82l .text-content * {
    text-align: center;
  }
}
.cid-tMtkMdG82l .mbr-section-title {
  color: #ffffff;
}
.cid-tMtkMdG82l P {
  color: #ffffff;
}
.cid-tMtkMdZyBE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tMtkMdZyBE #footer {
  padding: 0 0 25px 0;
}
.cid-tMtkMdZyBE #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tMtkMdZyBE #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tMtkMdZyBE #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tMtkMdZyBE #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tMtkMdZyBE #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tMtkMdZyBE #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tMtkMdZyBE #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tMtkMdZyBE #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tMtkMdZyBE #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tMtkMdZyBE #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tMtkMdZyBE #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tMtkMdZyBE #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tMtkMdZyBE #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tMtkMdZyBE #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tMtkMdZyBE #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tMtkMdZyBE #footer .copyright {
  padding-top: 30px;
}
.cid-tMtkMdZyBE ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tMtkMdZyBE H4 {
  color: #000000;
  text-align: left;
}
.cid-tMtkMdZyBE DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tMtkMdZyBE P {
  color: #e43f3f;
  text-align: left;
}
.cid-tMtkMdZyBE div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tMtkMdZyBE .copyright a {
  text-decoration: none !important;
}
.cid-tMtkMdZyBE .list,
.cid-tMtkMdZyBE .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tMtkMdZyBE ul li a {
  text-decoration: none !important;
}
.cid-tMtkMdZyBE .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMtuloVCP6 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tMtuloVCP6 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tMtuloVCP6 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tMtuloVCP6 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tMtuloVCP6 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tMtuloVCP6 .main-banner .left-content {
  margin-right: 15px;
}
.cid-tMtuloVCP6 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tMtuloVCP6 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tMtuloVCP6 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tMtuloVCP6 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tMtuloVCP6 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tMtuloVCP6 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tMtuloVCP6 .main-banner:before {
    display: none;
  }
  .cid-tMtuloVCP6 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tMtuloVCP6 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tMtuloVCP6 H6 {
  color: #e43f3f;
}
.cid-uf0pR7yXSx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uf0pR7yXSx .mbr-section-title {
  color: #000000;
}
.cid-tMtulpfcLK {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMtulpfcLK .mbr-text {
  color: #000000;
}
.cid-tMtulpqlkh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMtulpqlkh .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tMtulpqlkh .bgColor1 {
  background-color: #0a0d53;
}
.cid-tMtulpqlkh .bgColor2 {
  background-color: #e43f3f;
}
.cid-tMtulpqlkh .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tMtulpqlkh .bgicon {
  background-color: #ffffff;
}
.cid-tMtulpqlkh H1 {
  color: #e43f3f;
}
.cid-tMtulpKwa2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMtulpKwa2 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tMtulpKwa2 .bgColor1 {
  background-color: #0a0d53;
}
.cid-tMtulpKwa2 .bgColor2 {
  background-color: #e43f3f;
}
.cid-tMtulpKwa2 .bgColor3 {
  background-color: #e6c63b;
}
.cid-tMtulpKwa2 .bgicon {
  background-color: #ffffff;
}
.cid-tMtulpKwa2 H1 {
  color: #e43f3f;
}
.cid-tMtulpZhhA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tMtulpZhhA .media-container-row {
  justify-content: space-between;
}
.cid-tMtulpZhhA .text-content {
  max-width: 50%;
}
.cid-tMtulpZhhA .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tMtulpZhhA .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tMtulpZhhA .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tMtulpZhhA .icons {
    justify-content: center !important;
  }
  .cid-tMtulpZhhA .text-content * {
    text-align: center;
  }
}
.cid-tMtulqiEQP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tMtulqiEQP #footer {
  padding: 0 0 25px 0;
}
.cid-tMtulqiEQP #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tMtulqiEQP #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tMtulqiEQP #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tMtulqiEQP #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tMtulqiEQP #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tMtulqiEQP #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tMtulqiEQP #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tMtulqiEQP #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tMtulqiEQP #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tMtulqiEQP #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tMtulqiEQP #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tMtulqiEQP #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tMtulqiEQP #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tMtulqiEQP #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tMtulqiEQP #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tMtulqiEQP #footer .copyright {
  padding-top: 30px;
}
.cid-tMtulqiEQP ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tMtulqiEQP H4 {
  color: #000000;
  text-align: left;
}
.cid-tMtulqiEQP DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tMtulqiEQP P {
  color: #e43f3f;
  text-align: left;
}
.cid-tMtulqiEQP div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tMtulqiEQP .copyright a {
  text-decoration: none !important;
}
.cid-tMtulqiEQP .list,
.cid-tMtulqiEQP .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tMtulqiEQP ul li a {
  text-decoration: none !important;
}
.cid-tMtulqiEQP .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOXNXVFicy {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tOXNXVFicy .row {
  flex-direction: row-reverse;
}
.cid-tOXNXVFicy p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tOXNXVFicy .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tOXNXVFicy .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tOXNXVFicy .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tOXNXVFicy .main-banner .left-content {
  margin-right: 15px;
}
.cid-tOXNXVFicy .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tOXNXVFicy .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tOXNXVFicy .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tOXNXVFicy .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tOXNXVFicy .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tOXNXVFicy .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tOXNXVFicy .main-banner:before {
    display: none;
  }
  .cid-tOXNXVFicy .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tOXNXVFicy .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tOXNXVFicy H6 {
  color: #e43f3f;
}
.cid-ueWU51df3K {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWU51df3K .mbr-section-title {
  color: #000000;
}
.cid-tOXNXVShVD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOXNXW3xr0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOXNXW3xr0 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tOXNXW3xr0 .bgColor1 {
  background-color: #0a0d53;
}
.cid-tOXNXW3xr0 .bgColor2 {
  background-color: #e43f3f;
}
.cid-tOXNXW3xr0 .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tOXNXW3xr0 .bgicon {
  background-color: #ffffff;
}
.cid-tOXNXW3xr0 H1 {
  color: #e43f3f;
}
.cid-tOXNXWjFoM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOXNXWjFoM .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tOXNXWjFoM .bgColor1 {
  background-color: #0a0d53;
}
.cid-tOXNXWjFoM .bgColor2 {
  background-color: #e43f3f;
}
.cid-tOXNXWjFoM .bgColor3 {
  background-color: #e6c63b;
}
.cid-tOXNXWjFoM .bgicon {
  background-color: #ffffff;
}
.cid-tOXNXWjFoM H1 {
  color: #e43f3f;
}
.cid-tOXNXWxmhu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tOXNXWxmhu .media-container-row {
  justify-content: space-between;
}
.cid-tOXNXWxmhu .text-content {
  max-width: 50%;
}
.cid-tOXNXWxmhu .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tOXNXWxmhu .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tOXNXWxmhu .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tOXNXWxmhu .icons {
    justify-content: center !important;
  }
  .cid-tOXNXWxmhu .text-content * {
    text-align: center;
  }
}
.cid-tOXNXWOHct {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tOXNXWOHct #footer {
  padding: 0 0 25px 0;
}
.cid-tOXNXWOHct #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tOXNXWOHct #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tOXNXWOHct #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tOXNXWOHct #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tOXNXWOHct #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tOXNXWOHct #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tOXNXWOHct #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tOXNXWOHct #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tOXNXWOHct #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tOXNXWOHct #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tOXNXWOHct #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tOXNXWOHct #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tOXNXWOHct #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tOXNXWOHct #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tOXNXWOHct #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tOXNXWOHct #footer .copyright {
  padding-top: 30px;
}
.cid-tOXNXWOHct ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tOXNXWOHct H4 {
  color: #000000;
  text-align: left;
}
.cid-tOXNXWOHct DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tOXNXWOHct P {
  color: #e43f3f;
  text-align: left;
}
.cid-tOXNXWOHct div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tOXNXWOHct .copyright a {
  text-decoration: none !important;
}
.cid-tOXNXWOHct .list,
.cid-tOXNXWOHct .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tOXNXWOHct ul li a {
  text-decoration: none !important;
}
.cid-tOXNXWOHct .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOXWnKuoVu {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tOXWnKuoVu p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tOXWnKuoVu .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tOXWnKuoVu .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tOXWnKuoVu .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tOXWnKuoVu .main-banner .left-content {
  margin-right: 15px;
}
.cid-tOXWnKuoVu .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tOXWnKuoVu .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tOXWnKuoVu .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tOXWnKuoVu .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tOXWnKuoVu .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tOXWnKuoVu .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tOXWnKuoVu .main-banner:before {
    display: none;
  }
  .cid-tOXWnKuoVu .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tOXWnKuoVu .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tOXWnKuoVu H6 {
  color: #e43f3f;
}
.cid-uf0pO5zS8o {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uf0pO5zS8o .mbr-section-title {
  color: #000000;
}
.cid-tOXWnKOVP1 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOXWnKOVP1 .mbr-text {
  color: #000000;
}
.cid-tOXWnKZrsI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOXWnKZrsI .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tOXWnKZrsI .bgColor1 {
  background-color: #0a0d53;
}
.cid-tOXWnKZrsI .bgColor2 {
  background-color: #e43f3f;
}
.cid-tOXWnKZrsI .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tOXWnKZrsI .bgicon {
  background-color: #ffffff;
}
.cid-tOXWnKZrsI H1 {
  color: #e43f3f;
}
.cid-tOXWnLk4ne {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOXWnLk4ne .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tOXWnLk4ne .bgColor1 {
  background-color: #0a0d53;
}
.cid-tOXWnLk4ne .bgColor2 {
  background-color: #e43f3f;
}
.cid-tOXWnLk4ne .bgColor3 {
  background-color: #e6c63b;
}
.cid-tOXWnLk4ne .bgicon {
  background-color: #ffffff;
}
.cid-tOXWnLk4ne H1 {
  color: #e43f3f;
}
.cid-tOXWnLzVwy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tOXWnLzVwy .media-container-row {
  justify-content: space-between;
}
.cid-tOXWnLzVwy .text-content {
  max-width: 50%;
}
.cid-tOXWnLzVwy .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tOXWnLzVwy .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tOXWnLzVwy .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tOXWnLzVwy .icons {
    justify-content: center !important;
  }
  .cid-tOXWnLzVwy .text-content * {
    text-align: center;
  }
}
.cid-tOXWnLS1In {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tOXWnLS1In #footer {
  padding: 0 0 25px 0;
}
.cid-tOXWnLS1In #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tOXWnLS1In #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tOXWnLS1In #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tOXWnLS1In #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tOXWnLS1In #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tOXWnLS1In #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tOXWnLS1In #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tOXWnLS1In #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tOXWnLS1In #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tOXWnLS1In #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tOXWnLS1In #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tOXWnLS1In #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tOXWnLS1In #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tOXWnLS1In #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tOXWnLS1In #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tOXWnLS1In #footer .copyright {
  padding-top: 30px;
}
.cid-tOXWnLS1In ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tOXWnLS1In H4 {
  color: #000000;
  text-align: left;
}
.cid-tOXWnLS1In DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tOXWnLS1In P {
  color: #e43f3f;
  text-align: left;
}
.cid-tOXWnLS1In div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tOXWnLS1In .copyright a {
  text-decoration: none !important;
}
.cid-tOXWnLS1In .list,
.cid-tOXWnLS1In .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tOXWnLS1In ul li a {
  text-decoration: none !important;
}
.cid-tOXWnLS1In .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQzP7nqHB8 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tQzP7nqHB8 .row {
  flex-direction: row-reverse;
}
.cid-tQzP7nqHB8 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tQzP7nqHB8 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tQzP7nqHB8 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tQzP7nqHB8 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tQzP7nqHB8 .main-banner .left-content {
  margin-right: 15px;
}
.cid-tQzP7nqHB8 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tQzP7nqHB8 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tQzP7nqHB8 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tQzP7nqHB8 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tQzP7nqHB8 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tQzP7nqHB8 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tQzP7nqHB8 .main-banner:before {
    display: none;
  }
  .cid-tQzP7nqHB8 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tQzP7nqHB8 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tQzP7nqHB8 H6 {
  color: #e43f3f;
}
.cid-ueWUeblmD4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWUeblmD4 .mbr-section-title {
  color: #000000;
}
.cid-tQzP7nD3Kl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQzP7nO6HQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQzP7nO6HQ .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tQzP7nO6HQ .bgColor1 {
  background-color: #0a0d53;
}
.cid-tQzP7nO6HQ .bgColor2 {
  background-color: #e43f3f;
}
.cid-tQzP7nO6HQ .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tQzP7nO6HQ .bgicon {
  background-color: #ffffff;
}
.cid-tQzP7nO6HQ H1 {
  color: #e43f3f;
}
.cid-tQzP7o5fBq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQzP7o5fBq .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tQzP7o5fBq .bgColor1 {
  background-color: #0a0d53;
}
.cid-tQzP7o5fBq .bgColor2 {
  background-color: #e43f3f;
}
.cid-tQzP7o5fBq .bgColor3 {
  background-color: #e6c63b;
}
.cid-tQzP7o5fBq .bgicon {
  background-color: #ffffff;
}
.cid-tQzP7o5fBq H1 {
  color: #e43f3f;
}
.cid-tQzP7ojqJe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tQzP7ojqJe .media-container-row {
  justify-content: space-between;
}
.cid-tQzP7ojqJe .text-content {
  max-width: 50%;
}
.cid-tQzP7ojqJe .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tQzP7ojqJe .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tQzP7ojqJe .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tQzP7ojqJe .icons {
    justify-content: center !important;
  }
  .cid-tQzP7ojqJe .text-content * {
    text-align: center;
  }
}
.cid-tQzP7oCIPk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tQzP7oCIPk #footer {
  padding: 0 0 25px 0;
}
.cid-tQzP7oCIPk #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tQzP7oCIPk #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tQzP7oCIPk #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tQzP7oCIPk #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tQzP7oCIPk #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tQzP7oCIPk #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tQzP7oCIPk #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tQzP7oCIPk #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tQzP7oCIPk #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tQzP7oCIPk #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tQzP7oCIPk #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tQzP7oCIPk #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tQzP7oCIPk #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tQzP7oCIPk #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tQzP7oCIPk #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tQzP7oCIPk #footer .copyright {
  padding-top: 30px;
}
.cid-tQzP7oCIPk ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tQzP7oCIPk H4 {
  color: #000000;
  text-align: left;
}
.cid-tQzP7oCIPk DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tQzP7oCIPk P {
  color: #e43f3f;
  text-align: left;
}
.cid-tQzP7oCIPk div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tQzP7oCIPk .copyright a {
  text-decoration: none !important;
}
.cid-tQzP7oCIPk .list,
.cid-tQzP7oCIPk .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tQzP7oCIPk ul li a {
  text-decoration: none !important;
}
.cid-tQzP7oCIPk .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQSnHvhVRA {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tQSnHvhVRA .row {
  flex-direction: row-reverse;
}
.cid-tQSnHvhVRA p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tQSnHvhVRA .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tQSnHvhVRA .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tQSnHvhVRA .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tQSnHvhVRA .main-banner .left-content {
  margin-right: 15px;
}
.cid-tQSnHvhVRA .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tQSnHvhVRA .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tQSnHvhVRA .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tQSnHvhVRA .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tQSnHvhVRA .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tQSnHvhVRA .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tQSnHvhVRA .main-banner:before {
    display: none;
  }
  .cid-tQSnHvhVRA .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tQSnHvhVRA .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tQSnHvhVRA H6 {
  color: #e43f3f;
}
.cid-ueWUhoqiFp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWUhoqiFp .mbr-section-title {
  color: #000000;
}
.cid-tQSnHvNx4Y {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQSnHw4Shm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQSnHw4Shm .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tQSnHw4Shm .bgColor1 {
  background-color: #0a0d53;
}
.cid-tQSnHw4Shm .bgColor2 {
  background-color: #e43f3f;
}
.cid-tQSnHw4Shm .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tQSnHw4Shm .bgicon {
  background-color: #ffffff;
}
.cid-tQSnHw4Shm H1 {
  color: #e43f3f;
}
.cid-tQSnHwslLG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQSnHwslLG .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tQSnHwslLG .bgColor1 {
  background-color: #0a0d53;
}
.cid-tQSnHwslLG .bgColor2 {
  background-color: #e43f3f;
}
.cid-tQSnHwslLG .bgColor3 {
  background-color: #e6c63b;
}
.cid-tQSnHwslLG .bgicon {
  background-color: #ffffff;
}
.cid-tQSnHwslLG H1 {
  color: #e43f3f;
}
.cid-tQSnHwMDCJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tQSnHwMDCJ .media-container-row {
  justify-content: space-between;
}
.cid-tQSnHwMDCJ .text-content {
  max-width: 50%;
}
.cid-tQSnHwMDCJ .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tQSnHwMDCJ .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tQSnHwMDCJ .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tQSnHwMDCJ .icons {
    justify-content: center !important;
  }
  .cid-tQSnHwMDCJ .text-content * {
    text-align: center;
  }
}
.cid-tQSnHxcerl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tQSnHxcerl #footer {
  padding: 0 0 25px 0;
}
.cid-tQSnHxcerl #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tQSnHxcerl #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tQSnHxcerl #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tQSnHxcerl #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tQSnHxcerl #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tQSnHxcerl #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tQSnHxcerl #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tQSnHxcerl #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tQSnHxcerl #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tQSnHxcerl #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tQSnHxcerl #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tQSnHxcerl #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tQSnHxcerl #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tQSnHxcerl #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tQSnHxcerl #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tQSnHxcerl #footer .copyright {
  padding-top: 30px;
}
.cid-tQSnHxcerl ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tQSnHxcerl H4 {
  color: #000000;
  text-align: left;
}
.cid-tQSnHxcerl DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tQSnHxcerl P {
  color: #e43f3f;
  text-align: left;
}
.cid-tQSnHxcerl div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tQSnHxcerl .copyright a {
  text-decoration: none !important;
}
.cid-tQSnHxcerl .list,
.cid-tQSnHxcerl .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tQSnHxcerl ul li a {
  text-decoration: none !important;
}
.cid-tQSnHxcerl .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRV5Wx9EI3 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tRV5Wx9EI3 .row {
  flex-direction: row-reverse;
}
.cid-tRV5Wx9EI3 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tRV5Wx9EI3 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tRV5Wx9EI3 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tRV5Wx9EI3 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tRV5Wx9EI3 .main-banner .left-content {
  margin-right: 15px;
}
.cid-tRV5Wx9EI3 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tRV5Wx9EI3 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tRV5Wx9EI3 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tRV5Wx9EI3 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tRV5Wx9EI3 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tRV5Wx9EI3 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tRV5Wx9EI3 .main-banner:before {
    display: none;
  }
  .cid-tRV5Wx9EI3 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tRV5Wx9EI3 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tRV5Wx9EI3 H6 {
  color: #e43f3f;
}
.cid-tRV5Wx9EI3 P {
  color: #ffffff;
}
.cid-tRV5Wx9EI3 H2 {
  color: #ffffff;
}
.cid-ueWM8fL6dV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWM8fL6dV .mbr-section-title {
  color: #000000;
}
.cid-tRV5WxnXrx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tRV5WxnXrx .mbr-text {
  color: #ffffff;
}
.cid-tRV5WxLzok {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tRV5WxLzok .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tRV5WxLzok .bgColor1 {
  background-color: #0a0d53;
}
.cid-tRV5WxLzok .bgColor2 {
  background-color: #e43f3f;
}
.cid-tRV5WxLzok .bgColor3 {
  background-color: #e6c63b;
}
.cid-tRV5WxLzok .bgicon {
  background-color: #ffffff;
}
.cid-tRV5WxLzok H1 {
  color: #e43f3f;
}
.cid-tRV5WyheZ2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tRV5WyheZ2 #footer {
  padding: 0 0 25px 0;
}
.cid-tRV5WyheZ2 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tRV5WyheZ2 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tRV5WyheZ2 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tRV5WyheZ2 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tRV5WyheZ2 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tRV5WyheZ2 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tRV5WyheZ2 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tRV5WyheZ2 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tRV5WyheZ2 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tRV5WyheZ2 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tRV5WyheZ2 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tRV5WyheZ2 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tRV5WyheZ2 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tRV5WyheZ2 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tRV5WyheZ2 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tRV5WyheZ2 #footer .copyright {
  padding-top: 30px;
}
.cid-tRV5WyheZ2 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tRV5WyheZ2 H4 {
  color: #000000;
  text-align: left;
}
.cid-tRV5WyheZ2 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tRV5WyheZ2 P {
  color: #e43f3f;
  text-align: left;
}
.cid-tRV5WyheZ2 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tRV5WyheZ2 .copyright a {
  text-decoration: none !important;
}
.cid-tRV5WyheZ2 .list,
.cid-tRV5WyheZ2 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tRV5WyheZ2 ul li a {
  text-decoration: none !important;
}
.cid-tRV5WyheZ2 .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRV7i21rsH {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tRV7i21rsH .row {
  flex-direction: row-reverse;
}
.cid-tRV7i21rsH p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tRV7i21rsH .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tRV7i21rsH .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tRV7i21rsH .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tRV7i21rsH .main-banner .left-content {
  margin-right: 15px;
}
.cid-tRV7i21rsH .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tRV7i21rsH .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tRV7i21rsH .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tRV7i21rsH .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tRV7i21rsH .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tRV7i21rsH .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tRV7i21rsH .main-banner:before {
    display: none;
  }
  .cid-tRV7i21rsH .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tRV7i21rsH .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tRV7i21rsH H6 {
  color: #e43f3f;
}
.cid-tRV7i21rsH H2 {
  color: #ffffff;
}
.cid-tRV7i21rsH P {
  color: #ffffff;
}
.cid-ueWMaSTEOA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWMaSTEOA .mbr-section-title {
  color: #000000;
}
.cid-tRV7i2oVYP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tRV7i2oVYP .mbr-text {
  color: #ffffff;
}
.cid-tRV7i2Sqz6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tRV7i2Sqz6 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tRV7i2Sqz6 .bgColor1 {
  background-color: #0a0d53;
}
.cid-tRV7i2Sqz6 .bgColor2 {
  background-color: #e43f3f;
}
.cid-tRV7i2Sqz6 .bgColor3 {
  background-color: #e6c63b;
}
.cid-tRV7i2Sqz6 .bgicon {
  background-color: #ffffff;
}
.cid-tRV7i2Sqz6 H1 {
  color: #e43f3f;
}
.cid-tRV7i3pNSB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tRV7i3pNSB #footer {
  padding: 0 0 25px 0;
}
.cid-tRV7i3pNSB #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tRV7i3pNSB #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tRV7i3pNSB #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tRV7i3pNSB #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tRV7i3pNSB #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tRV7i3pNSB #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tRV7i3pNSB #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tRV7i3pNSB #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tRV7i3pNSB #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tRV7i3pNSB #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tRV7i3pNSB #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tRV7i3pNSB #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tRV7i3pNSB #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tRV7i3pNSB #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tRV7i3pNSB #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tRV7i3pNSB #footer .copyright {
  padding-top: 30px;
}
.cid-tRV7i3pNSB ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tRV7i3pNSB H4 {
  color: #000000;
  text-align: left;
}
.cid-tRV7i3pNSB DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tRV7i3pNSB P {
  color: #e43f3f;
  text-align: left;
}
.cid-tRV7i3pNSB div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tRV7i3pNSB .copyright a {
  text-decoration: none !important;
}
.cid-tRV7i3pNSB .list,
.cid-tRV7i3pNSB .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tRV7i3pNSB ul li a {
  text-decoration: none !important;
}
.cid-tRV7i3pNSB .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVc2S0Ydlp {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tVc2S0Ydlp .row {
  flex-direction: row-reverse;
}
.cid-tVc2S0Ydlp p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tVc2S0Ydlp .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tVc2S0Ydlp .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tVc2S0Ydlp .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tVc2S0Ydlp .main-banner .left-content {
  margin-right: 15px;
}
.cid-tVc2S0Ydlp .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tVc2S0Ydlp .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tVc2S0Ydlp .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tVc2S0Ydlp .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tVc2S0Ydlp .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tVc2S0Ydlp .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tVc2S0Ydlp .main-banner:before {
    display: none;
  }
  .cid-tVc2S0Ydlp .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tVc2S0Ydlp .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tVc2S0Ydlp H6 {
  color: #e43f3f;
}
.cid-tVc2S0Ydlp H2 {
  color: #ffffff;
}
.cid-tVc2S0Ydlp P {
  color: #ffffff;
}
.cid-ueWLX6Yp4M {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWLX6Yp4M .mbr-section-title {
  color: #000000;
}
.cid-tVc2S1blJH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tVc2S1blJH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVc2S1blJH .mbr-text {
  color: #ffffff;
}
.cid-tVc2S1yz2i {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tVc2S1yz2i .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tVc2S1yz2i .bgColor1 {
  background-color: #0a0d53;
}
.cid-tVc2S1yz2i .bgColor2 {
  background-color: #e43f3f;
}
.cid-tVc2S1yz2i .bgColor3 {
  background-color: #e6c63b;
}
.cid-tVc2S1yz2i .bgicon {
  background-color: #ffffff;
}
.cid-tVc2S1yz2i H1 {
  color: #e43f3f;
}
.cid-tVc2S21J11 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tVc2S21J11 #footer {
  padding: 0 0 25px 0;
}
.cid-tVc2S21J11 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tVc2S21J11 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tVc2S21J11 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tVc2S21J11 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tVc2S21J11 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tVc2S21J11 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tVc2S21J11 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tVc2S21J11 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tVc2S21J11 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tVc2S21J11 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tVc2S21J11 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tVc2S21J11 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tVc2S21J11 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tVc2S21J11 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tVc2S21J11 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tVc2S21J11 #footer .copyright {
  padding-top: 30px;
}
.cid-tVc2S21J11 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tVc2S21J11 H4 {
  color: #000000;
  text-align: left;
}
.cid-tVc2S21J11 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tVc2S21J11 P {
  color: #e43f3f;
  text-align: left;
}
.cid-tVc2S21J11 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tVc2S21J11 .copyright a {
  text-decoration: none !important;
}
.cid-tVc2S21J11 .list,
.cid-tVc2S21J11 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tVc2S21J11 ul li a {
  text-decoration: none !important;
}
.cid-tVc2S21J11 .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVc5F4S6jU {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tVc5F4S6jU .row {
  flex-direction: row-reverse;
}
.cid-tVc5F4S6jU p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tVc5F4S6jU .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tVc5F4S6jU .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tVc5F4S6jU .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tVc5F4S6jU .main-banner .left-content {
  margin-right: 15px;
}
.cid-tVc5F4S6jU .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tVc5F4S6jU .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tVc5F4S6jU .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tVc5F4S6jU .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tVc5F4S6jU .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tVc5F4S6jU .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tVc5F4S6jU .main-banner:before {
    display: none;
  }
  .cid-tVc5F4S6jU .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tVc5F4S6jU .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tVc5F4S6jU H6 {
  color: #e43f3f;
}
.cid-tVc5F4S6jU H2 {
  color: #ffffff;
}
.cid-tVc5F4S6jU P {
  color: #ffffff;
}
.cid-ueWLHdqOxl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWLHdqOxl .mbr-section-title {
  color: #000000;
}
.cid-tVc5F5PxlA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tVc5F5PxlA .mbr-text {
  color: #ffffff;
}
.cid-tVc5F5PxlA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVc5F7z2OE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tVc5F7z2OE .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tVc5F7z2OE .bgColor1 {
  background-color: #0a0d53;
}
.cid-tVc5F7z2OE .bgColor2 {
  background-color: #e43f3f;
}
.cid-tVc5F7z2OE .bgColor3 {
  background-color: #e6c63b;
}
.cid-tVc5F7z2OE .bgicon {
  background-color: #ffffff;
}
.cid-tVc5F7z2OE H1 {
  color: #e43f3f;
}
.cid-tVc5F88v9T {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tVc5F88v9T #footer {
  padding: 0 0 25px 0;
}
.cid-tVc5F88v9T #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tVc5F88v9T #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tVc5F88v9T #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tVc5F88v9T #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tVc5F88v9T #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tVc5F88v9T #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tVc5F88v9T #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tVc5F88v9T #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tVc5F88v9T #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tVc5F88v9T #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tVc5F88v9T #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tVc5F88v9T #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tVc5F88v9T #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tVc5F88v9T #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tVc5F88v9T #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tVc5F88v9T #footer .copyright {
  padding-top: 30px;
}
.cid-tVc5F88v9T ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tVc5F88v9T H4 {
  color: #000000;
  text-align: left;
}
.cid-tVc5F88v9T DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tVc5F88v9T P {
  color: #e43f3f;
  text-align: left;
}
.cid-tVc5F88v9T div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tVc5F88v9T .copyright a {
  text-decoration: none !important;
}
.cid-tVc5F88v9T .list,
.cid-tVc5F88v9T .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tVc5F88v9T ul li a {
  text-decoration: none !important;
}
.cid-tVc5F88v9T .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVcaOiGWgn {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tVcaOiGWgn .row {
  flex-direction: row-reverse;
}
.cid-tVcaOiGWgn p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tVcaOiGWgn .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tVcaOiGWgn .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tVcaOiGWgn .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tVcaOiGWgn .main-banner .left-content {
  margin-right: 15px;
}
.cid-tVcaOiGWgn .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tVcaOiGWgn .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tVcaOiGWgn .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tVcaOiGWgn .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tVcaOiGWgn .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tVcaOiGWgn .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tVcaOiGWgn .main-banner:before {
    display: none;
  }
  .cid-tVcaOiGWgn .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tVcaOiGWgn .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tVcaOiGWgn H6 {
  color: #e43f3f;
}
.cid-tVcaOiGWgn H2 {
  color: #ffffff;
}
.cid-tVcaOiGWgn P {
  color: #ffffff;
}
.cid-ueWMfrtuAA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWMfrtuAA .mbr-section-title {
  color: #000000;
}
.cid-tVcaOiYy8I {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tVcaOiYy8I .mbr-text {
  color: #ffffff;
}
.cid-tVceN9sc2x {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tVceN9sc2x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVceN9sc2x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVceN9sc2x .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tVceN9sc2x .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tVceN9sc2x .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tVcebHq4Q0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tVcebHq4Q0 .mbr-text {
  color: #ffffff;
}
.cid-tVcaOjrHRy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tVcaOjrHRy .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tVcaOjrHRy .bgColor1 {
  background-color: #0a0d53;
}
.cid-tVcaOjrHRy .bgColor2 {
  background-color: #e43f3f;
}
.cid-tVcaOjrHRy .bgColor3 {
  background-color: #e6c63b;
}
.cid-tVcaOjrHRy .bgicon {
  background-color: #ffffff;
}
.cid-tVcaOjrHRy H1 {
  color: #e43f3f;
}
.cid-tVcaOk4PMS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tVcaOk4PMS #footer {
  padding: 0 0 25px 0;
}
.cid-tVcaOk4PMS #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tVcaOk4PMS #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tVcaOk4PMS #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tVcaOk4PMS #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tVcaOk4PMS #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tVcaOk4PMS #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tVcaOk4PMS #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tVcaOk4PMS #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tVcaOk4PMS #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tVcaOk4PMS #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tVcaOk4PMS #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tVcaOk4PMS #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tVcaOk4PMS #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tVcaOk4PMS #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tVcaOk4PMS #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tVcaOk4PMS #footer .copyright {
  padding-top: 30px;
}
.cid-tVcaOk4PMS ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tVcaOk4PMS H4 {
  color: #000000;
  text-align: left;
}
.cid-tVcaOk4PMS DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tVcaOk4PMS P {
  color: #e43f3f;
  text-align: left;
}
.cid-tVcaOk4PMS div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tVcaOk4PMS .copyright a {
  text-decoration: none !important;
}
.cid-tVcaOk4PMS .list,
.cid-tVcaOk4PMS .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tVcaOk4PMS ul li a {
  text-decoration: none !important;
}
.cid-tVcaOk4PMS .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRVeFlifdR {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tRVeFlifdR p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tRVeFlifdR .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tRVeFlifdR .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tRVeFlifdR .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tRVeFlifdR .main-banner .left-content {
  margin-right: 15px;
}
.cid-tRVeFlifdR .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tRVeFlifdR .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tRVeFlifdR .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tRVeFlifdR .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tRVeFlifdR .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tRVeFlifdR .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tRVeFlifdR .main-banner:before {
    display: none;
  }
  .cid-tRVeFlifdR .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tRVeFlifdR .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tRVeFlifdR H6 {
  color: #e43f3f;
}
.cid-uf0pJRSv0j {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uf0pJRSv0j .mbr-section-title {
  color: #000000;
}
.cid-tRVeFlASUa {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRVeFlASUa .mbr-text {
  color: #000000;
}
.cid-tRVeFlKlXd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRVeFlKlXd .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tRVeFlKlXd .bgColor1 {
  background-color: #0a0d53;
}
.cid-tRVeFlKlXd .bgColor2 {
  background-color: #e43f3f;
}
.cid-tRVeFlKlXd .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tRVeFlKlXd .bgicon {
  background-color: #ffffff;
}
.cid-tRVeFlKlXd H1 {
  color: #e43f3f;
}
.cid-tRVeFm29jS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRVeFm29jS .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tRVeFm29jS .bgColor1 {
  background-color: #0a0d53;
}
.cid-tRVeFm29jS .bgColor2 {
  background-color: #e43f3f;
}
.cid-tRVeFm29jS .bgColor3 {
  background-color: #e6c63b;
}
.cid-tRVeFm29jS .bgicon {
  background-color: #ffffff;
}
.cid-tRVeFm29jS H1 {
  color: #e43f3f;
}
.cid-tRVeFmg193 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tRVeFmg193 .media-container-row {
  justify-content: space-between;
}
.cid-tRVeFmg193 .text-content {
  max-width: 50%;
}
.cid-tRVeFmg193 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tRVeFmg193 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tRVeFmg193 .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tRVeFmg193 .icons {
    justify-content: center !important;
  }
  .cid-tRVeFmg193 .text-content * {
    text-align: center;
  }
}
.cid-tRVeFmDfUH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tRVeFmDfUH #footer {
  padding: 0 0 25px 0;
}
.cid-tRVeFmDfUH #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tRVeFmDfUH #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tRVeFmDfUH #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tRVeFmDfUH #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tRVeFmDfUH #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tRVeFmDfUH #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tRVeFmDfUH #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tRVeFmDfUH #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tRVeFmDfUH #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tRVeFmDfUH #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tRVeFmDfUH #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tRVeFmDfUH #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tRVeFmDfUH #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tRVeFmDfUH #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tRVeFmDfUH #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tRVeFmDfUH #footer .copyright {
  padding-top: 30px;
}
.cid-tRVeFmDfUH ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tRVeFmDfUH H4 {
  color: #000000;
  text-align: left;
}
.cid-tRVeFmDfUH DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tRVeFmDfUH P {
  color: #e43f3f;
  text-align: left;
}
.cid-tRVeFmDfUH div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tRVeFmDfUH .copyright a {
  text-decoration: none !important;
}
.cid-tRVeFmDfUH .list,
.cid-tRVeFmDfUH .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tRVeFmDfUH ul li a {
  text-decoration: none !important;
}
.cid-tRVeFmDfUH .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1wDaL18ky {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1wDaL18ky .row {
  flex-direction: row-reverse;
}
.cid-u1wDaL18ky p {
  line-height: 30px;
  font-weight: 300;
}
.cid-u1wDaL18ky .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-u1wDaL18ky .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-u1wDaL18ky .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-u1wDaL18ky .main-banner .left-content {
  margin-right: 15px;
}
.cid-u1wDaL18ky .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-u1wDaL18ky .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-u1wDaL18ky .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-u1wDaL18ky .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-u1wDaL18ky .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-u1wDaL18ky .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-u1wDaL18ky .main-banner:before {
    display: none;
  }
  .cid-u1wDaL18ky .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-u1wDaL18ky .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-u1wDaL18ky H6 {
  color: #e43f3f;
}
.cid-u1wDaL18ky H2 {
  color: #ffffff;
}
.cid-u1wDaL18ky P {
  color: #ffffff;
}
.cid-ueWMpe0iSr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWMpe0iSr .mbr-section-title {
  color: #000000;
}
.cid-u1wDaLkdKf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u1wDaLkdKf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u1wDaLkdKf .mbr-text {
  color: #ffffff;
}
.cid-u1wDaLNegQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u1wDaLNegQ .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-u1wDaLNegQ .bgColor1 {
  background-color: #0a0d53;
}
.cid-u1wDaLNegQ .bgColor2 {
  background-color: #e43f3f;
}
.cid-u1wDaLNegQ .bgColor3 {
  background-color: #e6c63b;
}
.cid-u1wDaLNegQ .bgicon {
  background-color: #ffffff;
}
.cid-u1wDaLNegQ H1 {
  color: #e43f3f;
}
.cid-u1wDaMkijT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-u1wDaMkijT #footer {
  padding: 0 0 25px 0;
}
.cid-u1wDaMkijT #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-u1wDaMkijT #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-u1wDaMkijT #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-u1wDaMkijT #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-u1wDaMkijT #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-u1wDaMkijT #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-u1wDaMkijT #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-u1wDaMkijT #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-u1wDaMkijT #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-u1wDaMkijT #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-u1wDaMkijT #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-u1wDaMkijT #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-u1wDaMkijT #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-u1wDaMkijT #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-u1wDaMkijT #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-u1wDaMkijT #footer .copyright {
  padding-top: 30px;
}
.cid-u1wDaMkijT ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-u1wDaMkijT H4 {
  color: #000000;
  text-align: left;
}
.cid-u1wDaMkijT DIV {
  text-align: center;
  color: #fafafa;
}
.cid-u1wDaMkijT P {
  color: #e43f3f;
  text-align: left;
}
.cid-u1wDaMkijT div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-u1wDaMkijT .copyright a {
  text-decoration: none !important;
}
.cid-u1wDaMkijT .list,
.cid-u1wDaMkijT .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-u1wDaMkijT ul li a {
  text-decoration: none !important;
}
.cid-u1wDaMkijT .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1wI5FYx5g {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1wI5FYx5g .row {
  flex-direction: row-reverse;
}
.cid-u1wI5FYx5g p {
  line-height: 30px;
  font-weight: 300;
}
.cid-u1wI5FYx5g .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-u1wI5FYx5g .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-u1wI5FYx5g .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-u1wI5FYx5g .main-banner .left-content {
  margin-right: 15px;
}
.cid-u1wI5FYx5g .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-u1wI5FYx5g .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-u1wI5FYx5g .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-u1wI5FYx5g .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-u1wI5FYx5g .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-u1wI5FYx5g .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-u1wI5FYx5g .main-banner:before {
    display: none;
  }
  .cid-u1wI5FYx5g .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-u1wI5FYx5g .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-u1wI5FYx5g H6 {
  color: #e43f3f;
}
.cid-u1wI5FYx5g H2 {
  color: #ffffff;
}
.cid-u1wI5FYx5g P {
  color: #ffffff;
}
.cid-ueWMynLOjH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWMynLOjH .mbr-section-title {
  color: #000000;
}
.cid-u1wI5GjEDx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u1wI5GjEDx .mbr-text {
  color: #ffffff;
}
.cid-u1wI5GjEDx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u1wI5GN3hY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u1wI5GN3hY .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-u1wI5GN3hY .bgColor1 {
  background-color: #0a0d53;
}
.cid-u1wI5GN3hY .bgColor2 {
  background-color: #e43f3f;
}
.cid-u1wI5GN3hY .bgColor3 {
  background-color: #e6c63b;
}
.cid-u1wI5GN3hY .bgicon {
  background-color: #ffffff;
}
.cid-u1wI5GN3hY H1 {
  color: #e43f3f;
}
.cid-u1wI5HnUxo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-u1wI5HnUxo #footer {
  padding: 0 0 25px 0;
}
.cid-u1wI5HnUxo #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-u1wI5HnUxo #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-u1wI5HnUxo #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-u1wI5HnUxo #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-u1wI5HnUxo #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-u1wI5HnUxo #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-u1wI5HnUxo #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-u1wI5HnUxo #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-u1wI5HnUxo #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-u1wI5HnUxo #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-u1wI5HnUxo #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-u1wI5HnUxo #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-u1wI5HnUxo #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-u1wI5HnUxo #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-u1wI5HnUxo #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-u1wI5HnUxo #footer .copyright {
  padding-top: 30px;
}
.cid-u1wI5HnUxo ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-u1wI5HnUxo H4 {
  color: #000000;
  text-align: left;
}
.cid-u1wI5HnUxo DIV {
  text-align: center;
  color: #fafafa;
}
.cid-u1wI5HnUxo P {
  color: #e43f3f;
  text-align: left;
}
.cid-u1wI5HnUxo div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-u1wI5HnUxo .copyright a {
  text-decoration: none !important;
}
.cid-u1wI5HnUxo .list,
.cid-u1wI5HnUxo .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-u1wI5HnUxo ul li a {
  text-decoration: none !important;
}
.cid-u1wI5HnUxo .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1wQgPTWgd {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1wQgPTWgd p {
  line-height: 30px;
  font-weight: 300;
}
.cid-u1wQgPTWgd .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-u1wQgPTWgd .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-u1wQgPTWgd .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-u1wQgPTWgd .main-banner .left-content {
  margin-right: 15px;
}
.cid-u1wQgPTWgd .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-u1wQgPTWgd .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-u1wQgPTWgd .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-u1wQgPTWgd .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-u1wQgPTWgd .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-u1wQgPTWgd .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-u1wQgPTWgd .main-banner:before {
    display: none;
  }
  .cid-u1wQgPTWgd .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-u1wQgPTWgd .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-u1wQgPTWgd H6 {
  color: #e43f3f;
}
.cid-u1wQgPTWgd H2 {
  color: #ffffff;
}
.cid-u1wQgPTWgd P {
  color: #ffffff;
}
.cid-uf0pBg4s8l {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uf0pBg4s8l .mbr-section-title {
  color: #000000;
}
.cid-u1wQgQ5EXg {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u1wQgQ5EXg .mbr-text {
  color: #ffffff;
}
.cid-u1wQgQ5EXg .mbr-section-title {
  color: #ffffff;
}
.cid-u1wQgQgfke {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1wQgQgfke .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-u1wQgQgfke .bgColor1 {
  background-color: #0a0d53;
}
.cid-u1wQgQgfke .bgColor2 {
  background-color: #e43f3f;
}
.cid-u1wQgQgfke .bgColor3 {
  background-color: #9fdbf8;
}
.cid-u1wQgQgfke .bgicon {
  background-color: #ffffff;
}
.cid-u1wQgQgfke H1 {
  color: #e43f3f;
}
.cid-u1wQgQvdwt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1wQgQvdwt .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-u1wQgQvdwt .bgColor1 {
  background-color: #0a0d53;
}
.cid-u1wQgQvdwt .bgColor2 {
  background-color: #e43f3f;
}
.cid-u1wQgQvdwt .bgColor3 {
  background-color: #e6c63b;
}
.cid-u1wQgQvdwt .bgicon {
  background-color: #ffffff;
}
.cid-u1wQgQvdwt H1 {
  color: #e43f3f;
}
.cid-u1wQgQKRds {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u1wQgQKRds .media-container-row {
  justify-content: space-between;
}
.cid-u1wQgQKRds .text-content {
  max-width: 50%;
}
.cid-u1wQgQKRds .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u1wQgQKRds .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u1wQgQKRds .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u1wQgQKRds .icons {
    justify-content: center !important;
  }
  .cid-u1wQgQKRds .text-content * {
    text-align: center;
  }
}
.cid-u1wQgR36Av {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-u1wQgR36Av #footer {
  padding: 0 0 25px 0;
}
.cid-u1wQgR36Av #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-u1wQgR36Av #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-u1wQgR36Av #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-u1wQgR36Av #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-u1wQgR36Av #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-u1wQgR36Av #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-u1wQgR36Av #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-u1wQgR36Av #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-u1wQgR36Av #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-u1wQgR36Av #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-u1wQgR36Av #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-u1wQgR36Av #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-u1wQgR36Av #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-u1wQgR36Av #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-u1wQgR36Av #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-u1wQgR36Av #footer .copyright {
  padding-top: 30px;
}
.cid-u1wQgR36Av ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-u1wQgR36Av H4 {
  color: #000000;
  text-align: left;
}
.cid-u1wQgR36Av DIV {
  text-align: center;
  color: #fafafa;
}
.cid-u1wQgR36Av P {
  color: #e43f3f;
  text-align: left;
}
.cid-u1wQgR36Av div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-u1wQgR36Av .copyright a {
  text-decoration: none !important;
}
.cid-u1wQgR36Av .list,
.cid-u1wQgR36Av .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-u1wQgR36Av ul li a {
  text-decoration: none !important;
}
.cid-u1wQgR36Av .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1DkUts3pa {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u1DkUts3pa .row {
  flex-direction: row-reverse;
}
.cid-u1DkUts3pa p {
  line-height: 30px;
  font-weight: 300;
}
.cid-u1DkUts3pa .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-u1DkUts3pa .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-u1DkUts3pa .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-u1DkUts3pa .main-banner .left-content {
  margin-right: 15px;
}
.cid-u1DkUts3pa .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-u1DkUts3pa .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-u1DkUts3pa .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-u1DkUts3pa .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-u1DkUts3pa .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-u1DkUts3pa .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-u1DkUts3pa .main-banner:before {
    display: none;
  }
  .cid-u1DkUts3pa .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-u1DkUts3pa .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-u1DkUts3pa H6 {
  color: #e43f3f;
}
.cid-ueWME2xMzJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWME2xMzJ .mbr-section-title {
  color: #000000;
}
.cid-u1DkUtGVJt {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1DkUtQffK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1DkUtQffK .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-u1DkUtQffK .bgColor1 {
  background-color: #0a0d53;
}
.cid-u1DkUtQffK .bgColor2 {
  background-color: #e43f3f;
}
.cid-u1DkUtQffK .bgColor3 {
  background-color: #9fdbf8;
}
.cid-u1DkUtQffK .bgicon {
  background-color: #ffffff;
}
.cid-u1DkUtQffK H1 {
  color: #e43f3f;
}
.cid-u1DkUu53b9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1DkUu53b9 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-u1DkUu53b9 .bgColor1 {
  background-color: #0a0d53;
}
.cid-u1DkUu53b9 .bgColor2 {
  background-color: #e43f3f;
}
.cid-u1DkUu53b9 .bgColor3 {
  background-color: #e6c63b;
}
.cid-u1DkUu53b9 .bgicon {
  background-color: #ffffff;
}
.cid-u1DkUu53b9 H1 {
  color: #e43f3f;
}
.cid-u1DkUujpVg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u1DkUujpVg .media-container-row {
  justify-content: space-between;
}
.cid-u1DkUujpVg .text-content {
  max-width: 50%;
}
.cid-u1DkUujpVg .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u1DkUujpVg .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u1DkUujpVg .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u1DkUujpVg .icons {
    justify-content: center !important;
  }
  .cid-u1DkUujpVg .text-content * {
    text-align: center;
  }
}
.cid-u1DkUuJAgN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-u1DkUuJAgN #footer {
  padding: 0 0 25px 0;
}
.cid-u1DkUuJAgN #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-u1DkUuJAgN #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-u1DkUuJAgN #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-u1DkUuJAgN #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-u1DkUuJAgN #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-u1DkUuJAgN #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-u1DkUuJAgN #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-u1DkUuJAgN #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-u1DkUuJAgN #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-u1DkUuJAgN #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-u1DkUuJAgN #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-u1DkUuJAgN #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-u1DkUuJAgN #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-u1DkUuJAgN #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-u1DkUuJAgN #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-u1DkUuJAgN #footer .copyright {
  padding-top: 30px;
}
.cid-u1DkUuJAgN ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-u1DkUuJAgN H4 {
  color: #000000;
  text-align: left;
}
.cid-u1DkUuJAgN DIV {
  text-align: center;
  color: #fafafa;
}
.cid-u1DkUuJAgN P {
  color: #e43f3f;
  text-align: left;
}
.cid-u1DkUuJAgN div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-u1DkUuJAgN .copyright a {
  text-decoration: none !important;
}
.cid-u1DkUuJAgN .list,
.cid-u1DkUuJAgN .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-u1DkUuJAgN ul li a {
  text-decoration: none !important;
}
.cid-u1DkUuJAgN .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1DpfXB7gQ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u1DpfXB7gQ .row {
  flex-direction: row-reverse;
}
.cid-u1DpfXB7gQ p {
  line-height: 30px;
  font-weight: 300;
}
.cid-u1DpfXB7gQ .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-u1DpfXB7gQ .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-u1DpfXB7gQ .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-u1DpfXB7gQ .main-banner .left-content {
  margin-right: 15px;
}
.cid-u1DpfXB7gQ .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-u1DpfXB7gQ .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-u1DpfXB7gQ .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-u1DpfXB7gQ .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-u1DpfXB7gQ .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-u1DpfXB7gQ .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-u1DpfXB7gQ .main-banner:before {
    display: none;
  }
  .cid-u1DpfXB7gQ .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-u1DpfXB7gQ .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-u1DpfXB7gQ H6 {
  color: #e43f3f;
}
.cid-ueWMI0M9Px {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWMI0M9Px .mbr-section-title {
  color: #000000;
}
.cid-u1DpfY1U7n {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1DpfYbNtn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1DpfYbNtn .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-u1DpfYbNtn .bgColor1 {
  background-color: #0a0d53;
}
.cid-u1DpfYbNtn .bgColor2 {
  background-color: #e43f3f;
}
.cid-u1DpfYbNtn .bgColor3 {
  background-color: #9fdbf8;
}
.cid-u1DpfYbNtn .bgicon {
  background-color: #ffffff;
}
.cid-u1DpfYbNtn H1 {
  color: #e43f3f;
}
.cid-u1DpfYv8fZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1DpfYv8fZ .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-u1DpfYv8fZ .bgColor1 {
  background-color: #0a0d53;
}
.cid-u1DpfYv8fZ .bgColor2 {
  background-color: #e43f3f;
}
.cid-u1DpfYv8fZ .bgColor3 {
  background-color: #e6c63b;
}
.cid-u1DpfYv8fZ .bgicon {
  background-color: #ffffff;
}
.cid-u1DpfYv8fZ H1 {
  color: #e43f3f;
}
.cid-u1DpfYKBX9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u1DpfYKBX9 .media-container-row {
  justify-content: space-between;
}
.cid-u1DpfYKBX9 .text-content {
  max-width: 50%;
}
.cid-u1DpfYKBX9 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u1DpfYKBX9 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u1DpfYKBX9 .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u1DpfYKBX9 .icons {
    justify-content: center !important;
  }
  .cid-u1DpfYKBX9 .text-content * {
    text-align: center;
  }
}
.cid-u1DpfZ5YDB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-u1DpfZ5YDB #footer {
  padding: 0 0 25px 0;
}
.cid-u1DpfZ5YDB #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-u1DpfZ5YDB #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-u1DpfZ5YDB #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-u1DpfZ5YDB #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-u1DpfZ5YDB #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-u1DpfZ5YDB #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-u1DpfZ5YDB #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-u1DpfZ5YDB #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-u1DpfZ5YDB #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-u1DpfZ5YDB #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-u1DpfZ5YDB #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-u1DpfZ5YDB #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-u1DpfZ5YDB #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-u1DpfZ5YDB #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-u1DpfZ5YDB #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-u1DpfZ5YDB #footer .copyright {
  padding-top: 30px;
}
.cid-u1DpfZ5YDB ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-u1DpfZ5YDB H4 {
  color: #000000;
  text-align: left;
}
.cid-u1DpfZ5YDB DIV {
  text-align: center;
  color: #fafafa;
}
.cid-u1DpfZ5YDB P {
  color: #e43f3f;
  text-align: left;
}
.cid-u1DpfZ5YDB div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-u1DpfZ5YDB .copyright a {
  text-decoration: none !important;
}
.cid-u1DpfZ5YDB .list,
.cid-u1DpfZ5YDB .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-u1DpfZ5YDB ul li a {
  text-decoration: none !important;
}
.cid-u1DpfZ5YDB .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1DsaYl03e {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u1DsaYl03e .row {
  flex-direction: row-reverse;
}
.cid-u1DsaYl03e p {
  line-height: 30px;
  font-weight: 300;
}
.cid-u1DsaYl03e .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-u1DsaYl03e .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-u1DsaYl03e .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-u1DsaYl03e .main-banner .left-content {
  margin-right: 15px;
}
.cid-u1DsaYl03e .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-u1DsaYl03e .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-u1DsaYl03e .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-u1DsaYl03e .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-u1DsaYl03e .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-u1DsaYl03e .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-u1DsaYl03e .main-banner:before {
    display: none;
  }
  .cid-u1DsaYl03e .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-u1DsaYl03e .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-u1DsaYl03e H6 {
  color: #e43f3f;
}
.cid-ueWMOGahzw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWMOGahzw .mbr-section-title {
  color: #000000;
}
.cid-u1DsaYLkZr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1DsaYXB36 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1DsaYXB36 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-u1DsaYXB36 .bgColor1 {
  background-color: #0a0d53;
}
.cid-u1DsaYXB36 .bgColor2 {
  background-color: #e43f3f;
}
.cid-u1DsaYXB36 .bgColor3 {
  background-color: #9fdbf8;
}
.cid-u1DsaYXB36 .bgicon {
  background-color: #ffffff;
}
.cid-u1DsaYXB36 H1 {
  color: #e43f3f;
}
.cid-u1DsaZjvph {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1DsaZjvph .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-u1DsaZjvph .bgColor1 {
  background-color: #0a0d53;
}
.cid-u1DsaZjvph .bgColor2 {
  background-color: #e43f3f;
}
.cid-u1DsaZjvph .bgColor3 {
  background-color: #e6c63b;
}
.cid-u1DsaZjvph .bgicon {
  background-color: #ffffff;
}
.cid-u1DsaZjvph H1 {
  color: #e43f3f;
}
.cid-u1DsaZC32B {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u1DsaZC32B .media-container-row {
  justify-content: space-between;
}
.cid-u1DsaZC32B .text-content {
  max-width: 50%;
}
.cid-u1DsaZC32B .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u1DsaZC32B .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u1DsaZC32B .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u1DsaZC32B .icons {
    justify-content: center !important;
  }
  .cid-u1DsaZC32B .text-content * {
    text-align: center;
  }
}
.cid-u1DsaZYm4K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-u1DsaZYm4K #footer {
  padding: 0 0 25px 0;
}
.cid-u1DsaZYm4K #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-u1DsaZYm4K #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-u1DsaZYm4K #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-u1DsaZYm4K #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-u1DsaZYm4K #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-u1DsaZYm4K #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-u1DsaZYm4K #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-u1DsaZYm4K #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-u1DsaZYm4K #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-u1DsaZYm4K #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-u1DsaZYm4K #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-u1DsaZYm4K #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-u1DsaZYm4K #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-u1DsaZYm4K #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-u1DsaZYm4K #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-u1DsaZYm4K #footer .copyright {
  padding-top: 30px;
}
.cid-u1DsaZYm4K ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-u1DsaZYm4K H4 {
  color: #000000;
  text-align: left;
}
.cid-u1DsaZYm4K DIV {
  text-align: center;
  color: #fafafa;
}
.cid-u1DsaZYm4K P {
  color: #e43f3f;
  text-align: left;
}
.cid-u1DsaZYm4K div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-u1DsaZYm4K .copyright a {
  text-decoration: none !important;
}
.cid-u1DsaZYm4K .list,
.cid-u1DsaZYm4K .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-u1DsaZYm4K ul li a {
  text-decoration: none !important;
}
.cid-u1DsaZYm4K .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1JhNomlKm {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u1JhNomlKm .row {
  flex-direction: row-reverse;
}
.cid-u1JhNomlKm p {
  line-height: 30px;
  font-weight: 300;
}
.cid-u1JhNomlKm .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-u1JhNomlKm .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-u1JhNomlKm .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-u1JhNomlKm .main-banner .left-content {
  margin-right: 15px;
}
.cid-u1JhNomlKm .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-u1JhNomlKm .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-u1JhNomlKm .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-u1JhNomlKm .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-u1JhNomlKm .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-u1JhNomlKm .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-u1JhNomlKm .main-banner:before {
    display: none;
  }
  .cid-u1JhNomlKm .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-u1JhNomlKm .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-u1JhNomlKm H6 {
  color: #e43f3f;
}
.cid-ueWND9bUam {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWND9bUam .mbr-section-title {
  color: #000000;
}
.cid-u1JhNoGWHT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1JhNoSObl {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1JhNoSObl .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-u1JhNoSObl .bgColor1 {
  background-color: #0a0d53;
}
.cid-u1JhNoSObl .bgColor2 {
  background-color: #e43f3f;
}
.cid-u1JhNoSObl .bgColor3 {
  background-color: #9fdbf8;
}
.cid-u1JhNoSObl .bgicon {
  background-color: #ffffff;
}
.cid-u1JhNoSObl H1 {
  color: #e43f3f;
}
.cid-u1JhNpaUf1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1JhNpaUf1 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-u1JhNpaUf1 .bgColor1 {
  background-color: #0a0d53;
}
.cid-u1JhNpaUf1 .bgColor2 {
  background-color: #e43f3f;
}
.cid-u1JhNpaUf1 .bgColor3 {
  background-color: #e6c63b;
}
.cid-u1JhNpaUf1 .bgicon {
  background-color: #ffffff;
}
.cid-u1JhNpaUf1 H1 {
  color: #e43f3f;
}
.cid-u1JhNppG0j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u1JhNppG0j .media-container-row {
  justify-content: space-between;
}
.cid-u1JhNppG0j .text-content {
  max-width: 50%;
}
.cid-u1JhNppG0j .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u1JhNppG0j .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u1JhNppG0j .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u1JhNppG0j .icons {
    justify-content: center !important;
  }
  .cid-u1JhNppG0j .text-content * {
    text-align: center;
  }
}
.cid-u1JhNpIyvm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-u1JhNpIyvm #footer {
  padding: 0 0 25px 0;
}
.cid-u1JhNpIyvm #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-u1JhNpIyvm #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-u1JhNpIyvm #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-u1JhNpIyvm #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-u1JhNpIyvm #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-u1JhNpIyvm #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-u1JhNpIyvm #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-u1JhNpIyvm #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-u1JhNpIyvm #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-u1JhNpIyvm #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-u1JhNpIyvm #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-u1JhNpIyvm #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-u1JhNpIyvm #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-u1JhNpIyvm #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-u1JhNpIyvm #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-u1JhNpIyvm #footer .copyright {
  padding-top: 30px;
}
.cid-u1JhNpIyvm ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-u1JhNpIyvm H4 {
  color: #000000;
  text-align: left;
}
.cid-u1JhNpIyvm DIV {
  text-align: center;
  color: #fafafa;
}
.cid-u1JhNpIyvm P {
  color: #e43f3f;
  text-align: left;
}
.cid-u1JhNpIyvm div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-u1JhNpIyvm .copyright a {
  text-decoration: none !important;
}
.cid-u1JhNpIyvm .list,
.cid-u1JhNpIyvm .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-u1JhNpIyvm ul li a {
  text-decoration: none !important;
}
.cid-u1JhNpIyvm .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u27aYOutyR {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u27aYOutyR .row {
  flex-direction: row-reverse;
}
.cid-u27aYOutyR p {
  line-height: 30px;
  font-weight: 300;
}
.cid-u27aYOutyR .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-u27aYOutyR .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-u27aYOutyR .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-u27aYOutyR .main-banner .left-content {
  margin-right: 15px;
}
.cid-u27aYOutyR .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-u27aYOutyR .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-u27aYOutyR .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-u27aYOutyR .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-u27aYOutyR .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-u27aYOutyR .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-u27aYOutyR .main-banner:before {
    display: none;
  }
  .cid-u27aYOutyR .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-u27aYOutyR .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-u27aYOutyR H6 {
  color: #e43f3f;
}
.cid-u27aYOutyR H2 {
  color: #ffffff;
}
.cid-u27aYOutyR P {
  color: #ffffff;
}
.cid-ueWTigR38K {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWTigR38K .mbr-section-title {
  color: #000000;
}
.cid-u27aYOHYjo {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u27aYOHYjo .mbr-text {
  color: #ffffff;
}
.cid-u27aYPh2CI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u27aYPh2CI .media-container-row {
  justify-content: space-between;
}
.cid-u27aYPh2CI .text-content {
  max-width: 50%;
}
.cid-u27aYPh2CI .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u27aYPh2CI .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u27aYPh2CI .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u27aYPh2CI .icons {
    justify-content: center !important;
  }
  .cid-u27aYPh2CI .text-content * {
    text-align: center;
  }
}
.cid-u27aYPh2CI .mbr-section-title {
  color: #ffffff;
}
.cid-u27aYPh2CI P {
  color: #ffffff;
}
.cid-u27aYPCKcJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-u27aYPCKcJ #footer {
  padding: 0 0 25px 0;
}
.cid-u27aYPCKcJ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-u27aYPCKcJ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-u27aYPCKcJ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-u27aYPCKcJ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-u27aYPCKcJ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-u27aYPCKcJ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-u27aYPCKcJ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-u27aYPCKcJ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-u27aYPCKcJ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-u27aYPCKcJ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-u27aYPCKcJ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-u27aYPCKcJ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-u27aYPCKcJ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-u27aYPCKcJ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-u27aYPCKcJ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-u27aYPCKcJ #footer .copyright {
  padding-top: 30px;
}
.cid-u27aYPCKcJ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-u27aYPCKcJ H4 {
  color: #000000;
  text-align: left;
}
.cid-u27aYPCKcJ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-u27aYPCKcJ P {
  color: #e43f3f;
  text-align: left;
}
.cid-u27aYPCKcJ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-u27aYPCKcJ .copyright a {
  text-decoration: none !important;
}
.cid-u27aYPCKcJ .list,
.cid-u27aYPCKcJ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-u27aYPCKcJ ul li a {
  text-decoration: none !important;
}
.cid-u27aYPCKcJ .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u27fCICGW0 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u27fCICGW0 .row {
  flex-direction: row-reverse;
}
.cid-u27fCICGW0 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-u27fCICGW0 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-u27fCICGW0 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-u27fCICGW0 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-u27fCICGW0 .main-banner .left-content {
  margin-right: 15px;
}
.cid-u27fCICGW0 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-u27fCICGW0 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-u27fCICGW0 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-u27fCICGW0 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-u27fCICGW0 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-u27fCICGW0 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-u27fCICGW0 .main-banner:before {
    display: none;
  }
  .cid-u27fCICGW0 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-u27fCICGW0 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-u27fCICGW0 H6 {
  color: #e43f3f;
}
.cid-ueWTncykuj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWTncykuj .mbr-section-title {
  color: #000000;
}
.cid-u27fCIUM6x {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u27fCJ6UKa {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u27fCJ6UKa .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-u27fCJ6UKa .bgColor1 {
  background-color: #0a0d53;
}
.cid-u27fCJ6UKa .bgColor2 {
  background-color: #e43f3f;
}
.cid-u27fCJ6UKa .bgColor3 {
  background-color: #9fdbf8;
}
.cid-u27fCJ6UKa .bgicon {
  background-color: #ffffff;
}
.cid-u27fCJ6UKa H1 {
  color: #e43f3f;
}
.cid-u27fCJt7OO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u27fCJt7OO .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-u27fCJt7OO .bgColor1 {
  background-color: #0a0d53;
}
.cid-u27fCJt7OO .bgColor2 {
  background-color: #e43f3f;
}
.cid-u27fCJt7OO .bgColor3 {
  background-color: #e6c63b;
}
.cid-u27fCJt7OO .bgicon {
  background-color: #ffffff;
}
.cid-u27fCJt7OO H1 {
  color: #e43f3f;
}
.cid-u27fCJIalv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u27fCJIalv .media-container-row {
  justify-content: space-between;
}
.cid-u27fCJIalv .text-content {
  max-width: 50%;
}
.cid-u27fCJIalv .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u27fCJIalv .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u27fCJIalv .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u27fCJIalv .icons {
    justify-content: center !important;
  }
  .cid-u27fCJIalv .text-content * {
    text-align: center;
  }
}
.cid-u27fCK1eej {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-u27fCK1eej #footer {
  padding: 0 0 25px 0;
}
.cid-u27fCK1eej #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-u27fCK1eej #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-u27fCK1eej #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-u27fCK1eej #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-u27fCK1eej #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-u27fCK1eej #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-u27fCK1eej #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-u27fCK1eej #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-u27fCK1eej #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-u27fCK1eej #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-u27fCK1eej #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-u27fCK1eej #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-u27fCK1eej #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-u27fCK1eej #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-u27fCK1eej #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-u27fCK1eej #footer .copyright {
  padding-top: 30px;
}
.cid-u27fCK1eej ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-u27fCK1eej H4 {
  color: #000000;
  text-align: left;
}
.cid-u27fCK1eej DIV {
  text-align: center;
  color: #fafafa;
}
.cid-u27fCK1eej P {
  color: #e43f3f;
  text-align: left;
}
.cid-u27fCK1eej div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-u27fCK1eej .copyright a {
  text-decoration: none !important;
}
.cid-u27fCK1eej .list,
.cid-u27fCK1eej .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-u27fCK1eej ul li a {
  text-decoration: none !important;
}
.cid-u27fCK1eej .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2ojqQ9Fjc {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u2ojqQ9Fjc .row {
  flex-direction: row-reverse;
}
.cid-u2ojqQ9Fjc p {
  line-height: 30px;
  font-weight: 300;
}
.cid-u2ojqQ9Fjc .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-u2ojqQ9Fjc .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-u2ojqQ9Fjc .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-u2ojqQ9Fjc .main-banner .left-content {
  margin-right: 15px;
}
.cid-u2ojqQ9Fjc .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-u2ojqQ9Fjc .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-u2ojqQ9Fjc .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-u2ojqQ9Fjc .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-u2ojqQ9Fjc .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-u2ojqQ9Fjc .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-u2ojqQ9Fjc .main-banner:before {
    display: none;
  }
  .cid-u2ojqQ9Fjc .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-u2ojqQ9Fjc .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-u2ojqQ9Fjc H6 {
  color: #e43f3f;
}
.cid-ueWTsb5Za7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWTsb5Za7 .mbr-section-title {
  color: #000000;
}
.cid-u2ojqQo42S {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2ojqQx4mx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2ojqQx4mx .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-u2ojqQx4mx .bgColor1 {
  background-color: #0a0d53;
}
.cid-u2ojqQx4mx .bgColor2 {
  background-color: #e43f3f;
}
.cid-u2ojqQx4mx .bgColor3 {
  background-color: #9fdbf8;
}
.cid-u2ojqQx4mx .bgicon {
  background-color: #ffffff;
}
.cid-u2ojqQx4mx H1 {
  color: #e43f3f;
}
.cid-u2ojqQLmh8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2ojqQLmh8 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-u2ojqQLmh8 .bgColor1 {
  background-color: #0a0d53;
}
.cid-u2ojqQLmh8 .bgColor2 {
  background-color: #e43f3f;
}
.cid-u2ojqQLmh8 .bgColor3 {
  background-color: #e6c63b;
}
.cid-u2ojqQLmh8 .bgicon {
  background-color: #ffffff;
}
.cid-u2ojqQLmh8 H1 {
  color: #e43f3f;
}
.cid-u2ojqQYhRL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u2ojqQYhRL .media-container-row {
  justify-content: space-between;
}
.cid-u2ojqQYhRL .text-content {
  max-width: 50%;
}
.cid-u2ojqQYhRL .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u2ojqQYhRL .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u2ojqQYhRL .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u2ojqQYhRL .icons {
    justify-content: center !important;
  }
  .cid-u2ojqQYhRL .text-content * {
    text-align: center;
  }
}
.cid-u2ojqRiCNT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-u2ojqRiCNT #footer {
  padding: 0 0 25px 0;
}
.cid-u2ojqRiCNT #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-u2ojqRiCNT #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-u2ojqRiCNT #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-u2ojqRiCNT #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-u2ojqRiCNT #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-u2ojqRiCNT #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-u2ojqRiCNT #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-u2ojqRiCNT #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-u2ojqRiCNT #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-u2ojqRiCNT #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-u2ojqRiCNT #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-u2ojqRiCNT #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-u2ojqRiCNT #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-u2ojqRiCNT #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-u2ojqRiCNT #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-u2ojqRiCNT #footer .copyright {
  padding-top: 30px;
}
.cid-u2ojqRiCNT ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-u2ojqRiCNT H4 {
  color: #000000;
  text-align: left;
}
.cid-u2ojqRiCNT DIV {
  text-align: center;
  color: #fafafa;
}
.cid-u2ojqRiCNT P {
  color: #e43f3f;
  text-align: left;
}
.cid-u2ojqRiCNT div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-u2ojqRiCNT .copyright a {
  text-decoration: none !important;
}
.cid-u2ojqRiCNT .list,
.cid-u2ojqRiCNT .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-u2ojqRiCNT ul li a {
  text-decoration: none !important;
}
.cid-u2ojqRiCNT .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6xuH1qDoV {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u6xuH1qDoV .row {
  flex-direction: row-reverse;
}
.cid-u6xuH1qDoV p {
  line-height: 30px;
  font-weight: 300;
}
.cid-u6xuH1qDoV .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-u6xuH1qDoV .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-u6xuH1qDoV .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-u6xuH1qDoV .main-banner .left-content {
  margin-right: 15px;
}
.cid-u6xuH1qDoV .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-u6xuH1qDoV .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-u6xuH1qDoV .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-u6xuH1qDoV .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-u6xuH1qDoV .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-u6xuH1qDoV .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-u6xuH1qDoV .main-banner:before {
    display: none;
  }
  .cid-u6xuH1qDoV .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-u6xuH1qDoV .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-u6xuH1qDoV H6 {
  color: #e43f3f;
}
.cid-ueWNrPMevs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWNrPMevs .mbr-section-title {
  color: #000000;
}
.cid-u6xuH1LJp0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6xuH20UEJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6xuH20UEJ .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-u6xuH20UEJ .bgColor1 {
  background-color: #0a0d53;
}
.cid-u6xuH20UEJ .bgColor2 {
  background-color: #e43f3f;
}
.cid-u6xuH20UEJ .bgColor3 {
  background-color: #9fdbf8;
}
.cid-u6xuH20UEJ .bgicon {
  background-color: #ffffff;
}
.cid-u6xuH20UEJ H1 {
  color: #e43f3f;
}
.cid-u6xuH2la9y {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6xuH2la9y .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-u6xuH2la9y .bgColor1 {
  background-color: #0a0d53;
}
.cid-u6xuH2la9y .bgColor2 {
  background-color: #e43f3f;
}
.cid-u6xuH2la9y .bgColor3 {
  background-color: #e6c63b;
}
.cid-u6xuH2la9y .bgicon {
  background-color: #ffffff;
}
.cid-u6xuH2la9y H1 {
  color: #e43f3f;
}
.cid-u6xuH2BeEG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u6xuH2BeEG .media-container-row {
  justify-content: space-between;
}
.cid-u6xuH2BeEG .text-content {
  max-width: 50%;
}
.cid-u6xuH2BeEG .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u6xuH2BeEG .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u6xuH2BeEG .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u6xuH2BeEG .icons {
    justify-content: center !important;
  }
  .cid-u6xuH2BeEG .text-content * {
    text-align: center;
  }
}
.cid-u6xuH2WQ4W {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-u6xuH2WQ4W #footer {
  padding: 0 0 25px 0;
}
.cid-u6xuH2WQ4W #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-u6xuH2WQ4W #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-u6xuH2WQ4W #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-u6xuH2WQ4W #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-u6xuH2WQ4W #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-u6xuH2WQ4W #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-u6xuH2WQ4W #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-u6xuH2WQ4W #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-u6xuH2WQ4W #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-u6xuH2WQ4W #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-u6xuH2WQ4W #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-u6xuH2WQ4W #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-u6xuH2WQ4W #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-u6xuH2WQ4W #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-u6xuH2WQ4W #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-u6xuH2WQ4W #footer .copyright {
  padding-top: 30px;
}
.cid-u6xuH2WQ4W ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-u6xuH2WQ4W H4 {
  color: #000000;
  text-align: left;
}
.cid-u6xuH2WQ4W DIV {
  text-align: center;
  color: #fafafa;
}
.cid-u6xuH2WQ4W P {
  color: #e43f3f;
  text-align: left;
}
.cid-u6xuH2WQ4W div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-u6xuH2WQ4W .copyright a {
  text-decoration: none !important;
}
.cid-u6xuH2WQ4W .list,
.cid-u6xuH2WQ4W .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-u6xuH2WQ4W ul li a {
  text-decoration: none !important;
}
.cid-u6xuH2WQ4W .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6xBly2o6H {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u6xBly2o6H .row {
  flex-direction: row-reverse;
}
.cid-u6xBly2o6H p {
  line-height: 30px;
  font-weight: 300;
}
.cid-u6xBly2o6H .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-u6xBly2o6H .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-u6xBly2o6H .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-u6xBly2o6H .main-banner .left-content {
  margin-right: 15px;
}
.cid-u6xBly2o6H .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-u6xBly2o6H .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-u6xBly2o6H .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-u6xBly2o6H .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-u6xBly2o6H .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-u6xBly2o6H .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-u6xBly2o6H .main-banner:before {
    display: none;
  }
  .cid-u6xBly2o6H .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-u6xBly2o6H .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-u6xBly2o6H H6 {
  color: #e43f3f;
}
.cid-ueWNziU6d1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWNziU6d1 .mbr-section-title {
  color: #000000;
}
.cid-u6xBlynUkF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6xBlyAbDl {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6xBlyAbDl .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-u6xBlyAbDl .bgColor1 {
  background-color: #0a0d53;
}
.cid-u6xBlyAbDl .bgColor2 {
  background-color: #e43f3f;
}
.cid-u6xBlyAbDl .bgColor3 {
  background-color: #9fdbf8;
}
.cid-u6xBlyAbDl .bgicon {
  background-color: #ffffff;
}
.cid-u6xBlyAbDl H1 {
  color: #e43f3f;
}
.cid-u6xBlyU2Dy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6xBlyU2Dy .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-u6xBlyU2Dy .bgColor1 {
  background-color: #0a0d53;
}
.cid-u6xBlyU2Dy .bgColor2 {
  background-color: #e43f3f;
}
.cid-u6xBlyU2Dy .bgColor3 {
  background-color: #e6c63b;
}
.cid-u6xBlyU2Dy .bgicon {
  background-color: #ffffff;
}
.cid-u6xBlyU2Dy H1 {
  color: #e43f3f;
}
.cid-u6xBlz9PU4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u6xBlz9PU4 .media-container-row {
  justify-content: space-between;
}
.cid-u6xBlz9PU4 .text-content {
  max-width: 50%;
}
.cid-u6xBlz9PU4 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u6xBlz9PU4 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u6xBlz9PU4 .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u6xBlz9PU4 .icons {
    justify-content: center !important;
  }
  .cid-u6xBlz9PU4 .text-content * {
    text-align: center;
  }
}
.cid-u6xBlzsjT7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-u6xBlzsjT7 #footer {
  padding: 0 0 25px 0;
}
.cid-u6xBlzsjT7 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-u6xBlzsjT7 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-u6xBlzsjT7 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-u6xBlzsjT7 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-u6xBlzsjT7 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-u6xBlzsjT7 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-u6xBlzsjT7 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-u6xBlzsjT7 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-u6xBlzsjT7 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-u6xBlzsjT7 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-u6xBlzsjT7 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-u6xBlzsjT7 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-u6xBlzsjT7 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-u6xBlzsjT7 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-u6xBlzsjT7 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-u6xBlzsjT7 #footer .copyright {
  padding-top: 30px;
}
.cid-u6xBlzsjT7 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-u6xBlzsjT7 H4 {
  color: #000000;
  text-align: left;
}
.cid-u6xBlzsjT7 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-u6xBlzsjT7 P {
  color: #e43f3f;
  text-align: left;
}
.cid-u6xBlzsjT7 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-u6xBlzsjT7 .copyright a {
  text-decoration: none !important;
}
.cid-u6xBlzsjT7 .list,
.cid-u6xBlzsjT7 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-u6xBlzsjT7 ul li a {
  text-decoration: none !important;
}
.cid-u6xBlzsjT7 .list {
  color: #e43f3f;
}
.cid-u6Iq1xPStE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6Iq1xPStE nav.navbar {
  position: fixed;
}
.cid-u6Iq1xPStE .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-u6Iq1xPStE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6Iq1xPStE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6Iq1xPStE .dropdown-item:hover,
.cid-u6Iq1xPStE .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6Iq1xPStE .dropdown-item:hover span {
  color: white;
}
.cid-u6Iq1xPStE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6Iq1xPStE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6Iq1xPStE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6Iq1xPStE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6Iq1xPStE .nav-link {
  position: relative;
}
.cid-u6Iq1xPStE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6Iq1xPStE .container {
    flex-wrap: nowrap;
  }
}
.cid-u6Iq1xPStE .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6Iq1xPStE .dropdown-menu,
.cid-u6Iq1xPStE .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6Iq1xPStE .nav-item:focus,
.cid-u6Iq1xPStE .nav-link:focus {
  outline: none;
}
.cid-u6Iq1xPStE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6Iq1xPStE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6Iq1xPStE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6Iq1xPStE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6Iq1xPStE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6Iq1xPStE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6Iq1xPStE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6Iq1xPStE .navbar.opened {
  transition: all 0.3s;
}
.cid-u6Iq1xPStE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6Iq1xPStE .navbar .navbar-logo img {
  width: auto;
}
.cid-u6Iq1xPStE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6Iq1xPStE .navbar.collapsed {
  justify-content: center;
}
.cid-u6Iq1xPStE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6Iq1xPStE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6Iq1xPStE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6Iq1xPStE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6Iq1xPStE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6Iq1xPStE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6Iq1xPStE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6Iq1xPStE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6Iq1xPStE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6Iq1xPStE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6Iq1xPStE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6Iq1xPStE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6Iq1xPStE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6Iq1xPStE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6Iq1xPStE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6Iq1xPStE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6Iq1xPStE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6Iq1xPStE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6Iq1xPStE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6Iq1xPStE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6Iq1xPStE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6Iq1xPStE .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6Iq1xPStE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6Iq1xPStE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6Iq1xPStE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6Iq1xPStE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6Iq1xPStE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6Iq1xPStE .dropdown-item.active,
.cid-u6Iq1xPStE .dropdown-item:active {
  background-color: transparent;
}
.cid-u6Iq1xPStE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6Iq1xPStE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6Iq1xPStE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6Iq1xPStE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6Iq1xPStE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6Iq1xPStE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6Iq1xPStE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6Iq1xPStE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6Iq1xPStE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6Iq1xPStE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6Iq1xPStE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6Iq1xPStE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6Iq1xPStE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6Iq1xPStE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6Iq1xPStE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6Iq1xPStE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6Iq1xPStE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6Iq1xPStE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6Iq1xPStE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6Iq1xPStE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6Iq1xPStE .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-u6Iq1xPStE .navbar {
    height: 70px;
  }
  .cid-u6Iq1xPStE .navbar.opened {
    height: auto;
  }
  .cid-u6Iq1xPStE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6Iq1vU67u {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u6Iq1vU67u .row {
  flex-direction: row-reverse;
}
.cid-u6Iq1vU67u p {
  line-height: 30px;
  font-weight: 300;
}
.cid-u6Iq1vU67u .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-u6Iq1vU67u .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-u6Iq1vU67u .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-u6Iq1vU67u .main-banner .left-content {
  margin-right: 15px;
}
.cid-u6Iq1vU67u .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-u6Iq1vU67u .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-u6Iq1vU67u .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-u6Iq1vU67u .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-u6Iq1vU67u .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-u6Iq1vU67u .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-u6Iq1vU67u .main-banner:before {
    display: none;
  }
  .cid-u6Iq1vU67u .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-u6Iq1vU67u .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-u6Iq1vU67u H6 {
  color: #e43f3f;
}
.cid-ueWNvF3whF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWNvF3whF .mbr-section-title {
  color: #000000;
}
.cid-u6Iq1wj2pn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6Iq1wxBX1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6Iq1wxBX1 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-u6Iq1wxBX1 .bgColor1 {
  background-color: #0a0d53;
}
.cid-u6Iq1wxBX1 .bgColor2 {
  background-color: #e43f3f;
}
.cid-u6Iq1wxBX1 .bgColor3 {
  background-color: #9fdbf8;
}
.cid-u6Iq1wxBX1 .bgicon {
  background-color: #ffffff;
}
.cid-u6Iq1wxBX1 H1 {
  color: #e43f3f;
}
.cid-u6Iq1wSFAv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6Iq1wSFAv .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-u6Iq1wSFAv .bgColor1 {
  background-color: #0a0d53;
}
.cid-u6Iq1wSFAv .bgColor2 {
  background-color: #e43f3f;
}
.cid-u6Iq1wSFAv .bgColor3 {
  background-color: #e6c63b;
}
.cid-u6Iq1wSFAv .bgicon {
  background-color: #ffffff;
}
.cid-u6Iq1wSFAv H1 {
  color: #e43f3f;
}
.cid-u6Iq1x8ZMX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u6Iq1x8ZMX .media-container-row {
  justify-content: space-between;
}
.cid-u6Iq1x8ZMX .text-content {
  max-width: 50%;
}
.cid-u6Iq1x8ZMX .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u6Iq1x8ZMX .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u6Iq1x8ZMX .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u6Iq1x8ZMX .icons {
    justify-content: center !important;
  }
  .cid-u6Iq1x8ZMX .text-content * {
    text-align: center;
  }
}
.cid-u6Iq1xu9iX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-u6Iq1xu9iX #footer {
  padding: 0 0 25px 0;
}
.cid-u6Iq1xu9iX #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-u6Iq1xu9iX #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-u6Iq1xu9iX #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-u6Iq1xu9iX #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-u6Iq1xu9iX #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-u6Iq1xu9iX #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-u6Iq1xu9iX #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-u6Iq1xu9iX #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-u6Iq1xu9iX #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-u6Iq1xu9iX #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-u6Iq1xu9iX #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-u6Iq1xu9iX #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-u6Iq1xu9iX #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-u6Iq1xu9iX #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-u6Iq1xu9iX #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-u6Iq1xu9iX #footer .copyright {
  padding-top: 30px;
}
.cid-u6Iq1xu9iX ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-u6Iq1xu9iX H4 {
  color: #000000;
  text-align: left;
}
.cid-u6Iq1xu9iX DIV {
  text-align: center;
  color: #fafafa;
}
.cid-u6Iq1xu9iX P {
  color: #e43f3f;
  text-align: left;
}
.cid-u6Iq1xu9iX div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-u6Iq1xu9iX .copyright a {
  text-decoration: none !important;
}
.cid-u6Iq1xu9iX .list,
.cid-u6Iq1xu9iX .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-u6Iq1xu9iX ul li a {
  text-decoration: none !important;
}
.cid-u6Iq1xu9iX .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2TCL7Ui0t {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t2TCL7Ui0t .row {
  flex-direction: row-reverse;
}
.cid-t2TCL7Ui0t p {
  line-height: 30px;
  font-weight: 300;
}
.cid-t2TCL7Ui0t .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-t2TCL7Ui0t .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-t2TCL7Ui0t .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-t2TCL7Ui0t .main-banner .left-content {
  margin-right: 15px;
}
.cid-t2TCL7Ui0t .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-t2TCL7Ui0t .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-t2TCL7Ui0t .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-t2TCL7Ui0t .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-t2TCL7Ui0t .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-t2TCL7Ui0t .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-t2TCL7Ui0t .main-banner:before {
    display: none;
  }
  .cid-t2TCL7Ui0t .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-t2TCL7Ui0t .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-t2TCL7Ui0t H6 {
  color: #e43f3f;
}
.cid-t2TCL7Ui0t H2 {
  color: #ffffff;
}
.cid-t2TCL7Ui0t P {
  color: #ffffff;
}
.cid-toMbSVaexV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-toMbSVaexV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-toMbSVaexV .mbr-text {
  color: #ffffff;
}
.cid-t2TEwfOlqF {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-t2TEwfOlqF ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-t2TEwfOlqF li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-t2TEwfOlqF ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e43f3f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-t2TEwfOlqF H3 {
  color: #ffffff;
}
.cid-t2TEwfOlqF .list {
  color: #ffffff;
}
.cid-t2TNhaPwgZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2TNhaPwgZ img,
.cid-t2TNhaPwgZ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t2TNhaPwgZ .item:focus,
.cid-t2TNhaPwgZ span:focus {
  outline: none;
}
.cid-t2TNhaPwgZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2TNhaPwgZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2TNhaPwgZ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2TNhaPwgZ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t2TNhaPwgZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2TNhaPwgZ .mbr-section-title {
  color: #232323;
}
.cid-t2TNhaPwgZ .mbr-text,
.cid-t2TNhaPwgZ .mbr-section-btn {
  text-align: left;
}
.cid-t2TNhaPwgZ .item-title {
  text-align: left;
}
.cid-t2TNhaPwgZ .item-subtitle {
  text-align: center;
}
.cid-t2TNhaPwgZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2TCLaGDaO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2TCLaGDaO .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2TCLaGDaO .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2TCLaGDaO .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2TCLaGDaO .bgColor3 {
  background-color: #9fdbf8;
}
.cid-t2TCLaGDaO .bgicon {
  background-color: #ffffff;
}
.cid-t2TCLaGDaO H1 {
  color: #e43f3f;
}
.cid-t2TCLaoZGq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2TCLaoZGq .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-t2TCLaoZGq .bgColor1 {
  background-color: #0a0d53;
}
.cid-t2TCLaoZGq .bgColor2 {
  background-color: #e43f3f;
}
.cid-t2TCLaoZGq .bgColor3 {
  background-color: #e6c63b;
}
.cid-t2TCLaoZGq .bgicon {
  background-color: #ffffff;
}
.cid-t2TCLaoZGq H1 {
  color: #e43f3f;
}
.cid-t2XOeHbcv7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t2XOeHbcv7 .media-container-row {
  justify-content: space-between;
}
.cid-t2XOeHbcv7 .text-content {
  max-width: 50%;
}
.cid-t2XOeHbcv7 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t2XOeHbcv7 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t2XOeHbcv7 .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t2XOeHbcv7 .icons {
    justify-content: center !important;
  }
  .cid-t2XOeHbcv7 .text-content * {
    text-align: center;
  }
}
.cid-t2XOeHbcv7 .mbr-section-title {
  color: #ffffff;
}
.cid-t2XOeHbcv7 P {
  color: #ffffff;
}
.cid-t2TCLaYOTQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-t2TCLaYOTQ #footer {
  padding: 0 0 25px 0;
}
.cid-t2TCLaYOTQ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-t2TCLaYOTQ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-t2TCLaYOTQ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-t2TCLaYOTQ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-t2TCLaYOTQ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-t2TCLaYOTQ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-t2TCLaYOTQ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-t2TCLaYOTQ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-t2TCLaYOTQ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-t2TCLaYOTQ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t2TCLaYOTQ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-t2TCLaYOTQ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-t2TCLaYOTQ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-t2TCLaYOTQ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-t2TCLaYOTQ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-t2TCLaYOTQ #footer .copyright {
  padding-top: 30px;
}
.cid-t2TCLaYOTQ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-t2TCLaYOTQ H4 {
  color: #000000;
  text-align: left;
}
.cid-t2TCLaYOTQ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-t2TCLaYOTQ P {
  color: #e43f3f;
  text-align: left;
}
.cid-t2TCLaYOTQ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-t2TCLaYOTQ .copyright a {
  text-decoration: none !important;
}
.cid-t2TCLaYOTQ .list,
.cid-t2TCLaYOTQ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-t2TCLaYOTQ ul li a {
  text-decoration: none !important;
}
.cid-t2TCLaYOTQ .list {
  color: #e43f3f;
}
.cid-u95ktpfbY3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u95ktpfbY3 nav.navbar {
  position: fixed;
}
.cid-u95ktpfbY3 .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-u95ktpfbY3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u95ktpfbY3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u95ktpfbY3 .dropdown-item:hover,
.cid-u95ktpfbY3 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u95ktpfbY3 .dropdown-item:hover span {
  color: white;
}
.cid-u95ktpfbY3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u95ktpfbY3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u95ktpfbY3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u95ktpfbY3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u95ktpfbY3 .nav-link {
  position: relative;
}
.cid-u95ktpfbY3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u95ktpfbY3 .container {
    flex-wrap: nowrap;
  }
}
.cid-u95ktpfbY3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u95ktpfbY3 .dropdown-menu,
.cid-u95ktpfbY3 .navbar.opened {
  background: #e43f3f !important;
}
.cid-u95ktpfbY3 .nav-item:focus,
.cid-u95ktpfbY3 .nav-link:focus {
  outline: none;
}
.cid-u95ktpfbY3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u95ktpfbY3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u95ktpfbY3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u95ktpfbY3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u95ktpfbY3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u95ktpfbY3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u95ktpfbY3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u95ktpfbY3 .navbar.opened {
  transition: all 0.3s;
}
.cid-u95ktpfbY3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u95ktpfbY3 .navbar .navbar-logo img {
  width: auto;
}
.cid-u95ktpfbY3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u95ktpfbY3 .navbar.collapsed {
  justify-content: center;
}
.cid-u95ktpfbY3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u95ktpfbY3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u95ktpfbY3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u95ktpfbY3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u95ktpfbY3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u95ktpfbY3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u95ktpfbY3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u95ktpfbY3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u95ktpfbY3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u95ktpfbY3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u95ktpfbY3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u95ktpfbY3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u95ktpfbY3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u95ktpfbY3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u95ktpfbY3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u95ktpfbY3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u95ktpfbY3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u95ktpfbY3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u95ktpfbY3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u95ktpfbY3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u95ktpfbY3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u95ktpfbY3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u95ktpfbY3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u95ktpfbY3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u95ktpfbY3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u95ktpfbY3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u95ktpfbY3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u95ktpfbY3 .dropdown-item.active,
.cid-u95ktpfbY3 .dropdown-item:active {
  background-color: transparent;
}
.cid-u95ktpfbY3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u95ktpfbY3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u95ktpfbY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u95ktpfbY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u95ktpfbY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u95ktpfbY3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u95ktpfbY3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u95ktpfbY3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u95ktpfbY3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u95ktpfbY3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u95ktpfbY3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u95ktpfbY3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u95ktpfbY3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u95ktpfbY3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u95ktpfbY3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u95ktpfbY3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u95ktpfbY3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u95ktpfbY3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u95ktpfbY3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u95ktpfbY3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u95ktpfbY3 .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-u95ktpfbY3 .navbar {
    height: 70px;
  }
  .cid-u95ktpfbY3 .navbar.opened {
    height: auto;
  }
  .cid-u95ktpfbY3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u95ktns9tR {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u95ktns9tR .row {
  flex-direction: row-reverse;
}
.cid-u95ktns9tR p {
  line-height: 30px;
  font-weight: 300;
}
.cid-u95ktns9tR .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-u95ktns9tR .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-u95ktns9tR .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-u95ktns9tR .main-banner .left-content {
  margin-right: 15px;
}
.cid-u95ktns9tR .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-u95ktns9tR .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-u95ktns9tR .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-u95ktns9tR .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-u95ktns9tR .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-u95ktns9tR .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-u95ktns9tR .main-banner:before {
    display: none;
  }
  .cid-u95ktns9tR .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-u95ktns9tR .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-u95ktns9tR H6 {
  color: #e43f3f;
}
.cid-ueWNgej6n3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWNgej6n3 .mbr-section-title {
  color: #000000;
}
.cid-u95ktnRGwh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u95kto4ZBf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u95kto4ZBf .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-u95kto4ZBf .bgColor1 {
  background-color: #0a0d53;
}
.cid-u95kto4ZBf .bgColor2 {
  background-color: #e43f3f;
}
.cid-u95kto4ZBf .bgColor3 {
  background-color: #9fdbf8;
}
.cid-u95kto4ZBf .bgicon {
  background-color: #ffffff;
}
.cid-u95kto4ZBf H1 {
  color: #e43f3f;
}
.cid-u95ktorlOz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u95ktorlOz .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-u95ktorlOz .bgColor1 {
  background-color: #0a0d53;
}
.cid-u95ktorlOz .bgColor2 {
  background-color: #e43f3f;
}
.cid-u95ktorlOz .bgColor3 {
  background-color: #e6c63b;
}
.cid-u95ktorlOz .bgicon {
  background-color: #ffffff;
}
.cid-u95ktorlOz H1 {
  color: #e43f3f;
}
.cid-u95ktoGjJn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u95ktoGjJn .media-container-row {
  justify-content: space-between;
}
.cid-u95ktoGjJn .text-content {
  max-width: 50%;
}
.cid-u95ktoGjJn .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u95ktoGjJn .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u95ktoGjJn .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u95ktoGjJn .icons {
    justify-content: center !important;
  }
  .cid-u95ktoGjJn .text-content * {
    text-align: center;
  }
}
.cid-u95ktoYLEU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-u95ktoYLEU #footer {
  padding: 0 0 25px 0;
}
.cid-u95ktoYLEU #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-u95ktoYLEU #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-u95ktoYLEU #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-u95ktoYLEU #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-u95ktoYLEU #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-u95ktoYLEU #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-u95ktoYLEU #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-u95ktoYLEU #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-u95ktoYLEU #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-u95ktoYLEU #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-u95ktoYLEU #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-u95ktoYLEU #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-u95ktoYLEU #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-u95ktoYLEU #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-u95ktoYLEU #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-u95ktoYLEU #footer .copyright {
  padding-top: 30px;
}
.cid-u95ktoYLEU ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-u95ktoYLEU H4 {
  color: #000000;
  text-align: left;
}
.cid-u95ktoYLEU DIV {
  text-align: center;
  color: #fafafa;
}
.cid-u95ktoYLEU P {
  color: #e43f3f;
  text-align: left;
}
.cid-u95ktoYLEU div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-u95ktoYLEU .copyright a {
  text-decoration: none !important;
}
.cid-u95ktoYLEU .list,
.cid-u95ktoYLEU .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-u95ktoYLEU ul li a {
  text-decoration: none !important;
}
.cid-u95ktoYLEU .list {
  color: #e43f3f;
}
.cid-u95kPM8Poe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u95kPM8Poe nav.navbar {
  position: fixed;
}
.cid-u95kPM8Poe .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-u95kPM8Poe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u95kPM8Poe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u95kPM8Poe .dropdown-item:hover,
.cid-u95kPM8Poe .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u95kPM8Poe .dropdown-item:hover span {
  color: white;
}
.cid-u95kPM8Poe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u95kPM8Poe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u95kPM8Poe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u95kPM8Poe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u95kPM8Poe .nav-link {
  position: relative;
}
.cid-u95kPM8Poe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u95kPM8Poe .container {
    flex-wrap: nowrap;
  }
}
.cid-u95kPM8Poe .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u95kPM8Poe .dropdown-menu,
.cid-u95kPM8Poe .navbar.opened {
  background: #e43f3f !important;
}
.cid-u95kPM8Poe .nav-item:focus,
.cid-u95kPM8Poe .nav-link:focus {
  outline: none;
}
.cid-u95kPM8Poe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u95kPM8Poe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u95kPM8Poe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u95kPM8Poe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u95kPM8Poe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u95kPM8Poe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u95kPM8Poe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u95kPM8Poe .navbar.opened {
  transition: all 0.3s;
}
.cid-u95kPM8Poe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u95kPM8Poe .navbar .navbar-logo img {
  width: auto;
}
.cid-u95kPM8Poe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u95kPM8Poe .navbar.collapsed {
  justify-content: center;
}
.cid-u95kPM8Poe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u95kPM8Poe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u95kPM8Poe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u95kPM8Poe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u95kPM8Poe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u95kPM8Poe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u95kPM8Poe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u95kPM8Poe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u95kPM8Poe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u95kPM8Poe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u95kPM8Poe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u95kPM8Poe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u95kPM8Poe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u95kPM8Poe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u95kPM8Poe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u95kPM8Poe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u95kPM8Poe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u95kPM8Poe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u95kPM8Poe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u95kPM8Poe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u95kPM8Poe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u95kPM8Poe .navbar.navbar-short {
  min-height: 60px;
}
.cid-u95kPM8Poe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u95kPM8Poe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u95kPM8Poe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u95kPM8Poe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u95kPM8Poe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u95kPM8Poe .dropdown-item.active,
.cid-u95kPM8Poe .dropdown-item:active {
  background-color: transparent;
}
.cid-u95kPM8Poe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u95kPM8Poe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u95kPM8Poe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u95kPM8Poe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u95kPM8Poe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u95kPM8Poe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u95kPM8Poe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u95kPM8Poe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u95kPM8Poe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u95kPM8Poe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u95kPM8Poe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u95kPM8Poe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u95kPM8Poe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u95kPM8Poe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u95kPM8Poe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u95kPM8Poe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u95kPM8Poe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u95kPM8Poe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u95kPM8Poe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u95kPM8Poe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u95kPM8Poe .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-u95kPM8Poe .navbar {
    height: 70px;
  }
  .cid-u95kPM8Poe .navbar.opened {
    height: auto;
  }
  .cid-u95kPM8Poe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u95kPKnd6m {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u95kPKnd6m .row {
  flex-direction: row-reverse;
}
.cid-u95kPKnd6m p {
  line-height: 30px;
  font-weight: 300;
}
.cid-u95kPKnd6m .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-u95kPKnd6m .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-u95kPKnd6m .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-u95kPKnd6m .main-banner .left-content {
  margin-right: 15px;
}
.cid-u95kPKnd6m .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-u95kPKnd6m .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-u95kPKnd6m .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-u95kPKnd6m .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-u95kPKnd6m .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-u95kPKnd6m .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-u95kPKnd6m .main-banner:before {
    display: none;
  }
  .cid-u95kPKnd6m .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-u95kPKnd6m .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-u95kPKnd6m H6 {
  color: #e43f3f;
}
.cid-ueWNkKnkuU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWNkKnkuU .mbr-section-title {
  color: #000000;
}
.cid-u95kPKNmUk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u95kPKZm13 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u95kPKZm13 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-u95kPKZm13 .bgColor1 {
  background-color: #0a0d53;
}
.cid-u95kPKZm13 .bgColor2 {
  background-color: #e43f3f;
}
.cid-u95kPKZm13 .bgColor3 {
  background-color: #9fdbf8;
}
.cid-u95kPKZm13 .bgicon {
  background-color: #ffffff;
}
.cid-u95kPKZm13 H1 {
  color: #e43f3f;
}
.cid-u95kPLij0y {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u95kPLij0y .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-u95kPLij0y .bgColor1 {
  background-color: #0a0d53;
}
.cid-u95kPLij0y .bgColor2 {
  background-color: #e43f3f;
}
.cid-u95kPLij0y .bgColor3 {
  background-color: #e6c63b;
}
.cid-u95kPLij0y .bgicon {
  background-color: #ffffff;
}
.cid-u95kPLij0y H1 {
  color: #e43f3f;
}
.cid-u95kPLwhHe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u95kPLwhHe .media-container-row {
  justify-content: space-between;
}
.cid-u95kPLwhHe .text-content {
  max-width: 50%;
}
.cid-u95kPLwhHe .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u95kPLwhHe .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u95kPLwhHe .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u95kPLwhHe .icons {
    justify-content: center !important;
  }
  .cid-u95kPLwhHe .text-content * {
    text-align: center;
  }
}
.cid-u95kPLQxkJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-u95kPLQxkJ #footer {
  padding: 0 0 25px 0;
}
.cid-u95kPLQxkJ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-u95kPLQxkJ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-u95kPLQxkJ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-u95kPLQxkJ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-u95kPLQxkJ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-u95kPLQxkJ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-u95kPLQxkJ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-u95kPLQxkJ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-u95kPLQxkJ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-u95kPLQxkJ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-u95kPLQxkJ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-u95kPLQxkJ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-u95kPLQxkJ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-u95kPLQxkJ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-u95kPLQxkJ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-u95kPLQxkJ #footer .copyright {
  padding-top: 30px;
}
.cid-u95kPLQxkJ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-u95kPLQxkJ H4 {
  color: #000000;
  text-align: left;
}
.cid-u95kPLQxkJ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-u95kPLQxkJ P {
  color: #e43f3f;
  text-align: left;
}
.cid-u95kPLQxkJ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-u95kPLQxkJ .copyright a {
  text-decoration: none !important;
}
.cid-u95kPLQxkJ .list,
.cid-u95kPLQxkJ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-u95kPLQxkJ ul li a {
  text-decoration: none !important;
}
.cid-u95kPLQxkJ .list {
  color: #e43f3f;
}
.cid-uc62ddfc7P {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uc62ddfc7P nav.navbar {
  position: fixed;
}
.cid-uc62ddfc7P .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-uc62ddfc7P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uc62ddfc7P .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uc62ddfc7P .dropdown-item:hover,
.cid-uc62ddfc7P .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uc62ddfc7P .dropdown-item:hover span {
  color: white;
}
.cid-uc62ddfc7P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uc62ddfc7P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uc62ddfc7P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uc62ddfc7P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uc62ddfc7P .nav-link {
  position: relative;
}
.cid-uc62ddfc7P .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uc62ddfc7P .container {
    flex-wrap: nowrap;
  }
}
.cid-uc62ddfc7P .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uc62ddfc7P .dropdown-menu,
.cid-uc62ddfc7P .navbar.opened {
  background: #e43f3f !important;
}
.cid-uc62ddfc7P .nav-item:focus,
.cid-uc62ddfc7P .nav-link:focus {
  outline: none;
}
.cid-uc62ddfc7P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uc62ddfc7P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uc62ddfc7P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uc62ddfc7P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uc62ddfc7P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uc62ddfc7P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uc62ddfc7P .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uc62ddfc7P .navbar.opened {
  transition: all 0.3s;
}
.cid-uc62ddfc7P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uc62ddfc7P .navbar .navbar-logo img {
  width: auto;
}
.cid-uc62ddfc7P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uc62ddfc7P .navbar.collapsed {
  justify-content: center;
}
.cid-uc62ddfc7P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uc62ddfc7P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uc62ddfc7P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uc62ddfc7P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uc62ddfc7P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uc62ddfc7P .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uc62ddfc7P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uc62ddfc7P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uc62ddfc7P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uc62ddfc7P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uc62ddfc7P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uc62ddfc7P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uc62ddfc7P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uc62ddfc7P .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uc62ddfc7P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uc62ddfc7P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uc62ddfc7P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uc62ddfc7P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uc62ddfc7P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uc62ddfc7P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uc62ddfc7P .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uc62ddfc7P .navbar.navbar-short {
  min-height: 60px;
}
.cid-uc62ddfc7P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uc62ddfc7P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uc62ddfc7P .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uc62ddfc7P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uc62ddfc7P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uc62ddfc7P .dropdown-item.active,
.cid-uc62ddfc7P .dropdown-item:active {
  background-color: transparent;
}
.cid-uc62ddfc7P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uc62ddfc7P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uc62ddfc7P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uc62ddfc7P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uc62ddfc7P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uc62ddfc7P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uc62ddfc7P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uc62ddfc7P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uc62ddfc7P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uc62ddfc7P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uc62ddfc7P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uc62ddfc7P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc62ddfc7P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc62ddfc7P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uc62ddfc7P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc62ddfc7P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uc62ddfc7P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uc62ddfc7P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc62ddfc7P .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uc62ddfc7P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uc62ddfc7P .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-uc62ddfc7P .navbar {
    height: 70px;
  }
  .cid-uc62ddfc7P .navbar.opened {
    height: auto;
  }
  .cid-uc62ddfc7P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uc62dbKmTO {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uc62dbKmTO .row {
  flex-direction: row-reverse;
}
.cid-uc62dbKmTO p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uc62dbKmTO .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uc62dbKmTO .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uc62dbKmTO .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uc62dbKmTO .main-banner .left-content {
  margin-right: 15px;
}
.cid-uc62dbKmTO .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uc62dbKmTO .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uc62dbKmTO .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uc62dbKmTO .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uc62dbKmTO .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uc62dbKmTO .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uc62dbKmTO .main-banner:before {
    display: none;
  }
  .cid-uc62dbKmTO .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uc62dbKmTO .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uc62dbKmTO H6 {
  color: #e43f3f;
}
.cid-ueWUGhKZ0N {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWUGhKZ0N .mbr-section-title {
  color: #000000;
}
.cid-uc62dccprW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uc62dccprW .mbr-text {
  color: #0a0d53;
}
.cid-uc62dco8iL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc62dco8iL .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-uc62dco8iL .bgColor1 {
  background-color: #0a0d53;
}
.cid-uc62dco8iL .bgColor2 {
  background-color: #e43f3f;
}
.cid-uc62dco8iL .bgColor3 {
  background-color: #9fdbf8;
}
.cid-uc62dco8iL .bgicon {
  background-color: #ffffff;
}
.cid-uc62dco8iL H1 {
  color: #e43f3f;
}
.cid-uc62dcH3FS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc62dcH3FS .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-uc62dcH3FS .bgColor1 {
  background-color: #0a0d53;
}
.cid-uc62dcH3FS .bgColor2 {
  background-color: #e43f3f;
}
.cid-uc62dcH3FS .bgColor3 {
  background-color: #e6c63b;
}
.cid-uc62dcH3FS .bgicon {
  background-color: #ffffff;
}
.cid-uc62dcH3FS H1 {
  color: #e43f3f;
}
.cid-uc62dcXCYu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uc62dcXCYu #footer {
  padding: 0 0 25px 0;
}
.cid-uc62dcXCYu #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uc62dcXCYu #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uc62dcXCYu #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uc62dcXCYu #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uc62dcXCYu #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uc62dcXCYu #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uc62dcXCYu #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uc62dcXCYu #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uc62dcXCYu #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uc62dcXCYu #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uc62dcXCYu #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uc62dcXCYu #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uc62dcXCYu #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uc62dcXCYu #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uc62dcXCYu #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uc62dcXCYu #footer .copyright {
  padding-top: 30px;
}
.cid-uc62dcXCYu ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uc62dcXCYu H4 {
  color: #000000;
  text-align: left;
}
.cid-uc62dcXCYu DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uc62dcXCYu P {
  color: #e43f3f;
  text-align: left;
}
.cid-uc62dcXCYu div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uc62dcXCYu .copyright a {
  text-decoration: none !important;
}
.cid-uc62dcXCYu .list,
.cid-uc62dcXCYu .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uc62dcXCYu ul li a {
  text-decoration: none !important;
}
.cid-uc62dcXCYu .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBcryDEknE {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tBcryDEknE .row {
  flex-direction: row-reverse;
}
.cid-tBcryDEknE p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tBcryDEknE .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tBcryDEknE .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tBcryDEknE .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tBcryDEknE .main-banner .left-content {
  margin-right: 15px;
}
.cid-tBcryDEknE .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tBcryDEknE .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tBcryDEknE .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tBcryDEknE .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tBcryDEknE .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tBcryDEknE .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tBcryDEknE .main-banner:before {
    display: none;
  }
  .cid-tBcryDEknE .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tBcryDEknE .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tBcryDEknE H6 {
  color: #e43f3f;
}
.cid-tBcryDRrTv {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBcryDZXRW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBcryDZXRW .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tBcryDZXRW .bgColor1 {
  background-color: #0a0d53;
}
.cid-tBcryDZXRW .bgColor2 {
  background-color: #e43f3f;
}
.cid-tBcryDZXRW .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tBcryDZXRW .bgicon {
  background-color: #ffffff;
}
.cid-tBcryDZXRW H1 {
  color: #e43f3f;
}
.cid-tBcryEc83b {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBcryEc83b .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tBcryEc83b .bgColor1 {
  background-color: #0a0d53;
}
.cid-tBcryEc83b .bgColor2 {
  background-color: #e43f3f;
}
.cid-tBcryEc83b .bgColor3 {
  background-color: #e6c63b;
}
.cid-tBcryEc83b .bgicon {
  background-color: #ffffff;
}
.cid-tBcryEc83b H1 {
  color: #e43f3f;
}
.cid-tBcryEp24S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tBcryEp24S .media-container-row {
  justify-content: space-between;
}
.cid-tBcryEp24S .text-content {
  max-width: 50%;
}
.cid-tBcryEp24S .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tBcryEp24S .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tBcryEp24S .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tBcryEp24S .icons {
    justify-content: center !important;
  }
  .cid-tBcryEp24S .text-content * {
    text-align: center;
  }
}
.cid-tBcryEJEVu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tBcryEJEVu #footer {
  padding: 0 0 25px 0;
}
.cid-tBcryEJEVu #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tBcryEJEVu #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tBcryEJEVu #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tBcryEJEVu #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tBcryEJEVu #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tBcryEJEVu #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tBcryEJEVu #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tBcryEJEVu #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tBcryEJEVu #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tBcryEJEVu #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tBcryEJEVu #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tBcryEJEVu #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tBcryEJEVu #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tBcryEJEVu #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tBcryEJEVu #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tBcryEJEVu #footer .copyright {
  padding-top: 30px;
}
.cid-tBcryEJEVu ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tBcryEJEVu H4 {
  color: #000000;
  text-align: left;
}
.cid-tBcryEJEVu DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tBcryEJEVu P {
  color: #e43f3f;
  text-align: left;
}
.cid-tBcryEJEVu div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tBcryEJEVu .copyright a {
  text-decoration: none !important;
}
.cid-tBcryEJEVu .list,
.cid-tBcryEJEVu .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tBcryEJEVu ul li a {
  text-decoration: none !important;
}
.cid-tBcryEJEVu .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tELTzrBIAt {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #dc4234;
}
.cid-tELTzrBIAt p {
  line-height: 30px;
  font-weight: 300;
}
.cid-tELTzrBIAt .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-tELTzrBIAt .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-tELTzrBIAt .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-tELTzrBIAt .main-banner .left-content {
  margin-right: 15px;
}
.cid-tELTzrBIAt .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-tELTzrBIAt .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tELTzrBIAt .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-tELTzrBIAt .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-tELTzrBIAt .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-tELTzrBIAt .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-tELTzrBIAt .main-banner:before {
    display: none;
  }
  .cid-tELTzrBIAt .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-tELTzrBIAt .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-tELTzrBIAt H6 {
  color: #ffffff;
}
.cid-tELTzrBIAt H2 {
  color: #ffffff;
}
.cid-tELTzrBIAt P {
  color: #ffffff;
}
.cid-tELTzrVEzI {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tELTzrVEzI .news {
  width: 175px;
  background-color: #dc4234;
}
.cid-tELTzrVEzI .news-scroll a {
  text-decoration: none;
}
.cid-tELTzrVEzI .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #ff3366;
  border-radius: 50%;
  display: inline-block;
}
.cid-tELTzrVEzI DIV {
  color: #ffffff;
}
.cid-tELTzs7PXe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tELTzs7PXe .service-item {
  position: relative;
  transition: .5s;
  padding: 0 30px;
  border-bottom: 4px solid #e43f3f;
}
.cid-tELTzs7PXe .service2 {
  border-bottom: 4px solid #e43f3f;
}
.cid-tELTzs7PXe .service-item .service-icon {
  margin-bottom: 30px;
  padding-top: 25px;
}
.cid-tELTzs7PXe .service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
.cid-tELTzs7PXe .service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}
.cid-tELTzs7PXe .service3-item > div {
  z-index: 1;
}
.cid-tELTzs7PXe .service3-item div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
  transition: .5s;
  z-index: -1;
}
.cid-tELTzs7PXe .service3-item div:hover::after {
  width: 100%;
  background: var(--primary);
}
.cid-tELTzs7PXe .service3-item * {
  transition: .5s;
}
.cid-tELTzs7PXe .service3-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: .5s;
}
.cid-tELTzs7PXe .service3-item:hover .service-icon {
  background: #FFFFFF !important;
}
.cid-tELTzs7PXe .section-title-1::before,
.cid-tELTzs7PXe .section-title-2::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.cid-tELTzs7PXe .section-title-2::before {
  height: 1px;
}
.cid-tELTzs7PXe .section-title-1.text-center::before,
.cid-tELTzs7PXe .section-title-2.text-center::before {
  left: 50%;
  margin-left: -75px;
}
.cid-tELTzs7PXe .section-title-1.section-title-sm::before,
.cid-tELTzs7PXe .section-title-2.section-title-sm::before {
  width: 90px;
  height: 3px;
}
.cid-tELTzs7PXe .section-title-2.section-title-sm::before {
  height: 1px;
}
.cid-tELTzs7PXe .section-title-1::after,
.cid-tELTzs7PXe .section-title-2::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}
.cid-tELTzs7PXe .section-title-2::after {
  bottom: -2px;
  background: var(--primary);
}
.cid-tELTzs7PXe .section-title-1.section-title-sm::after,
.cid-tELTzs7PXe .section-title-2.section-title-sm::after {
  width: 4px;
  height: 3px;
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}
.cid-tELTzs7PXe .section-title-2.section-title-sm::after {
  bottom: -1px;
}
.cid-tELTzs7PXe .section-title-1.text-center::after,
.cid-tELTzs7PXe .section-title-2.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}
.cid-tELTzs7PXe H3 {
  color: #ffffff;
}
.cid-tELTzs7PXe P {
  color: #ffffff;
  line-height: 25px;
  text-align: center;
}
.cid-tELTzs7PXe .mbr-section-title {
  color: #e43f3f;
}
.cid-tELTzs7PXe .mbr-section-h5 {
  color: #331b1b;
}
.cid-tELTzs7PXe .mbr-section-h1 {
  color: #232323;
}
.cid-tELTzs7PXe .mbr-section-strong {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tELTzs7PXe .mbr-section-p {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-tELTzs7PXe .mbr-section-contacttext {
  color: #ffffff;
  text-align: center;
}
.cid-tELTzs7PXe H2 {
  color: #ffffff;
}
.cid-tELTzs7PXe .mbr-section-contact {
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}
.cid-tELTzs7PXe .bgcard1 {
  background-color: #0e3781;
}
.cid-tELTzs7PXe .bgcard2 {
  background-color: #232323;
}
.cid-tELTzs7PXe H4 {
  text-align: center;
  color: #dc4234;
}
.cid-tELTzsmTCU .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tELTzsmTCU .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tELTzsmTCU .divider-top::before,
.cid-tELTzsmTCU .divider-bottom::before,
.cid-tELTzsmTCU .divider-top::after,
.cid-tELTzsmTCU .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tELTzsmTCU .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tELTzsmTCU .divider-triangles::before {
  top: -50px;
}
.cid-tELTzsmTCU .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tELTzsmTCU .divider-halfcircle::before {
  top: -50px;
}
.cid-tELTzsmTCU .divider-multitriangles::before,
.cid-tELTzsmTCU .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tELTzsmTCU .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tELTzsuiIO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tELTzsuiIO .mbr-section-title {
  color: #ffffff;
}
.cid-tELTzsK2PM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-tELTzsK2PM .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tELTzsK2PM .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tELTzsK2PM .card-title,
.cid-tELTzsK2PM .card-box {
  color: #e43f3f;
}
.cid-tELTzt3S4Z .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tELTzt3S4Z .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tELTzt3S4Z .divider-top::before,
.cid-tELTzt3S4Z .divider-bottom::before,
.cid-tELTzt3S4Z .divider-top::after,
.cid-tELTzt3S4Z .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tELTzt3S4Z .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tELTzt3S4Z .divider-triangles::before {
  top: -50px;
}
.cid-tELTzt3S4Z .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tELTzt3S4Z .divider-halfcircle::before {
  top: -50px;
}
.cid-tELTzt3S4Z .divider-multitriangles::before,
.cid-tELTzt3S4Z .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tELTzt3S4Z .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tELTztbZDy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tELTztob8i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tELTztob8i .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-tELTztob8i .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tELTztob8i .text-box {
  text-align: center;
}
.cid-tELTztob8i span {
  font-size: 7rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-tELTztob8i .card {
    margin-bottom: 2rem;
  }
  .cid-tELTztob8i .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tELTztob8i span {
    font-size: 21vw;
  }
}
.cid-tELTztob8i .item .icon-box .step-number {
  color: #dc4234;
}
.cid-tELTztMnz6 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tELTztMnz6 .mbr-section-title,
.cid-tELTztMnz6 .mbr-section-subtitle {
  text-align: center;
}
.cid-tELTztMnz6 .cost {
  word-break: normal;
}
.cid-tELTztMnz6 .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tELTztMnz6 .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tELTztMnz6 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tELTztMnz6 .card-wrapper {
    padding: 1rem;
  }
}
.cid-tELTztMnz6 P {
  color: #0a0d53;
}
.cid-tELTztMnz6 .card-title {
  color: #dc4234;
}
.cid-tELTzudDaq .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tELTzudDaq .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tELTzudDaq .divider-top::before,
.cid-tELTzudDaq .divider-bottom::before,
.cid-tELTzudDaq .divider-top::after,
.cid-tELTzudDaq .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tELTzudDaq .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tELTzudDaq .divider-triangles::before {
  top: -50px;
}
.cid-tELTzudDaq .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tELTzudDaq .divider-halfcircle::before {
  top: -50px;
}
.cid-tELTzudDaq .divider-multitriangles::before,
.cid-tELTzudDaq .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tELTzudDaq .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-tELTzumpmS {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tELTzumpmS .client-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cid-tELTzumpmS .client-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.cid-tELTzumpmS .textp {
  color: #000000;
  line-height: 25px;
}
.cid-tELTzumpmS .client-title {
  margin-bottom: 45px;
}
.cid-tELTzumpmS .client-text {
  margin-top: 50px;
  margin-bottom: 45px;
}
.cid-tELTzumpmS .client-text p {
  margin-bottom: 0;
}
.cid-tELTzumpmS .client-item {
  margin-top: 45px;
  padding: 60px 20px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.cid-tELTzumpmS .client-item:hover:before {
  opacity: 1;
  height: 100%;
}
.cid-tELTzumpmS .client-item:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-tELTzumpmS .client-item:hover .content h3 {
  color: #ffffff;
}
.cid-tELTzumpmS .client-item:hover .content span {
  color: #d0ced3;
}
.cid-tELTzumpmS .client-item:hover .content p {
  color: #d0ced3;
}
.cid-tELTzumpmS .client-item:hover .content .quote {
  color: #fba311;
}
.cid-tELTzumpmS .client-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #0e3781;
  opacity: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.7s;
}
.cid-tELTzumpmS .client-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.7s;
}
.cid-tELTzumpmS .client-item .client-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.cid-tELTzumpmS .client-item .client-img img {
  border-radius: 50%;
  border: 2px solid #fba311;
}
.cid-tELTzumpmS .client-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.cid-tELTzumpmS .client-item .content span {
  font-size: 14px;
  margin-bottom: 15px;
}
.cid-tELTzumpmS .client-item .content ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.cid-tELTzumpmS .client-item .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #fba311;
}
.cid-tELTzumpmS .client-item .content p {
  margin-bottom: 0;
}
.cid-tELTzumpmS H2 {
  color: #dc4234;
}
.cid-tELTzumpmS P {
  color: #000000;
}
.cid-tELTzumpmS H3 {
  color: #000000;
}
.cid-tELTzumpmS SPAN {
  color: #131788;
}
.cid-tELTzuHmXY .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-tELTzuHmXY .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tELTzuHmXY .divider-top::before,
.cid-tELTzuHmXY .divider-bottom::before,
.cid-tELTzuHmXY .divider-top::after,
.cid-tELTzuHmXY .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tELTzuHmXY .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tELTzuHmXY .divider-triangles::before {
  top: -50px;
}
.cid-tELTzuHmXY .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tELTzuHmXY .divider-halfcircle::before {
  top: -50px;
}
.cid-tELTzuHmXY .divider-multitriangles::before,
.cid-tELTzuHmXY .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tELTzuHmXY .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-tELTzuRbXF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tELTzuRbXF img,
.cid-tELTzuRbXF .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tELTzuRbXF .item:focus,
.cid-tELTzuRbXF span:focus {
  outline: none;
}
.cid-tELTzuRbXF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tELTzuRbXF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e43f3f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tELTzuRbXF .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tELTzuRbXF .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tELTzuRbXF .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tELTzuRbXF .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tELTzuRbXF .item-wrapper {
  background: transparent;
}
.cid-tELTzuRbXF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tELTzuRbXF .mbr-section-title {
  color: #232323;
}
.cid-tELTzuRbXF .mbr-text,
.cid-tELTzuRbXF .mbr-section-btn {
  text-align: left;
}
.cid-tELTzuRbXF .item-title {
  text-align: left;
}
.cid-tELTzuRbXF .item-subtitle {
  text-align: center;
}
.cid-tELTzvhJJv {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tELTzvhJJv img,
.cid-tELTzvhJJv .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tELTzvhJJv .item:focus,
.cid-tELTzvhJJv span:focus {
  outline: none;
}
.cid-tELTzvhJJv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tELTzvhJJv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tELTzvhJJv .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tELTzvhJJv .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tELTzvhJJv .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tELTzvhJJv .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tELTzvhJJv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tELTzvhJJv .mbr-section-title {
  color: #232323;
}
.cid-tELTzvhJJv .mbr-text,
.cid-tELTzvhJJv .mbr-section-btn {
  text-align: left;
}
.cid-tELTzvhJJv .item-title {
  text-align: left;
}
.cid-tELTzvhJJv .item-subtitle {
  text-align: center;
}
.cid-tELTzvEjUQ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tELTzvEjUQ img,
.cid-tELTzvEjUQ .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tELTzvEjUQ .item:focus,
.cid-tELTzvEjUQ span:focus {
  outline: none;
}
.cid-tELTzvEjUQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tELTzvEjUQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tELTzvEjUQ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tELTzvEjUQ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tELTzvEjUQ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tELTzvEjUQ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tELTzvEjUQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tELTzvEjUQ .mbr-section-title {
  color: #232323;
}
.cid-tELTzvEjUQ .mbr-text,
.cid-tELTzvEjUQ .mbr-section-btn {
  text-align: left;
}
.cid-tELTzvEjUQ .item-title {
  text-align: left;
}
.cid-tELTzvEjUQ .item-subtitle {
  text-align: center;
}
.cid-tELTzw4eIV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tELTzw4eIV .media-container-row {
  justify-content: space-between;
}
.cid-tELTzw4eIV .text-content {
  max-width: 50%;
}
.cid-tELTzw4eIV .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tELTzw4eIV .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tELTzw4eIV .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tELTzw4eIV .icons {
    justify-content: center !important;
  }
  .cid-tELTzw4eIV .text-content * {
    text-align: center;
  }
}
.cid-tEMhFC0abL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tELTzwsYnx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tELTzwsYnx .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-tELTzwsYnx .bgColor1 {
  background-color: #0a0d53;
}
.cid-tELTzwsYnx .bgColor2 {
  background-color: #e43f3f;
}
.cid-tELTzwsYnx .bgColor3 {
  background-color: #9fdbf8;
}
.cid-tELTzwsYnx .bgicon {
  background-color: #ffffff;
}
.cid-tELTzwsYnx H1 {
  color: #e43f3f;
}
.cid-tELTzwLjdx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tELTzwLjdx #footer {
  padding: 0 0 25px 0;
}
.cid-tELTzwLjdx #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tELTzwLjdx #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tELTzwLjdx #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tELTzwLjdx #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tELTzwLjdx #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tELTzwLjdx #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tELTzwLjdx #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tELTzwLjdx #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tELTzwLjdx #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tELTzwLjdx #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tELTzwLjdx #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tELTzwLjdx #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tELTzwLjdx #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tELTzwLjdx #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tELTzwLjdx #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tELTzwLjdx #footer .copyright {
  padding-top: 30px;
}
.cid-tELTzwLjdx ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tELTzwLjdx H4 {
  color: #000000;
  text-align: left;
}
.cid-tELTzwLjdx DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tELTzwLjdx P {
  color: #e43f3f;
  text-align: left;
}
.cid-tELTzwLjdx div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tELTzwLjdx .copyright a {
  text-decoration: none !important;
}
.cid-tELTzwLjdx .list,
.cid-tELTzwLjdx .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tELTzwLjdx ul li a {
  text-decoration: none !important;
}
.cid-tELTzwLjdx .list {
  color: #e43f3f;
}
.cid-udiO3y0AJC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-udiO3y0AJC nav.navbar {
  position: fixed;
}
.cid-udiO3y0AJC .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-udiO3y0AJC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udiO3y0AJC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udiO3y0AJC .dropdown-item:hover,
.cid-udiO3y0AJC .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-udiO3y0AJC .dropdown-item:hover span {
  color: white;
}
.cid-udiO3y0AJC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udiO3y0AJC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udiO3y0AJC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udiO3y0AJC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udiO3y0AJC .nav-link {
  position: relative;
}
.cid-udiO3y0AJC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-udiO3y0AJC .container {
    flex-wrap: nowrap;
  }
}
.cid-udiO3y0AJC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udiO3y0AJC .dropdown-menu,
.cid-udiO3y0AJC .navbar.opened {
  background: #e43f3f !important;
}
.cid-udiO3y0AJC .nav-item:focus,
.cid-udiO3y0AJC .nav-link:focus {
  outline: none;
}
.cid-udiO3y0AJC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udiO3y0AJC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udiO3y0AJC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udiO3y0AJC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udiO3y0AJC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udiO3y0AJC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udiO3y0AJC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-udiO3y0AJC .navbar.opened {
  transition: all 0.3s;
}
.cid-udiO3y0AJC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udiO3y0AJC .navbar .navbar-logo img {
  width: auto;
}
.cid-udiO3y0AJC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udiO3y0AJC .navbar.collapsed {
  justify-content: center;
}
.cid-udiO3y0AJC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udiO3y0AJC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udiO3y0AJC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-udiO3y0AJC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udiO3y0AJC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udiO3y0AJC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-udiO3y0AJC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udiO3y0AJC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udiO3y0AJC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udiO3y0AJC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udiO3y0AJC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udiO3y0AJC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udiO3y0AJC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udiO3y0AJC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-udiO3y0AJC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udiO3y0AJC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udiO3y0AJC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udiO3y0AJC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udiO3y0AJC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udiO3y0AJC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-udiO3y0AJC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-udiO3y0AJC .navbar.navbar-short {
  min-height: 60px;
}
.cid-udiO3y0AJC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udiO3y0AJC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udiO3y0AJC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udiO3y0AJC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udiO3y0AJC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udiO3y0AJC .dropdown-item.active,
.cid-udiO3y0AJC .dropdown-item:active {
  background-color: transparent;
}
.cid-udiO3y0AJC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udiO3y0AJC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udiO3y0AJC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udiO3y0AJC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-udiO3y0AJC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udiO3y0AJC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udiO3y0AJC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udiO3y0AJC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udiO3y0AJC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udiO3y0AJC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-udiO3y0AJC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udiO3y0AJC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udiO3y0AJC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udiO3y0AJC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udiO3y0AJC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udiO3y0AJC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udiO3y0AJC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udiO3y0AJC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udiO3y0AJC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udiO3y0AJC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udiO3y0AJC .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-udiO3y0AJC .navbar {
    height: 70px;
  }
  .cid-udiO3y0AJC .navbar.opened {
    height: auto;
  }
  .cid-udiO3y0AJC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udiO3vUMhE {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-udiO3vUMhE .row {
  flex-direction: row-reverse;
}
.cid-udiO3vUMhE p {
  line-height: 30px;
  font-weight: 300;
}
.cid-udiO3vUMhE .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-udiO3vUMhE .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-udiO3vUMhE .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-udiO3vUMhE .main-banner .left-content {
  margin-right: 15px;
}
.cid-udiO3vUMhE .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-udiO3vUMhE .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-udiO3vUMhE .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-udiO3vUMhE .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-udiO3vUMhE .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-udiO3vUMhE .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-udiO3vUMhE .main-banner:before {
    display: none;
  }
  .cid-udiO3vUMhE .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-udiO3vUMhE .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-udiO3vUMhE H6 {
  color: #e43f3f;
}
.cid-ueWV8L3KXc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWV8L3KXc .mbr-section-title {
  color: #000000;
}
.cid-udiO3wpdIS {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udiO3wpdIS .mbr-text {
  color: #000000;
}
.cid-udiO3wCjXL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udiO3wCjXL .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-udiO3wCjXL .bgColor1 {
  background-color: #0a0d53;
}
.cid-udiO3wCjXL .bgColor2 {
  background-color: #e43f3f;
}
.cid-udiO3wCjXL .bgColor3 {
  background-color: #9fdbf8;
}
.cid-udiO3wCjXL .bgicon {
  background-color: #ffffff;
}
.cid-udiO3wCjXL H1 {
  color: #e43f3f;
}
.cid-udiO3x2n4C {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udiO3x2n4C .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-udiO3x2n4C .bgColor1 {
  background-color: #0a0d53;
}
.cid-udiO3x2n4C .bgColor2 {
  background-color: #e43f3f;
}
.cid-udiO3x2n4C .bgColor3 {
  background-color: #e6c63b;
}
.cid-udiO3x2n4C .bgicon {
  background-color: #ffffff;
}
.cid-udiO3x2n4C H1 {
  color: #e43f3f;
}
.cid-udiO3xlyr4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-udiO3xlyr4 .media-container-row {
  justify-content: space-between;
}
.cid-udiO3xlyr4 .text-content {
  max-width: 50%;
}
.cid-udiO3xlyr4 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-udiO3xlyr4 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-udiO3xlyr4 .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-udiO3xlyr4 .icons {
    justify-content: center !important;
  }
  .cid-udiO3xlyr4 .text-content * {
    text-align: center;
  }
}
.cid-udiO3xFENy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-udiO3xFENy #footer {
  padding: 0 0 25px 0;
}
.cid-udiO3xFENy #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-udiO3xFENy #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-udiO3xFENy #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-udiO3xFENy #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-udiO3xFENy #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-udiO3xFENy #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-udiO3xFENy #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-udiO3xFENy #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-udiO3xFENy #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-udiO3xFENy #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-udiO3xFENy #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-udiO3xFENy #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-udiO3xFENy #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-udiO3xFENy #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-udiO3xFENy #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-udiO3xFENy #footer .copyright {
  padding-top: 30px;
}
.cid-udiO3xFENy ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-udiO3xFENy H4 {
  color: #000000;
  text-align: left;
}
.cid-udiO3xFENy DIV {
  text-align: center;
  color: #fafafa;
}
.cid-udiO3xFENy P {
  color: #e43f3f;
  text-align: left;
}
.cid-udiO3xFENy div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-udiO3xFENy .copyright a {
  text-decoration: none !important;
}
.cid-udiO3xFENy .list,
.cid-udiO3xFENy .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-udiO3xFENy ul li a {
  text-decoration: none !important;
}
.cid-udiO3xFENy .list {
  color: #e43f3f;
}
.cid-udkbFtROqE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-udkbFtROqE nav.navbar {
  position: fixed;
}
.cid-udkbFtROqE .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-udkbFtROqE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udkbFtROqE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udkbFtROqE .dropdown-item:hover,
.cid-udkbFtROqE .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-udkbFtROqE .dropdown-item:hover span {
  color: white;
}
.cid-udkbFtROqE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udkbFtROqE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udkbFtROqE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udkbFtROqE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udkbFtROqE .nav-link {
  position: relative;
}
.cid-udkbFtROqE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-udkbFtROqE .container {
    flex-wrap: nowrap;
  }
}
.cid-udkbFtROqE .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udkbFtROqE .dropdown-menu,
.cid-udkbFtROqE .navbar.opened {
  background: #e43f3f !important;
}
.cid-udkbFtROqE .nav-item:focus,
.cid-udkbFtROqE .nav-link:focus {
  outline: none;
}
.cid-udkbFtROqE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udkbFtROqE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udkbFtROqE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udkbFtROqE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udkbFtROqE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udkbFtROqE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udkbFtROqE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-udkbFtROqE .navbar.opened {
  transition: all 0.3s;
}
.cid-udkbFtROqE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udkbFtROqE .navbar .navbar-logo img {
  width: auto;
}
.cid-udkbFtROqE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udkbFtROqE .navbar.collapsed {
  justify-content: center;
}
.cid-udkbFtROqE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udkbFtROqE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udkbFtROqE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-udkbFtROqE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udkbFtROqE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udkbFtROqE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-udkbFtROqE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udkbFtROqE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udkbFtROqE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udkbFtROqE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udkbFtROqE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udkbFtROqE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udkbFtROqE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udkbFtROqE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-udkbFtROqE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udkbFtROqE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udkbFtROqE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udkbFtROqE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udkbFtROqE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udkbFtROqE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-udkbFtROqE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-udkbFtROqE .navbar.navbar-short {
  min-height: 60px;
}
.cid-udkbFtROqE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udkbFtROqE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udkbFtROqE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udkbFtROqE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udkbFtROqE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udkbFtROqE .dropdown-item.active,
.cid-udkbFtROqE .dropdown-item:active {
  background-color: transparent;
}
.cid-udkbFtROqE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udkbFtROqE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udkbFtROqE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udkbFtROqE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-udkbFtROqE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udkbFtROqE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udkbFtROqE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udkbFtROqE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udkbFtROqE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udkbFtROqE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-udkbFtROqE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udkbFtROqE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udkbFtROqE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udkbFtROqE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udkbFtROqE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udkbFtROqE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udkbFtROqE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udkbFtROqE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udkbFtROqE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udkbFtROqE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udkbFtROqE .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-udkbFtROqE .navbar {
    height: 70px;
  }
  .cid-udkbFtROqE .navbar.opened {
    height: auto;
  }
  .cid-udkbFtROqE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udkbFs2yrB {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-udkbFs2yrB .row {
  flex-direction: row-reverse;
}
.cid-udkbFs2yrB p {
  line-height: 30px;
  font-weight: 300;
}
.cid-udkbFs2yrB .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-udkbFs2yrB .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-udkbFs2yrB .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-udkbFs2yrB .main-banner .left-content {
  margin-right: 15px;
}
.cid-udkbFs2yrB .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-udkbFs2yrB .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-udkbFs2yrB .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-udkbFs2yrB .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-udkbFs2yrB .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-udkbFs2yrB .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-udkbFs2yrB .main-banner:before {
    display: none;
  }
  .cid-udkbFs2yrB .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-udkbFs2yrB .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-udkbFs2yrB H6 {
  color: #e43f3f;
}
.cid-ueWNbC4qJR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWNbC4qJR .mbr-section-title {
  color: #000000;
}
.cid-udkbFssb5B {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udkbFsFicG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udkbFsFicG .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-udkbFsFicG .bgColor1 {
  background-color: #0a0d53;
}
.cid-udkbFsFicG .bgColor2 {
  background-color: #e43f3f;
}
.cid-udkbFsFicG .bgColor3 {
  background-color: #9fdbf8;
}
.cid-udkbFsFicG .bgicon {
  background-color: #ffffff;
}
.cid-udkbFsFicG H1 {
  color: #e43f3f;
}
.cid-udkbFsYuER {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udkbFsYuER .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-udkbFsYuER .bgColor1 {
  background-color: #0a0d53;
}
.cid-udkbFsYuER .bgColor2 {
  background-color: #e43f3f;
}
.cid-udkbFsYuER .bgColor3 {
  background-color: #e6c63b;
}
.cid-udkbFsYuER .bgicon {
  background-color: #ffffff;
}
.cid-udkbFsYuER H1 {
  color: #e43f3f;
}
.cid-udkbFtdOeZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-udkbFtdOeZ .media-container-row {
  justify-content: space-between;
}
.cid-udkbFtdOeZ .text-content {
  max-width: 50%;
}
.cid-udkbFtdOeZ .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-udkbFtdOeZ .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-udkbFtdOeZ .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-udkbFtdOeZ .icons {
    justify-content: center !important;
  }
  .cid-udkbFtdOeZ .text-content * {
    text-align: center;
  }
}
.cid-udkbFtwAcu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-udkbFtwAcu #footer {
  padding: 0 0 25px 0;
}
.cid-udkbFtwAcu #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-udkbFtwAcu #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-udkbFtwAcu #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-udkbFtwAcu #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-udkbFtwAcu #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-udkbFtwAcu #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-udkbFtwAcu #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-udkbFtwAcu #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-udkbFtwAcu #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-udkbFtwAcu #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-udkbFtwAcu #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-udkbFtwAcu #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-udkbFtwAcu #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-udkbFtwAcu #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-udkbFtwAcu #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-udkbFtwAcu #footer .copyright {
  padding-top: 30px;
}
.cid-udkbFtwAcu ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-udkbFtwAcu H4 {
  color: #000000;
  text-align: left;
}
.cid-udkbFtwAcu DIV {
  text-align: center;
  color: #fafafa;
}
.cid-udkbFtwAcu P {
  color: #e43f3f;
  text-align: left;
}
.cid-udkbFtwAcu div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-udkbFtwAcu .copyright a {
  text-decoration: none !important;
}
.cid-udkbFtwAcu .list,
.cid-udkbFtwAcu .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-udkbFtwAcu ul li a {
  text-decoration: none !important;
}
.cid-udkbFtwAcu .list {
  color: #e43f3f;
}
.cid-uemVGu6I5U {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uemVGu6I5U nav.navbar {
  position: fixed;
}
.cid-uemVGu6I5U .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-uemVGu6I5U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uemVGu6I5U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uemVGu6I5U .dropdown-item:hover,
.cid-uemVGu6I5U .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uemVGu6I5U .dropdown-item:hover span {
  color: white;
}
.cid-uemVGu6I5U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uemVGu6I5U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uemVGu6I5U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uemVGu6I5U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uemVGu6I5U .nav-link {
  position: relative;
}
.cid-uemVGu6I5U .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uemVGu6I5U .container {
    flex-wrap: nowrap;
  }
}
.cid-uemVGu6I5U .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uemVGu6I5U .dropdown-menu,
.cid-uemVGu6I5U .navbar.opened {
  background: #e43f3f !important;
}
.cid-uemVGu6I5U .nav-item:focus,
.cid-uemVGu6I5U .nav-link:focus {
  outline: none;
}
.cid-uemVGu6I5U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uemVGu6I5U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uemVGu6I5U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uemVGu6I5U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uemVGu6I5U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uemVGu6I5U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uemVGu6I5U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uemVGu6I5U .navbar.opened {
  transition: all 0.3s;
}
.cid-uemVGu6I5U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uemVGu6I5U .navbar .navbar-logo img {
  width: auto;
}
.cid-uemVGu6I5U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uemVGu6I5U .navbar.collapsed {
  justify-content: center;
}
.cid-uemVGu6I5U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uemVGu6I5U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uemVGu6I5U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uemVGu6I5U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uemVGu6I5U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uemVGu6I5U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uemVGu6I5U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uemVGu6I5U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uemVGu6I5U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uemVGu6I5U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uemVGu6I5U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uemVGu6I5U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uemVGu6I5U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uemVGu6I5U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uemVGu6I5U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uemVGu6I5U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uemVGu6I5U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uemVGu6I5U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uemVGu6I5U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uemVGu6I5U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uemVGu6I5U .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uemVGu6I5U .navbar.navbar-short {
  min-height: 60px;
}
.cid-uemVGu6I5U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uemVGu6I5U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uemVGu6I5U .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uemVGu6I5U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uemVGu6I5U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uemVGu6I5U .dropdown-item.active,
.cid-uemVGu6I5U .dropdown-item:active {
  background-color: transparent;
}
.cid-uemVGu6I5U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uemVGu6I5U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uemVGu6I5U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uemVGu6I5U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uemVGu6I5U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uemVGu6I5U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uemVGu6I5U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uemVGu6I5U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uemVGu6I5U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uemVGu6I5U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uemVGu6I5U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uemVGu6I5U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uemVGu6I5U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uemVGu6I5U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uemVGu6I5U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uemVGu6I5U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uemVGu6I5U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uemVGu6I5U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uemVGu6I5U .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uemVGu6I5U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uemVGu6I5U .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-uemVGu6I5U .navbar {
    height: 70px;
  }
  .cid-uemVGu6I5U .navbar.opened {
    height: auto;
  }
  .cid-uemVGu6I5U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uemVGsh8tJ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uemVGsh8tJ .row {
  flex-direction: row-reverse;
}
.cid-uemVGsh8tJ p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uemVGsh8tJ .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uemVGsh8tJ .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uemVGsh8tJ .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uemVGsh8tJ .main-banner .left-content {
  margin-right: 15px;
}
.cid-uemVGsh8tJ .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uemVGsh8tJ .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uemVGsh8tJ .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uemVGsh8tJ .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uemVGsh8tJ .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uemVGsh8tJ .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uemVGsh8tJ .main-banner:before {
    display: none;
  }
  .cid-uemVGsh8tJ .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uemVGsh8tJ .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uemVGsh8tJ H6 {
  color: #e43f3f;
}
.cid-ueWN4JOGGA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWN4JOGGA .mbr-section-title {
  color: #000000;
}
.cid-uemVGsHx2W {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uemVGsUsij {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uemVGsUsij .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-uemVGsUsij .bgColor1 {
  background-color: #0a0d53;
}
.cid-uemVGsUsij .bgColor2 {
  background-color: #e43f3f;
}
.cid-uemVGsUsij .bgColor3 {
  background-color: #9fdbf8;
}
.cid-uemVGsUsij .bgicon {
  background-color: #ffffff;
}
.cid-uemVGsUsij H1 {
  color: #e43f3f;
}
.cid-uemVGtfCcb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uemVGtfCcb .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-uemVGtfCcb .bgColor1 {
  background-color: #0a0d53;
}
.cid-uemVGtfCcb .bgColor2 {
  background-color: #e43f3f;
}
.cid-uemVGtfCcb .bgColor3 {
  background-color: #e6c63b;
}
.cid-uemVGtfCcb .bgicon {
  background-color: #ffffff;
}
.cid-uemVGtfCcb H1 {
  color: #e43f3f;
}
.cid-uemVGtvlmx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uemVGtvlmx .media-container-row {
  justify-content: space-between;
}
.cid-uemVGtvlmx .text-content {
  max-width: 50%;
}
.cid-uemVGtvlmx .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uemVGtvlmx .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uemVGtvlmx .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uemVGtvlmx .icons {
    justify-content: center !important;
  }
  .cid-uemVGtvlmx .text-content * {
    text-align: center;
  }
}
.cid-uemVGtO4NW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uemVGtO4NW #footer {
  padding: 0 0 25px 0;
}
.cid-uemVGtO4NW #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uemVGtO4NW #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uemVGtO4NW #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uemVGtO4NW #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uemVGtO4NW #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uemVGtO4NW #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uemVGtO4NW #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uemVGtO4NW #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uemVGtO4NW #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uemVGtO4NW #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uemVGtO4NW #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uemVGtO4NW #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uemVGtO4NW #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uemVGtO4NW #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uemVGtO4NW #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uemVGtO4NW #footer .copyright {
  padding-top: 30px;
}
.cid-uemVGtO4NW ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uemVGtO4NW H4 {
  color: #000000;
  text-align: left;
}
.cid-uemVGtO4NW DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uemVGtO4NW P {
  color: #e43f3f;
  text-align: left;
}
.cid-uemVGtO4NW div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uemVGtO4NW .copyright a {
  text-decoration: none !important;
}
.cid-uemVGtO4NW .list,
.cid-uemVGtO4NW .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uemVGtO4NW ul li a {
  text-decoration: none !important;
}
.cid-uemVGtO4NW .list {
  color: #e43f3f;
}
.cid-uen6r7G1Jk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uen6r7G1Jk nav.navbar {
  position: fixed;
}
.cid-uen6r7G1Jk .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-uen6r7G1Jk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uen6r7G1Jk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uen6r7G1Jk .dropdown-item:hover,
.cid-uen6r7G1Jk .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uen6r7G1Jk .dropdown-item:hover span {
  color: white;
}
.cid-uen6r7G1Jk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uen6r7G1Jk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uen6r7G1Jk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uen6r7G1Jk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uen6r7G1Jk .nav-link {
  position: relative;
}
.cid-uen6r7G1Jk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uen6r7G1Jk .container {
    flex-wrap: nowrap;
  }
}
.cid-uen6r7G1Jk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uen6r7G1Jk .dropdown-menu,
.cid-uen6r7G1Jk .navbar.opened {
  background: #e43f3f !important;
}
.cid-uen6r7G1Jk .nav-item:focus,
.cid-uen6r7G1Jk .nav-link:focus {
  outline: none;
}
.cid-uen6r7G1Jk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uen6r7G1Jk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uen6r7G1Jk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uen6r7G1Jk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uen6r7G1Jk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uen6r7G1Jk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uen6r7G1Jk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uen6r7G1Jk .navbar.opened {
  transition: all 0.3s;
}
.cid-uen6r7G1Jk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uen6r7G1Jk .navbar .navbar-logo img {
  width: auto;
}
.cid-uen6r7G1Jk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uen6r7G1Jk .navbar.collapsed {
  justify-content: center;
}
.cid-uen6r7G1Jk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uen6r7G1Jk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uen6r7G1Jk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uen6r7G1Jk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uen6r7G1Jk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uen6r7G1Jk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uen6r7G1Jk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uen6r7G1Jk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uen6r7G1Jk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uen6r7G1Jk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uen6r7G1Jk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uen6r7G1Jk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uen6r7G1Jk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uen6r7G1Jk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uen6r7G1Jk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uen6r7G1Jk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uen6r7G1Jk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uen6r7G1Jk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uen6r7G1Jk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uen6r7G1Jk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uen6r7G1Jk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uen6r7G1Jk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uen6r7G1Jk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uen6r7G1Jk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uen6r7G1Jk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uen6r7G1Jk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uen6r7G1Jk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uen6r7G1Jk .dropdown-item.active,
.cid-uen6r7G1Jk .dropdown-item:active {
  background-color: transparent;
}
.cid-uen6r7G1Jk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uen6r7G1Jk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uen6r7G1Jk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uen6r7G1Jk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uen6r7G1Jk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uen6r7G1Jk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uen6r7G1Jk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uen6r7G1Jk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uen6r7G1Jk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uen6r7G1Jk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uen6r7G1Jk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uen6r7G1Jk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uen6r7G1Jk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uen6r7G1Jk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uen6r7G1Jk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uen6r7G1Jk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uen6r7G1Jk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uen6r7G1Jk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uen6r7G1Jk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uen6r7G1Jk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uen6r7G1Jk .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-uen6r7G1Jk .navbar {
    height: 70px;
  }
  .cid-uen6r7G1Jk .navbar.opened {
    height: auto;
  }
  .cid-uen6r7G1Jk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uen6r5XQb8 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uen6r5XQb8 .row {
  flex-direction: row-reverse;
}
.cid-uen6r5XQb8 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uen6r5XQb8 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uen6r5XQb8 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uen6r5XQb8 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uen6r5XQb8 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uen6r5XQb8 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uen6r5XQb8 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uen6r5XQb8 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uen6r5XQb8 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uen6r5XQb8 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uen6r5XQb8 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uen6r5XQb8 .main-banner:before {
    display: none;
  }
  .cid-uen6r5XQb8 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uen6r5XQb8 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uen6r5XQb8 H6 {
  color: #e43f3f;
}
.cid-ueWN8aVNf2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWN8aVNf2 .mbr-section-title {
  color: #000000;
}
.cid-uen6r6iylx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uen6r6wiX5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uen6r6wiX5 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-uen6r6wiX5 .bgColor1 {
  background-color: #0a0d53;
}
.cid-uen6r6wiX5 .bgColor2 {
  background-color: #e43f3f;
}
.cid-uen6r6wiX5 .bgColor3 {
  background-color: #9fdbf8;
}
.cid-uen6r6wiX5 .bgicon {
  background-color: #ffffff;
}
.cid-uen6r6wiX5 H1 {
  color: #e43f3f;
}
.cid-uen6r6Rbnr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uen6r6Rbnr .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-uen6r6Rbnr .bgColor1 {
  background-color: #0a0d53;
}
.cid-uen6r6Rbnr .bgColor2 {
  background-color: #e43f3f;
}
.cid-uen6r6Rbnr .bgColor3 {
  background-color: #e6c63b;
}
.cid-uen6r6Rbnr .bgicon {
  background-color: #ffffff;
}
.cid-uen6r6Rbnr H1 {
  color: #e43f3f;
}
.cid-uen6r77zRz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uen6r77zRz .media-container-row {
  justify-content: space-between;
}
.cid-uen6r77zRz .text-content {
  max-width: 50%;
}
.cid-uen6r77zRz .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uen6r77zRz .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uen6r77zRz .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uen6r77zRz .icons {
    justify-content: center !important;
  }
  .cid-uen6r77zRz .text-content * {
    text-align: center;
  }
}
.cid-uen6r7pNee {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uen6r7pNee #footer {
  padding: 0 0 25px 0;
}
.cid-uen6r7pNee #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uen6r7pNee #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uen6r7pNee #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uen6r7pNee #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uen6r7pNee #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uen6r7pNee #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uen6r7pNee #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uen6r7pNee #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uen6r7pNee #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uen6r7pNee #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uen6r7pNee #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uen6r7pNee #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uen6r7pNee #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uen6r7pNee #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uen6r7pNee #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uen6r7pNee #footer .copyright {
  padding-top: 30px;
}
.cid-uen6r7pNee ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uen6r7pNee H4 {
  color: #000000;
  text-align: left;
}
.cid-uen6r7pNee DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uen6r7pNee P {
  color: #e43f3f;
  text-align: left;
}
.cid-uen6r7pNee div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uen6r7pNee .copyright a {
  text-decoration: none !important;
}
.cid-uen6r7pNee .list,
.cid-uen6r7pNee .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uen6r7pNee ul li a {
  text-decoration: none !important;
}
.cid-uen6r7pNee .list {
  color: #e43f3f;
}
.cid-ueniGWJ3VS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ueniGWJ3VS nav.navbar {
  position: fixed;
}
.cid-ueniGWJ3VS .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-ueniGWJ3VS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ueniGWJ3VS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ueniGWJ3VS .dropdown-item:hover,
.cid-ueniGWJ3VS .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ueniGWJ3VS .dropdown-item:hover span {
  color: white;
}
.cid-ueniGWJ3VS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ueniGWJ3VS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ueniGWJ3VS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ueniGWJ3VS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ueniGWJ3VS .nav-link {
  position: relative;
}
.cid-ueniGWJ3VS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ueniGWJ3VS .container {
    flex-wrap: nowrap;
  }
}
.cid-ueniGWJ3VS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ueniGWJ3VS .dropdown-menu,
.cid-ueniGWJ3VS .navbar.opened {
  background: #e43f3f !important;
}
.cid-ueniGWJ3VS .nav-item:focus,
.cid-ueniGWJ3VS .nav-link:focus {
  outline: none;
}
.cid-ueniGWJ3VS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ueniGWJ3VS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueniGWJ3VS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ueniGWJ3VS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ueniGWJ3VS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueniGWJ3VS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueniGWJ3VS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ueniGWJ3VS .navbar.opened {
  transition: all 0.3s;
}
.cid-ueniGWJ3VS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ueniGWJ3VS .navbar .navbar-logo img {
  width: auto;
}
.cid-ueniGWJ3VS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ueniGWJ3VS .navbar.collapsed {
  justify-content: center;
}
.cid-ueniGWJ3VS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueniGWJ3VS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueniGWJ3VS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ueniGWJ3VS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueniGWJ3VS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueniGWJ3VS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ueniGWJ3VS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueniGWJ3VS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueniGWJ3VS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ueniGWJ3VS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueniGWJ3VS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueniGWJ3VS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueniGWJ3VS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueniGWJ3VS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ueniGWJ3VS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ueniGWJ3VS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ueniGWJ3VS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueniGWJ3VS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueniGWJ3VS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ueniGWJ3VS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ueniGWJ3VS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ueniGWJ3VS .navbar.navbar-short {
  min-height: 60px;
}
.cid-ueniGWJ3VS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ueniGWJ3VS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ueniGWJ3VS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueniGWJ3VS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueniGWJ3VS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueniGWJ3VS .dropdown-item.active,
.cid-ueniGWJ3VS .dropdown-item:active {
  background-color: transparent;
}
.cid-ueniGWJ3VS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueniGWJ3VS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueniGWJ3VS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueniGWJ3VS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ueniGWJ3VS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueniGWJ3VS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueniGWJ3VS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueniGWJ3VS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ueniGWJ3VS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ueniGWJ3VS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ueniGWJ3VS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueniGWJ3VS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueniGWJ3VS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueniGWJ3VS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueniGWJ3VS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueniGWJ3VS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueniGWJ3VS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueniGWJ3VS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueniGWJ3VS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ueniGWJ3VS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ueniGWJ3VS .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-ueniGWJ3VS .navbar {
    height: 70px;
  }
  .cid-ueniGWJ3VS .navbar.opened {
    height: auto;
  }
  .cid-ueniGWJ3VS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueniGXePKC {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #dc4234;
}
.cid-ueniGXePKC p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ueniGXePKC .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ueniGXePKC .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ueniGXePKC .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ueniGXePKC .main-banner .left-content {
  margin-right: 15px;
}
.cid-ueniGXePKC .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ueniGXePKC .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ueniGXePKC .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ueniGXePKC .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ueniGXePKC .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ueniGXePKC .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ueniGXePKC .main-banner:before {
    display: none;
  }
  .cid-ueniGXePKC .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ueniGXePKC .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ueniGXePKC H6 {
  color: #ffffff;
}
.cid-ueniGXePKC H2 {
  color: #ffffff;
}
.cid-ueniGXePKC P {
  color: #ffffff;
}
.cid-ueniGXwoTV {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ueniGXwoTV .news {
  width: 175px;
  background-color: #dc4234;
}
.cid-ueniGXwoTV .news-scroll a {
  text-decoration: none;
}
.cid-ueniGXwoTV .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #ff3366;
  border-radius: 50%;
  display: inline-block;
}
.cid-ueniGXwoTV DIV {
  color: #ffffff;
}
.cid-ueniGXJhb3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ueniGXJhb3 .service-item {
  position: relative;
  transition: .5s;
  padding: 0 30px;
  border-bottom: 4px solid #e43f3f;
}
.cid-ueniGXJhb3 .service2 {
  border-bottom: 4px solid #e43f3f;
}
.cid-ueniGXJhb3 .service-item .service-icon {
  margin-bottom: 30px;
  padding-top: 25px;
}
.cid-ueniGXJhb3 .service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
.cid-ueniGXJhb3 .service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}
.cid-ueniGXJhb3 .service3-item > div {
  z-index: 1;
}
.cid-ueniGXJhb3 .service3-item div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
  transition: .5s;
  z-index: -1;
}
.cid-ueniGXJhb3 .service3-item div:hover::after {
  width: 100%;
  background: var(--primary);
}
.cid-ueniGXJhb3 .service3-item * {
  transition: .5s;
}
.cid-ueniGXJhb3 .service3-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: .5s;
}
.cid-ueniGXJhb3 .service3-item:hover .service-icon {
  background: #FFFFFF !important;
}
.cid-ueniGXJhb3 .section-title-1::before,
.cid-ueniGXJhb3 .section-title-2::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.cid-ueniGXJhb3 .section-title-2::before {
  height: 1px;
}
.cid-ueniGXJhb3 .section-title-1.text-center::before,
.cid-ueniGXJhb3 .section-title-2.text-center::before {
  left: 50%;
  margin-left: -75px;
}
.cid-ueniGXJhb3 .section-title-1.section-title-sm::before,
.cid-ueniGXJhb3 .section-title-2.section-title-sm::before {
  width: 90px;
  height: 3px;
}
.cid-ueniGXJhb3 .section-title-2.section-title-sm::before {
  height: 1px;
}
.cid-ueniGXJhb3 .section-title-1::after,
.cid-ueniGXJhb3 .section-title-2::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}
.cid-ueniGXJhb3 .section-title-2::after {
  bottom: -2px;
  background: var(--primary);
}
.cid-ueniGXJhb3 .section-title-1.section-title-sm::after,
.cid-ueniGXJhb3 .section-title-2.section-title-sm::after {
  width: 4px;
  height: 3px;
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}
.cid-ueniGXJhb3 .section-title-2.section-title-sm::after {
  bottom: -1px;
}
.cid-ueniGXJhb3 .section-title-1.text-center::after,
.cid-ueniGXJhb3 .section-title-2.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}
.cid-ueniGXJhb3 H3 {
  color: #ffffff;
}
.cid-ueniGXJhb3 P {
  color: #ffffff;
  line-height: 25px;
  text-align: center;
}
.cid-ueniGXJhb3 .mbr-section-title {
  color: #e43f3f;
}
.cid-ueniGXJhb3 .mbr-section-h5 {
  color: #331b1b;
}
.cid-ueniGXJhb3 .mbr-section-h1 {
  color: #232323;
}
.cid-ueniGXJhb3 .mbr-section-strong {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-ueniGXJhb3 .mbr-section-p {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-ueniGXJhb3 .mbr-section-contacttext {
  color: #ffffff;
  text-align: center;
}
.cid-ueniGXJhb3 H2 {
  color: #ffffff;
}
.cid-ueniGXJhb3 .mbr-section-contact {
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}
.cid-ueniGXJhb3 .bgcard1 {
  background-color: #0e3781;
}
.cid-ueniGXJhb3 .bgcard2 {
  background-color: #232323;
}
.cid-ueniGXJhb3 H4 {
  text-align: center;
  color: #dc4234;
}
.cid-ueniGXYqUS .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-ueniGXYqUS .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-ueniGXYqUS .divider-top::before,
.cid-ueniGXYqUS .divider-bottom::before,
.cid-ueniGXYqUS .divider-top::after,
.cid-ueniGXYqUS .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-ueniGXYqUS .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-ueniGXYqUS .divider-triangles::before {
  top: -50px;
}
.cid-ueniGXYqUS .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-ueniGXYqUS .divider-halfcircle::before {
  top: -50px;
}
.cid-ueniGXYqUS .divider-multitriangles::before,
.cid-ueniGXYqUS .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-ueniGXYqUS .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-ueniGY9W2o {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-ueniGY9W2o .mbr-section-title {
  color: #ffffff;
}
.cid-ueniGYna5V {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-ueniGYna5V .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-ueniGYna5V .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-ueniGYna5V .card-title,
.cid-ueniGYna5V .card-box {
  color: #e43f3f;
}
.cid-ueniGYChfo .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-ueniGYChfo .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-ueniGYChfo .divider-top::before,
.cid-ueniGYChfo .divider-bottom::before,
.cid-ueniGYChfo .divider-top::after,
.cid-ueniGYChfo .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-ueniGYChfo .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-ueniGYChfo .divider-triangles::before {
  top: -50px;
}
.cid-ueniGYChfo .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-ueniGYChfo .divider-halfcircle::before {
  top: -50px;
}
.cid-ueniGYChfo .divider-multitriangles::before,
.cid-ueniGYChfo .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-ueniGYChfo .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-ueniGYL55C {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueniGYZp6l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueniGYZp6l .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-ueniGYZp6l .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-ueniGYZp6l .text-box {
  text-align: center;
}
.cid-ueniGYZp6l span {
  font-size: 7rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-ueniGYZp6l .card {
    margin-bottom: 2rem;
  }
  .cid-ueniGYZp6l .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ueniGYZp6l span {
    font-size: 21vw;
  }
}
.cid-ueniGYZp6l .item .icon-box .step-number {
  color: #dc4234;
}
.cid-ueniGZn11f {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ueniGZn11f .mbr-section-title,
.cid-ueniGZn11f .mbr-section-subtitle {
  text-align: center;
}
.cid-ueniGZn11f .cost {
  word-break: normal;
}
.cid-ueniGZn11f .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-ueniGZn11f .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-ueniGZn11f .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueniGZn11f .card-wrapper {
    padding: 1rem;
  }
}
.cid-ueniGZn11f P {
  color: #0a0d53;
}
.cid-ueniGZn11f .card-title {
  color: #dc4234;
}
.cid-ueniGZQpDE .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-ueniGZQpDE .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-ueniGZQpDE .divider-top::before,
.cid-ueniGZQpDE .divider-bottom::before,
.cid-ueniGZQpDE .divider-top::after,
.cid-ueniGZQpDE .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-ueniGZQpDE .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-ueniGZQpDE .divider-triangles::before {
  top: -50px;
}
.cid-ueniGZQpDE .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-ueniGZQpDE .divider-halfcircle::before {
  top: -50px;
}
.cid-ueniGZQpDE .divider-multitriangles::before,
.cid-ueniGZQpDE .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-ueniGZQpDE .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-ueniH02W5Z {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueniH02W5Z .client-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cid-ueniH02W5Z .client-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.cid-ueniH02W5Z .textp {
  color: #000000;
  line-height: 25px;
}
.cid-ueniH02W5Z .client-title {
  margin-bottom: 45px;
}
.cid-ueniH02W5Z .client-text {
  margin-top: 50px;
  margin-bottom: 45px;
}
.cid-ueniH02W5Z .client-text p {
  margin-bottom: 0;
}
.cid-ueniH02W5Z .client-item {
  margin-top: 45px;
  padding: 60px 20px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.cid-ueniH02W5Z .client-item:hover:before {
  opacity: 1;
  height: 100%;
}
.cid-ueniH02W5Z .client-item:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-ueniH02W5Z .client-item:hover .content h3 {
  color: #ffffff;
}
.cid-ueniH02W5Z .client-item:hover .content span {
  color: #d0ced3;
}
.cid-ueniH02W5Z .client-item:hover .content p {
  color: #d0ced3;
}
.cid-ueniH02W5Z .client-item:hover .content .quote {
  color: #fba311;
}
.cid-ueniH02W5Z .client-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #0e3781;
  opacity: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.7s;
}
.cid-ueniH02W5Z .client-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.7s;
}
.cid-ueniH02W5Z .client-item .client-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.cid-ueniH02W5Z .client-item .client-img img {
  border-radius: 50%;
  border: 2px solid #fba311;
}
.cid-ueniH02W5Z .client-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.cid-ueniH02W5Z .client-item .content span {
  font-size: 14px;
  margin-bottom: 15px;
}
.cid-ueniH02W5Z .client-item .content ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.cid-ueniH02W5Z .client-item .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #fba311;
}
.cid-ueniH02W5Z .client-item .content p {
  margin-bottom: 0;
}
.cid-ueniH02W5Z H2 {
  color: #dc4234;
}
.cid-ueniH02W5Z P {
  color: #000000;
}
.cid-ueniH02W5Z H3 {
  color: #000000;
}
.cid-ueniH02W5Z SPAN {
  color: #131788;
}
.cid-ueniH0nDww .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-ueniH0nDww .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-ueniH0nDww .divider-top::before,
.cid-ueniH0nDww .divider-bottom::before,
.cid-ueniH0nDww .divider-top::after,
.cid-ueniH0nDww .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-ueniH0nDww .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-ueniH0nDww .divider-triangles::before {
  top: -50px;
}
.cid-ueniH0nDww .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-ueniH0nDww .divider-halfcircle::before {
  top: -50px;
}
.cid-ueniH0nDww .divider-multitriangles::before,
.cid-ueniH0nDww .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-ueniH0nDww .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-ueniH0zkGs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueniH0zkGs img,
.cid-ueniH0zkGs .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ueniH0zkGs .item:focus,
.cid-ueniH0zkGs span:focus {
  outline: none;
}
.cid-ueniH0zkGs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ueniH0zkGs .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e43f3f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ueniH0zkGs .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ueniH0zkGs .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ueniH0zkGs .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ueniH0zkGs .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ueniH0zkGs .item-wrapper {
  background: transparent;
}
.cid-ueniH0zkGs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ueniH0zkGs .mbr-section-title {
  color: #232323;
}
.cid-ueniH0zkGs .mbr-text,
.cid-ueniH0zkGs .mbr-section-btn {
  text-align: left;
}
.cid-ueniH0zkGs .item-title {
  text-align: left;
}
.cid-ueniH0zkGs .item-subtitle {
  text-align: center;
}
.cid-ueniH0Zshq {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ueniH0Zshq img,
.cid-ueniH0Zshq .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ueniH0Zshq .item:focus,
.cid-ueniH0Zshq span:focus {
  outline: none;
}
.cid-ueniH0Zshq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ueniH0Zshq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ueniH0Zshq .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ueniH0Zshq .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ueniH0Zshq .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ueniH0Zshq .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ueniH0Zshq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ueniH0Zshq .mbr-section-title {
  color: #232323;
}
.cid-ueniH0Zshq .mbr-text,
.cid-ueniH0Zshq .mbr-section-btn {
  text-align: left;
}
.cid-ueniH0Zshq .item-title {
  text-align: left;
}
.cid-ueniH0Zshq .item-subtitle {
  text-align: center;
}
.cid-ueniH1mKcR {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ueniH1mKcR img,
.cid-ueniH1mKcR .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ueniH1mKcR .item:focus,
.cid-ueniH1mKcR span:focus {
  outline: none;
}
.cid-ueniH1mKcR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ueniH1mKcR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ueniH1mKcR .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ueniH1mKcR .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ueniH1mKcR .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ueniH1mKcR .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ueniH1mKcR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ueniH1mKcR .mbr-section-title {
  color: #232323;
}
.cid-ueniH1mKcR .mbr-text,
.cid-ueniH1mKcR .mbr-section-btn {
  text-align: left;
}
.cid-ueniH1mKcR .item-title {
  text-align: left;
}
.cid-ueniH1mKcR .item-subtitle {
  text-align: center;
}
.cid-ueniH1KXuw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ueniH1KXuw .media-container-row {
  justify-content: space-between;
}
.cid-ueniH1KXuw .text-content {
  max-width: 50%;
}
.cid-ueniH1KXuw .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ueniH1KXuw .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ueniH1KXuw .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ueniH1KXuw .icons {
    justify-content: center !important;
  }
  .cid-ueniH1KXuw .text-content * {
    text-align: center;
  }
}
.cid-ueniH25xTZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueniH25xTZ .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-ueniH25xTZ .bgColor1 {
  background-color: #0a0d53;
}
.cid-ueniH25xTZ .bgColor2 {
  background-color: #e43f3f;
}
.cid-ueniH25xTZ .bgColor3 {
  background-color: #9fdbf8;
}
.cid-ueniH25xTZ .bgicon {
  background-color: #ffffff;
}
.cid-ueniH25xTZ H1 {
  color: #e43f3f;
}
.cid-ueniH2pDQh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ueniH2pDQh #footer {
  padding: 0 0 25px 0;
}
.cid-ueniH2pDQh #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ueniH2pDQh #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ueniH2pDQh #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ueniH2pDQh #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ueniH2pDQh #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ueniH2pDQh #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ueniH2pDQh #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ueniH2pDQh #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ueniH2pDQh #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ueniH2pDQh #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ueniH2pDQh #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ueniH2pDQh #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ueniH2pDQh #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ueniH2pDQh #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ueniH2pDQh #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ueniH2pDQh #footer .copyright {
  padding-top: 30px;
}
.cid-ueniH2pDQh ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ueniH2pDQh H4 {
  color: #000000;
  text-align: left;
}
.cid-ueniH2pDQh DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ueniH2pDQh P {
  color: #e43f3f;
  text-align: left;
}
.cid-ueniH2pDQh div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ueniH2pDQh .copyright a {
  text-decoration: none !important;
}
.cid-ueniH2pDQh .list,
.cid-ueniH2pDQh .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ueniH2pDQh ul li a {
  text-decoration: none !important;
}
.cid-ueniH2pDQh .list {
  color: #e43f3f;
}
.cid-ueniH2Ly4f .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #e43f3f;
  top: 70px;
}
.cid-ueniH2Ly4f .progress-bar {
  height: 9px;
  background: #ffffff;
  width: 0%;
}
.cid-ueniH2Ly4f .sticky2 {
  position: fixed;
  top: 70px;
  width: 100%;
}
.cid-ueniH2Ly4f .hidden {
  display: none;
}
.cid-ueniH2Ly4f H10 {
  color: #767676;
}
.cid-uetg0h0uV9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uetg0h0uV9 nav.navbar {
  position: fixed;
}
.cid-uetg0h0uV9 .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-uetg0h0uV9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uetg0h0uV9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uetg0h0uV9 .dropdown-item:hover,
.cid-uetg0h0uV9 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uetg0h0uV9 .dropdown-item:hover span {
  color: white;
}
.cid-uetg0h0uV9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uetg0h0uV9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uetg0h0uV9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uetg0h0uV9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uetg0h0uV9 .nav-link {
  position: relative;
}
.cid-uetg0h0uV9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uetg0h0uV9 .container {
    flex-wrap: nowrap;
  }
}
.cid-uetg0h0uV9 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uetg0h0uV9 .dropdown-menu,
.cid-uetg0h0uV9 .navbar.opened {
  background: #e43f3f !important;
}
.cid-uetg0h0uV9 .nav-item:focus,
.cid-uetg0h0uV9 .nav-link:focus {
  outline: none;
}
.cid-uetg0h0uV9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uetg0h0uV9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uetg0h0uV9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uetg0h0uV9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uetg0h0uV9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uetg0h0uV9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uetg0h0uV9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uetg0h0uV9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uetg0h0uV9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uetg0h0uV9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uetg0h0uV9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uetg0h0uV9 .navbar.collapsed {
  justify-content: center;
}
.cid-uetg0h0uV9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uetg0h0uV9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uetg0h0uV9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uetg0h0uV9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uetg0h0uV9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uetg0h0uV9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uetg0h0uV9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uetg0h0uV9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uetg0h0uV9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uetg0h0uV9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uetg0h0uV9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uetg0h0uV9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uetg0h0uV9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uetg0h0uV9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uetg0h0uV9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uetg0h0uV9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uetg0h0uV9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uetg0h0uV9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uetg0h0uV9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uetg0h0uV9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uetg0h0uV9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uetg0h0uV9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uetg0h0uV9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uetg0h0uV9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uetg0h0uV9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uetg0h0uV9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uetg0h0uV9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uetg0h0uV9 .dropdown-item.active,
.cid-uetg0h0uV9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uetg0h0uV9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uetg0h0uV9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uetg0h0uV9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uetg0h0uV9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uetg0h0uV9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uetg0h0uV9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uetg0h0uV9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uetg0h0uV9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uetg0h0uV9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uetg0h0uV9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uetg0h0uV9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uetg0h0uV9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uetg0h0uV9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uetg0h0uV9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uetg0h0uV9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uetg0h0uV9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uetg0h0uV9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uetg0h0uV9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uetg0h0uV9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uetg0h0uV9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uetg0h0uV9 .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-uetg0h0uV9 .navbar {
    height: 70px;
  }
  .cid-uetg0h0uV9 .navbar.opened {
    height: auto;
  }
  .cid-uetg0h0uV9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uetg0fiHXX {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uetg0fiHXX .row {
  flex-direction: row-reverse;
}
.cid-uetg0fiHXX p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uetg0fiHXX .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uetg0fiHXX .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uetg0fiHXX .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uetg0fiHXX .main-banner .left-content {
  margin-right: 15px;
}
.cid-uetg0fiHXX .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uetg0fiHXX .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uetg0fiHXX .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uetg0fiHXX .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uetg0fiHXX .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uetg0fiHXX .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uetg0fiHXX .main-banner:before {
    display: none;
  }
  .cid-uetg0fiHXX .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uetg0fiHXX .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uetg0fiHXX H6 {
  color: #e43f3f;
}
.cid-ueWMRKeoTJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWMRKeoTJ .mbr-section-title {
  color: #000000;
}
.cid-uetg0fF1jB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uetg0fRS0e {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uetg0fRS0e .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-uetg0fRS0e .bgColor1 {
  background-color: #0a0d53;
}
.cid-uetg0fRS0e .bgColor2 {
  background-color: #e43f3f;
}
.cid-uetg0fRS0e .bgColor3 {
  background-color: #9fdbf8;
}
.cid-uetg0fRS0e .bgicon {
  background-color: #ffffff;
}
.cid-uetg0fRS0e H1 {
  color: #e43f3f;
}
.cid-uetg0g9ctY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uetg0g9ctY .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-uetg0g9ctY .bgColor1 {
  background-color: #0a0d53;
}
.cid-uetg0g9ctY .bgColor2 {
  background-color: #e43f3f;
}
.cid-uetg0g9ctY .bgColor3 {
  background-color: #e6c63b;
}
.cid-uetg0g9ctY .bgicon {
  background-color: #ffffff;
}
.cid-uetg0g9ctY H1 {
  color: #e43f3f;
}
.cid-uetg0goX9n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uetg0goX9n .media-container-row {
  justify-content: space-between;
}
.cid-uetg0goX9n .text-content {
  max-width: 50%;
}
.cid-uetg0goX9n .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uetg0goX9n .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uetg0goX9n .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uetg0goX9n .icons {
    justify-content: center !important;
  }
  .cid-uetg0goX9n .text-content * {
    text-align: center;
  }
}
.cid-uetg0gJGjc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uetg0gJGjc #footer {
  padding: 0 0 25px 0;
}
.cid-uetg0gJGjc #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uetg0gJGjc #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uetg0gJGjc #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uetg0gJGjc #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uetg0gJGjc #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uetg0gJGjc #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uetg0gJGjc #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uetg0gJGjc #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uetg0gJGjc #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uetg0gJGjc #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uetg0gJGjc #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uetg0gJGjc #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uetg0gJGjc #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uetg0gJGjc #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uetg0gJGjc #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uetg0gJGjc #footer .copyright {
  padding-top: 30px;
}
.cid-uetg0gJGjc ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uetg0gJGjc H4 {
  color: #000000;
  text-align: left;
}
.cid-uetg0gJGjc DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uetg0gJGjc P {
  color: #e43f3f;
  text-align: left;
}
.cid-uetg0gJGjc div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uetg0gJGjc .copyright a {
  text-decoration: none !important;
}
.cid-uetg0gJGjc .list,
.cid-uetg0gJGjc .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uetg0gJGjc ul li a {
  text-decoration: none !important;
}
.cid-uetg0gJGjc .list {
  color: #e43f3f;
}
.cid-uetkjMN8yW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uetkjMN8yW nav.navbar {
  position: fixed;
}
.cid-uetkjMN8yW .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-uetkjMN8yW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uetkjMN8yW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uetkjMN8yW .dropdown-item:hover,
.cid-uetkjMN8yW .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uetkjMN8yW .dropdown-item:hover span {
  color: white;
}
.cid-uetkjMN8yW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uetkjMN8yW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uetkjMN8yW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uetkjMN8yW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uetkjMN8yW .nav-link {
  position: relative;
}
.cid-uetkjMN8yW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uetkjMN8yW .container {
    flex-wrap: nowrap;
  }
}
.cid-uetkjMN8yW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uetkjMN8yW .dropdown-menu,
.cid-uetkjMN8yW .navbar.opened {
  background: #e43f3f !important;
}
.cid-uetkjMN8yW .nav-item:focus,
.cid-uetkjMN8yW .nav-link:focus {
  outline: none;
}
.cid-uetkjMN8yW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uetkjMN8yW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uetkjMN8yW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uetkjMN8yW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uetkjMN8yW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uetkjMN8yW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uetkjMN8yW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uetkjMN8yW .navbar.opened {
  transition: all 0.3s;
}
.cid-uetkjMN8yW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uetkjMN8yW .navbar .navbar-logo img {
  width: auto;
}
.cid-uetkjMN8yW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uetkjMN8yW .navbar.collapsed {
  justify-content: center;
}
.cid-uetkjMN8yW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uetkjMN8yW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uetkjMN8yW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uetkjMN8yW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uetkjMN8yW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uetkjMN8yW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uetkjMN8yW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uetkjMN8yW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uetkjMN8yW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uetkjMN8yW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uetkjMN8yW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uetkjMN8yW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uetkjMN8yW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uetkjMN8yW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uetkjMN8yW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uetkjMN8yW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uetkjMN8yW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uetkjMN8yW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uetkjMN8yW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uetkjMN8yW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uetkjMN8yW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uetkjMN8yW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uetkjMN8yW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uetkjMN8yW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uetkjMN8yW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uetkjMN8yW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uetkjMN8yW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uetkjMN8yW .dropdown-item.active,
.cid-uetkjMN8yW .dropdown-item:active {
  background-color: transparent;
}
.cid-uetkjMN8yW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uetkjMN8yW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uetkjMN8yW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uetkjMN8yW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uetkjMN8yW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uetkjMN8yW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uetkjMN8yW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uetkjMN8yW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uetkjMN8yW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uetkjMN8yW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uetkjMN8yW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uetkjMN8yW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uetkjMN8yW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uetkjMN8yW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uetkjMN8yW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uetkjMN8yW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uetkjMN8yW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uetkjMN8yW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uetkjMN8yW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uetkjMN8yW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uetkjMN8yW .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-uetkjMN8yW .navbar {
    height: 70px;
  }
  .cid-uetkjMN8yW .navbar.opened {
    height: auto;
  }
  .cid-uetkjMN8yW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uetkjL3Bwb {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uetkjL3Bwb .row {
  flex-direction: row-reverse;
}
.cid-uetkjL3Bwb p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uetkjL3Bwb .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uetkjL3Bwb .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uetkjL3Bwb .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uetkjL3Bwb .main-banner .left-content {
  margin-right: 15px;
}
.cid-uetkjL3Bwb .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uetkjL3Bwb .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uetkjL3Bwb .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uetkjL3Bwb .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uetkjL3Bwb .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uetkjL3Bwb .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uetkjL3Bwb .main-banner:before {
    display: none;
  }
  .cid-uetkjL3Bwb .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uetkjL3Bwb .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uetkjL3Bwb H6 {
  color: #e43f3f;
}
.cid-ueWN0Et1y3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ueWN0Et1y3 .mbr-section-title {
  color: #000000;
}
.cid-uetkjLr1pl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uetkjLE5OC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uetkjLE5OC .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-uetkjLE5OC .bgColor1 {
  background-color: #0a0d53;
}
.cid-uetkjLE5OC .bgColor2 {
  background-color: #e43f3f;
}
.cid-uetkjLE5OC .bgColor3 {
  background-color: #9fdbf8;
}
.cid-uetkjLE5OC .bgicon {
  background-color: #ffffff;
}
.cid-uetkjLE5OC H1 {
  color: #e43f3f;
}
.cid-uetkjLYGZv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uetkjLYGZv .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-uetkjLYGZv .bgColor1 {
  background-color: #0a0d53;
}
.cid-uetkjLYGZv .bgColor2 {
  background-color: #e43f3f;
}
.cid-uetkjLYGZv .bgColor3 {
  background-color: #e6c63b;
}
.cid-uetkjLYGZv .bgicon {
  background-color: #ffffff;
}
.cid-uetkjLYGZv H1 {
  color: #e43f3f;
}
.cid-uetkjMdNuu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uetkjMdNuu .media-container-row {
  justify-content: space-between;
}
.cid-uetkjMdNuu .text-content {
  max-width: 50%;
}
.cid-uetkjMdNuu .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uetkjMdNuu .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uetkjMdNuu .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uetkjMdNuu .icons {
    justify-content: center !important;
  }
  .cid-uetkjMdNuu .text-content * {
    text-align: center;
  }
}
.cid-uetkjMvzOk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uetkjMvzOk #footer {
  padding: 0 0 25px 0;
}
.cid-uetkjMvzOk #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uetkjMvzOk #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uetkjMvzOk #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uetkjMvzOk #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uetkjMvzOk #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uetkjMvzOk #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uetkjMvzOk #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uetkjMvzOk #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uetkjMvzOk #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uetkjMvzOk #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uetkjMvzOk #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uetkjMvzOk #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uetkjMvzOk #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uetkjMvzOk #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uetkjMvzOk #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uetkjMvzOk #footer .copyright {
  padding-top: 30px;
}
.cid-uetkjMvzOk ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uetkjMvzOk H4 {
  color: #000000;
  text-align: left;
}
.cid-uetkjMvzOk DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uetkjMvzOk P {
  color: #e43f3f;
  text-align: left;
}
.cid-uetkjMvzOk div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uetkjMvzOk .copyright a {
  text-decoration: none !important;
}
.cid-uetkjMvzOk .list,
.cid-uetkjMvzOk .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uetkjMvzOk ul li a {
  text-decoration: none !important;
}
.cid-uetkjMvzOk .list {
  color: #e43f3f;
}
.cid-uf0fNbQq6O {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uf0fNbQq6O nav.navbar {
  position: fixed;
}
.cid-uf0fNbQq6O .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-uf0fNbQq6O .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uf0fNbQq6O .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uf0fNbQq6O .dropdown-item:hover,
.cid-uf0fNbQq6O .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uf0fNbQq6O .dropdown-item:hover span {
  color: white;
}
.cid-uf0fNbQq6O .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uf0fNbQq6O .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uf0fNbQq6O .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uf0fNbQq6O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uf0fNbQq6O .nav-link {
  position: relative;
}
.cid-uf0fNbQq6O .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uf0fNbQq6O .container {
    flex-wrap: nowrap;
  }
}
.cid-uf0fNbQq6O .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uf0fNbQq6O .dropdown-menu,
.cid-uf0fNbQq6O .navbar.opened {
  background: #e43f3f !important;
}
.cid-uf0fNbQq6O .nav-item:focus,
.cid-uf0fNbQq6O .nav-link:focus {
  outline: none;
}
.cid-uf0fNbQq6O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uf0fNbQq6O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf0fNbQq6O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uf0fNbQq6O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uf0fNbQq6O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uf0fNbQq6O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uf0fNbQq6O .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uf0fNbQq6O .navbar.opened {
  transition: all 0.3s;
}
.cid-uf0fNbQq6O .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uf0fNbQq6O .navbar .navbar-logo img {
  width: auto;
}
.cid-uf0fNbQq6O .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uf0fNbQq6O .navbar.collapsed {
  justify-content: center;
}
.cid-uf0fNbQq6O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uf0fNbQq6O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uf0fNbQq6O .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uf0fNbQq6O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uf0fNbQq6O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uf0fNbQq6O .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uf0fNbQq6O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uf0fNbQq6O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uf0fNbQq6O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uf0fNbQq6O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uf0fNbQq6O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uf0fNbQq6O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uf0fNbQq6O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uf0fNbQq6O .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uf0fNbQq6O .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uf0fNbQq6O .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uf0fNbQq6O .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uf0fNbQq6O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uf0fNbQq6O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uf0fNbQq6O .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uf0fNbQq6O .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uf0fNbQq6O .navbar.navbar-short {
  min-height: 60px;
}
.cid-uf0fNbQq6O .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uf0fNbQq6O .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uf0fNbQq6O .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uf0fNbQq6O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uf0fNbQq6O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uf0fNbQq6O .dropdown-item.active,
.cid-uf0fNbQq6O .dropdown-item:active {
  background-color: transparent;
}
.cid-uf0fNbQq6O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uf0fNbQq6O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uf0fNbQq6O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uf0fNbQq6O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uf0fNbQq6O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uf0fNbQq6O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uf0fNbQq6O ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uf0fNbQq6O .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uf0fNbQq6O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uf0fNbQq6O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uf0fNbQq6O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uf0fNbQq6O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uf0fNbQq6O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uf0fNbQq6O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uf0fNbQq6O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uf0fNbQq6O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uf0fNbQq6O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uf0fNbQq6O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uf0fNbQq6O .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uf0fNbQq6O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uf0fNbQq6O .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-uf0fNbQq6O .navbar {
    height: 70px;
  }
  .cid-uf0fNbQq6O .navbar.opened {
    height: auto;
  }
  .cid-uf0fNbQq6O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uf0fN9UKfD {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uf0fN9UKfD .row {
  flex-direction: row-reverse;
}
.cid-uf0fN9UKfD p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uf0fN9UKfD .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uf0fN9UKfD .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uf0fN9UKfD .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uf0fN9UKfD .main-banner .left-content {
  margin-right: 15px;
}
.cid-uf0fN9UKfD .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uf0fN9UKfD .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uf0fN9UKfD .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uf0fN9UKfD .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uf0fN9UKfD .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uf0fN9UKfD .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uf0fN9UKfD .main-banner:before {
    display: none;
  }
  .cid-uf0fN9UKfD .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uf0fN9UKfD .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uf0fN9UKfD H6 {
  color: #e43f3f;
}
.cid-uf0fNajfEz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uf0fNajfEz .mbr-section-title {
  color: #000000;
}
.cid-uf0fNaySIw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uf0fNaKrfA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uf0fNaKrfA .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-uf0fNaKrfA .bgColor1 {
  background-color: #0a0d53;
}
.cid-uf0fNaKrfA .bgColor2 {
  background-color: #e43f3f;
}
.cid-uf0fNaKrfA .bgColor3 {
  background-color: #9fdbf8;
}
.cid-uf0fNaKrfA .bgicon {
  background-color: #ffffff;
}
.cid-uf0fNaKrfA H1 {
  color: #e43f3f;
}
.cid-uf0fNaZqwI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uf0fNaZqwI .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-uf0fNaZqwI .bgColor1 {
  background-color: #0a0d53;
}
.cid-uf0fNaZqwI .bgColor2 {
  background-color: #e43f3f;
}
.cid-uf0fNaZqwI .bgColor3 {
  background-color: #e6c63b;
}
.cid-uf0fNaZqwI .bgicon {
  background-color: #ffffff;
}
.cid-uf0fNaZqwI H1 {
  color: #e43f3f;
}
.cid-uf0fNbfHKM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uf0fNbfHKM .media-container-row {
  justify-content: space-between;
}
.cid-uf0fNbfHKM .text-content {
  max-width: 50%;
}
.cid-uf0fNbfHKM .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uf0fNbfHKM .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uf0fNbfHKM .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uf0fNbfHKM .icons {
    justify-content: center !important;
  }
  .cid-uf0fNbfHKM .text-content * {
    text-align: center;
  }
}
.cid-uf0fNbyHGk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uf0fNbyHGk #footer {
  padding: 0 0 25px 0;
}
.cid-uf0fNbyHGk #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uf0fNbyHGk #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uf0fNbyHGk #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uf0fNbyHGk #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uf0fNbyHGk #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uf0fNbyHGk #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uf0fNbyHGk #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uf0fNbyHGk #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uf0fNbyHGk #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uf0fNbyHGk #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uf0fNbyHGk #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uf0fNbyHGk #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uf0fNbyHGk #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uf0fNbyHGk #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uf0fNbyHGk #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uf0fNbyHGk #footer .copyright {
  padding-top: 30px;
}
.cid-uf0fNbyHGk ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uf0fNbyHGk H4 {
  color: #000000;
  text-align: left;
}
.cid-uf0fNbyHGk DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uf0fNbyHGk P {
  color: #e43f3f;
  text-align: left;
}
.cid-uf0fNbyHGk div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uf0fNbyHGk .copyright a {
  text-decoration: none !important;
}
.cid-uf0fNbyHGk .list,
.cid-uf0fNbyHGk .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uf0fNbyHGk ul li a {
  text-decoration: none !important;
}
.cid-uf0fNbyHGk .list {
  color: #e43f3f;
}
.cid-uf0kpBTJZD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uf0kpBTJZD nav.navbar {
  position: fixed;
}
.cid-uf0kpBTJZD .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-uf0kpBTJZD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uf0kpBTJZD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uf0kpBTJZD .dropdown-item:hover,
.cid-uf0kpBTJZD .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uf0kpBTJZD .dropdown-item:hover span {
  color: white;
}
.cid-uf0kpBTJZD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uf0kpBTJZD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uf0kpBTJZD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uf0kpBTJZD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uf0kpBTJZD .nav-link {
  position: relative;
}
.cid-uf0kpBTJZD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uf0kpBTJZD .container {
    flex-wrap: nowrap;
  }
}
.cid-uf0kpBTJZD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uf0kpBTJZD .dropdown-menu,
.cid-uf0kpBTJZD .navbar.opened {
  background: #e43f3f !important;
}
.cid-uf0kpBTJZD .nav-item:focus,
.cid-uf0kpBTJZD .nav-link:focus {
  outline: none;
}
.cid-uf0kpBTJZD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uf0kpBTJZD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf0kpBTJZD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uf0kpBTJZD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uf0kpBTJZD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uf0kpBTJZD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uf0kpBTJZD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uf0kpBTJZD .navbar.opened {
  transition: all 0.3s;
}
.cid-uf0kpBTJZD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uf0kpBTJZD .navbar .navbar-logo img {
  width: auto;
}
.cid-uf0kpBTJZD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uf0kpBTJZD .navbar.collapsed {
  justify-content: center;
}
.cid-uf0kpBTJZD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uf0kpBTJZD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uf0kpBTJZD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uf0kpBTJZD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uf0kpBTJZD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uf0kpBTJZD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uf0kpBTJZD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uf0kpBTJZD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uf0kpBTJZD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uf0kpBTJZD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uf0kpBTJZD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uf0kpBTJZD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uf0kpBTJZD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uf0kpBTJZD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uf0kpBTJZD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uf0kpBTJZD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uf0kpBTJZD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uf0kpBTJZD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uf0kpBTJZD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uf0kpBTJZD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uf0kpBTJZD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uf0kpBTJZD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uf0kpBTJZD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uf0kpBTJZD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uf0kpBTJZD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uf0kpBTJZD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uf0kpBTJZD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uf0kpBTJZD .dropdown-item.active,
.cid-uf0kpBTJZD .dropdown-item:active {
  background-color: transparent;
}
.cid-uf0kpBTJZD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uf0kpBTJZD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uf0kpBTJZD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uf0kpBTJZD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uf0kpBTJZD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uf0kpBTJZD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uf0kpBTJZD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uf0kpBTJZD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uf0kpBTJZD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uf0kpBTJZD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uf0kpBTJZD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uf0kpBTJZD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uf0kpBTJZD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uf0kpBTJZD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uf0kpBTJZD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uf0kpBTJZD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uf0kpBTJZD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uf0kpBTJZD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uf0kpBTJZD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uf0kpBTJZD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uf0kpBTJZD .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-uf0kpBTJZD .navbar {
    height: 70px;
  }
  .cid-uf0kpBTJZD .navbar.opened {
    height: auto;
  }
  .cid-uf0kpBTJZD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uf0kpzQuF4 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uf0kpzQuF4 .row {
  flex-direction: row-reverse;
}
.cid-uf0kpzQuF4 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uf0kpzQuF4 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uf0kpzQuF4 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uf0kpzQuF4 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uf0kpzQuF4 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uf0kpzQuF4 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uf0kpzQuF4 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uf0kpzQuF4 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uf0kpzQuF4 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uf0kpzQuF4 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uf0kpzQuF4 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uf0kpzQuF4 .main-banner:before {
    display: none;
  }
  .cid-uf0kpzQuF4 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uf0kpzQuF4 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uf0kpzQuF4 H6 {
  color: #e43f3f;
}
.cid-uf0kpAhtcP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uf0kpAhtcP .mbr-section-title {
  color: #000000;
}
.cid-uf0kpAydCA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uf0kpALdMG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uf0kpALdMG .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-uf0kpALdMG .bgColor1 {
  background-color: #0a0d53;
}
.cid-uf0kpALdMG .bgColor2 {
  background-color: #e43f3f;
}
.cid-uf0kpALdMG .bgColor3 {
  background-color: #9fdbf8;
}
.cid-uf0kpALdMG .bgicon {
  background-color: #ffffff;
}
.cid-uf0kpALdMG H1 {
  color: #e43f3f;
}
.cid-uf0kpB0NRp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uf0kpB0NRp .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-uf0kpB0NRp .bgColor1 {
  background-color: #0a0d53;
}
.cid-uf0kpB0NRp .bgColor2 {
  background-color: #e43f3f;
}
.cid-uf0kpB0NRp .bgColor3 {
  background-color: #e6c63b;
}
.cid-uf0kpB0NRp .bgicon {
  background-color: #ffffff;
}
.cid-uf0kpB0NRp H1 {
  color: #e43f3f;
}
.cid-uf0kpBgSzA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uf0kpBgSzA .media-container-row {
  justify-content: space-between;
}
.cid-uf0kpBgSzA .text-content {
  max-width: 50%;
}
.cid-uf0kpBgSzA .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uf0kpBgSzA .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uf0kpBgSzA .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uf0kpBgSzA .icons {
    justify-content: center !important;
  }
  .cid-uf0kpBgSzA .text-content * {
    text-align: center;
  }
}
.cid-uf0kpBA5jr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uf0kpBA5jr #footer {
  padding: 0 0 25px 0;
}
.cid-uf0kpBA5jr #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uf0kpBA5jr #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uf0kpBA5jr #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uf0kpBA5jr #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uf0kpBA5jr #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uf0kpBA5jr #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uf0kpBA5jr #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uf0kpBA5jr #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uf0kpBA5jr #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uf0kpBA5jr #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uf0kpBA5jr #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uf0kpBA5jr #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uf0kpBA5jr #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uf0kpBA5jr #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uf0kpBA5jr #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uf0kpBA5jr #footer .copyright {
  padding-top: 30px;
}
.cid-uf0kpBA5jr ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uf0kpBA5jr H4 {
  color: #000000;
  text-align: left;
}
.cid-uf0kpBA5jr DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uf0kpBA5jr P {
  color: #e43f3f;
  text-align: left;
}
.cid-uf0kpBA5jr div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uf0kpBA5jr .copyright a {
  text-decoration: none !important;
}
.cid-uf0kpBA5jr .list,
.cid-uf0kpBA5jr .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uf0kpBA5jr ul li a {
  text-decoration: none !important;
}
.cid-uf0kpBA5jr .list {
  color: #e43f3f;
}
.cid-uf0qmGMzUd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uf0qmGMzUd nav.navbar {
  position: fixed;
}
.cid-uf0qmGMzUd .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-uf0qmGMzUd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uf0qmGMzUd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uf0qmGMzUd .dropdown-item:hover,
.cid-uf0qmGMzUd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uf0qmGMzUd .dropdown-item:hover span {
  color: white;
}
.cid-uf0qmGMzUd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uf0qmGMzUd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uf0qmGMzUd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uf0qmGMzUd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uf0qmGMzUd .nav-link {
  position: relative;
}
.cid-uf0qmGMzUd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uf0qmGMzUd .container {
    flex-wrap: nowrap;
  }
}
.cid-uf0qmGMzUd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uf0qmGMzUd .dropdown-menu,
.cid-uf0qmGMzUd .navbar.opened {
  background: #e43f3f !important;
}
.cid-uf0qmGMzUd .nav-item:focus,
.cid-uf0qmGMzUd .nav-link:focus {
  outline: none;
}
.cid-uf0qmGMzUd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uf0qmGMzUd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf0qmGMzUd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uf0qmGMzUd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uf0qmGMzUd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uf0qmGMzUd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uf0qmGMzUd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uf0qmGMzUd .navbar.opened {
  transition: all 0.3s;
}
.cid-uf0qmGMzUd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uf0qmGMzUd .navbar .navbar-logo img {
  width: auto;
}
.cid-uf0qmGMzUd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uf0qmGMzUd .navbar.collapsed {
  justify-content: center;
}
.cid-uf0qmGMzUd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uf0qmGMzUd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uf0qmGMzUd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uf0qmGMzUd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uf0qmGMzUd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uf0qmGMzUd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uf0qmGMzUd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uf0qmGMzUd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uf0qmGMzUd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uf0qmGMzUd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uf0qmGMzUd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uf0qmGMzUd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uf0qmGMzUd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uf0qmGMzUd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uf0qmGMzUd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uf0qmGMzUd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uf0qmGMzUd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uf0qmGMzUd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uf0qmGMzUd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uf0qmGMzUd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uf0qmGMzUd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uf0qmGMzUd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uf0qmGMzUd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uf0qmGMzUd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uf0qmGMzUd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uf0qmGMzUd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uf0qmGMzUd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uf0qmGMzUd .dropdown-item.active,
.cid-uf0qmGMzUd .dropdown-item:active {
  background-color: transparent;
}
.cid-uf0qmGMzUd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uf0qmGMzUd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uf0qmGMzUd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uf0qmGMzUd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uf0qmGMzUd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uf0qmGMzUd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uf0qmGMzUd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uf0qmGMzUd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uf0qmGMzUd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uf0qmGMzUd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uf0qmGMzUd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uf0qmGMzUd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uf0qmGMzUd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uf0qmGMzUd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uf0qmGMzUd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uf0qmGMzUd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uf0qmGMzUd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uf0qmGMzUd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uf0qmGMzUd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uf0qmGMzUd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uf0qmGMzUd .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-uf0qmGMzUd .navbar {
    height: 70px;
  }
  .cid-uf0qmGMzUd .navbar.opened {
    height: auto;
  }
  .cid-uf0qmGMzUd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uf0qmERHkq {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uf0qmERHkq p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uf0qmERHkq .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uf0qmERHkq .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uf0qmERHkq .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uf0qmERHkq .main-banner .left-content {
  margin-right: 15px;
}
.cid-uf0qmERHkq .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uf0qmERHkq .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uf0qmERHkq .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uf0qmERHkq .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uf0qmERHkq .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uf0qmERHkq .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uf0qmERHkq .main-banner:before {
    display: none;
  }
  .cid-uf0qmERHkq .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uf0qmERHkq .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uf0qmERHkq H6 {
  color: #e43f3f;
}
.cid-uf0qmFetCa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uf0qmFetCa .mbr-section-title {
  color: #000000;
}
.cid-uf0qmFqDW6 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf0qmFqDW6 .mbr-text {
  color: #000000;
}
.cid-uf0qmFC6n9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uf0qmFC6n9 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-uf0qmFC6n9 .bgColor1 {
  background-color: #0a0d53;
}
.cid-uf0qmFC6n9 .bgColor2 {
  background-color: #e43f3f;
}
.cid-uf0qmFC6n9 .bgColor3 {
  background-color: #9fdbf8;
}
.cid-uf0qmFC6n9 .bgicon {
  background-color: #ffffff;
}
.cid-uf0qmFC6n9 H1 {
  color: #e43f3f;
}
.cid-uf0qmFTV98 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uf0qmFTV98 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-uf0qmFTV98 .bgColor1 {
  background-color: #0a0d53;
}
.cid-uf0qmFTV98 .bgColor2 {
  background-color: #e43f3f;
}
.cid-uf0qmFTV98 .bgColor3 {
  background-color: #e6c63b;
}
.cid-uf0qmFTV98 .bgicon {
  background-color: #ffffff;
}
.cid-uf0qmFTV98 H1 {
  color: #e43f3f;
}
.cid-uf0qmG8rUB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uf0qmG8rUB .media-container-row {
  justify-content: space-between;
}
.cid-uf0qmG8rUB .text-content {
  max-width: 50%;
}
.cid-uf0qmG8rUB .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uf0qmG8rUB .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uf0qmG8rUB .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uf0qmG8rUB .icons {
    justify-content: center !important;
  }
  .cid-uf0qmG8rUB .text-content * {
    text-align: center;
  }
}
.cid-uf0qmGt8B5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uf0qmGt8B5 #footer {
  padding: 0 0 25px 0;
}
.cid-uf0qmGt8B5 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uf0qmGt8B5 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uf0qmGt8B5 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uf0qmGt8B5 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uf0qmGt8B5 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uf0qmGt8B5 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uf0qmGt8B5 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uf0qmGt8B5 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uf0qmGt8B5 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uf0qmGt8B5 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uf0qmGt8B5 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uf0qmGt8B5 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uf0qmGt8B5 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uf0qmGt8B5 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uf0qmGt8B5 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uf0qmGt8B5 #footer .copyright {
  padding-top: 30px;
}
.cid-uf0qmGt8B5 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uf0qmGt8B5 H4 {
  color: #000000;
  text-align: left;
}
.cid-uf0qmGt8B5 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uf0qmGt8B5 P {
  color: #e43f3f;
  text-align: left;
}
.cid-uf0qmGt8B5 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uf0qmGt8B5 .copyright a {
  text-decoration: none !important;
}
.cid-uf0qmGt8B5 .list,
.cid-uf0qmGt8B5 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uf0qmGt8B5 ul li a {
  text-decoration: none !important;
}
.cid-uf0qmGt8B5 .list {
  color: #e43f3f;
}
.cid-ufj1bPirHo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufj1bPirHo nav.navbar {
  position: fixed;
}
.cid-ufj1bPirHo .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-ufj1bPirHo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufj1bPirHo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufj1bPirHo .dropdown-item:hover,
.cid-ufj1bPirHo .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ufj1bPirHo .dropdown-item:hover span {
  color: white;
}
.cid-ufj1bPirHo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufj1bPirHo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufj1bPirHo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufj1bPirHo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufj1bPirHo .nav-link {
  position: relative;
}
.cid-ufj1bPirHo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufj1bPirHo .container {
    flex-wrap: nowrap;
  }
}
.cid-ufj1bPirHo .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufj1bPirHo .dropdown-menu,
.cid-ufj1bPirHo .navbar.opened {
  background: #e43f3f !important;
}
.cid-ufj1bPirHo .nav-item:focus,
.cid-ufj1bPirHo .nav-link:focus {
  outline: none;
}
.cid-ufj1bPirHo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufj1bPirHo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufj1bPirHo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufj1bPirHo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufj1bPirHo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufj1bPirHo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufj1bPirHo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ufj1bPirHo .navbar.opened {
  transition: all 0.3s;
}
.cid-ufj1bPirHo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufj1bPirHo .navbar .navbar-logo img {
  width: auto;
}
.cid-ufj1bPirHo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufj1bPirHo .navbar.collapsed {
  justify-content: center;
}
.cid-ufj1bPirHo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufj1bPirHo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufj1bPirHo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ufj1bPirHo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufj1bPirHo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufj1bPirHo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufj1bPirHo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufj1bPirHo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufj1bPirHo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufj1bPirHo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufj1bPirHo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufj1bPirHo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufj1bPirHo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufj1bPirHo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufj1bPirHo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufj1bPirHo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufj1bPirHo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufj1bPirHo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufj1bPirHo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufj1bPirHo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufj1bPirHo .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufj1bPirHo .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufj1bPirHo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufj1bPirHo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufj1bPirHo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufj1bPirHo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufj1bPirHo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufj1bPirHo .dropdown-item.active,
.cid-ufj1bPirHo .dropdown-item:active {
  background-color: transparent;
}
.cid-ufj1bPirHo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufj1bPirHo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufj1bPirHo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufj1bPirHo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ufj1bPirHo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufj1bPirHo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufj1bPirHo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufj1bPirHo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufj1bPirHo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufj1bPirHo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ufj1bPirHo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufj1bPirHo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufj1bPirHo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufj1bPirHo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufj1bPirHo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufj1bPirHo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufj1bPirHo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufj1bPirHo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufj1bPirHo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufj1bPirHo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufj1bPirHo .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-ufj1bPirHo .navbar {
    height: 70px;
  }
  .cid-ufj1bPirHo .navbar.opened {
    height: auto;
  }
  .cid-ufj1bPirHo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufj1bNqoKb {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufj1bNqoKb .row {
  flex-direction: row-reverse;
}
.cid-ufj1bNqoKb p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufj1bNqoKb .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufj1bNqoKb .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufj1bNqoKb .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufj1bNqoKb .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufj1bNqoKb .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufj1bNqoKb .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufj1bNqoKb .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufj1bNqoKb .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufj1bNqoKb .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufj1bNqoKb .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufj1bNqoKb .main-banner:before {
    display: none;
  }
  .cid-ufj1bNqoKb .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufj1bNqoKb .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufj1bNqoKb H6 {
  color: #e43f3f;
}
.cid-ufj1bNOyTJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ufj1bNOyTJ .mbr-section-title {
  color: #000000;
}
.cid-ufj1bO0SEB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufj1bOcoUO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufj1bOcoUO .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-ufj1bOcoUO .bgColor1 {
  background-color: #0a0d53;
}
.cid-ufj1bOcoUO .bgColor2 {
  background-color: #e43f3f;
}
.cid-ufj1bOcoUO .bgColor3 {
  background-color: #9fdbf8;
}
.cid-ufj1bOcoUO .bgicon {
  background-color: #ffffff;
}
.cid-ufj1bOcoUO H1 {
  color: #e43f3f;
}
.cid-ufj1bOsyK2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufj1bOsyK2 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-ufj1bOsyK2 .bgColor1 {
  background-color: #0a0d53;
}
.cid-ufj1bOsyK2 .bgColor2 {
  background-color: #e43f3f;
}
.cid-ufj1bOsyK2 .bgColor3 {
  background-color: #e6c63b;
}
.cid-ufj1bOsyK2 .bgicon {
  background-color: #ffffff;
}
.cid-ufj1bOsyK2 H1 {
  color: #e43f3f;
}
.cid-ufj1bOHemS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufj1bOHemS .media-container-row {
  justify-content: space-between;
}
.cid-ufj1bOHemS .text-content {
  max-width: 50%;
}
.cid-ufj1bOHemS .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ufj1bOHemS .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ufj1bOHemS .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ufj1bOHemS .icons {
    justify-content: center !important;
  }
  .cid-ufj1bOHemS .text-content * {
    text-align: center;
  }
}
.cid-ufj1bOZUfs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ufj1bOZUfs #footer {
  padding: 0 0 25px 0;
}
.cid-ufj1bOZUfs #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ufj1bOZUfs #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ufj1bOZUfs #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ufj1bOZUfs #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ufj1bOZUfs #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ufj1bOZUfs #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ufj1bOZUfs #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ufj1bOZUfs #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ufj1bOZUfs #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ufj1bOZUfs #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ufj1bOZUfs #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ufj1bOZUfs #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ufj1bOZUfs #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ufj1bOZUfs #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ufj1bOZUfs #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ufj1bOZUfs #footer .copyright {
  padding-top: 30px;
}
.cid-ufj1bOZUfs ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ufj1bOZUfs H4 {
  color: #000000;
  text-align: left;
}
.cid-ufj1bOZUfs DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ufj1bOZUfs P {
  color: #e43f3f;
  text-align: left;
}
.cid-ufj1bOZUfs div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ufj1bOZUfs .copyright a {
  text-decoration: none !important;
}
.cid-ufj1bOZUfs .list,
.cid-ufj1bOZUfs .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ufj1bOZUfs ul li a {
  text-decoration: none !important;
}
.cid-ufj1bOZUfs .list {
  color: #e43f3f;
}
.cid-ufj42Jky2c {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufj42Jky2c nav.navbar {
  position: fixed;
}
.cid-ufj42Jky2c .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-ufj42Jky2c .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufj42Jky2c .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufj42Jky2c .dropdown-item:hover,
.cid-ufj42Jky2c .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ufj42Jky2c .dropdown-item:hover span {
  color: white;
}
.cid-ufj42Jky2c .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufj42Jky2c .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufj42Jky2c .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufj42Jky2c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufj42Jky2c .nav-link {
  position: relative;
}
.cid-ufj42Jky2c .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufj42Jky2c .container {
    flex-wrap: nowrap;
  }
}
.cid-ufj42Jky2c .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufj42Jky2c .dropdown-menu,
.cid-ufj42Jky2c .navbar.opened {
  background: #e43f3f !important;
}
.cid-ufj42Jky2c .nav-item:focus,
.cid-ufj42Jky2c .nav-link:focus {
  outline: none;
}
.cid-ufj42Jky2c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufj42Jky2c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufj42Jky2c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufj42Jky2c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufj42Jky2c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufj42Jky2c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufj42Jky2c .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ufj42Jky2c .navbar.opened {
  transition: all 0.3s;
}
.cid-ufj42Jky2c .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufj42Jky2c .navbar .navbar-logo img {
  width: auto;
}
.cid-ufj42Jky2c .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufj42Jky2c .navbar.collapsed {
  justify-content: center;
}
.cid-ufj42Jky2c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufj42Jky2c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufj42Jky2c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ufj42Jky2c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufj42Jky2c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufj42Jky2c .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufj42Jky2c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufj42Jky2c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufj42Jky2c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufj42Jky2c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufj42Jky2c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufj42Jky2c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufj42Jky2c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufj42Jky2c .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufj42Jky2c .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufj42Jky2c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufj42Jky2c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufj42Jky2c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufj42Jky2c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufj42Jky2c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufj42Jky2c .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufj42Jky2c .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufj42Jky2c .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufj42Jky2c .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufj42Jky2c .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufj42Jky2c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufj42Jky2c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufj42Jky2c .dropdown-item.active,
.cid-ufj42Jky2c .dropdown-item:active {
  background-color: transparent;
}
.cid-ufj42Jky2c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufj42Jky2c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufj42Jky2c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufj42Jky2c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ufj42Jky2c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufj42Jky2c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufj42Jky2c ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufj42Jky2c .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufj42Jky2c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufj42Jky2c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ufj42Jky2c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufj42Jky2c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufj42Jky2c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufj42Jky2c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufj42Jky2c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufj42Jky2c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufj42Jky2c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufj42Jky2c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufj42Jky2c .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufj42Jky2c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufj42Jky2c .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-ufj42Jky2c .navbar {
    height: 70px;
  }
  .cid-ufj42Jky2c .navbar.opened {
    height: auto;
  }
  .cid-ufj42Jky2c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufj42HjapY {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufj42HjapY .row {
  flex-direction: row-reverse;
}
.cid-ufj42HjapY p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufj42HjapY .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufj42HjapY .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufj42HjapY .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufj42HjapY .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufj42HjapY .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufj42HjapY .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufj42HjapY .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufj42HjapY .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufj42HjapY .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufj42HjapY .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufj42HjapY .main-banner:before {
    display: none;
  }
  .cid-ufj42HjapY .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufj42HjapY .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufj42HjapY H6 {
  color: #e43f3f;
}
.cid-ufj42HJTVl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ufj42HJTVl .mbr-section-title {
  color: #000000;
}
.cid-ufj42I1quf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufj42Id6JY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufj42Id6JY .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-ufj42Id6JY .bgColor1 {
  background-color: #0a0d53;
}
.cid-ufj42Id6JY .bgColor2 {
  background-color: #e43f3f;
}
.cid-ufj42Id6JY .bgColor3 {
  background-color: #9fdbf8;
}
.cid-ufj42Id6JY .bgicon {
  background-color: #ffffff;
}
.cid-ufj42Id6JY H1 {
  color: #e43f3f;
}
.cid-ufj42It5CJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufj42It5CJ .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-ufj42It5CJ .bgColor1 {
  background-color: #0a0d53;
}
.cid-ufj42It5CJ .bgColor2 {
  background-color: #e43f3f;
}
.cid-ufj42It5CJ .bgColor3 {
  background-color: #e6c63b;
}
.cid-ufj42It5CJ .bgicon {
  background-color: #ffffff;
}
.cid-ufj42It5CJ H1 {
  color: #e43f3f;
}
.cid-ufj42IItNV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufj42IItNV .media-container-row {
  justify-content: space-between;
}
.cid-ufj42IItNV .text-content {
  max-width: 50%;
}
.cid-ufj42IItNV .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ufj42IItNV .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ufj42IItNV .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ufj42IItNV .icons {
    justify-content: center !important;
  }
  .cid-ufj42IItNV .text-content * {
    text-align: center;
  }
}
.cid-ufj42IZJD8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ufj42IZJD8 #footer {
  padding: 0 0 25px 0;
}
.cid-ufj42IZJD8 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ufj42IZJD8 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ufj42IZJD8 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ufj42IZJD8 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ufj42IZJD8 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ufj42IZJD8 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ufj42IZJD8 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ufj42IZJD8 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ufj42IZJD8 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ufj42IZJD8 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ufj42IZJD8 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ufj42IZJD8 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ufj42IZJD8 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ufj42IZJD8 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ufj42IZJD8 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ufj42IZJD8 #footer .copyright {
  padding-top: 30px;
}
.cid-ufj42IZJD8 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ufj42IZJD8 H4 {
  color: #000000;
  text-align: left;
}
.cid-ufj42IZJD8 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ufj42IZJD8 P {
  color: #e43f3f;
  text-align: left;
}
.cid-ufj42IZJD8 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ufj42IZJD8 .copyright a {
  text-decoration: none !important;
}
.cid-ufj42IZJD8 .list,
.cid-ufj42IZJD8 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ufj42IZJD8 ul li a {
  text-decoration: none !important;
}
.cid-ufj42IZJD8 .list {
  color: #e43f3f;
}
.cid-ufjz1Fc8gk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufjz1Fc8gk nav.navbar {
  position: fixed;
}
.cid-ufjz1Fc8gk .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-ufjz1Fc8gk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufjz1Fc8gk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufjz1Fc8gk .dropdown-item:hover,
.cid-ufjz1Fc8gk .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ufjz1Fc8gk .dropdown-item:hover span {
  color: white;
}
.cid-ufjz1Fc8gk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufjz1Fc8gk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufjz1Fc8gk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufjz1Fc8gk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufjz1Fc8gk .nav-link {
  position: relative;
}
.cid-ufjz1Fc8gk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufjz1Fc8gk .container {
    flex-wrap: nowrap;
  }
}
.cid-ufjz1Fc8gk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufjz1Fc8gk .dropdown-menu,
.cid-ufjz1Fc8gk .navbar.opened {
  background: #e43f3f !important;
}
.cid-ufjz1Fc8gk .nav-item:focus,
.cid-ufjz1Fc8gk .nav-link:focus {
  outline: none;
}
.cid-ufjz1Fc8gk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufjz1Fc8gk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufjz1Fc8gk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufjz1Fc8gk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufjz1Fc8gk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufjz1Fc8gk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufjz1Fc8gk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ufjz1Fc8gk .navbar.opened {
  transition: all 0.3s;
}
.cid-ufjz1Fc8gk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufjz1Fc8gk .navbar .navbar-logo img {
  width: auto;
}
.cid-ufjz1Fc8gk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufjz1Fc8gk .navbar.collapsed {
  justify-content: center;
}
.cid-ufjz1Fc8gk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufjz1Fc8gk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufjz1Fc8gk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ufjz1Fc8gk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufjz1Fc8gk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufjz1Fc8gk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufjz1Fc8gk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufjz1Fc8gk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufjz1Fc8gk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufjz1Fc8gk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufjz1Fc8gk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufjz1Fc8gk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufjz1Fc8gk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufjz1Fc8gk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufjz1Fc8gk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufjz1Fc8gk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufjz1Fc8gk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufjz1Fc8gk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufjz1Fc8gk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufjz1Fc8gk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufjz1Fc8gk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufjz1Fc8gk .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufjz1Fc8gk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufjz1Fc8gk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufjz1Fc8gk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufjz1Fc8gk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufjz1Fc8gk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufjz1Fc8gk .dropdown-item.active,
.cid-ufjz1Fc8gk .dropdown-item:active {
  background-color: transparent;
}
.cid-ufjz1Fc8gk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufjz1Fc8gk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufjz1Fc8gk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufjz1Fc8gk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ufjz1Fc8gk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufjz1Fc8gk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufjz1Fc8gk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufjz1Fc8gk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufjz1Fc8gk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufjz1Fc8gk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ufjz1Fc8gk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufjz1Fc8gk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufjz1Fc8gk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufjz1Fc8gk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufjz1Fc8gk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufjz1Fc8gk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufjz1Fc8gk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufjz1Fc8gk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufjz1Fc8gk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufjz1Fc8gk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufjz1Fc8gk .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-ufjz1Fc8gk .navbar {
    height: 70px;
  }
  .cid-ufjz1Fc8gk .navbar.opened {
    height: auto;
  }
  .cid-ufjz1Fc8gk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufjz1COFKU {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufjz1COFKU .row {
  flex-direction: row-reverse;
}
.cid-ufjz1COFKU p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufjz1COFKU .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufjz1COFKU .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufjz1COFKU .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufjz1COFKU .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufjz1COFKU .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufjz1COFKU .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufjz1COFKU .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufjz1COFKU .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufjz1COFKU .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufjz1COFKU .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufjz1COFKU .main-banner:before {
    display: none;
  }
  .cid-ufjz1COFKU .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufjz1COFKU .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufjz1COFKU H6 {
  color: #e43f3f;
}
.cid-ufjz1DfIuQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ufjz1DfIuQ .mbr-section-title {
  color: #000000;
}
.cid-ufjz1DA1zZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufjz1DRWaV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufjz1DRWaV .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-ufjz1DRWaV .bgColor1 {
  background-color: #0a0d53;
}
.cid-ufjz1DRWaV .bgColor2 {
  background-color: #e43f3f;
}
.cid-ufjz1DRWaV .bgColor3 {
  background-color: #9fdbf8;
}
.cid-ufjz1DRWaV .bgicon {
  background-color: #ffffff;
}
.cid-ufjz1DRWaV H1 {
  color: #e43f3f;
}
.cid-ufjz1EaLGJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufjz1EaLGJ .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-ufjz1EaLGJ .bgColor1 {
  background-color: #0a0d53;
}
.cid-ufjz1EaLGJ .bgColor2 {
  background-color: #e43f3f;
}
.cid-ufjz1EaLGJ .bgColor3 {
  background-color: #e6c63b;
}
.cid-ufjz1EaLGJ .bgicon {
  background-color: #ffffff;
}
.cid-ufjz1EaLGJ H1 {
  color: #e43f3f;
}
.cid-ufjz1EsYcR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufjz1EsYcR .media-container-row {
  justify-content: space-between;
}
.cid-ufjz1EsYcR .text-content {
  max-width: 50%;
}
.cid-ufjz1EsYcR .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ufjz1EsYcR .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ufjz1EsYcR .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ufjz1EsYcR .icons {
    justify-content: center !important;
  }
  .cid-ufjz1EsYcR .text-content * {
    text-align: center;
  }
}
.cid-ufjz1ENIiG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ufjz1ENIiG #footer {
  padding: 0 0 25px 0;
}
.cid-ufjz1ENIiG #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ufjz1ENIiG #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ufjz1ENIiG #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ufjz1ENIiG #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ufjz1ENIiG #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ufjz1ENIiG #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ufjz1ENIiG #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ufjz1ENIiG #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ufjz1ENIiG #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ufjz1ENIiG #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ufjz1ENIiG #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ufjz1ENIiG #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ufjz1ENIiG #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ufjz1ENIiG #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ufjz1ENIiG #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ufjz1ENIiG #footer .copyright {
  padding-top: 30px;
}
.cid-ufjz1ENIiG ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ufjz1ENIiG H4 {
  color: #000000;
  text-align: left;
}
.cid-ufjz1ENIiG DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ufjz1ENIiG P {
  color: #e43f3f;
  text-align: left;
}
.cid-ufjz1ENIiG div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ufjz1ENIiG .copyright a {
  text-decoration: none !important;
}
.cid-ufjz1ENIiG .list,
.cid-ufjz1ENIiG .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ufjz1ENIiG ul li a {
  text-decoration: none !important;
}
.cid-ufjz1ENIiG .list {
  color: #e43f3f;
}
.cid-ufjzuhiGZa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufjzuhiGZa nav.navbar {
  position: fixed;
}
.cid-ufjzuhiGZa .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-ufjzuhiGZa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufjzuhiGZa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufjzuhiGZa .dropdown-item:hover,
.cid-ufjzuhiGZa .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ufjzuhiGZa .dropdown-item:hover span {
  color: white;
}
.cid-ufjzuhiGZa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufjzuhiGZa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufjzuhiGZa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufjzuhiGZa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufjzuhiGZa .nav-link {
  position: relative;
}
.cid-ufjzuhiGZa .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufjzuhiGZa .container {
    flex-wrap: nowrap;
  }
}
.cid-ufjzuhiGZa .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufjzuhiGZa .dropdown-menu,
.cid-ufjzuhiGZa .navbar.opened {
  background: #e43f3f !important;
}
.cid-ufjzuhiGZa .nav-item:focus,
.cid-ufjzuhiGZa .nav-link:focus {
  outline: none;
}
.cid-ufjzuhiGZa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufjzuhiGZa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufjzuhiGZa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufjzuhiGZa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufjzuhiGZa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufjzuhiGZa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufjzuhiGZa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ufjzuhiGZa .navbar.opened {
  transition: all 0.3s;
}
.cid-ufjzuhiGZa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufjzuhiGZa .navbar .navbar-logo img {
  width: auto;
}
.cid-ufjzuhiGZa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufjzuhiGZa .navbar.collapsed {
  justify-content: center;
}
.cid-ufjzuhiGZa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufjzuhiGZa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufjzuhiGZa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ufjzuhiGZa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufjzuhiGZa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufjzuhiGZa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufjzuhiGZa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufjzuhiGZa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufjzuhiGZa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufjzuhiGZa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufjzuhiGZa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufjzuhiGZa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufjzuhiGZa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufjzuhiGZa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufjzuhiGZa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufjzuhiGZa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufjzuhiGZa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufjzuhiGZa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufjzuhiGZa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufjzuhiGZa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufjzuhiGZa .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufjzuhiGZa .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufjzuhiGZa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufjzuhiGZa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufjzuhiGZa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufjzuhiGZa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufjzuhiGZa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufjzuhiGZa .dropdown-item.active,
.cid-ufjzuhiGZa .dropdown-item:active {
  background-color: transparent;
}
.cid-ufjzuhiGZa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufjzuhiGZa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufjzuhiGZa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufjzuhiGZa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ufjzuhiGZa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufjzuhiGZa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufjzuhiGZa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufjzuhiGZa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufjzuhiGZa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufjzuhiGZa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ufjzuhiGZa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufjzuhiGZa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufjzuhiGZa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufjzuhiGZa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufjzuhiGZa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufjzuhiGZa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufjzuhiGZa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufjzuhiGZa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufjzuhiGZa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufjzuhiGZa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufjzuhiGZa .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-ufjzuhiGZa .navbar {
    height: 70px;
  }
  .cid-ufjzuhiGZa .navbar.opened {
    height: auto;
  }
  .cid-ufjzuhiGZa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufjzufnxO7 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufjzufnxO7 .row {
  flex-direction: row-reverse;
}
.cid-ufjzufnxO7 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufjzufnxO7 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufjzufnxO7 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufjzufnxO7 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufjzufnxO7 .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufjzufnxO7 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufjzufnxO7 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufjzufnxO7 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufjzufnxO7 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufjzufnxO7 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufjzufnxO7 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufjzufnxO7 .main-banner:before {
    display: none;
  }
  .cid-ufjzufnxO7 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufjzufnxO7 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufjzufnxO7 H6 {
  color: #e43f3f;
}
.cid-ufjzufJz92 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ufjzufJz92 .mbr-section-title {
  color: #000000;
}
.cid-ufjzug1RuZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufjzugdSLc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufjzugdSLc .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-ufjzugdSLc .bgColor1 {
  background-color: #0a0d53;
}
.cid-ufjzugdSLc .bgColor2 {
  background-color: #e43f3f;
}
.cid-ufjzugdSLc .bgColor3 {
  background-color: #9fdbf8;
}
.cid-ufjzugdSLc .bgicon {
  background-color: #ffffff;
}
.cid-ufjzugdSLc H1 {
  color: #e43f3f;
}
.cid-ufjzugtLnQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufjzugtLnQ .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-ufjzugtLnQ .bgColor1 {
  background-color: #0a0d53;
}
.cid-ufjzugtLnQ .bgColor2 {
  background-color: #e43f3f;
}
.cid-ufjzugtLnQ .bgColor3 {
  background-color: #e6c63b;
}
.cid-ufjzugtLnQ .bgicon {
  background-color: #ffffff;
}
.cid-ufjzugtLnQ H1 {
  color: #e43f3f;
}
.cid-ufjzugHel5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufjzugHel5 .media-container-row {
  justify-content: space-between;
}
.cid-ufjzugHel5 .text-content {
  max-width: 50%;
}
.cid-ufjzugHel5 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ufjzugHel5 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ufjzugHel5 .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ufjzugHel5 .icons {
    justify-content: center !important;
  }
  .cid-ufjzugHel5 .text-content * {
    text-align: center;
  }
}
.cid-ufjzugYISt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ufjzugYISt #footer {
  padding: 0 0 25px 0;
}
.cid-ufjzugYISt #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ufjzugYISt #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ufjzugYISt #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ufjzugYISt #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ufjzugYISt #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ufjzugYISt #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ufjzugYISt #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ufjzugYISt #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ufjzugYISt #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ufjzugYISt #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ufjzugYISt #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ufjzugYISt #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ufjzugYISt #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ufjzugYISt #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ufjzugYISt #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ufjzugYISt #footer .copyright {
  padding-top: 30px;
}
.cid-ufjzugYISt ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ufjzugYISt H4 {
  color: #000000;
  text-align: left;
}
.cid-ufjzugYISt DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ufjzugYISt P {
  color: #e43f3f;
  text-align: left;
}
.cid-ufjzugYISt div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ufjzugYISt .copyright a {
  text-decoration: none !important;
}
.cid-ufjzugYISt .list,
.cid-ufjzugYISt .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ufjzugYISt ul li a {
  text-decoration: none !important;
}
.cid-ufjzugYISt .list {
  color: #e43f3f;
}
.cid-ufjAjLOjvM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufjAjLOjvM nav.navbar {
  position: fixed;
}
.cid-ufjAjLOjvM .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-ufjAjLOjvM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufjAjLOjvM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufjAjLOjvM .dropdown-item:hover,
.cid-ufjAjLOjvM .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ufjAjLOjvM .dropdown-item:hover span {
  color: white;
}
.cid-ufjAjLOjvM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufjAjLOjvM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufjAjLOjvM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufjAjLOjvM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufjAjLOjvM .nav-link {
  position: relative;
}
.cid-ufjAjLOjvM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufjAjLOjvM .container {
    flex-wrap: nowrap;
  }
}
.cid-ufjAjLOjvM .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufjAjLOjvM .dropdown-menu,
.cid-ufjAjLOjvM .navbar.opened {
  background: #e43f3f !important;
}
.cid-ufjAjLOjvM .nav-item:focus,
.cid-ufjAjLOjvM .nav-link:focus {
  outline: none;
}
.cid-ufjAjLOjvM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufjAjLOjvM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufjAjLOjvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufjAjLOjvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufjAjLOjvM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufjAjLOjvM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufjAjLOjvM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ufjAjLOjvM .navbar.opened {
  transition: all 0.3s;
}
.cid-ufjAjLOjvM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufjAjLOjvM .navbar .navbar-logo img {
  width: auto;
}
.cid-ufjAjLOjvM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufjAjLOjvM .navbar.collapsed {
  justify-content: center;
}
.cid-ufjAjLOjvM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufjAjLOjvM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufjAjLOjvM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ufjAjLOjvM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufjAjLOjvM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufjAjLOjvM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufjAjLOjvM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufjAjLOjvM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufjAjLOjvM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufjAjLOjvM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufjAjLOjvM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufjAjLOjvM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufjAjLOjvM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufjAjLOjvM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufjAjLOjvM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufjAjLOjvM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufjAjLOjvM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufjAjLOjvM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufjAjLOjvM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufjAjLOjvM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufjAjLOjvM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufjAjLOjvM .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufjAjLOjvM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufjAjLOjvM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufjAjLOjvM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufjAjLOjvM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufjAjLOjvM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufjAjLOjvM .dropdown-item.active,
.cid-ufjAjLOjvM .dropdown-item:active {
  background-color: transparent;
}
.cid-ufjAjLOjvM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufjAjLOjvM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufjAjLOjvM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufjAjLOjvM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ufjAjLOjvM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufjAjLOjvM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufjAjLOjvM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufjAjLOjvM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufjAjLOjvM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufjAjLOjvM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ufjAjLOjvM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufjAjLOjvM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufjAjLOjvM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufjAjLOjvM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufjAjLOjvM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufjAjLOjvM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufjAjLOjvM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufjAjLOjvM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufjAjLOjvM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufjAjLOjvM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufjAjLOjvM .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-ufjAjLOjvM .navbar {
    height: 70px;
  }
  .cid-ufjAjLOjvM .navbar.opened {
    height: auto;
  }
  .cid-ufjAjLOjvM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufjAjJNw2d {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufjAjJNw2d .row {
  flex-direction: row-reverse;
}
.cid-ufjAjJNw2d p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufjAjJNw2d .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufjAjJNw2d .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufjAjJNw2d .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufjAjJNw2d .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufjAjJNw2d .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufjAjJNw2d .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufjAjJNw2d .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufjAjJNw2d .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufjAjJNw2d .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufjAjJNw2d .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufjAjJNw2d .main-banner:before {
    display: none;
  }
  .cid-ufjAjJNw2d .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufjAjJNw2d .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufjAjJNw2d H6 {
  color: #e43f3f;
}
.cid-ufjAjKbtAr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ufjAjKbtAr .mbr-section-title {
  color: #000000;
}
.cid-ufjAjKvHFZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufjAjKHdTa {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufjAjKHdTa .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-ufjAjKHdTa .bgColor1 {
  background-color: #0a0d53;
}
.cid-ufjAjKHdTa .bgColor2 {
  background-color: #e43f3f;
}
.cid-ufjAjKHdTa .bgColor3 {
  background-color: #9fdbf8;
}
.cid-ufjAjKHdTa .bgicon {
  background-color: #ffffff;
}
.cid-ufjAjKHdTa H1 {
  color: #e43f3f;
}
.cid-ufjAjKYp6j {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufjAjKYp6j .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-ufjAjKYp6j .bgColor1 {
  background-color: #0a0d53;
}
.cid-ufjAjKYp6j .bgColor2 {
  background-color: #e43f3f;
}
.cid-ufjAjKYp6j .bgColor3 {
  background-color: #e6c63b;
}
.cid-ufjAjKYp6j .bgicon {
  background-color: #ffffff;
}
.cid-ufjAjKYp6j H1 {
  color: #e43f3f;
}
.cid-ufjAjLd4ua {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufjAjLd4ua .media-container-row {
  justify-content: space-between;
}
.cid-ufjAjLd4ua .text-content {
  max-width: 50%;
}
.cid-ufjAjLd4ua .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ufjAjLd4ua .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ufjAjLd4ua .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ufjAjLd4ua .icons {
    justify-content: center !important;
  }
  .cid-ufjAjLd4ua .text-content * {
    text-align: center;
  }
}
.cid-ufjAjLvcl2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ufjAjLvcl2 #footer {
  padding: 0 0 25px 0;
}
.cid-ufjAjLvcl2 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ufjAjLvcl2 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ufjAjLvcl2 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ufjAjLvcl2 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ufjAjLvcl2 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ufjAjLvcl2 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ufjAjLvcl2 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ufjAjLvcl2 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ufjAjLvcl2 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ufjAjLvcl2 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ufjAjLvcl2 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ufjAjLvcl2 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ufjAjLvcl2 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ufjAjLvcl2 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ufjAjLvcl2 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ufjAjLvcl2 #footer .copyright {
  padding-top: 30px;
}
.cid-ufjAjLvcl2 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ufjAjLvcl2 H4 {
  color: #000000;
  text-align: left;
}
.cid-ufjAjLvcl2 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ufjAjLvcl2 P {
  color: #e43f3f;
  text-align: left;
}
.cid-ufjAjLvcl2 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ufjAjLvcl2 .copyright a {
  text-decoration: none !important;
}
.cid-ufjAjLvcl2 .list,
.cid-ufjAjLvcl2 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ufjAjLvcl2 ul li a {
  text-decoration: none !important;
}
.cid-ufjAjLvcl2 .list {
  color: #e43f3f;
}
.cid-ufuCJctODG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufuCJctODG nav.navbar {
  position: fixed;
}
.cid-ufuCJctODG .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-ufuCJctODG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufuCJctODG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufuCJctODG .dropdown-item:hover,
.cid-ufuCJctODG .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ufuCJctODG .dropdown-item:hover span {
  color: white;
}
.cid-ufuCJctODG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufuCJctODG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufuCJctODG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufuCJctODG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufuCJctODG .nav-link {
  position: relative;
}
.cid-ufuCJctODG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufuCJctODG .container {
    flex-wrap: nowrap;
  }
}
.cid-ufuCJctODG .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufuCJctODG .dropdown-menu,
.cid-ufuCJctODG .navbar.opened {
  background: #e43f3f !important;
}
.cid-ufuCJctODG .nav-item:focus,
.cid-ufuCJctODG .nav-link:focus {
  outline: none;
}
.cid-ufuCJctODG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufuCJctODG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufuCJctODG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufuCJctODG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufuCJctODG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufuCJctODG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufuCJctODG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ufuCJctODG .navbar.opened {
  transition: all 0.3s;
}
.cid-ufuCJctODG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufuCJctODG .navbar .navbar-logo img {
  width: auto;
}
.cid-ufuCJctODG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufuCJctODG .navbar.collapsed {
  justify-content: center;
}
.cid-ufuCJctODG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufuCJctODG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufuCJctODG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ufuCJctODG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufuCJctODG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufuCJctODG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufuCJctODG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufuCJctODG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufuCJctODG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufuCJctODG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufuCJctODG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufuCJctODG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufuCJctODG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufuCJctODG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufuCJctODG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufuCJctODG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufuCJctODG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufuCJctODG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufuCJctODG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufuCJctODG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufuCJctODG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufuCJctODG .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufuCJctODG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufuCJctODG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufuCJctODG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufuCJctODG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufuCJctODG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufuCJctODG .dropdown-item.active,
.cid-ufuCJctODG .dropdown-item:active {
  background-color: transparent;
}
.cid-ufuCJctODG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufuCJctODG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufuCJctODG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufuCJctODG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ufuCJctODG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufuCJctODG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufuCJctODG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufuCJctODG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufuCJctODG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufuCJctODG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ufuCJctODG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufuCJctODG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufuCJctODG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufuCJctODG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufuCJctODG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufuCJctODG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufuCJctODG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufuCJctODG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufuCJctODG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufuCJctODG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufuCJctODG .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-ufuCJctODG .navbar {
    height: 70px;
  }
  .cid-ufuCJctODG .navbar.opened {
    height: auto;
  }
  .cid-ufuCJctODG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufuCJaUKaR {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ufuCJaUKaR .row {
  flex-direction: row-reverse;
}
.cid-ufuCJaUKaR p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufuCJaUKaR .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufuCJaUKaR .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufuCJaUKaR .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufuCJaUKaR .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufuCJaUKaR .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufuCJaUKaR .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufuCJaUKaR .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufuCJaUKaR .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufuCJaUKaR .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufuCJaUKaR .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufuCJaUKaR .main-banner:before {
    display: none;
  }
  .cid-ufuCJaUKaR .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufuCJaUKaR .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufuCJaUKaR H6 {
  color: #e43f3f;
}
.cid-ufuCJaUKaR H2 {
  color: #ffffff;
}
.cid-ufuCJaUKaR P {
  color: #ffffff;
}
.cid-sxmW3ToqZl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sxmW3ToqZl .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
}
.cid-sxmW3ToqZl .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #e43f3f;
  margin-left: 2rem;
}
.cid-sxmW3ToqZl .timeline-text-content p {
  margin-bottom: 0;
}
.cid-sxmW3ToqZl .time-line-date-content {
  margin-right: 2rem;
}
.cid-sxmW3ToqZl .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #e43f3f;
  float: right;
}
.cid-sxmW3ToqZl .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-sxmW3ToqZl .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-sxmW3ToqZl .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-sxmW3ToqZl .mbr-timeline-date,
.cid-sxmW3ToqZl .timeline-text-content {
  transition: all .4s;
}
.cid-sxmW3ToqZl .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sxmW3ToqZl .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-sxmW3ToqZl .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-sxmW3ToqZl .reverse .time-line-date-content p {
  float: left;
}
.cid-sxmW3ToqZl .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #e43f3f;
  top: 20px;
  margin-left: -10px;
}
.cid-sxmW3ToqZl .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #e43f3f;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-sxmW3ToqZl .iconBackground {
    left: 0 !important;
  }
  .cid-sxmW3ToqZl .separline:before {
    left: 0!important;
  }
  .cid-sxmW3ToqZl .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-sxmW3ToqZl .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-sxmW3ToqZl .time-line-date-content p {
    float: left !important;
  }
  .cid-sxmW3ToqZl .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-sxmW3ToqZl .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-sxmW3ToqZl .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-sxmW3ToqZl .mbr-section-title {
  color: #e43f3f;
}
.cid-ufuCJbqoT8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ufuCJbqoT8 .media-container-row {
  justify-content: space-between;
}
.cid-ufuCJbqoT8 .text-content {
  max-width: 50%;
}
.cid-ufuCJbqoT8 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ufuCJbqoT8 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ufuCJbqoT8 .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ufuCJbqoT8 .icons {
    justify-content: center !important;
  }
  .cid-ufuCJbqoT8 .text-content * {
    text-align: center;
  }
}
.cid-ufuCJbqoT8 .mbr-section-title {
  color: #ffffff;
}
.cid-ufuCJbqoT8 P {
  color: #ffffff;
}
.cid-ufuCJc9gZC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ufuCJc9gZC #footer {
  padding: 0 0 25px 0;
}
.cid-ufuCJc9gZC #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ufuCJc9gZC #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ufuCJc9gZC #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ufuCJc9gZC #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ufuCJc9gZC #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ufuCJc9gZC #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ufuCJc9gZC #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ufuCJc9gZC #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ufuCJc9gZC #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ufuCJc9gZC #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ufuCJc9gZC #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ufuCJc9gZC #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ufuCJc9gZC #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ufuCJc9gZC #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ufuCJc9gZC #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ufuCJc9gZC #footer .copyright {
  padding-top: 30px;
}
.cid-ufuCJc9gZC ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ufuCJc9gZC H4 {
  color: #000000;
  text-align: left;
}
.cid-ufuCJc9gZC DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ufuCJc9gZC P {
  color: #e43f3f;
  text-align: left;
}
.cid-ufuCJc9gZC div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ufuCJc9gZC .copyright a {
  text-decoration: none !important;
}
.cid-ufuCJc9gZC .list,
.cid-ufuCJc9gZC .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ufuCJc9gZC ul li a {
  text-decoration: none !important;
}
.cid-ufuCJc9gZC .list {
  color: #e43f3f;
}
.cid-ufzMf2LBjP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufzMf2LBjP nav.navbar {
  position: fixed;
}
.cid-ufzMf2LBjP .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-ufzMf2LBjP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufzMf2LBjP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufzMf2LBjP .dropdown-item:hover,
.cid-ufzMf2LBjP .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ufzMf2LBjP .dropdown-item:hover span {
  color: white;
}
.cid-ufzMf2LBjP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufzMf2LBjP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufzMf2LBjP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufzMf2LBjP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufzMf2LBjP .nav-link {
  position: relative;
}
.cid-ufzMf2LBjP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufzMf2LBjP .container {
    flex-wrap: nowrap;
  }
}
.cid-ufzMf2LBjP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufzMf2LBjP .dropdown-menu,
.cid-ufzMf2LBjP .navbar.opened {
  background: #e43f3f !important;
}
.cid-ufzMf2LBjP .nav-item:focus,
.cid-ufzMf2LBjP .nav-link:focus {
  outline: none;
}
.cid-ufzMf2LBjP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufzMf2LBjP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufzMf2LBjP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufzMf2LBjP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufzMf2LBjP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufzMf2LBjP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufzMf2LBjP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ufzMf2LBjP .navbar.opened {
  transition: all 0.3s;
}
.cid-ufzMf2LBjP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufzMf2LBjP .navbar .navbar-logo img {
  width: auto;
}
.cid-ufzMf2LBjP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufzMf2LBjP .navbar.collapsed {
  justify-content: center;
}
.cid-ufzMf2LBjP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufzMf2LBjP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufzMf2LBjP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ufzMf2LBjP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufzMf2LBjP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufzMf2LBjP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufzMf2LBjP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufzMf2LBjP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufzMf2LBjP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufzMf2LBjP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufzMf2LBjP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufzMf2LBjP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufzMf2LBjP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufzMf2LBjP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufzMf2LBjP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufzMf2LBjP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufzMf2LBjP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufzMf2LBjP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufzMf2LBjP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufzMf2LBjP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufzMf2LBjP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufzMf2LBjP .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufzMf2LBjP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufzMf2LBjP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufzMf2LBjP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufzMf2LBjP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufzMf2LBjP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufzMf2LBjP .dropdown-item.active,
.cid-ufzMf2LBjP .dropdown-item:active {
  background-color: transparent;
}
.cid-ufzMf2LBjP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufzMf2LBjP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufzMf2LBjP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufzMf2LBjP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ufzMf2LBjP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufzMf2LBjP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufzMf2LBjP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufzMf2LBjP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufzMf2LBjP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufzMf2LBjP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ufzMf2LBjP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufzMf2LBjP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufzMf2LBjP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufzMf2LBjP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufzMf2LBjP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufzMf2LBjP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufzMf2LBjP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufzMf2LBjP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufzMf2LBjP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufzMf2LBjP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufzMf2LBjP .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-ufzMf2LBjP .navbar {
    height: 70px;
  }
  .cid-ufzMf2LBjP .navbar.opened {
    height: auto;
  }
  .cid-ufzMf2LBjP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufzMf0xyUg {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufzMf0xyUg p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufzMf0xyUg .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufzMf0xyUg .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufzMf0xyUg .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufzMf0xyUg .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufzMf0xyUg .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufzMf0xyUg .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufzMf0xyUg .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufzMf0xyUg .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufzMf0xyUg .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufzMf0xyUg .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufzMf0xyUg .main-banner:before {
    display: none;
  }
  .cid-ufzMf0xyUg .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufzMf0xyUg .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufzMf0xyUg H6 {
  color: #232323;
}
.cid-ufzMf0xyUg H2 {
  color: #e43f3f;
}
.cid-ufzMf0xyUg P {
  color: #0a0d53;
}
.cid-ufzMf0ZZFv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ufzMf0ZZFv .mbr-section-title {
  color: #000000;
}
.cid-ufzMf1msNN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ufzMf1msNN .mbr-text {
  color: #000000;
}
.cid-ufzMf1msNN .mbr-section-subtitle {
  color: #0a0d53;
}
.cid-ufzMf1ynkI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufzMf1ynkI .media-container-row {
  justify-content: space-between;
}
.cid-ufzMf1ynkI .text-content {
  max-width: 50%;
}
.cid-ufzMf1ynkI .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ufzMf1ynkI .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ufzMf1ynkI .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ufzMf1ynkI .icons {
    justify-content: center !important;
  }
  .cid-ufzMf1ynkI .text-content * {
    text-align: center;
  }
}
.cid-ufzMf1URf4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufzMf1URf4 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-ufzMf1URf4 .bgColor1 {
  background-color: #0a0d53;
}
.cid-ufzMf1URf4 .bgColor2 {
  background-color: #e43f3f;
}
.cid-ufzMf1URf4 .bgColor3 {
  background-color: #9fdbf8;
}
.cid-ufzMf1URf4 .bgicon {
  background-color: #ffffff;
}
.cid-ufzMf1URf4 H1 {
  color: #e43f3f;
}
.cid-ufzMf2aGsz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufzMf2aGsz .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-ufzMf2aGsz .bgColor1 {
  background-color: #0a0d53;
}
.cid-ufzMf2aGsz .bgColor2 {
  background-color: #e43f3f;
}
.cid-ufzMf2aGsz .bgColor3 {
  background-color: #e6c63b;
}
.cid-ufzMf2aGsz .bgicon {
  background-color: #ffffff;
}
.cid-ufzMf2aGsz H1 {
  color: #e43f3f;
}
.cid-ufzMf2tqmv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ufzMf2tqmv #footer {
  padding: 0 0 25px 0;
}
.cid-ufzMf2tqmv #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ufzMf2tqmv #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ufzMf2tqmv #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ufzMf2tqmv #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ufzMf2tqmv #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ufzMf2tqmv #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ufzMf2tqmv #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ufzMf2tqmv #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ufzMf2tqmv #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ufzMf2tqmv #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ufzMf2tqmv #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ufzMf2tqmv #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ufzMf2tqmv #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ufzMf2tqmv #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ufzMf2tqmv #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ufzMf2tqmv #footer .copyright {
  padding-top: 30px;
}
.cid-ufzMf2tqmv ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ufzMf2tqmv H4 {
  color: #000000;
  text-align: left;
}
.cid-ufzMf2tqmv DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ufzMf2tqmv P {
  color: #e43f3f;
  text-align: left;
}
.cid-ufzMf2tqmv div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ufzMf2tqmv .copyright a {
  text-decoration: none !important;
}
.cid-ufzMf2tqmv .list,
.cid-ufzMf2tqmv .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ufzMf2tqmv ul li a {
  text-decoration: none !important;
}
.cid-ufzMf2tqmv .list {
  color: #e43f3f;
}
.cid-ufzQ2ZWbob {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufzQ2ZWbob nav.navbar {
  position: fixed;
}
.cid-ufzQ2ZWbob .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-ufzQ2ZWbob .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufzQ2ZWbob .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufzQ2ZWbob .dropdown-item:hover,
.cid-ufzQ2ZWbob .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ufzQ2ZWbob .dropdown-item:hover span {
  color: white;
}
.cid-ufzQ2ZWbob .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufzQ2ZWbob .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufzQ2ZWbob .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufzQ2ZWbob .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufzQ2ZWbob .nav-link {
  position: relative;
}
.cid-ufzQ2ZWbob .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufzQ2ZWbob .container {
    flex-wrap: nowrap;
  }
}
.cid-ufzQ2ZWbob .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufzQ2ZWbob .dropdown-menu,
.cid-ufzQ2ZWbob .navbar.opened {
  background: #e43f3f !important;
}
.cid-ufzQ2ZWbob .nav-item:focus,
.cid-ufzQ2ZWbob .nav-link:focus {
  outline: none;
}
.cid-ufzQ2ZWbob .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufzQ2ZWbob .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufzQ2ZWbob .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufzQ2ZWbob .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufzQ2ZWbob .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufzQ2ZWbob .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufzQ2ZWbob .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ufzQ2ZWbob .navbar.opened {
  transition: all 0.3s;
}
.cid-ufzQ2ZWbob .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufzQ2ZWbob .navbar .navbar-logo img {
  width: auto;
}
.cid-ufzQ2ZWbob .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufzQ2ZWbob .navbar.collapsed {
  justify-content: center;
}
.cid-ufzQ2ZWbob .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufzQ2ZWbob .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufzQ2ZWbob .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ufzQ2ZWbob .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufzQ2ZWbob .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufzQ2ZWbob .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufzQ2ZWbob .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufzQ2ZWbob .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufzQ2ZWbob .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufzQ2ZWbob .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufzQ2ZWbob .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufzQ2ZWbob .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufzQ2ZWbob .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufzQ2ZWbob .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufzQ2ZWbob .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufzQ2ZWbob .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufzQ2ZWbob .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufzQ2ZWbob .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufzQ2ZWbob .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufzQ2ZWbob .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufzQ2ZWbob .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufzQ2ZWbob .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufzQ2ZWbob .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufzQ2ZWbob .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufzQ2ZWbob .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufzQ2ZWbob .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufzQ2ZWbob .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufzQ2ZWbob .dropdown-item.active,
.cid-ufzQ2ZWbob .dropdown-item:active {
  background-color: transparent;
}
.cid-ufzQ2ZWbob .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufzQ2ZWbob .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufzQ2ZWbob .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufzQ2ZWbob .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ufzQ2ZWbob .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufzQ2ZWbob .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufzQ2ZWbob ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufzQ2ZWbob .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufzQ2ZWbob button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufzQ2ZWbob button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ufzQ2ZWbob button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufzQ2ZWbob button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufzQ2ZWbob button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufzQ2ZWbob button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufzQ2ZWbob nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufzQ2ZWbob nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufzQ2ZWbob nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufzQ2ZWbob nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufzQ2ZWbob .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufzQ2ZWbob a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufzQ2ZWbob .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-ufzQ2ZWbob .navbar {
    height: 70px;
  }
  .cid-ufzQ2ZWbob .navbar.opened {
    height: auto;
  }
  .cid-ufzQ2ZWbob .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufzQ2Y17z1 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufzQ2Y17z1 .row {
  flex-direction: row-reverse;
}
.cid-ufzQ2Y17z1 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufzQ2Y17z1 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufzQ2Y17z1 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufzQ2Y17z1 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufzQ2Y17z1 .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufzQ2Y17z1 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufzQ2Y17z1 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufzQ2Y17z1 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufzQ2Y17z1 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufzQ2Y17z1 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufzQ2Y17z1 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufzQ2Y17z1 .main-banner:before {
    display: none;
  }
  .cid-ufzQ2Y17z1 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufzQ2Y17z1 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufzQ2Y17z1 H6 {
  color: #e43f3f;
}
.cid-ufzQ2Yq8Gf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ufzQ2Yq8Gf .mbr-section-title {
  color: #000000;
}
.cid-ufzQ2YD1DN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufzQ2YP5cb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufzQ2YP5cb .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-ufzQ2YP5cb .bgColor1 {
  background-color: #0a0d53;
}
.cid-ufzQ2YP5cb .bgColor2 {
  background-color: #e43f3f;
}
.cid-ufzQ2YP5cb .bgColor3 {
  background-color: #9fdbf8;
}
.cid-ufzQ2YP5cb .bgicon {
  background-color: #ffffff;
}
.cid-ufzQ2YP5cb H1 {
  color: #e43f3f;
}
.cid-ufzQ2Z7jR7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufzQ2Z7jR7 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-ufzQ2Z7jR7 .bgColor1 {
  background-color: #0a0d53;
}
.cid-ufzQ2Z7jR7 .bgColor2 {
  background-color: #e43f3f;
}
.cid-ufzQ2Z7jR7 .bgColor3 {
  background-color: #e6c63b;
}
.cid-ufzQ2Z7jR7 .bgicon {
  background-color: #ffffff;
}
.cid-ufzQ2Z7jR7 H1 {
  color: #e43f3f;
}
.cid-ufzQ2ZlfQh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufzQ2ZlfQh .media-container-row {
  justify-content: space-between;
}
.cid-ufzQ2ZlfQh .text-content {
  max-width: 50%;
}
.cid-ufzQ2ZlfQh .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ufzQ2ZlfQh .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ufzQ2ZlfQh .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ufzQ2ZlfQh .icons {
    justify-content: center !important;
  }
  .cid-ufzQ2ZlfQh .text-content * {
    text-align: center;
  }
}
.cid-ufzQ2ZEhXQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ufzQ2ZEhXQ #footer {
  padding: 0 0 25px 0;
}
.cid-ufzQ2ZEhXQ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ufzQ2ZEhXQ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ufzQ2ZEhXQ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ufzQ2ZEhXQ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ufzQ2ZEhXQ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ufzQ2ZEhXQ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ufzQ2ZEhXQ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ufzQ2ZEhXQ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ufzQ2ZEhXQ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ufzQ2ZEhXQ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ufzQ2ZEhXQ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ufzQ2ZEhXQ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ufzQ2ZEhXQ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ufzQ2ZEhXQ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ufzQ2ZEhXQ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ufzQ2ZEhXQ #footer .copyright {
  padding-top: 30px;
}
.cid-ufzQ2ZEhXQ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ufzQ2ZEhXQ H4 {
  color: #000000;
  text-align: left;
}
.cid-ufzQ2ZEhXQ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ufzQ2ZEhXQ P {
  color: #e43f3f;
  text-align: left;
}
.cid-ufzQ2ZEhXQ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ufzQ2ZEhXQ .copyright a {
  text-decoration: none !important;
}
.cid-ufzQ2ZEhXQ .list,
.cid-ufzQ2ZEhXQ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ufzQ2ZEhXQ ul li a {
  text-decoration: none !important;
}
.cid-ufzQ2ZEhXQ .list {
  color: #e43f3f;
}
.cid-ufzU3I2N7L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufzU3I2N7L nav.navbar {
  position: fixed;
}
.cid-ufzU3I2N7L .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-ufzU3I2N7L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufzU3I2N7L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufzU3I2N7L .dropdown-item:hover,
.cid-ufzU3I2N7L .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ufzU3I2N7L .dropdown-item:hover span {
  color: white;
}
.cid-ufzU3I2N7L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufzU3I2N7L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufzU3I2N7L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufzU3I2N7L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufzU3I2N7L .nav-link {
  position: relative;
}
.cid-ufzU3I2N7L .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufzU3I2N7L .container {
    flex-wrap: nowrap;
  }
}
.cid-ufzU3I2N7L .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufzU3I2N7L .dropdown-menu,
.cid-ufzU3I2N7L .navbar.opened {
  background: #e43f3f !important;
}
.cid-ufzU3I2N7L .nav-item:focus,
.cid-ufzU3I2N7L .nav-link:focus {
  outline: none;
}
.cid-ufzU3I2N7L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufzU3I2N7L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufzU3I2N7L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufzU3I2N7L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufzU3I2N7L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufzU3I2N7L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufzU3I2N7L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ufzU3I2N7L .navbar.opened {
  transition: all 0.3s;
}
.cid-ufzU3I2N7L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufzU3I2N7L .navbar .navbar-logo img {
  width: auto;
}
.cid-ufzU3I2N7L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufzU3I2N7L .navbar.collapsed {
  justify-content: center;
}
.cid-ufzU3I2N7L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufzU3I2N7L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufzU3I2N7L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ufzU3I2N7L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufzU3I2N7L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufzU3I2N7L .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufzU3I2N7L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufzU3I2N7L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufzU3I2N7L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufzU3I2N7L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufzU3I2N7L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufzU3I2N7L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufzU3I2N7L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufzU3I2N7L .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufzU3I2N7L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufzU3I2N7L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufzU3I2N7L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufzU3I2N7L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufzU3I2N7L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufzU3I2N7L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufzU3I2N7L .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufzU3I2N7L .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufzU3I2N7L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufzU3I2N7L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufzU3I2N7L .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufzU3I2N7L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufzU3I2N7L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufzU3I2N7L .dropdown-item.active,
.cid-ufzU3I2N7L .dropdown-item:active {
  background-color: transparent;
}
.cid-ufzU3I2N7L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufzU3I2N7L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufzU3I2N7L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufzU3I2N7L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ufzU3I2N7L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufzU3I2N7L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufzU3I2N7L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufzU3I2N7L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufzU3I2N7L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufzU3I2N7L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ufzU3I2N7L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufzU3I2N7L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufzU3I2N7L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufzU3I2N7L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufzU3I2N7L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufzU3I2N7L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufzU3I2N7L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufzU3I2N7L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufzU3I2N7L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufzU3I2N7L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufzU3I2N7L .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-ufzU3I2N7L .navbar {
    height: 70px;
  }
  .cid-ufzU3I2N7L .navbar.opened {
    height: auto;
  }
  .cid-ufzU3I2N7L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufzU3FSvuy {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufzU3FSvuy p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufzU3FSvuy .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufzU3FSvuy .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufzU3FSvuy .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufzU3FSvuy .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufzU3FSvuy .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufzU3FSvuy .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufzU3FSvuy .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufzU3FSvuy .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufzU3FSvuy .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufzU3FSvuy .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufzU3FSvuy .main-banner:before {
    display: none;
  }
  .cid-ufzU3FSvuy .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufzU3FSvuy .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufzU3FSvuy H6 {
  color: #e43f3f;
}
.cid-ufzU3Gi2DR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ufzU3Gi2DR .mbr-section-title {
  color: #000000;
}
.cid-ufzU3GDtBW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufzU3GSwfO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufzU3GSwfO .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-ufzU3GSwfO .bgColor1 {
  background-color: #0a0d53;
}
.cid-ufzU3GSwfO .bgColor2 {
  background-color: #e43f3f;
}
.cid-ufzU3GSwfO .bgColor3 {
  background-color: #9fdbf8;
}
.cid-ufzU3GSwfO .bgicon {
  background-color: #ffffff;
}
.cid-ufzU3GSwfO H1 {
  color: #e43f3f;
}
.cid-ufzU3H9zKF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufzU3H9zKF .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-ufzU3H9zKF .bgColor1 {
  background-color: #0a0d53;
}
.cid-ufzU3H9zKF .bgColor2 {
  background-color: #e43f3f;
}
.cid-ufzU3H9zKF .bgColor3 {
  background-color: #e6c63b;
}
.cid-ufzU3H9zKF .bgicon {
  background-color: #ffffff;
}
.cid-ufzU3H9zKF H1 {
  color: #e43f3f;
}
.cid-ufzU3Hrt6O {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufzU3Hrt6O .media-container-row {
  justify-content: space-between;
}
.cid-ufzU3Hrt6O .text-content {
  max-width: 50%;
}
.cid-ufzU3Hrt6O .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ufzU3Hrt6O .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ufzU3Hrt6O .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ufzU3Hrt6O .icons {
    justify-content: center !important;
  }
  .cid-ufzU3Hrt6O .text-content * {
    text-align: center;
  }
}
.cid-ufzU3HJrI7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ufzU3HJrI7 #footer {
  padding: 0 0 25px 0;
}
.cid-ufzU3HJrI7 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ufzU3HJrI7 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ufzU3HJrI7 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ufzU3HJrI7 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ufzU3HJrI7 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ufzU3HJrI7 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ufzU3HJrI7 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ufzU3HJrI7 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ufzU3HJrI7 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ufzU3HJrI7 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ufzU3HJrI7 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ufzU3HJrI7 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ufzU3HJrI7 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ufzU3HJrI7 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ufzU3HJrI7 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ufzU3HJrI7 #footer .copyright {
  padding-top: 30px;
}
.cid-ufzU3HJrI7 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ufzU3HJrI7 H4 {
  color: #000000;
  text-align: left;
}
.cid-ufzU3HJrI7 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ufzU3HJrI7 P {
  color: #e43f3f;
  text-align: left;
}
.cid-ufzU3HJrI7 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ufzU3HJrI7 .copyright a {
  text-decoration: none !important;
}
.cid-ufzU3HJrI7 .list,
.cid-ufzU3HJrI7 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ufzU3HJrI7 ul li a {
  text-decoration: none !important;
}
.cid-ufzU3HJrI7 .list {
  color: #e43f3f;
}
.cid-ufGeM5Nrnf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufGeM5Nrnf nav.navbar {
  position: fixed;
}
.cid-ufGeM5Nrnf .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-ufGeM5Nrnf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufGeM5Nrnf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufGeM5Nrnf .dropdown-item:hover,
.cid-ufGeM5Nrnf .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ufGeM5Nrnf .dropdown-item:hover span {
  color: white;
}
.cid-ufGeM5Nrnf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufGeM5Nrnf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufGeM5Nrnf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufGeM5Nrnf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufGeM5Nrnf .nav-link {
  position: relative;
}
.cid-ufGeM5Nrnf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufGeM5Nrnf .container {
    flex-wrap: nowrap;
  }
}
.cid-ufGeM5Nrnf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufGeM5Nrnf .dropdown-menu,
.cid-ufGeM5Nrnf .navbar.opened {
  background: #e43f3f !important;
}
.cid-ufGeM5Nrnf .nav-item:focus,
.cid-ufGeM5Nrnf .nav-link:focus {
  outline: none;
}
.cid-ufGeM5Nrnf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufGeM5Nrnf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufGeM5Nrnf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufGeM5Nrnf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufGeM5Nrnf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufGeM5Nrnf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufGeM5Nrnf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ufGeM5Nrnf .navbar.opened {
  transition: all 0.3s;
}
.cid-ufGeM5Nrnf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufGeM5Nrnf .navbar .navbar-logo img {
  width: auto;
}
.cid-ufGeM5Nrnf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufGeM5Nrnf .navbar.collapsed {
  justify-content: center;
}
.cid-ufGeM5Nrnf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufGeM5Nrnf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufGeM5Nrnf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ufGeM5Nrnf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufGeM5Nrnf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufGeM5Nrnf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufGeM5Nrnf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufGeM5Nrnf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufGeM5Nrnf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufGeM5Nrnf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufGeM5Nrnf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufGeM5Nrnf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufGeM5Nrnf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufGeM5Nrnf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufGeM5Nrnf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufGeM5Nrnf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufGeM5Nrnf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufGeM5Nrnf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufGeM5Nrnf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufGeM5Nrnf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufGeM5Nrnf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufGeM5Nrnf .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufGeM5Nrnf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufGeM5Nrnf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufGeM5Nrnf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufGeM5Nrnf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufGeM5Nrnf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufGeM5Nrnf .dropdown-item.active,
.cid-ufGeM5Nrnf .dropdown-item:active {
  background-color: transparent;
}
.cid-ufGeM5Nrnf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufGeM5Nrnf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufGeM5Nrnf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufGeM5Nrnf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ufGeM5Nrnf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufGeM5Nrnf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufGeM5Nrnf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufGeM5Nrnf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufGeM5Nrnf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufGeM5Nrnf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ufGeM5Nrnf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufGeM5Nrnf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufGeM5Nrnf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufGeM5Nrnf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufGeM5Nrnf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufGeM5Nrnf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufGeM5Nrnf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufGeM5Nrnf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufGeM5Nrnf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufGeM5Nrnf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufGeM5Nrnf .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-ufGeM5Nrnf .navbar {
    height: 70px;
  }
  .cid-ufGeM5Nrnf .navbar.opened {
    height: auto;
  }
  .cid-ufGeM5Nrnf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufGeM42zPg {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufGeM42zPg .row {
  flex-direction: row-reverse;
}
.cid-ufGeM42zPg p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufGeM42zPg .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufGeM42zPg .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufGeM42zPg .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufGeM42zPg .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufGeM42zPg .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufGeM42zPg .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufGeM42zPg .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufGeM42zPg .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufGeM42zPg .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufGeM42zPg .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufGeM42zPg .main-banner:before {
    display: none;
  }
  .cid-ufGeM42zPg .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufGeM42zPg .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufGeM42zPg H6 {
  color: #e43f3f;
}
.cid-ufGeM4rEkS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ufGeM4rEkS .mbr-section-title {
  color: #000000;
}
.cid-ufGeM4G6Uc {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ufGeM4G6Uc .container {
  padding: 0 5%;
}
.cid-ufGeM4G6Uc #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ufGeM4G6Uc #collapse-button:hover {
  background-color: #7787a5;
}
.cid-ufGeM4G6Uc #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ufGeM4G6Uc #expand-button:hover {
  background-color: #7787a5;
}
.cid-ufGeM4G6Uc .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-ufGeM4G6Uc .item:focus,
.cid-ufGeM4G6Uc span:focus {
  outline: none;
}
.cid-ufGeM4G6Uc .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-ufGeM4G6Uc .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ufGeM4G6Uc .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-ufGeM4G6Uc .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-ufGeM4G6Uc .item {
    padding: 1.5rem;
  }
}
.cid-ufGeM4G6Uc .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ufGeM4G6Uc .item .item-icon {
    margin-top: 0;
  }
}
.cid-ufGeM4G6Uc .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-ufGeM4G6Uc .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ufGeM4G6Uc .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ufGeM4G6Uc .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-ufGeM4G6Uc .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ufGeM4G6Uc .item-title-wrapper {
    min-width: auto;
  }
}
.cid-ufGeM4G6Uc .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-ufGeM4G6Uc .item-content {
    margin-left: 0;
  }
}
.cid-ufGeM4G6Uc .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-ufGeM4G6Uc .item-title {
  color: #ffffff;
}
.cid-ufGeM4G6Uc .mbr-text,
.cid-ufGeM4G6Uc .item-icon {
  color: #ffffff;
}
.cid-ufGeM4G6Uc .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-ufGeM4G6Uc .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-ufGeM4G6Uc .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ufGeM4G6Uc .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-ufGeM4G6Uc .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-ufGeM4G6Uc .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-ufGeM4G6Uc .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-ufGeM4G6Uc .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-ufGeM4G6Uc .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-ufGeM4G6Uc .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-ufGeM4G6Uc .article-column1 {
    padding-right: 16px;
  }
}
.cid-ufGeM4G6Uc .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-ufGeM4G6Uc .article-column2 {
    padding-left: 16px;
  }
}
.cid-ufGeM4G6Uc .mbr-section-subtitle,
.cid-ufGeM4G6Uc .mbr-iconfont {
  color: #e082c5;
}
.cid-ufGeM4G6Uc .mbr-section-subtitle {
  color: #000000;
}
.cid-ufGeM5fYIf {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufGeM5fYIf p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufGeM5fYIf .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufGeM5fYIf .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufGeM5fYIf .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufGeM5fYIf .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufGeM5fYIf .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufGeM5fYIf .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufGeM5fYIf .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufGeM5fYIf .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufGeM5fYIf .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufGeM5fYIf .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufGeM5fYIf .main-banner:before {
    display: none;
  }
  .cid-ufGeM5fYIf .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufGeM5fYIf .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufGeM5fYIf H6 {
  color: #e43f3f;
}
.cid-ufGeM5fYIf H2 {
  color: #000000;
}
.cid-ufGeM5fYIf P {
  color: #000000;
}
.cid-ufGeM5tSlX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ufGeM5tSlX #footer {
  padding: 0 0 25px 0;
}
.cid-ufGeM5tSlX #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ufGeM5tSlX #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ufGeM5tSlX #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ufGeM5tSlX #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ufGeM5tSlX #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ufGeM5tSlX #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ufGeM5tSlX #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ufGeM5tSlX #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ufGeM5tSlX #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ufGeM5tSlX #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ufGeM5tSlX #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ufGeM5tSlX #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ufGeM5tSlX #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ufGeM5tSlX #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ufGeM5tSlX #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ufGeM5tSlX #footer .copyright {
  padding-top: 30px;
}
.cid-ufGeM5tSlX ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ufGeM5tSlX H4 {
  color: #000000;
  text-align: left;
}
.cid-ufGeM5tSlX DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ufGeM5tSlX P {
  color: #e43f3f;
  text-align: left;
}
.cid-ufGeM5tSlX div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ufGeM5tSlX .copyright a {
  text-decoration: none !important;
}
.cid-ufGeM5tSlX .list,
.cid-ufGeM5tSlX .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ufGeM5tSlX ul li a {
  text-decoration: none !important;
}
.cid-ufGeM5tSlX .list {
  color: #e43f3f;
}
.cid-ugeRkz82fh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugeRkz82fh nav.navbar {
  position: fixed;
}
.cid-ugeRkz82fh .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-ugeRkz82fh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugeRkz82fh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugeRkz82fh .dropdown-item:hover,
.cid-ugeRkz82fh .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ugeRkz82fh .dropdown-item:hover span {
  color: white;
}
.cid-ugeRkz82fh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugeRkz82fh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugeRkz82fh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugeRkz82fh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugeRkz82fh .nav-link {
  position: relative;
}
.cid-ugeRkz82fh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ugeRkz82fh .container {
    flex-wrap: nowrap;
  }
}
.cid-ugeRkz82fh .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugeRkz82fh .dropdown-menu,
.cid-ugeRkz82fh .navbar.opened {
  background: #e43f3f !important;
}
.cid-ugeRkz82fh .nav-item:focus,
.cid-ugeRkz82fh .nav-link:focus {
  outline: none;
}
.cid-ugeRkz82fh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugeRkz82fh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugeRkz82fh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugeRkz82fh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugeRkz82fh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugeRkz82fh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugeRkz82fh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ugeRkz82fh .navbar.opened {
  transition: all 0.3s;
}
.cid-ugeRkz82fh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugeRkz82fh .navbar .navbar-logo img {
  width: auto;
}
.cid-ugeRkz82fh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugeRkz82fh .navbar.collapsed {
  justify-content: center;
}
.cid-ugeRkz82fh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugeRkz82fh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugeRkz82fh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ugeRkz82fh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugeRkz82fh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugeRkz82fh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugeRkz82fh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugeRkz82fh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugeRkz82fh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugeRkz82fh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugeRkz82fh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugeRkz82fh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugeRkz82fh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugeRkz82fh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugeRkz82fh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugeRkz82fh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugeRkz82fh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugeRkz82fh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugeRkz82fh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugeRkz82fh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugeRkz82fh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugeRkz82fh .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugeRkz82fh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugeRkz82fh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugeRkz82fh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugeRkz82fh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugeRkz82fh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugeRkz82fh .dropdown-item.active,
.cid-ugeRkz82fh .dropdown-item:active {
  background-color: transparent;
}
.cid-ugeRkz82fh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugeRkz82fh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugeRkz82fh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugeRkz82fh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ugeRkz82fh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugeRkz82fh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugeRkz82fh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugeRkz82fh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugeRkz82fh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugeRkz82fh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugeRkz82fh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugeRkz82fh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugeRkz82fh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugeRkz82fh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugeRkz82fh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugeRkz82fh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugeRkz82fh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugeRkz82fh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugeRkz82fh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugeRkz82fh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugeRkz82fh .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-ugeRkz82fh .navbar {
    height: 70px;
  }
  .cid-ugeRkz82fh .navbar.opened {
    height: auto;
  }
  .cid-ugeRkz82fh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugeRkxsEQe {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ugeRkxsEQe .row {
  flex-direction: row-reverse;
}
.cid-ugeRkxsEQe p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ugeRkxsEQe .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ugeRkxsEQe .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ugeRkxsEQe .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ugeRkxsEQe .main-banner .left-content {
  margin-right: 15px;
}
.cid-ugeRkxsEQe .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ugeRkxsEQe .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ugeRkxsEQe .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ugeRkxsEQe .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ugeRkxsEQe .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ugeRkxsEQe .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ugeRkxsEQe .main-banner:before {
    display: none;
  }
  .cid-ugeRkxsEQe .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ugeRkxsEQe .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ugeRkxsEQe H6 {
  color: #e43f3f;
}
.cid-ugeRkxsEQe H2 {
  color: #000000;
}
.cid-ugeRkxPCpd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ugeRkxPCpd .mbr-section-title {
  color: #000000;
}
.cid-ugeRky3RKC {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ugeRky3RKC .container {
  padding: 0 5%;
}
.cid-ugeRky3RKC #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ugeRky3RKC #collapse-button:hover {
  background-color: #7787a5;
}
.cid-ugeRky3RKC #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ugeRky3RKC #expand-button:hover {
  background-color: #7787a5;
}
.cid-ugeRky3RKC .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-ugeRky3RKC .item:focus,
.cid-ugeRky3RKC span:focus {
  outline: none;
}
.cid-ugeRky3RKC .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-ugeRky3RKC .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ugeRky3RKC .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-ugeRky3RKC .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-ugeRky3RKC .item {
    padding: 1.5rem;
  }
}
.cid-ugeRky3RKC .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ugeRky3RKC .item .item-icon {
    margin-top: 0;
  }
}
.cid-ugeRky3RKC .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-ugeRky3RKC .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ugeRky3RKC .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ugeRky3RKC .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-ugeRky3RKC .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ugeRky3RKC .item-title-wrapper {
    min-width: auto;
  }
}
.cid-ugeRky3RKC .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-ugeRky3RKC .item-content {
    margin-left: 0;
  }
}
.cid-ugeRky3RKC .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-ugeRky3RKC .item-title {
  color: #ffffff;
}
.cid-ugeRky3RKC .mbr-text,
.cid-ugeRky3RKC .item-icon {
  color: #ffffff;
}
.cid-ugeRky3RKC .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-ugeRky3RKC .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-ugeRky3RKC .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ugeRky3RKC .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-ugeRky3RKC .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-ugeRky3RKC .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-ugeRky3RKC .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-ugeRky3RKC .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-ugeRky3RKC .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-ugeRky3RKC .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-ugeRky3RKC .article-column1 {
    padding-right: 16px;
  }
}
.cid-ugeRky3RKC .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-ugeRky3RKC .article-column2 {
    padding-left: 16px;
  }
}
.cid-ugeRky3RKC .mbr-section-subtitle,
.cid-ugeRky3RKC .mbr-iconfont {
  color: #e082c5;
}
.cid-ugeRky3RKC .mbr-section-subtitle {
  color: #000000;
}
.cid-ugeRkyxdlS {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ugeRkyxdlS p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ugeRkyxdlS .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ugeRkyxdlS .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ugeRkyxdlS .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ugeRkyxdlS .main-banner .left-content {
  margin-right: 15px;
}
.cid-ugeRkyxdlS .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ugeRkyxdlS .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ugeRkyxdlS .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ugeRkyxdlS .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ugeRkyxdlS .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ugeRkyxdlS .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ugeRkyxdlS .main-banner:before {
    display: none;
  }
  .cid-ugeRkyxdlS .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ugeRkyxdlS .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ugeRkyxdlS H6 {
  color: #e43f3f;
}
.cid-ugeRkyxdlS H2 {
  color: #000000;
}
.cid-ugeRkyxdlS P {
  color: #000000;
}
.cid-ugeRkyM5RG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ugeRkyM5RG #footer {
  padding: 0 0 25px 0;
}
.cid-ugeRkyM5RG #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ugeRkyM5RG #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ugeRkyM5RG #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ugeRkyM5RG #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ugeRkyM5RG #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ugeRkyM5RG #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ugeRkyM5RG #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ugeRkyM5RG #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ugeRkyM5RG #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ugeRkyM5RG #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ugeRkyM5RG #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ugeRkyM5RG #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ugeRkyM5RG #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ugeRkyM5RG #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ugeRkyM5RG #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ugeRkyM5RG #footer .copyright {
  padding-top: 30px;
}
.cid-ugeRkyM5RG ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ugeRkyM5RG H4 {
  color: #000000;
  text-align: left;
}
.cid-ugeRkyM5RG DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ugeRkyM5RG P {
  color: #e43f3f;
  text-align: left;
}
.cid-ugeRkyM5RG div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ugeRkyM5RG .copyright a {
  text-decoration: none !important;
}
.cid-ugeRkyM5RG .list,
.cid-ugeRkyM5RG .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ugeRkyM5RG ul li a {
  text-decoration: none !important;
}
.cid-ugeRkyM5RG .list {
  color: #e43f3f;
}
.cid-ugf4zeVp8C {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugf4zeVp8C nav.navbar {
  position: fixed;
}
.cid-ugf4zeVp8C .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-ugf4zeVp8C .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugf4zeVp8C .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugf4zeVp8C .dropdown-item:hover,
.cid-ugf4zeVp8C .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ugf4zeVp8C .dropdown-item:hover span {
  color: white;
}
.cid-ugf4zeVp8C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugf4zeVp8C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugf4zeVp8C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugf4zeVp8C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugf4zeVp8C .nav-link {
  position: relative;
}
.cid-ugf4zeVp8C .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ugf4zeVp8C .container {
    flex-wrap: nowrap;
  }
}
.cid-ugf4zeVp8C .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugf4zeVp8C .dropdown-menu,
.cid-ugf4zeVp8C .navbar.opened {
  background: #e43f3f !important;
}
.cid-ugf4zeVp8C .nav-item:focus,
.cid-ugf4zeVp8C .nav-link:focus {
  outline: none;
}
.cid-ugf4zeVp8C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugf4zeVp8C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugf4zeVp8C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugf4zeVp8C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugf4zeVp8C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugf4zeVp8C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugf4zeVp8C .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ugf4zeVp8C .navbar.opened {
  transition: all 0.3s;
}
.cid-ugf4zeVp8C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugf4zeVp8C .navbar .navbar-logo img {
  width: auto;
}
.cid-ugf4zeVp8C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugf4zeVp8C .navbar.collapsed {
  justify-content: center;
}
.cid-ugf4zeVp8C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugf4zeVp8C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugf4zeVp8C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ugf4zeVp8C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugf4zeVp8C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugf4zeVp8C .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugf4zeVp8C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugf4zeVp8C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugf4zeVp8C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugf4zeVp8C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugf4zeVp8C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugf4zeVp8C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugf4zeVp8C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugf4zeVp8C .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugf4zeVp8C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugf4zeVp8C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugf4zeVp8C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugf4zeVp8C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugf4zeVp8C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugf4zeVp8C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugf4zeVp8C .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugf4zeVp8C .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugf4zeVp8C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugf4zeVp8C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugf4zeVp8C .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugf4zeVp8C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugf4zeVp8C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugf4zeVp8C .dropdown-item.active,
.cid-ugf4zeVp8C .dropdown-item:active {
  background-color: transparent;
}
.cid-ugf4zeVp8C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugf4zeVp8C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugf4zeVp8C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugf4zeVp8C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ugf4zeVp8C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugf4zeVp8C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugf4zeVp8C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugf4zeVp8C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugf4zeVp8C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugf4zeVp8C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugf4zeVp8C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugf4zeVp8C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugf4zeVp8C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugf4zeVp8C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugf4zeVp8C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugf4zeVp8C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugf4zeVp8C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugf4zeVp8C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugf4zeVp8C .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugf4zeVp8C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugf4zeVp8C .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-ugf4zeVp8C .navbar {
    height: 70px;
  }
  .cid-ugf4zeVp8C .navbar.opened {
    height: auto;
  }
  .cid-ugf4zeVp8C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugf4zdgGoj {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ugf4zdgGoj .row {
  flex-direction: row-reverse;
}
.cid-ugf4zdgGoj p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ugf4zdgGoj .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ugf4zdgGoj .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ugf4zdgGoj .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ugf4zdgGoj .main-banner .left-content {
  margin-right: 15px;
}
.cid-ugf4zdgGoj .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ugf4zdgGoj .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ugf4zdgGoj .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ugf4zdgGoj .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ugf4zdgGoj .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ugf4zdgGoj .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ugf4zdgGoj .main-banner:before {
    display: none;
  }
  .cid-ugf4zdgGoj .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ugf4zdgGoj .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ugf4zdgGoj H6 {
  color: #e43f3f;
}
.cid-ugf4zdgGoj H2 {
  color: #000000;
}
.cid-ugf4zdFOcU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ugf4zdFOcU .mbr-section-title {
  color: #000000;
}
.cid-ugf4zdTSCM {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ugf4zdTSCM .container {
  padding: 0 5%;
}
.cid-ugf4zdTSCM #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ugf4zdTSCM #collapse-button:hover {
  background-color: #7787a5;
}
.cid-ugf4zdTSCM #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ugf4zdTSCM #expand-button:hover {
  background-color: #7787a5;
}
.cid-ugf4zdTSCM .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-ugf4zdTSCM .item:focus,
.cid-ugf4zdTSCM span:focus {
  outline: none;
}
.cid-ugf4zdTSCM .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-ugf4zdTSCM .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ugf4zdTSCM .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-ugf4zdTSCM .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-ugf4zdTSCM .item {
    padding: 1.5rem;
  }
}
.cid-ugf4zdTSCM .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ugf4zdTSCM .item .item-icon {
    margin-top: 0;
  }
}
.cid-ugf4zdTSCM .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-ugf4zdTSCM .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ugf4zdTSCM .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ugf4zdTSCM .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-ugf4zdTSCM .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ugf4zdTSCM .item-title-wrapper {
    min-width: auto;
  }
}
.cid-ugf4zdTSCM .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-ugf4zdTSCM .item-content {
    margin-left: 0;
  }
}
.cid-ugf4zdTSCM .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-ugf4zdTSCM .item-title {
  color: #ffffff;
}
.cid-ugf4zdTSCM .mbr-text,
.cid-ugf4zdTSCM .item-icon {
  color: #ffffff;
}
.cid-ugf4zdTSCM .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-ugf4zdTSCM .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-ugf4zdTSCM .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ugf4zdTSCM .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-ugf4zdTSCM .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-ugf4zdTSCM .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-ugf4zdTSCM .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-ugf4zdTSCM .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-ugf4zdTSCM .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-ugf4zdTSCM .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-ugf4zdTSCM .article-column1 {
    padding-right: 16px;
  }
}
.cid-ugf4zdTSCM .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-ugf4zdTSCM .article-column2 {
    padding-left: 16px;
  }
}
.cid-ugf4zdTSCM .mbr-section-subtitle,
.cid-ugf4zdTSCM .mbr-iconfont {
  color: #e082c5;
}
.cid-ugf4zdTSCM .mbr-section-subtitle {
  color: #000000;
}
.cid-ugf4zeojUA {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ugf4zeojUA p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ugf4zeojUA .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ugf4zeojUA .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ugf4zeojUA .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ugf4zeojUA .main-banner .left-content {
  margin-right: 15px;
}
.cid-ugf4zeojUA .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ugf4zeojUA .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ugf4zeojUA .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ugf4zeojUA .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ugf4zeojUA .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ugf4zeojUA .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ugf4zeojUA .main-banner:before {
    display: none;
  }
  .cid-ugf4zeojUA .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ugf4zeojUA .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ugf4zeojUA H6 {
  color: #e43f3f;
}
.cid-ugf4zeojUA H2 {
  color: #000000;
}
.cid-ugf4zeojUA P {
  color: #000000;
}
.cid-ugf4zeCwvi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ugf4zeCwvi #footer {
  padding: 0 0 25px 0;
}
.cid-ugf4zeCwvi #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ugf4zeCwvi #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ugf4zeCwvi #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ugf4zeCwvi #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ugf4zeCwvi #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ugf4zeCwvi #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ugf4zeCwvi #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ugf4zeCwvi #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ugf4zeCwvi #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ugf4zeCwvi #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ugf4zeCwvi #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ugf4zeCwvi #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ugf4zeCwvi #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ugf4zeCwvi #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ugf4zeCwvi #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ugf4zeCwvi #footer .copyright {
  padding-top: 30px;
}
.cid-ugf4zeCwvi ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ugf4zeCwvi H4 {
  color: #000000;
  text-align: left;
}
.cid-ugf4zeCwvi DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ugf4zeCwvi P {
  color: #e43f3f;
  text-align: left;
}
.cid-ugf4zeCwvi div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ugf4zeCwvi .copyright a {
  text-decoration: none !important;
}
.cid-ugf4zeCwvi .list,
.cid-ugf4zeCwvi .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ugf4zeCwvi ul li a {
  text-decoration: none !important;
}
.cid-ugf4zeCwvi .list {
  color: #e43f3f;
}
.cid-ugqkeMKL8i {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugqkeMKL8i nav.navbar {
  position: fixed;
}
.cid-ugqkeMKL8i .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-ugqkeMKL8i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugqkeMKL8i .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugqkeMKL8i .dropdown-item:hover,
.cid-ugqkeMKL8i .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ugqkeMKL8i .dropdown-item:hover span {
  color: white;
}
.cid-ugqkeMKL8i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugqkeMKL8i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugqkeMKL8i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugqkeMKL8i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugqkeMKL8i .nav-link {
  position: relative;
}
.cid-ugqkeMKL8i .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ugqkeMKL8i .container {
    flex-wrap: nowrap;
  }
}
.cid-ugqkeMKL8i .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugqkeMKL8i .dropdown-menu,
.cid-ugqkeMKL8i .navbar.opened {
  background: #e43f3f !important;
}
.cid-ugqkeMKL8i .nav-item:focus,
.cid-ugqkeMKL8i .nav-link:focus {
  outline: none;
}
.cid-ugqkeMKL8i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugqkeMKL8i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugqkeMKL8i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugqkeMKL8i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugqkeMKL8i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugqkeMKL8i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugqkeMKL8i .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ugqkeMKL8i .navbar.opened {
  transition: all 0.3s;
}
.cid-ugqkeMKL8i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugqkeMKL8i .navbar .navbar-logo img {
  width: auto;
}
.cid-ugqkeMKL8i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugqkeMKL8i .navbar.collapsed {
  justify-content: center;
}
.cid-ugqkeMKL8i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugqkeMKL8i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugqkeMKL8i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ugqkeMKL8i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugqkeMKL8i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugqkeMKL8i .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugqkeMKL8i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugqkeMKL8i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugqkeMKL8i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugqkeMKL8i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugqkeMKL8i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugqkeMKL8i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugqkeMKL8i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugqkeMKL8i .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugqkeMKL8i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugqkeMKL8i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugqkeMKL8i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugqkeMKL8i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugqkeMKL8i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugqkeMKL8i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugqkeMKL8i .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugqkeMKL8i .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugqkeMKL8i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugqkeMKL8i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugqkeMKL8i .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugqkeMKL8i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugqkeMKL8i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugqkeMKL8i .dropdown-item.active,
.cid-ugqkeMKL8i .dropdown-item:active {
  background-color: transparent;
}
.cid-ugqkeMKL8i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugqkeMKL8i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugqkeMKL8i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugqkeMKL8i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ugqkeMKL8i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugqkeMKL8i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugqkeMKL8i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugqkeMKL8i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugqkeMKL8i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugqkeMKL8i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugqkeMKL8i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugqkeMKL8i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugqkeMKL8i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugqkeMKL8i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugqkeMKL8i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugqkeMKL8i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugqkeMKL8i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugqkeMKL8i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugqkeMKL8i .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugqkeMKL8i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugqkeMKL8i .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-ugqkeMKL8i .navbar {
    height: 70px;
  }
  .cid-ugqkeMKL8i .navbar.opened {
    height: auto;
  }
  .cid-ugqkeMKL8i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugqkeLqOcL {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ugqkeLqOcL .row {
  flex-direction: row-reverse;
}
.cid-ugqkeLqOcL p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ugqkeLqOcL .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ugqkeLqOcL .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ugqkeLqOcL .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ugqkeLqOcL .main-banner .left-content {
  margin-right: 15px;
}
.cid-ugqkeLqOcL .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ugqkeLqOcL .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ugqkeLqOcL .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ugqkeLqOcL .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ugqkeLqOcL .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ugqkeLqOcL .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ugqkeLqOcL .main-banner:before {
    display: none;
  }
  .cid-ugqkeLqOcL .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ugqkeLqOcL .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ugqkeLqOcL H6 {
  color: #e43f3f;
}
.cid-ugqkeLqOcL H2 {
  color: #000000;
}
.cid-ugqkeLDFa1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ugqkeLDFa1 .mbr-section-title {
  color: #000000;
}
.cid-ugqkeLP5iW {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ugqkeLP5iW .container {
  padding: 0 5%;
}
.cid-ugqkeLP5iW #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ugqkeLP5iW #collapse-button:hover {
  background-color: #7787a5;
}
.cid-ugqkeLP5iW #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ugqkeLP5iW #expand-button:hover {
  background-color: #7787a5;
}
.cid-ugqkeLP5iW .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-ugqkeLP5iW .item:focus,
.cid-ugqkeLP5iW span:focus {
  outline: none;
}
.cid-ugqkeLP5iW .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-ugqkeLP5iW .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ugqkeLP5iW .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-ugqkeLP5iW .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-ugqkeLP5iW .item {
    padding: 1.5rem;
  }
}
.cid-ugqkeLP5iW .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ugqkeLP5iW .item .item-icon {
    margin-top: 0;
  }
}
.cid-ugqkeLP5iW .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-ugqkeLP5iW .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ugqkeLP5iW .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ugqkeLP5iW .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-ugqkeLP5iW .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ugqkeLP5iW .item-title-wrapper {
    min-width: auto;
  }
}
.cid-ugqkeLP5iW .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-ugqkeLP5iW .item-content {
    margin-left: 0;
  }
}
.cid-ugqkeLP5iW .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-ugqkeLP5iW .item-title {
  color: #ffffff;
}
.cid-ugqkeLP5iW .mbr-text,
.cid-ugqkeLP5iW .item-icon {
  color: #ffffff;
}
.cid-ugqkeLP5iW .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-ugqkeLP5iW .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-ugqkeLP5iW .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ugqkeLP5iW .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-ugqkeLP5iW .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-ugqkeLP5iW .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-ugqkeLP5iW .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-ugqkeLP5iW .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-ugqkeLP5iW .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-ugqkeLP5iW .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-ugqkeLP5iW .article-column1 {
    padding-right: 16px;
  }
}
.cid-ugqkeLP5iW .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-ugqkeLP5iW .article-column2 {
    padding-left: 16px;
  }
}
.cid-ugqkeLP5iW .mbr-section-subtitle,
.cid-ugqkeLP5iW .mbr-iconfont {
  color: #e082c5;
}
.cid-ugqkeLP5iW .mbr-section-subtitle {
  color: #000000;
}
.cid-ugqkeMgdXM {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ugqkeMgdXM p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ugqkeMgdXM .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ugqkeMgdXM .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ugqkeMgdXM .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ugqkeMgdXM .main-banner .left-content {
  margin-right: 15px;
}
.cid-ugqkeMgdXM .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ugqkeMgdXM .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ugqkeMgdXM .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ugqkeMgdXM .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ugqkeMgdXM .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ugqkeMgdXM .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ugqkeMgdXM .main-banner:before {
    display: none;
  }
  .cid-ugqkeMgdXM .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ugqkeMgdXM .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ugqkeMgdXM H6 {
  color: #e43f3f;
}
.cid-ugqkeMgdXM H2 {
  color: #000000;
}
.cid-ugqkeMgdXM P {
  color: #000000;
}
.cid-ugqkeMs1Q1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ugqkeMs1Q1 #footer {
  padding: 0 0 25px 0;
}
.cid-ugqkeMs1Q1 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ugqkeMs1Q1 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ugqkeMs1Q1 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ugqkeMs1Q1 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ugqkeMs1Q1 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ugqkeMs1Q1 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ugqkeMs1Q1 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ugqkeMs1Q1 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ugqkeMs1Q1 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ugqkeMs1Q1 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ugqkeMs1Q1 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ugqkeMs1Q1 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ugqkeMs1Q1 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ugqkeMs1Q1 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ugqkeMs1Q1 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ugqkeMs1Q1 #footer .copyright {
  padding-top: 30px;
}
.cid-ugqkeMs1Q1 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ugqkeMs1Q1 H4 {
  color: #000000;
  text-align: left;
}
.cid-ugqkeMs1Q1 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ugqkeMs1Q1 P {
  color: #e43f3f;
  text-align: left;
}
.cid-ugqkeMs1Q1 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ugqkeMs1Q1 .copyright a {
  text-decoration: none !important;
}
.cid-ugqkeMs1Q1 .list,
.cid-ugqkeMs1Q1 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ugqkeMs1Q1 ul li a {
  text-decoration: none !important;
}
.cid-ugqkeMs1Q1 .list {
  color: #e43f3f;
}
.cid-ugqkiUHwlf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugqkiUHwlf nav.navbar {
  position: fixed;
}
.cid-ugqkiUHwlf .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-ugqkiUHwlf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugqkiUHwlf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugqkiUHwlf .dropdown-item:hover,
.cid-ugqkiUHwlf .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ugqkiUHwlf .dropdown-item:hover span {
  color: white;
}
.cid-ugqkiUHwlf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugqkiUHwlf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugqkiUHwlf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugqkiUHwlf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugqkiUHwlf .nav-link {
  position: relative;
}
.cid-ugqkiUHwlf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ugqkiUHwlf .container {
    flex-wrap: nowrap;
  }
}
.cid-ugqkiUHwlf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugqkiUHwlf .dropdown-menu,
.cid-ugqkiUHwlf .navbar.opened {
  background: #e43f3f !important;
}
.cid-ugqkiUHwlf .nav-item:focus,
.cid-ugqkiUHwlf .nav-link:focus {
  outline: none;
}
.cid-ugqkiUHwlf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugqkiUHwlf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugqkiUHwlf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugqkiUHwlf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugqkiUHwlf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugqkiUHwlf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugqkiUHwlf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ugqkiUHwlf .navbar.opened {
  transition: all 0.3s;
}
.cid-ugqkiUHwlf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugqkiUHwlf .navbar .navbar-logo img {
  width: auto;
}
.cid-ugqkiUHwlf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugqkiUHwlf .navbar.collapsed {
  justify-content: center;
}
.cid-ugqkiUHwlf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugqkiUHwlf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugqkiUHwlf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ugqkiUHwlf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugqkiUHwlf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugqkiUHwlf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugqkiUHwlf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugqkiUHwlf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugqkiUHwlf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugqkiUHwlf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugqkiUHwlf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugqkiUHwlf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugqkiUHwlf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugqkiUHwlf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugqkiUHwlf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugqkiUHwlf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugqkiUHwlf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugqkiUHwlf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugqkiUHwlf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugqkiUHwlf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugqkiUHwlf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugqkiUHwlf .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugqkiUHwlf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugqkiUHwlf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugqkiUHwlf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugqkiUHwlf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugqkiUHwlf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugqkiUHwlf .dropdown-item.active,
.cid-ugqkiUHwlf .dropdown-item:active {
  background-color: transparent;
}
.cid-ugqkiUHwlf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugqkiUHwlf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugqkiUHwlf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugqkiUHwlf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ugqkiUHwlf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugqkiUHwlf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugqkiUHwlf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugqkiUHwlf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugqkiUHwlf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugqkiUHwlf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugqkiUHwlf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugqkiUHwlf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugqkiUHwlf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugqkiUHwlf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugqkiUHwlf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugqkiUHwlf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugqkiUHwlf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugqkiUHwlf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugqkiUHwlf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugqkiUHwlf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugqkiUHwlf .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-ugqkiUHwlf .navbar {
    height: 70px;
  }
  .cid-ugqkiUHwlf .navbar.opened {
    height: auto;
  }
  .cid-ugqkiUHwlf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugqkiT9d93 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ugqkiT9d93 .row {
  flex-direction: row-reverse;
}
.cid-ugqkiT9d93 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ugqkiT9d93 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ugqkiT9d93 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ugqkiT9d93 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ugqkiT9d93 .main-banner .left-content {
  margin-right: 15px;
}
.cid-ugqkiT9d93 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ugqkiT9d93 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ugqkiT9d93 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ugqkiT9d93 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ugqkiT9d93 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ugqkiT9d93 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ugqkiT9d93 .main-banner:before {
    display: none;
  }
  .cid-ugqkiT9d93 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ugqkiT9d93 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ugqkiT9d93 H6 {
  color: #e43f3f;
}
.cid-ugqkiT9d93 H2 {
  color: #000000;
}
.cid-ugqkiTw0eI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ugqkiTw0eI .mbr-section-title {
  color: #000000;
}
.cid-ugqkiTJohn {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ugqkiTJohn .container {
  padding: 0 5%;
}
.cid-ugqkiTJohn #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ugqkiTJohn #collapse-button:hover {
  background-color: #7787a5;
}
.cid-ugqkiTJohn #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ugqkiTJohn #expand-button:hover {
  background-color: #7787a5;
}
.cid-ugqkiTJohn .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-ugqkiTJohn .item:focus,
.cid-ugqkiTJohn span:focus {
  outline: none;
}
.cid-ugqkiTJohn .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-ugqkiTJohn .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ugqkiTJohn .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-ugqkiTJohn .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-ugqkiTJohn .item {
    padding: 1.5rem;
  }
}
.cid-ugqkiTJohn .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ugqkiTJohn .item .item-icon {
    margin-top: 0;
  }
}
.cid-ugqkiTJohn .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-ugqkiTJohn .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ugqkiTJohn .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ugqkiTJohn .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-ugqkiTJohn .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ugqkiTJohn .item-title-wrapper {
    min-width: auto;
  }
}
.cid-ugqkiTJohn .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-ugqkiTJohn .item-content {
    margin-left: 0;
  }
}
.cid-ugqkiTJohn .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-ugqkiTJohn .item-title {
  color: #ffffff;
}
.cid-ugqkiTJohn .mbr-text,
.cid-ugqkiTJohn .item-icon {
  color: #ffffff;
}
.cid-ugqkiTJohn .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-ugqkiTJohn .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-ugqkiTJohn .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ugqkiTJohn .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-ugqkiTJohn .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-ugqkiTJohn .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-ugqkiTJohn .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-ugqkiTJohn .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-ugqkiTJohn .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-ugqkiTJohn .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-ugqkiTJohn .article-column1 {
    padding-right: 16px;
  }
}
.cid-ugqkiTJohn .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-ugqkiTJohn .article-column2 {
    padding-left: 16px;
  }
}
.cid-ugqkiTJohn .mbr-section-subtitle,
.cid-ugqkiTJohn .mbr-iconfont {
  color: #e082c5;
}
.cid-ugqkiTJohn .mbr-section-subtitle {
  color: #000000;
}
.cid-ugqkiUc3tK {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ugqkiUc3tK p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ugqkiUc3tK .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ugqkiUc3tK .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ugqkiUc3tK .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ugqkiUc3tK .main-banner .left-content {
  margin-right: 15px;
}
.cid-ugqkiUc3tK .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ugqkiUc3tK .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ugqkiUc3tK .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ugqkiUc3tK .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ugqkiUc3tK .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ugqkiUc3tK .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ugqkiUc3tK .main-banner:before {
    display: none;
  }
  .cid-ugqkiUc3tK .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ugqkiUc3tK .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ugqkiUc3tK H6 {
  color: #e43f3f;
}
.cid-ugqkiUc3tK H2 {
  color: #000000;
}
.cid-ugqkiUc3tK P {
  color: #000000;
}
.cid-ugqkiUpkHi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ugqkiUpkHi #footer {
  padding: 0 0 25px 0;
}
.cid-ugqkiUpkHi #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ugqkiUpkHi #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ugqkiUpkHi #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ugqkiUpkHi #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ugqkiUpkHi #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ugqkiUpkHi #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ugqkiUpkHi #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ugqkiUpkHi #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ugqkiUpkHi #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ugqkiUpkHi #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ugqkiUpkHi #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ugqkiUpkHi #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ugqkiUpkHi #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ugqkiUpkHi #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ugqkiUpkHi #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ugqkiUpkHi #footer .copyright {
  padding-top: 30px;
}
.cid-ugqkiUpkHi ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ugqkiUpkHi H4 {
  color: #000000;
  text-align: left;
}
.cid-ugqkiUpkHi DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ugqkiUpkHi P {
  color: #e43f3f;
  text-align: left;
}
.cid-ugqkiUpkHi div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ugqkiUpkHi .copyright a {
  text-decoration: none !important;
}
.cid-ugqkiUpkHi .list,
.cid-ugqkiUpkHi .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ugqkiUpkHi ul li a {
  text-decoration: none !important;
}
.cid-ugqkiUpkHi .list {
  color: #e43f3f;
}
.cid-ugqknbeZWC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugqknbeZWC nav.navbar {
  position: fixed;
}
.cid-ugqknbeZWC .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-ugqknbeZWC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugqknbeZWC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugqknbeZWC .dropdown-item:hover,
.cid-ugqknbeZWC .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ugqknbeZWC .dropdown-item:hover span {
  color: white;
}
.cid-ugqknbeZWC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugqknbeZWC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugqknbeZWC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugqknbeZWC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugqknbeZWC .nav-link {
  position: relative;
}
.cid-ugqknbeZWC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ugqknbeZWC .container {
    flex-wrap: nowrap;
  }
}
.cid-ugqknbeZWC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugqknbeZWC .dropdown-menu,
.cid-ugqknbeZWC .navbar.opened {
  background: #e43f3f !important;
}
.cid-ugqknbeZWC .nav-item:focus,
.cid-ugqknbeZWC .nav-link:focus {
  outline: none;
}
.cid-ugqknbeZWC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugqknbeZWC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugqknbeZWC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugqknbeZWC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugqknbeZWC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugqknbeZWC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugqknbeZWC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ugqknbeZWC .navbar.opened {
  transition: all 0.3s;
}
.cid-ugqknbeZWC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugqknbeZWC .navbar .navbar-logo img {
  width: auto;
}
.cid-ugqknbeZWC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugqknbeZWC .navbar.collapsed {
  justify-content: center;
}
.cid-ugqknbeZWC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugqknbeZWC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugqknbeZWC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ugqknbeZWC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugqknbeZWC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugqknbeZWC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugqknbeZWC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugqknbeZWC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugqknbeZWC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugqknbeZWC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugqknbeZWC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugqknbeZWC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugqknbeZWC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugqknbeZWC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugqknbeZWC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugqknbeZWC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugqknbeZWC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugqknbeZWC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugqknbeZWC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugqknbeZWC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugqknbeZWC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugqknbeZWC .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugqknbeZWC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugqknbeZWC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugqknbeZWC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugqknbeZWC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugqknbeZWC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugqknbeZWC .dropdown-item.active,
.cid-ugqknbeZWC .dropdown-item:active {
  background-color: transparent;
}
.cid-ugqknbeZWC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugqknbeZWC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugqknbeZWC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugqknbeZWC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ugqknbeZWC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugqknbeZWC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugqknbeZWC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugqknbeZWC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugqknbeZWC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugqknbeZWC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugqknbeZWC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugqknbeZWC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugqknbeZWC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugqknbeZWC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugqknbeZWC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugqknbeZWC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugqknbeZWC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugqknbeZWC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugqknbeZWC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugqknbeZWC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugqknbeZWC .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-ugqknbeZWC .navbar {
    height: 70px;
  }
  .cid-ugqknbeZWC .navbar.opened {
    height: auto;
  }
  .cid-ugqknbeZWC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugqkn9MxKE {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ugqkn9MxKE .row {
  flex-direction: row-reverse;
}
.cid-ugqkn9MxKE p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ugqkn9MxKE .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ugqkn9MxKE .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ugqkn9MxKE .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ugqkn9MxKE .main-banner .left-content {
  margin-right: 15px;
}
.cid-ugqkn9MxKE .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ugqkn9MxKE .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ugqkn9MxKE .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ugqkn9MxKE .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ugqkn9MxKE .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ugqkn9MxKE .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ugqkn9MxKE .main-banner:before {
    display: none;
  }
  .cid-ugqkn9MxKE .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ugqkn9MxKE .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ugqkn9MxKE H6 {
  color: #e43f3f;
}
.cid-ugqkna033I {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ugqkna033I .mbr-section-title {
  color: #000000;
}
.cid-ugqknacz4D {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ugqknacz4D .container {
  padding: 0 5%;
}
.cid-ugqknacz4D #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ugqknacz4D #collapse-button:hover {
  background-color: #7787a5;
}
.cid-ugqknacz4D #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ugqknacz4D #expand-button:hover {
  background-color: #7787a5;
}
.cid-ugqknacz4D .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-ugqknacz4D .item:focus,
.cid-ugqknacz4D span:focus {
  outline: none;
}
.cid-ugqknacz4D .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-ugqknacz4D .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ugqknacz4D .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-ugqknacz4D .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-ugqknacz4D .item {
    padding: 1.5rem;
  }
}
.cid-ugqknacz4D .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ugqknacz4D .item .item-icon {
    margin-top: 0;
  }
}
.cid-ugqknacz4D .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-ugqknacz4D .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ugqknacz4D .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ugqknacz4D .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-ugqknacz4D .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ugqknacz4D .item-title-wrapper {
    min-width: auto;
  }
}
.cid-ugqknacz4D .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-ugqknacz4D .item-content {
    margin-left: 0;
  }
}
.cid-ugqknacz4D .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-ugqknacz4D .item-title {
  color: #ffffff;
}
.cid-ugqknacz4D .mbr-text,
.cid-ugqknacz4D .item-icon {
  color: #ffffff;
}
.cid-ugqknacz4D .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-ugqknacz4D .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-ugqknacz4D .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ugqknacz4D .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-ugqknacz4D .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-ugqknacz4D .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-ugqknacz4D .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-ugqknacz4D .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-ugqknacz4D .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-ugqknacz4D .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-ugqknacz4D .article-column1 {
    padding-right: 16px;
  }
}
.cid-ugqknacz4D .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-ugqknacz4D .article-column2 {
    padding-left: 16px;
  }
}
.cid-ugqknacz4D .mbr-section-subtitle,
.cid-ugqknacz4D .mbr-iconfont {
  color: #e082c5;
}
.cid-ugqknacz4D .mbr-section-subtitle {
  color: #000000;
}
.cid-ugqknaGF9u {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ugqknaGF9u p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ugqknaGF9u .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ugqknaGF9u .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ugqknaGF9u .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ugqknaGF9u .main-banner .left-content {
  margin-right: 15px;
}
.cid-ugqknaGF9u .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ugqknaGF9u .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ugqknaGF9u .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ugqknaGF9u .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ugqknaGF9u .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ugqknaGF9u .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ugqknaGF9u .main-banner:before {
    display: none;
  }
  .cid-ugqknaGF9u .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ugqknaGF9u .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ugqknaGF9u H6 {
  color: #e43f3f;
}
.cid-ugqknaGF9u H2 {
  color: #000000;
}
.cid-ugqknaGF9u P {
  color: #000000;
}
.cid-ugqknaUODT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ugqknaUODT #footer {
  padding: 0 0 25px 0;
}
.cid-ugqknaUODT #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ugqknaUODT #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ugqknaUODT #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ugqknaUODT #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ugqknaUODT #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ugqknaUODT #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ugqknaUODT #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ugqknaUODT #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ugqknaUODT #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ugqknaUODT #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ugqknaUODT #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ugqknaUODT #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ugqknaUODT #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ugqknaUODT #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ugqknaUODT #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ugqknaUODT #footer .copyright {
  padding-top: 30px;
}
.cid-ugqknaUODT ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ugqknaUODT H4 {
  color: #000000;
  text-align: left;
}
.cid-ugqknaUODT DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ugqknaUODT P {
  color: #e43f3f;
  text-align: left;
}
.cid-ugqknaUODT div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ugqknaUODT .copyright a {
  text-decoration: none !important;
}
.cid-ugqknaUODT .list,
.cid-ugqknaUODT .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ugqknaUODT ul li a {
  text-decoration: none !important;
}
.cid-ugqknaUODT .list {
  color: #e43f3f;
}
.cid-ugqkrkuj1Q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugqkrkuj1Q nav.navbar {
  position: fixed;
}
.cid-ugqkrkuj1Q .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-ugqkrkuj1Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugqkrkuj1Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugqkrkuj1Q .dropdown-item:hover,
.cid-ugqkrkuj1Q .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ugqkrkuj1Q .dropdown-item:hover span {
  color: white;
}
.cid-ugqkrkuj1Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugqkrkuj1Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugqkrkuj1Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugqkrkuj1Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugqkrkuj1Q .nav-link {
  position: relative;
}
.cid-ugqkrkuj1Q .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ugqkrkuj1Q .container {
    flex-wrap: nowrap;
  }
}
.cid-ugqkrkuj1Q .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugqkrkuj1Q .dropdown-menu,
.cid-ugqkrkuj1Q .navbar.opened {
  background: #e43f3f !important;
}
.cid-ugqkrkuj1Q .nav-item:focus,
.cid-ugqkrkuj1Q .nav-link:focus {
  outline: none;
}
.cid-ugqkrkuj1Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugqkrkuj1Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugqkrkuj1Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugqkrkuj1Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugqkrkuj1Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugqkrkuj1Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugqkrkuj1Q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ugqkrkuj1Q .navbar.opened {
  transition: all 0.3s;
}
.cid-ugqkrkuj1Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugqkrkuj1Q .navbar .navbar-logo img {
  width: auto;
}
.cid-ugqkrkuj1Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugqkrkuj1Q .navbar.collapsed {
  justify-content: center;
}
.cid-ugqkrkuj1Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugqkrkuj1Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugqkrkuj1Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ugqkrkuj1Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugqkrkuj1Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugqkrkuj1Q .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugqkrkuj1Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugqkrkuj1Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugqkrkuj1Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugqkrkuj1Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugqkrkuj1Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugqkrkuj1Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugqkrkuj1Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugqkrkuj1Q .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugqkrkuj1Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugqkrkuj1Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugqkrkuj1Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugqkrkuj1Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugqkrkuj1Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugqkrkuj1Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugqkrkuj1Q .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugqkrkuj1Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugqkrkuj1Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugqkrkuj1Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugqkrkuj1Q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugqkrkuj1Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugqkrkuj1Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugqkrkuj1Q .dropdown-item.active,
.cid-ugqkrkuj1Q .dropdown-item:active {
  background-color: transparent;
}
.cid-ugqkrkuj1Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugqkrkuj1Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugqkrkuj1Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugqkrkuj1Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ugqkrkuj1Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugqkrkuj1Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugqkrkuj1Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugqkrkuj1Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugqkrkuj1Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugqkrkuj1Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugqkrkuj1Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugqkrkuj1Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugqkrkuj1Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugqkrkuj1Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugqkrkuj1Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugqkrkuj1Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugqkrkuj1Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugqkrkuj1Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugqkrkuj1Q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugqkrkuj1Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugqkrkuj1Q .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-ugqkrkuj1Q .navbar {
    height: 70px;
  }
  .cid-ugqkrkuj1Q .navbar.opened {
    height: auto;
  }
  .cid-ugqkrkuj1Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugqkrj8UR5 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ugqkrj8UR5 .row {
  flex-direction: row-reverse;
}
.cid-ugqkrj8UR5 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ugqkrj8UR5 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ugqkrj8UR5 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ugqkrj8UR5 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ugqkrj8UR5 .main-banner .left-content {
  margin-right: 15px;
}
.cid-ugqkrj8UR5 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ugqkrj8UR5 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ugqkrj8UR5 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ugqkrj8UR5 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ugqkrj8UR5 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ugqkrj8UR5 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ugqkrj8UR5 .main-banner:before {
    display: none;
  }
  .cid-ugqkrj8UR5 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ugqkrj8UR5 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ugqkrj8UR5 H6 {
  color: #e43f3f;
}
.cid-ugqkrjlq9e {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ugqkrjlq9e .mbr-section-title {
  color: #000000;
}
.cid-ugqkrjw7ea {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ugqkrjw7ea .container {
  padding: 0 5%;
}
.cid-ugqkrjw7ea #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ugqkrjw7ea #collapse-button:hover {
  background-color: #7787a5;
}
.cid-ugqkrjw7ea #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ugqkrjw7ea #expand-button:hover {
  background-color: #7787a5;
}
.cid-ugqkrjw7ea .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-ugqkrjw7ea .item:focus,
.cid-ugqkrjw7ea span:focus {
  outline: none;
}
.cid-ugqkrjw7ea .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-ugqkrjw7ea .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ugqkrjw7ea .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-ugqkrjw7ea .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-ugqkrjw7ea .item {
    padding: 1.5rem;
  }
}
.cid-ugqkrjw7ea .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ugqkrjw7ea .item .item-icon {
    margin-top: 0;
  }
}
.cid-ugqkrjw7ea .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-ugqkrjw7ea .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ugqkrjw7ea .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ugqkrjw7ea .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-ugqkrjw7ea .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ugqkrjw7ea .item-title-wrapper {
    min-width: auto;
  }
}
.cid-ugqkrjw7ea .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-ugqkrjw7ea .item-content {
    margin-left: 0;
  }
}
.cid-ugqkrjw7ea .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-ugqkrjw7ea .item-title {
  color: #ffffff;
}
.cid-ugqkrjw7ea .mbr-text,
.cid-ugqkrjw7ea .item-icon {
  color: #ffffff;
}
.cid-ugqkrjw7ea .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-ugqkrjw7ea .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-ugqkrjw7ea .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ugqkrjw7ea .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-ugqkrjw7ea .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-ugqkrjw7ea .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-ugqkrjw7ea .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-ugqkrjw7ea .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-ugqkrjw7ea .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-ugqkrjw7ea .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-ugqkrjw7ea .article-column1 {
    padding-right: 16px;
  }
}
.cid-ugqkrjw7ea .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-ugqkrjw7ea .article-column2 {
    padding-left: 16px;
  }
}
.cid-ugqkrjw7ea .mbr-section-subtitle,
.cid-ugqkrjw7ea .mbr-iconfont {
  color: #e082c5;
}
.cid-ugqkrjw7ea .mbr-section-subtitle {
  color: #000000;
}
.cid-ugqkrk0tfE {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ugqkrk0tfE p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ugqkrk0tfE .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ugqkrk0tfE .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ugqkrk0tfE .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ugqkrk0tfE .main-banner .left-content {
  margin-right: 15px;
}
.cid-ugqkrk0tfE .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ugqkrk0tfE .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ugqkrk0tfE .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ugqkrk0tfE .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ugqkrk0tfE .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ugqkrk0tfE .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ugqkrk0tfE .main-banner:before {
    display: none;
  }
  .cid-ugqkrk0tfE .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ugqkrk0tfE .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ugqkrk0tfE H6 {
  color: #e43f3f;
}
.cid-ugqkrk0tfE H2 {
  color: #000000;
}
.cid-ugqkrk0tfE P {
  color: #000000;
}
.cid-ugqkrkdYNF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ugqkrkdYNF #footer {
  padding: 0 0 25px 0;
}
.cid-ugqkrkdYNF #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ugqkrkdYNF #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ugqkrkdYNF #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ugqkrkdYNF #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ugqkrkdYNF #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ugqkrkdYNF #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ugqkrkdYNF #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ugqkrkdYNF #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ugqkrkdYNF #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ugqkrkdYNF #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ugqkrkdYNF #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ugqkrkdYNF #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ugqkrkdYNF #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ugqkrkdYNF #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ugqkrkdYNF #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ugqkrkdYNF #footer .copyright {
  padding-top: 30px;
}
.cid-ugqkrkdYNF ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ugqkrkdYNF H4 {
  color: #000000;
  text-align: left;
}
.cid-ugqkrkdYNF DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ugqkrkdYNF P {
  color: #e43f3f;
  text-align: left;
}
.cid-ugqkrkdYNF div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ugqkrkdYNF .copyright a {
  text-decoration: none !important;
}
.cid-ugqkrkdYNF .list,
.cid-ugqkrkdYNF .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ugqkrkdYNF ul li a {
  text-decoration: none !important;
}
.cid-ugqkrkdYNF .list {
  color: #e43f3f;
}
.cid-ugqkw9MEK8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugqkw9MEK8 nav.navbar {
  position: fixed;
}
.cid-ugqkw9MEK8 .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-ugqkw9MEK8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugqkw9MEK8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugqkw9MEK8 .dropdown-item:hover,
.cid-ugqkw9MEK8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ugqkw9MEK8 .dropdown-item:hover span {
  color: white;
}
.cid-ugqkw9MEK8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugqkw9MEK8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugqkw9MEK8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugqkw9MEK8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugqkw9MEK8 .nav-link {
  position: relative;
}
.cid-ugqkw9MEK8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ugqkw9MEK8 .container {
    flex-wrap: nowrap;
  }
}
.cid-ugqkw9MEK8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugqkw9MEK8 .dropdown-menu,
.cid-ugqkw9MEK8 .navbar.opened {
  background: #e43f3f !important;
}
.cid-ugqkw9MEK8 .nav-item:focus,
.cid-ugqkw9MEK8 .nav-link:focus {
  outline: none;
}
.cid-ugqkw9MEK8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugqkw9MEK8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugqkw9MEK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugqkw9MEK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugqkw9MEK8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugqkw9MEK8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugqkw9MEK8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ugqkw9MEK8 .navbar.opened {
  transition: all 0.3s;
}
.cid-ugqkw9MEK8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugqkw9MEK8 .navbar .navbar-logo img {
  width: auto;
}
.cid-ugqkw9MEK8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugqkw9MEK8 .navbar.collapsed {
  justify-content: center;
}
.cid-ugqkw9MEK8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugqkw9MEK8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugqkw9MEK8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ugqkw9MEK8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugqkw9MEK8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugqkw9MEK8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugqkw9MEK8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugqkw9MEK8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugqkw9MEK8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugqkw9MEK8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugqkw9MEK8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugqkw9MEK8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugqkw9MEK8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugqkw9MEK8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugqkw9MEK8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugqkw9MEK8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugqkw9MEK8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugqkw9MEK8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugqkw9MEK8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugqkw9MEK8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugqkw9MEK8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugqkw9MEK8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugqkw9MEK8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugqkw9MEK8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugqkw9MEK8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugqkw9MEK8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugqkw9MEK8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugqkw9MEK8 .dropdown-item.active,
.cid-ugqkw9MEK8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ugqkw9MEK8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugqkw9MEK8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugqkw9MEK8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugqkw9MEK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ugqkw9MEK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugqkw9MEK8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugqkw9MEK8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugqkw9MEK8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugqkw9MEK8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugqkw9MEK8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugqkw9MEK8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugqkw9MEK8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugqkw9MEK8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugqkw9MEK8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugqkw9MEK8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugqkw9MEK8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugqkw9MEK8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugqkw9MEK8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugqkw9MEK8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugqkw9MEK8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugqkw9MEK8 .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-ugqkw9MEK8 .navbar {
    height: 70px;
  }
  .cid-ugqkw9MEK8 .navbar.opened {
    height: auto;
  }
  .cid-ugqkw9MEK8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugqkw8fxuP {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ugqkw8fxuP .row {
  flex-direction: row-reverse;
}
.cid-ugqkw8fxuP p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ugqkw8fxuP .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ugqkw8fxuP .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ugqkw8fxuP .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ugqkw8fxuP .main-banner .left-content {
  margin-right: 15px;
}
.cid-ugqkw8fxuP .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ugqkw8fxuP .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ugqkw8fxuP .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ugqkw8fxuP .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ugqkw8fxuP .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ugqkw8fxuP .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ugqkw8fxuP .main-banner:before {
    display: none;
  }
  .cid-ugqkw8fxuP .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ugqkw8fxuP .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ugqkw8fxuP H6 {
  color: #e43f3f;
}
.cid-ugqkw8CPCe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ugqkw8CPCe .mbr-section-title {
  color: #000000;
}
.cid-ugqkw8MTpA {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ugqkw8MTpA .container {
  padding: 0 5%;
}
.cid-ugqkw8MTpA #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ugqkw8MTpA #collapse-button:hover {
  background-color: #7787a5;
}
.cid-ugqkw8MTpA #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ugqkw8MTpA #expand-button:hover {
  background-color: #7787a5;
}
.cid-ugqkw8MTpA .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-ugqkw8MTpA .item:focus,
.cid-ugqkw8MTpA span:focus {
  outline: none;
}
.cid-ugqkw8MTpA .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-ugqkw8MTpA .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ugqkw8MTpA .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-ugqkw8MTpA .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-ugqkw8MTpA .item {
    padding: 1.5rem;
  }
}
.cid-ugqkw8MTpA .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ugqkw8MTpA .item .item-icon {
    margin-top: 0;
  }
}
.cid-ugqkw8MTpA .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-ugqkw8MTpA .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ugqkw8MTpA .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ugqkw8MTpA .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-ugqkw8MTpA .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ugqkw8MTpA .item-title-wrapper {
    min-width: auto;
  }
}
.cid-ugqkw8MTpA .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-ugqkw8MTpA .item-content {
    margin-left: 0;
  }
}
.cid-ugqkw8MTpA .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-ugqkw8MTpA .item-title {
  color: #ffffff;
}
.cid-ugqkw8MTpA .mbr-text,
.cid-ugqkw8MTpA .item-icon {
  color: #ffffff;
}
.cid-ugqkw8MTpA .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-ugqkw8MTpA .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-ugqkw8MTpA .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ugqkw8MTpA .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-ugqkw8MTpA .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-ugqkw8MTpA .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-ugqkw8MTpA .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-ugqkw8MTpA .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-ugqkw8MTpA .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-ugqkw8MTpA .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-ugqkw8MTpA .article-column1 {
    padding-right: 16px;
  }
}
.cid-ugqkw8MTpA .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-ugqkw8MTpA .article-column2 {
    padding-left: 16px;
  }
}
.cid-ugqkw8MTpA .mbr-section-subtitle,
.cid-ugqkw8MTpA .mbr-iconfont {
  color: #e082c5;
}
.cid-ugqkw8MTpA .mbr-section-subtitle {
  color: #000000;
}
.cid-ugqkw9dEPX {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ugqkw9dEPX p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ugqkw9dEPX .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ugqkw9dEPX .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ugqkw9dEPX .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ugqkw9dEPX .main-banner .left-content {
  margin-right: 15px;
}
.cid-ugqkw9dEPX .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ugqkw9dEPX .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ugqkw9dEPX .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ugqkw9dEPX .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ugqkw9dEPX .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ugqkw9dEPX .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ugqkw9dEPX .main-banner:before {
    display: none;
  }
  .cid-ugqkw9dEPX .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ugqkw9dEPX .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ugqkw9dEPX H6 {
  color: #e43f3f;
}
.cid-ugqkw9dEPX H2 {
  color: #000000;
}
.cid-ugqkw9dEPX P {
  color: #000000;
}
.cid-ugqkw9rowT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ugqkw9rowT #footer {
  padding: 0 0 25px 0;
}
.cid-ugqkw9rowT #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ugqkw9rowT #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ugqkw9rowT #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ugqkw9rowT #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ugqkw9rowT #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ugqkw9rowT #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ugqkw9rowT #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ugqkw9rowT #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ugqkw9rowT #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ugqkw9rowT #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ugqkw9rowT #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ugqkw9rowT #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ugqkw9rowT #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ugqkw9rowT #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ugqkw9rowT #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ugqkw9rowT #footer .copyright {
  padding-top: 30px;
}
.cid-ugqkw9rowT ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ugqkw9rowT H4 {
  color: #000000;
  text-align: left;
}
.cid-ugqkw9rowT DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ugqkw9rowT P {
  color: #e43f3f;
  text-align: left;
}
.cid-ugqkw9rowT div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ugqkw9rowT .copyright a {
  text-decoration: none !important;
}
.cid-ugqkw9rowT .list,
.cid-ugqkw9rowT .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ugqkw9rowT ul li a {
  text-decoration: none !important;
}
.cid-ugqkw9rowT .list {
  color: #e43f3f;
}
.cid-ugqn6VQ7kV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugqn6VQ7kV nav.navbar {
  position: fixed;
}
.cid-ugqn6VQ7kV .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-ugqn6VQ7kV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugqn6VQ7kV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugqn6VQ7kV .dropdown-item:hover,
.cid-ugqn6VQ7kV .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ugqn6VQ7kV .dropdown-item:hover span {
  color: white;
}
.cid-ugqn6VQ7kV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugqn6VQ7kV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugqn6VQ7kV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugqn6VQ7kV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugqn6VQ7kV .nav-link {
  position: relative;
}
.cid-ugqn6VQ7kV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ugqn6VQ7kV .container {
    flex-wrap: nowrap;
  }
}
.cid-ugqn6VQ7kV .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugqn6VQ7kV .dropdown-menu,
.cid-ugqn6VQ7kV .navbar.opened {
  background: #e43f3f !important;
}
.cid-ugqn6VQ7kV .nav-item:focus,
.cid-ugqn6VQ7kV .nav-link:focus {
  outline: none;
}
.cid-ugqn6VQ7kV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugqn6VQ7kV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugqn6VQ7kV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugqn6VQ7kV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugqn6VQ7kV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugqn6VQ7kV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugqn6VQ7kV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ugqn6VQ7kV .navbar.opened {
  transition: all 0.3s;
}
.cid-ugqn6VQ7kV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugqn6VQ7kV .navbar .navbar-logo img {
  width: auto;
}
.cid-ugqn6VQ7kV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugqn6VQ7kV .navbar.collapsed {
  justify-content: center;
}
.cid-ugqn6VQ7kV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugqn6VQ7kV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugqn6VQ7kV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ugqn6VQ7kV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugqn6VQ7kV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugqn6VQ7kV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugqn6VQ7kV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugqn6VQ7kV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugqn6VQ7kV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugqn6VQ7kV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugqn6VQ7kV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugqn6VQ7kV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugqn6VQ7kV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugqn6VQ7kV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugqn6VQ7kV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugqn6VQ7kV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugqn6VQ7kV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugqn6VQ7kV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugqn6VQ7kV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugqn6VQ7kV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugqn6VQ7kV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugqn6VQ7kV .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugqn6VQ7kV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugqn6VQ7kV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugqn6VQ7kV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugqn6VQ7kV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugqn6VQ7kV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugqn6VQ7kV .dropdown-item.active,
.cid-ugqn6VQ7kV .dropdown-item:active {
  background-color: transparent;
}
.cid-ugqn6VQ7kV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugqn6VQ7kV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugqn6VQ7kV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugqn6VQ7kV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ugqn6VQ7kV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugqn6VQ7kV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugqn6VQ7kV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugqn6VQ7kV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugqn6VQ7kV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugqn6VQ7kV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugqn6VQ7kV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugqn6VQ7kV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugqn6VQ7kV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugqn6VQ7kV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugqn6VQ7kV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugqn6VQ7kV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugqn6VQ7kV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugqn6VQ7kV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugqn6VQ7kV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugqn6VQ7kV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugqn6VQ7kV .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-ugqn6VQ7kV .navbar {
    height: 70px;
  }
  .cid-ugqn6VQ7kV .navbar.opened {
    height: auto;
  }
  .cid-ugqn6VQ7kV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugqn6TUZUp {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ugqn6TUZUp .row {
  flex-direction: row-reverse;
}
.cid-ugqn6TUZUp p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ugqn6TUZUp .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ugqn6TUZUp .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ugqn6TUZUp .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ugqn6TUZUp .main-banner .left-content {
  margin-right: 15px;
}
.cid-ugqn6TUZUp .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ugqn6TUZUp .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ugqn6TUZUp .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ugqn6TUZUp .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ugqn6TUZUp .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ugqn6TUZUp .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ugqn6TUZUp .main-banner:before {
    display: none;
  }
  .cid-ugqn6TUZUp .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ugqn6TUZUp .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ugqn6TUZUp H6 {
  color: #e43f3f;
}
.cid-ugqn6UnDJN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ugqn6UnDJN .mbr-section-title {
  color: #000000;
}
.cid-ugqn6ULF5c {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ugqn6ULF5c .container {
  padding: 0 5%;
}
.cid-ugqn6ULF5c #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ugqn6ULF5c #collapse-button:hover {
  background-color: #7787a5;
}
.cid-ugqn6ULF5c #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ugqn6ULF5c #expand-button:hover {
  background-color: #7787a5;
}
.cid-ugqn6ULF5c .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-ugqn6ULF5c .item:focus,
.cid-ugqn6ULF5c span:focus {
  outline: none;
}
.cid-ugqn6ULF5c .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-ugqn6ULF5c .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ugqn6ULF5c .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-ugqn6ULF5c .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-ugqn6ULF5c .item {
    padding: 1.5rem;
  }
}
.cid-ugqn6ULF5c .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ugqn6ULF5c .item .item-icon {
    margin-top: 0;
  }
}
.cid-ugqn6ULF5c .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-ugqn6ULF5c .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ugqn6ULF5c .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ugqn6ULF5c .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-ugqn6ULF5c .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ugqn6ULF5c .item-title-wrapper {
    min-width: auto;
  }
}
.cid-ugqn6ULF5c .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-ugqn6ULF5c .item-content {
    margin-left: 0;
  }
}
.cid-ugqn6ULF5c .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-ugqn6ULF5c .item-title {
  color: #ffffff;
}
.cid-ugqn6ULF5c .mbr-text,
.cid-ugqn6ULF5c .item-icon {
  color: #ffffff;
}
.cid-ugqn6ULF5c .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-ugqn6ULF5c .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-ugqn6ULF5c .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ugqn6ULF5c .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-ugqn6ULF5c .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-ugqn6ULF5c .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-ugqn6ULF5c .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-ugqn6ULF5c .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-ugqn6ULF5c .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-ugqn6ULF5c .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-ugqn6ULF5c .article-column1 {
    padding-right: 16px;
  }
}
.cid-ugqn6ULF5c .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-ugqn6ULF5c .article-column2 {
    padding-left: 16px;
  }
}
.cid-ugqn6ULF5c .mbr-section-subtitle,
.cid-ugqn6ULF5c .mbr-iconfont {
  color: #e082c5;
}
.cid-ugqn6ULF5c .mbr-section-subtitle {
  color: #000000;
}
.cid-ugqn6VhcOL {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ugqn6VhcOL p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ugqn6VhcOL .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ugqn6VhcOL .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ugqn6VhcOL .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ugqn6VhcOL .main-banner .left-content {
  margin-right: 15px;
}
.cid-ugqn6VhcOL .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ugqn6VhcOL .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ugqn6VhcOL .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ugqn6VhcOL .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ugqn6VhcOL .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ugqn6VhcOL .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ugqn6VhcOL .main-banner:before {
    display: none;
  }
  .cid-ugqn6VhcOL .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ugqn6VhcOL .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ugqn6VhcOL H6 {
  color: #e43f3f;
}
.cid-ugqn6VhcOL H2 {
  color: #000000;
}
.cid-ugqn6VhcOL P {
  color: #000000;
}
.cid-ugqn6VwtZ3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ugqn6VwtZ3 #footer {
  padding: 0 0 25px 0;
}
.cid-ugqn6VwtZ3 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ugqn6VwtZ3 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ugqn6VwtZ3 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ugqn6VwtZ3 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ugqn6VwtZ3 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ugqn6VwtZ3 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ugqn6VwtZ3 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ugqn6VwtZ3 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ugqn6VwtZ3 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ugqn6VwtZ3 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ugqn6VwtZ3 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ugqn6VwtZ3 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ugqn6VwtZ3 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ugqn6VwtZ3 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ugqn6VwtZ3 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ugqn6VwtZ3 #footer .copyright {
  padding-top: 30px;
}
.cid-ugqn6VwtZ3 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ugqn6VwtZ3 H4 {
  color: #000000;
  text-align: left;
}
.cid-ugqn6VwtZ3 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ugqn6VwtZ3 P {
  color: #e43f3f;
  text-align: left;
}
.cid-ugqn6VwtZ3 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ugqn6VwtZ3 .copyright a {
  text-decoration: none !important;
}
.cid-ugqn6VwtZ3 .list,
.cid-ugqn6VwtZ3 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ugqn6VwtZ3 ul li a {
  text-decoration: none !important;
}
.cid-ugqn6VwtZ3 .list {
  color: #e43f3f;
}
.cid-ugqnUSnAe1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugqnUSnAe1 nav.navbar {
  position: fixed;
}
.cid-ugqnUSnAe1 .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-ugqnUSnAe1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugqnUSnAe1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugqnUSnAe1 .dropdown-item:hover,
.cid-ugqnUSnAe1 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ugqnUSnAe1 .dropdown-item:hover span {
  color: white;
}
.cid-ugqnUSnAe1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugqnUSnAe1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugqnUSnAe1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugqnUSnAe1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugqnUSnAe1 .nav-link {
  position: relative;
}
.cid-ugqnUSnAe1 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ugqnUSnAe1 .container {
    flex-wrap: nowrap;
  }
}
.cid-ugqnUSnAe1 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugqnUSnAe1 .dropdown-menu,
.cid-ugqnUSnAe1 .navbar.opened {
  background: #e43f3f !important;
}
.cid-ugqnUSnAe1 .nav-item:focus,
.cid-ugqnUSnAe1 .nav-link:focus {
  outline: none;
}
.cid-ugqnUSnAe1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugqnUSnAe1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugqnUSnAe1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugqnUSnAe1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugqnUSnAe1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugqnUSnAe1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugqnUSnAe1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ugqnUSnAe1 .navbar.opened {
  transition: all 0.3s;
}
.cid-ugqnUSnAe1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugqnUSnAe1 .navbar .navbar-logo img {
  width: auto;
}
.cid-ugqnUSnAe1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugqnUSnAe1 .navbar.collapsed {
  justify-content: center;
}
.cid-ugqnUSnAe1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugqnUSnAe1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugqnUSnAe1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ugqnUSnAe1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugqnUSnAe1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugqnUSnAe1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugqnUSnAe1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugqnUSnAe1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugqnUSnAe1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugqnUSnAe1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugqnUSnAe1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugqnUSnAe1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugqnUSnAe1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugqnUSnAe1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugqnUSnAe1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugqnUSnAe1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugqnUSnAe1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugqnUSnAe1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugqnUSnAe1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugqnUSnAe1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugqnUSnAe1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugqnUSnAe1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugqnUSnAe1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugqnUSnAe1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugqnUSnAe1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugqnUSnAe1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugqnUSnAe1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugqnUSnAe1 .dropdown-item.active,
.cid-ugqnUSnAe1 .dropdown-item:active {
  background-color: transparent;
}
.cid-ugqnUSnAe1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugqnUSnAe1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugqnUSnAe1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugqnUSnAe1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ugqnUSnAe1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugqnUSnAe1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugqnUSnAe1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugqnUSnAe1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugqnUSnAe1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugqnUSnAe1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugqnUSnAe1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugqnUSnAe1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugqnUSnAe1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugqnUSnAe1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugqnUSnAe1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugqnUSnAe1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugqnUSnAe1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugqnUSnAe1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugqnUSnAe1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugqnUSnAe1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugqnUSnAe1 .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-ugqnUSnAe1 .navbar {
    height: 70px;
  }
  .cid-ugqnUSnAe1 .navbar.opened {
    height: auto;
  }
  .cid-ugqnUSnAe1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugqnUQBHgI {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ugqnUQBHgI .row {
  flex-direction: row-reverse;
}
.cid-ugqnUQBHgI p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ugqnUQBHgI .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ugqnUQBHgI .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ugqnUQBHgI .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ugqnUQBHgI .main-banner .left-content {
  margin-right: 15px;
}
.cid-ugqnUQBHgI .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ugqnUQBHgI .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ugqnUQBHgI .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ugqnUQBHgI .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ugqnUQBHgI .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ugqnUQBHgI .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ugqnUQBHgI .main-banner:before {
    display: none;
  }
  .cid-ugqnUQBHgI .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ugqnUQBHgI .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ugqnUQBHgI H6 {
  color: #e43f3f;
}
.cid-ugqnUR3EhL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ugqnUR3EhL .mbr-section-title {
  color: #000000;
}
.cid-ugqnURlLhj {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ugqnURlLhj .container {
  padding: 0 5%;
}
.cid-ugqnURlLhj #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ugqnURlLhj #collapse-button:hover {
  background-color: #7787a5;
}
.cid-ugqnURlLhj #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ugqnURlLhj #expand-button:hover {
  background-color: #7787a5;
}
.cid-ugqnURlLhj .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-ugqnURlLhj .item:focus,
.cid-ugqnURlLhj span:focus {
  outline: none;
}
.cid-ugqnURlLhj .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-ugqnURlLhj .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ugqnURlLhj .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-ugqnURlLhj .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-ugqnURlLhj .item {
    padding: 1.5rem;
  }
}
.cid-ugqnURlLhj .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ugqnURlLhj .item .item-icon {
    margin-top: 0;
  }
}
.cid-ugqnURlLhj .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-ugqnURlLhj .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ugqnURlLhj .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ugqnURlLhj .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-ugqnURlLhj .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ugqnURlLhj .item-title-wrapper {
    min-width: auto;
  }
}
.cid-ugqnURlLhj .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-ugqnURlLhj .item-content {
    margin-left: 0;
  }
}
.cid-ugqnURlLhj .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-ugqnURlLhj .item-title {
  color: #ffffff;
}
.cid-ugqnURlLhj .mbr-text,
.cid-ugqnURlLhj .item-icon {
  color: #ffffff;
}
.cid-ugqnURlLhj .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-ugqnURlLhj .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-ugqnURlLhj .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ugqnURlLhj .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-ugqnURlLhj .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-ugqnURlLhj .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-ugqnURlLhj .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-ugqnURlLhj .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-ugqnURlLhj .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-ugqnURlLhj .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-ugqnURlLhj .article-column1 {
    padding-right: 16px;
  }
}
.cid-ugqnURlLhj .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-ugqnURlLhj .article-column2 {
    padding-left: 16px;
  }
}
.cid-ugqnURlLhj .mbr-section-subtitle,
.cid-ugqnURlLhj .mbr-iconfont {
  color: #e082c5;
}
.cid-ugqnURlLhj .mbr-section-subtitle {
  color: #000000;
}
.cid-ugqnUROEWC {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ugqnUROEWC p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ugqnUROEWC .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ugqnUROEWC .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ugqnUROEWC .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ugqnUROEWC .main-banner .left-content {
  margin-right: 15px;
}
.cid-ugqnUROEWC .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ugqnUROEWC .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ugqnUROEWC .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ugqnUROEWC .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ugqnUROEWC .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ugqnUROEWC .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ugqnUROEWC .main-banner:before {
    display: none;
  }
  .cid-ugqnUROEWC .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ugqnUROEWC .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ugqnUROEWC H6 {
  color: #e43f3f;
}
.cid-ugqnUROEWC H2 {
  color: #000000;
}
.cid-ugqnUROEWC P {
  color: #000000;
}
.cid-ugqnUS2ARg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ugqnUS2ARg #footer {
  padding: 0 0 25px 0;
}
.cid-ugqnUS2ARg #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ugqnUS2ARg #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ugqnUS2ARg #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ugqnUS2ARg #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ugqnUS2ARg #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ugqnUS2ARg #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ugqnUS2ARg #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ugqnUS2ARg #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ugqnUS2ARg #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ugqnUS2ARg #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ugqnUS2ARg #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ugqnUS2ARg #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ugqnUS2ARg #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ugqnUS2ARg #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ugqnUS2ARg #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ugqnUS2ARg #footer .copyright {
  padding-top: 30px;
}
.cid-ugqnUS2ARg ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ugqnUS2ARg H4 {
  color: #000000;
  text-align: left;
}
.cid-ugqnUS2ARg DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ugqnUS2ARg P {
  color: #e43f3f;
  text-align: left;
}
.cid-ugqnUS2ARg div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ugqnUS2ARg .copyright a {
  text-decoration: none !important;
}
.cid-ugqnUS2ARg .list,
.cid-ugqnUS2ARg .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ugqnUS2ARg ul li a {
  text-decoration: none !important;
}
.cid-ugqnUS2ARg .list {
  color: #e43f3f;
}
.cid-ugqnA48Jv6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugqnA48Jv6 nav.navbar {
  position: fixed;
}
.cid-ugqnA48Jv6 .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-ugqnA48Jv6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugqnA48Jv6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugqnA48Jv6 .dropdown-item:hover,
.cid-ugqnA48Jv6 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ugqnA48Jv6 .dropdown-item:hover span {
  color: white;
}
.cid-ugqnA48Jv6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugqnA48Jv6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugqnA48Jv6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugqnA48Jv6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugqnA48Jv6 .nav-link {
  position: relative;
}
.cid-ugqnA48Jv6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ugqnA48Jv6 .container {
    flex-wrap: nowrap;
  }
}
.cid-ugqnA48Jv6 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugqnA48Jv6 .dropdown-menu,
.cid-ugqnA48Jv6 .navbar.opened {
  background: #e43f3f !important;
}
.cid-ugqnA48Jv6 .nav-item:focus,
.cid-ugqnA48Jv6 .nav-link:focus {
  outline: none;
}
.cid-ugqnA48Jv6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugqnA48Jv6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugqnA48Jv6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugqnA48Jv6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugqnA48Jv6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugqnA48Jv6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugqnA48Jv6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ugqnA48Jv6 .navbar.opened {
  transition: all 0.3s;
}
.cid-ugqnA48Jv6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugqnA48Jv6 .navbar .navbar-logo img {
  width: auto;
}
.cid-ugqnA48Jv6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugqnA48Jv6 .navbar.collapsed {
  justify-content: center;
}
.cid-ugqnA48Jv6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugqnA48Jv6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugqnA48Jv6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ugqnA48Jv6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugqnA48Jv6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugqnA48Jv6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugqnA48Jv6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugqnA48Jv6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugqnA48Jv6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugqnA48Jv6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugqnA48Jv6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugqnA48Jv6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugqnA48Jv6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugqnA48Jv6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugqnA48Jv6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugqnA48Jv6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugqnA48Jv6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugqnA48Jv6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugqnA48Jv6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugqnA48Jv6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugqnA48Jv6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugqnA48Jv6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugqnA48Jv6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugqnA48Jv6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugqnA48Jv6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugqnA48Jv6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugqnA48Jv6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugqnA48Jv6 .dropdown-item.active,
.cid-ugqnA48Jv6 .dropdown-item:active {
  background-color: transparent;
}
.cid-ugqnA48Jv6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugqnA48Jv6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugqnA48Jv6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugqnA48Jv6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ugqnA48Jv6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugqnA48Jv6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugqnA48Jv6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugqnA48Jv6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugqnA48Jv6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugqnA48Jv6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugqnA48Jv6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugqnA48Jv6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugqnA48Jv6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugqnA48Jv6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugqnA48Jv6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugqnA48Jv6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugqnA48Jv6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugqnA48Jv6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugqnA48Jv6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugqnA48Jv6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugqnA48Jv6 .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-ugqnA48Jv6 .navbar {
    height: 70px;
  }
  .cid-ugqnA48Jv6 .navbar.opened {
    height: auto;
  }
  .cid-ugqnA48Jv6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugqnA2oznt {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ugqnA2oznt .row {
  flex-direction: row-reverse;
}
.cid-ugqnA2oznt p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ugqnA2oznt .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ugqnA2oznt .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ugqnA2oznt .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ugqnA2oznt .main-banner .left-content {
  margin-right: 15px;
}
.cid-ugqnA2oznt .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ugqnA2oznt .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ugqnA2oznt .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ugqnA2oznt .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ugqnA2oznt .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ugqnA2oznt .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ugqnA2oznt .main-banner:before {
    display: none;
  }
  .cid-ugqnA2oznt .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ugqnA2oznt .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ugqnA2oznt H6 {
  color: #e43f3f;
}
.cid-ugqnA2OpHi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ugqnA2OpHi .mbr-section-title {
  color: #000000;
}
.cid-ugqnA35xoX {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ugqnA35xoX .container {
  padding: 0 5%;
}
.cid-ugqnA35xoX #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ugqnA35xoX #collapse-button:hover {
  background-color: #7787a5;
}
.cid-ugqnA35xoX #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ugqnA35xoX #expand-button:hover {
  background-color: #7787a5;
}
.cid-ugqnA35xoX .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-ugqnA35xoX .item:focus,
.cid-ugqnA35xoX span:focus {
  outline: none;
}
.cid-ugqnA35xoX .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-ugqnA35xoX .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ugqnA35xoX .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-ugqnA35xoX .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-ugqnA35xoX .item {
    padding: 1.5rem;
  }
}
.cid-ugqnA35xoX .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ugqnA35xoX .item .item-icon {
    margin-top: 0;
  }
}
.cid-ugqnA35xoX .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-ugqnA35xoX .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ugqnA35xoX .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ugqnA35xoX .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-ugqnA35xoX .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ugqnA35xoX .item-title-wrapper {
    min-width: auto;
  }
}
.cid-ugqnA35xoX .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-ugqnA35xoX .item-content {
    margin-left: 0;
  }
}
.cid-ugqnA35xoX .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-ugqnA35xoX .item-title {
  color: #ffffff;
}
.cid-ugqnA35xoX .mbr-text,
.cid-ugqnA35xoX .item-icon {
  color: #ffffff;
}
.cid-ugqnA35xoX .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-ugqnA35xoX .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-ugqnA35xoX .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ugqnA35xoX .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-ugqnA35xoX .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-ugqnA35xoX .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-ugqnA35xoX .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-ugqnA35xoX .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-ugqnA35xoX .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-ugqnA35xoX .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-ugqnA35xoX .article-column1 {
    padding-right: 16px;
  }
}
.cid-ugqnA35xoX .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-ugqnA35xoX .article-column2 {
    padding-left: 16px;
  }
}
.cid-ugqnA35xoX .mbr-section-subtitle,
.cid-ugqnA35xoX .mbr-iconfont {
  color: #e082c5;
}
.cid-ugqnA35xoX .mbr-section-subtitle {
  color: #000000;
}
.cid-ugqnA3BFwm {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ugqnA3BFwm p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ugqnA3BFwm .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ugqnA3BFwm .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ugqnA3BFwm .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ugqnA3BFwm .main-banner .left-content {
  margin-right: 15px;
}
.cid-ugqnA3BFwm .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ugqnA3BFwm .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ugqnA3BFwm .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ugqnA3BFwm .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ugqnA3BFwm .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ugqnA3BFwm .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ugqnA3BFwm .main-banner:before {
    display: none;
  }
  .cid-ugqnA3BFwm .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ugqnA3BFwm .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ugqnA3BFwm H6 {
  color: #e43f3f;
}
.cid-ugqnA3BFwm H2 {
  color: #000000;
}
.cid-ugqnA3BFwm P {
  color: #000000;
}
.cid-ugqnA3RI7O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ugqnA3RI7O #footer {
  padding: 0 0 25px 0;
}
.cid-ugqnA3RI7O #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ugqnA3RI7O #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ugqnA3RI7O #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ugqnA3RI7O #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ugqnA3RI7O #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ugqnA3RI7O #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ugqnA3RI7O #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ugqnA3RI7O #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ugqnA3RI7O #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ugqnA3RI7O #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ugqnA3RI7O #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ugqnA3RI7O #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ugqnA3RI7O #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ugqnA3RI7O #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ugqnA3RI7O #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ugqnA3RI7O #footer .copyright {
  padding-top: 30px;
}
.cid-ugqnA3RI7O ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ugqnA3RI7O H4 {
  color: #000000;
  text-align: left;
}
.cid-ugqnA3RI7O DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ugqnA3RI7O P {
  color: #e43f3f;
  text-align: left;
}
.cid-ugqnA3RI7O div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ugqnA3RI7O .copyright a {
  text-decoration: none !important;
}
.cid-ugqnA3RI7O .list,
.cid-ugqnA3RI7O .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ugqnA3RI7O ul li a {
  text-decoration: none !important;
}
.cid-ugqnA3RI7O .list {
  color: #e43f3f;
}
.cid-ugqnjWi4gP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugqnjWi4gP nav.navbar {
  position: fixed;
}
.cid-ugqnjWi4gP .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-ugqnjWi4gP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugqnjWi4gP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugqnjWi4gP .dropdown-item:hover,
.cid-ugqnjWi4gP .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ugqnjWi4gP .dropdown-item:hover span {
  color: white;
}
.cid-ugqnjWi4gP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugqnjWi4gP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugqnjWi4gP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugqnjWi4gP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugqnjWi4gP .nav-link {
  position: relative;
}
.cid-ugqnjWi4gP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ugqnjWi4gP .container {
    flex-wrap: nowrap;
  }
}
.cid-ugqnjWi4gP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugqnjWi4gP .dropdown-menu,
.cid-ugqnjWi4gP .navbar.opened {
  background: #e43f3f !important;
}
.cid-ugqnjWi4gP .nav-item:focus,
.cid-ugqnjWi4gP .nav-link:focus {
  outline: none;
}
.cid-ugqnjWi4gP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugqnjWi4gP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugqnjWi4gP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugqnjWi4gP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugqnjWi4gP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugqnjWi4gP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugqnjWi4gP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ugqnjWi4gP .navbar.opened {
  transition: all 0.3s;
}
.cid-ugqnjWi4gP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugqnjWi4gP .navbar .navbar-logo img {
  width: auto;
}
.cid-ugqnjWi4gP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugqnjWi4gP .navbar.collapsed {
  justify-content: center;
}
.cid-ugqnjWi4gP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugqnjWi4gP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugqnjWi4gP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ugqnjWi4gP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugqnjWi4gP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugqnjWi4gP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugqnjWi4gP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugqnjWi4gP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugqnjWi4gP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugqnjWi4gP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugqnjWi4gP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugqnjWi4gP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugqnjWi4gP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugqnjWi4gP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugqnjWi4gP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugqnjWi4gP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugqnjWi4gP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugqnjWi4gP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugqnjWi4gP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugqnjWi4gP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugqnjWi4gP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugqnjWi4gP .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugqnjWi4gP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugqnjWi4gP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugqnjWi4gP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugqnjWi4gP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugqnjWi4gP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugqnjWi4gP .dropdown-item.active,
.cid-ugqnjWi4gP .dropdown-item:active {
  background-color: transparent;
}
.cid-ugqnjWi4gP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugqnjWi4gP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugqnjWi4gP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugqnjWi4gP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ugqnjWi4gP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugqnjWi4gP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugqnjWi4gP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugqnjWi4gP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugqnjWi4gP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugqnjWi4gP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugqnjWi4gP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugqnjWi4gP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugqnjWi4gP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugqnjWi4gP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugqnjWi4gP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugqnjWi4gP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugqnjWi4gP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugqnjWi4gP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugqnjWi4gP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugqnjWi4gP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugqnjWi4gP .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-ugqnjWi4gP .navbar {
    height: 70px;
  }
  .cid-ugqnjWi4gP .navbar.opened {
    height: auto;
  }
  .cid-ugqnjWi4gP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugqnjUsr1A {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ugqnjUsr1A .row {
  flex-direction: row-reverse;
}
.cid-ugqnjUsr1A p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ugqnjUsr1A .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ugqnjUsr1A .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ugqnjUsr1A .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ugqnjUsr1A .main-banner .left-content {
  margin-right: 15px;
}
.cid-ugqnjUsr1A .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ugqnjUsr1A .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ugqnjUsr1A .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ugqnjUsr1A .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ugqnjUsr1A .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ugqnjUsr1A .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ugqnjUsr1A .main-banner:before {
    display: none;
  }
  .cid-ugqnjUsr1A .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ugqnjUsr1A .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ugqnjUsr1A H6 {
  color: #e43f3f;
}
.cid-ugqnjUSZCL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ugqnjUSZCL .mbr-section-title {
  color: #000000;
}
.cid-ugqnjVc84M {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ugqnjVc84M .container {
  padding: 0 5%;
}
.cid-ugqnjVc84M #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ugqnjVc84M #collapse-button:hover {
  background-color: #7787a5;
}
.cid-ugqnjVc84M #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ugqnjVc84M #expand-button:hover {
  background-color: #7787a5;
}
.cid-ugqnjVc84M .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-ugqnjVc84M .item:focus,
.cid-ugqnjVc84M span:focus {
  outline: none;
}
.cid-ugqnjVc84M .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-ugqnjVc84M .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ugqnjVc84M .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-ugqnjVc84M .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-ugqnjVc84M .item {
    padding: 1.5rem;
  }
}
.cid-ugqnjVc84M .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ugqnjVc84M .item .item-icon {
    margin-top: 0;
  }
}
.cid-ugqnjVc84M .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-ugqnjVc84M .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ugqnjVc84M .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ugqnjVc84M .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-ugqnjVc84M .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ugqnjVc84M .item-title-wrapper {
    min-width: auto;
  }
}
.cid-ugqnjVc84M .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-ugqnjVc84M .item-content {
    margin-left: 0;
  }
}
.cid-ugqnjVc84M .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-ugqnjVc84M .item-title {
  color: #ffffff;
}
.cid-ugqnjVc84M .mbr-text,
.cid-ugqnjVc84M .item-icon {
  color: #ffffff;
}
.cid-ugqnjVc84M .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-ugqnjVc84M .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-ugqnjVc84M .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ugqnjVc84M .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-ugqnjVc84M .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-ugqnjVc84M .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-ugqnjVc84M .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-ugqnjVc84M .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-ugqnjVc84M .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-ugqnjVc84M .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-ugqnjVc84M .article-column1 {
    padding-right: 16px;
  }
}
.cid-ugqnjVc84M .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-ugqnjVc84M .article-column2 {
    padding-left: 16px;
  }
}
.cid-ugqnjVc84M .mbr-section-subtitle,
.cid-ugqnjVc84M .mbr-iconfont {
  color: #e082c5;
}
.cid-ugqnjVc84M .mbr-section-subtitle {
  color: #000000;
}
.cid-ugqnjVHcMH {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ugqnjVHcMH p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ugqnjVHcMH .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ugqnjVHcMH .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ugqnjVHcMH .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ugqnjVHcMH .main-banner .left-content {
  margin-right: 15px;
}
.cid-ugqnjVHcMH .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ugqnjVHcMH .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ugqnjVHcMH .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ugqnjVHcMH .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ugqnjVHcMH .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ugqnjVHcMH .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ugqnjVHcMH .main-banner:before {
    display: none;
  }
  .cid-ugqnjVHcMH .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ugqnjVHcMH .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ugqnjVHcMH H6 {
  color: #e43f3f;
}
.cid-ugqnjVHcMH H2 {
  color: #000000;
}
.cid-ugqnjVHcMH P {
  color: #000000;
}
.cid-ugqnjVZZZM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ugqnjVZZZM #footer {
  padding: 0 0 25px 0;
}
.cid-ugqnjVZZZM #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ugqnjVZZZM #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ugqnjVZZZM #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ugqnjVZZZM #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ugqnjVZZZM #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ugqnjVZZZM #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ugqnjVZZZM #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ugqnjVZZZM #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ugqnjVZZZM #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ugqnjVZZZM #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ugqnjVZZZM #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ugqnjVZZZM #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ugqnjVZZZM #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ugqnjVZZZM #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ugqnjVZZZM #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ugqnjVZZZM #footer .copyright {
  padding-top: 30px;
}
.cid-ugqnjVZZZM ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ugqnjVZZZM H4 {
  color: #000000;
  text-align: left;
}
.cid-ugqnjVZZZM DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ugqnjVZZZM P {
  color: #e43f3f;
  text-align: left;
}
.cid-ugqnjVZZZM div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ugqnjVZZZM .copyright a {
  text-decoration: none !important;
}
.cid-ugqnjVZZZM .list,
.cid-ugqnjVZZZM .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ugqnjVZZZM ul li a {
  text-decoration: none !important;
}
.cid-ugqnjVZZZM .list {
  color: #e43f3f;
}
.cid-ugqrPqUhFs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugqrPqUhFs nav.navbar {
  position: fixed;
}
.cid-ugqrPqUhFs .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-ugqrPqUhFs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugqrPqUhFs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugqrPqUhFs .dropdown-item:hover,
.cid-ugqrPqUhFs .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ugqrPqUhFs .dropdown-item:hover span {
  color: white;
}
.cid-ugqrPqUhFs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugqrPqUhFs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugqrPqUhFs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugqrPqUhFs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugqrPqUhFs .nav-link {
  position: relative;
}
.cid-ugqrPqUhFs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ugqrPqUhFs .container {
    flex-wrap: nowrap;
  }
}
.cid-ugqrPqUhFs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugqrPqUhFs .dropdown-menu,
.cid-ugqrPqUhFs .navbar.opened {
  background: #e43f3f !important;
}
.cid-ugqrPqUhFs .nav-item:focus,
.cid-ugqrPqUhFs .nav-link:focus {
  outline: none;
}
.cid-ugqrPqUhFs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugqrPqUhFs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugqrPqUhFs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugqrPqUhFs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugqrPqUhFs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugqrPqUhFs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugqrPqUhFs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ugqrPqUhFs .navbar.opened {
  transition: all 0.3s;
}
.cid-ugqrPqUhFs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugqrPqUhFs .navbar .navbar-logo img {
  width: auto;
}
.cid-ugqrPqUhFs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugqrPqUhFs .navbar.collapsed {
  justify-content: center;
}
.cid-ugqrPqUhFs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugqrPqUhFs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugqrPqUhFs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ugqrPqUhFs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugqrPqUhFs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugqrPqUhFs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugqrPqUhFs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugqrPqUhFs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugqrPqUhFs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugqrPqUhFs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugqrPqUhFs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugqrPqUhFs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugqrPqUhFs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugqrPqUhFs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugqrPqUhFs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugqrPqUhFs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugqrPqUhFs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugqrPqUhFs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugqrPqUhFs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugqrPqUhFs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugqrPqUhFs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugqrPqUhFs .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugqrPqUhFs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugqrPqUhFs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugqrPqUhFs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugqrPqUhFs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugqrPqUhFs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugqrPqUhFs .dropdown-item.active,
.cid-ugqrPqUhFs .dropdown-item:active {
  background-color: transparent;
}
.cid-ugqrPqUhFs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugqrPqUhFs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugqrPqUhFs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugqrPqUhFs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ugqrPqUhFs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugqrPqUhFs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugqrPqUhFs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugqrPqUhFs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugqrPqUhFs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugqrPqUhFs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugqrPqUhFs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugqrPqUhFs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugqrPqUhFs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugqrPqUhFs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugqrPqUhFs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugqrPqUhFs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugqrPqUhFs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugqrPqUhFs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugqrPqUhFs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugqrPqUhFs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugqrPqUhFs .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-ugqrPqUhFs .navbar {
    height: 70px;
  }
  .cid-ugqrPqUhFs .navbar.opened {
    height: auto;
  }
  .cid-ugqrPqUhFs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugqrPoYJjH {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ugqrPoYJjH .row {
  flex-direction: row-reverse;
}
.cid-ugqrPoYJjH p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ugqrPoYJjH .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ugqrPoYJjH .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ugqrPoYJjH .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ugqrPoYJjH .main-banner .left-content {
  margin-right: 15px;
}
.cid-ugqrPoYJjH .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ugqrPoYJjH .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ugqrPoYJjH .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ugqrPoYJjH .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ugqrPoYJjH .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ugqrPoYJjH .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ugqrPoYJjH .main-banner:before {
    display: none;
  }
  .cid-ugqrPoYJjH .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ugqrPoYJjH .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ugqrPoYJjH H6 {
  color: #e43f3f;
}
.cid-ugqrPpnpmw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ugqrPpnpmw .mbr-section-title {
  color: #000000;
}
.cid-ugqrPpErN8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugqrPpPEqR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugqrPpPEqR .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-ugqrPpPEqR .bgColor1 {
  background-color: #0a0d53;
}
.cid-ugqrPpPEqR .bgColor2 {
  background-color: #e43f3f;
}
.cid-ugqrPpPEqR .bgColor3 {
  background-color: #9fdbf8;
}
.cid-ugqrPpPEqR .bgicon {
  background-color: #ffffff;
}
.cid-ugqrPpPEqR H1 {
  color: #e43f3f;
}
.cid-ugqrPq5VHc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugqrPq5VHc .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-ugqrPq5VHc .bgColor1 {
  background-color: #0a0d53;
}
.cid-ugqrPq5VHc .bgColor2 {
  background-color: #e43f3f;
}
.cid-ugqrPq5VHc .bgColor3 {
  background-color: #e6c63b;
}
.cid-ugqrPq5VHc .bgicon {
  background-color: #ffffff;
}
.cid-ugqrPq5VHc H1 {
  color: #e43f3f;
}
.cid-ugqrPqjXjk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ugqrPqjXjk .media-container-row {
  justify-content: space-between;
}
.cid-ugqrPqjXjk .text-content {
  max-width: 50%;
}
.cid-ugqrPqjXjk .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ugqrPqjXjk .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ugqrPqjXjk .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ugqrPqjXjk .icons {
    justify-content: center !important;
  }
  .cid-ugqrPqjXjk .text-content * {
    text-align: center;
  }
}
.cid-ugqrPqBShd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ugqrPqBShd #footer {
  padding: 0 0 25px 0;
}
.cid-ugqrPqBShd #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ugqrPqBShd #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ugqrPqBShd #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ugqrPqBShd #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ugqrPqBShd #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ugqrPqBShd #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ugqrPqBShd #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ugqrPqBShd #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ugqrPqBShd #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ugqrPqBShd #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ugqrPqBShd #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ugqrPqBShd #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ugqrPqBShd #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ugqrPqBShd #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ugqrPqBShd #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ugqrPqBShd #footer .copyright {
  padding-top: 30px;
}
.cid-ugqrPqBShd ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ugqrPqBShd H4 {
  color: #000000;
  text-align: left;
}
.cid-ugqrPqBShd DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ugqrPqBShd P {
  color: #e43f3f;
  text-align: left;
}
.cid-ugqrPqBShd div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ugqrPqBShd .copyright a {
  text-decoration: none !important;
}
.cid-ugqrPqBShd .list,
.cid-ugqrPqBShd .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ugqrPqBShd ul li a {
  text-decoration: none !important;
}
.cid-ugqrPqBShd .list {
  color: #e43f3f;
}
.cid-u6yrC6hJNp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6yrC6hJNp nav.navbar {
  position: fixed;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6yrC6hJNp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6yrC6hJNp .dropdown-item:hover,
.cid-u6yrC6hJNp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u6yrC6hJNp .dropdown-item:hover span {
  color: white;
}
.cid-u6yrC6hJNp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6yrC6hJNp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6yrC6hJNp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6yrC6hJNp .nav-link {
  position: relative;
}
.cid-u6yrC6hJNp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .container {
    flex-wrap: nowrap;
  }
}
.cid-u6yrC6hJNp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown-menu,
.cid-u6yrC6hJNp .navbar.opened {
  background: #e43f3f !important;
}
.cid-u6yrC6hJNp .nav-item:focus,
.cid-u6yrC6hJNp .nav-link:focus {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6yrC6hJNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6yrC6hJNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6yrC6hJNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6yrC6hJNp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.opened {
  transition: all 0.3s;
}
.cid-u6yrC6hJNp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6yrC6hJNp .navbar .navbar-logo img {
  width: auto;
}
.cid-u6yrC6hJNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar.collapsed {
  justify-content: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6yrC6hJNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yrC6hJNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6yrC6hJNp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yrC6hJNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6yrC6hJNp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6yrC6hJNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6yrC6hJNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6yrC6hJNp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6yrC6hJNp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yrC6hJNp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6yrC6hJNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6yrC6hJNp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6yrC6hJNp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6yrC6hJNp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6yrC6hJNp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6yrC6hJNp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yrC6hJNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yrC6hJNp .dropdown-item.active,
.cid-u6yrC6hJNp .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yrC6hJNp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yrC6hJNp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-u6yrC6hJNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6yrC6hJNp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yrC6hJNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6yrC6hJNp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6yrC6hJNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6yrC6hJNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6yrC6hJNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yrC6hJNp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6yrC6hJNp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6yrC6hJNp .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-u6yrC6hJNp .navbar {
    height: 70px;
  }
  .cid-u6yrC6hJNp .navbar.opened {
    height: auto;
  }
  .cid-u6yrC6hJNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufG4XeEW6G {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ufG4XeEW6G .row {
  flex-direction: row-reverse;
}
.cid-ufG4XeEW6G p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufG4XeEW6G .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufG4XeEW6G .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufG4XeEW6G .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufG4XeEW6G .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufG4XeEW6G .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufG4XeEW6G .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufG4XeEW6G .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufG4XeEW6G .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufG4XeEW6G .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufG4XeEW6G .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufG4XeEW6G .main-banner:before {
    display: none;
  }
  .cid-ufG4XeEW6G .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufG4XeEW6G .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufG4XeEW6G H6 {
  color: #e43f3f;
}
.cid-ufG4XeEW6G H2 {
  color: #ffffff;
}
.cid-ufG4XeEW6G P {
  color: #ffffff;
}
.cid-ufG5FZikqZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ufG5FZikqZ .mbr-section-title {
  color: #000000;
}
.cid-DcfvmIQtPh {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-DcfvmIQtPh .container {
  padding: 0 5%;
}
.cid-DcfvmIQtPh #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-DcfvmIQtPh #collapse-button:hover {
  background-color: #7787a5;
}
.cid-DcfvmIQtPh #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-DcfvmIQtPh #expand-button:hover {
  background-color: #7787a5;
}
.cid-DcfvmIQtPh .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-DcfvmIQtPh .item:focus,
.cid-DcfvmIQtPh span:focus {
  outline: none;
}
.cid-DcfvmIQtPh .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-DcfvmIQtPh .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-DcfvmIQtPh .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-DcfvmIQtPh .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-DcfvmIQtPh .item {
    padding: 1.5rem;
  }
}
.cid-DcfvmIQtPh .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-DcfvmIQtPh .item .item-icon {
    margin-top: 0;
  }
}
.cid-DcfvmIQtPh .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-DcfvmIQtPh .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-DcfvmIQtPh .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-DcfvmIQtPh .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-DcfvmIQtPh .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-DcfvmIQtPh .item-title-wrapper {
    min-width: auto;
  }
}
.cid-DcfvmIQtPh .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-DcfvmIQtPh .item-content {
    margin-left: 0;
  }
}
.cid-DcfvmIQtPh .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-DcfvmIQtPh .item-title {
  color: #ffffff;
}
.cid-DcfvmIQtPh .mbr-text,
.cid-DcfvmIQtPh .item-icon {
  color: #ffffff;
}
.cid-DcfvmIQtPh .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-DcfvmIQtPh .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-DcfvmIQtPh .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-DcfvmIQtPh .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-DcfvmIQtPh .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-DcfvmIQtPh .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-DcfvmIQtPh .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-DcfvmIQtPh .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-DcfvmIQtPh .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-DcfvmIQtPh .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-DcfvmIQtPh .article-column1 {
    padding-right: 16px;
  }
}
.cid-DcfvmIQtPh .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-DcfvmIQtPh .article-column2 {
    padding-left: 16px;
  }
}
.cid-DcfvmIQtPh .mbr-section-subtitle,
.cid-DcfvmIQtPh .mbr-iconfont {
  color: #e082c5;
}
.cid-DcfvmIQtPh .mbr-section-subtitle {
  color: #000000;
}
.cid-ufG9YOuAck {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ufG9YOuAck p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufG9YOuAck .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufG9YOuAck .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufG9YOuAck .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufG9YOuAck .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufG9YOuAck .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufG9YOuAck .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufG9YOuAck .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufG9YOuAck .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufG9YOuAck .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufG9YOuAck .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufG9YOuAck .main-banner:before {
    display: none;
  }
  .cid-ufG9YOuAck .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufG9YOuAck .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufG9YOuAck H6 {
  color: #e43f3f;
}
.cid-ufG9YOuAck H2 {
  color: #ffffff;
}
.cid-ufG9YOuAck P {
  color: #ffffff;
}
.cid-tELTzwLjdx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-tELTzwLjdx #footer {
  padding: 0 0 25px 0;
}
.cid-tELTzwLjdx #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-tELTzwLjdx #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-tELTzwLjdx #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-tELTzwLjdx #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-tELTzwLjdx #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-tELTzwLjdx #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-tELTzwLjdx #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-tELTzwLjdx #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-tELTzwLjdx #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-tELTzwLjdx #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tELTzwLjdx #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-tELTzwLjdx #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-tELTzwLjdx #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-tELTzwLjdx #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-tELTzwLjdx #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-tELTzwLjdx #footer .copyright {
  padding-top: 30px;
}
.cid-tELTzwLjdx ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-tELTzwLjdx H4 {
  color: #000000;
  text-align: left;
}
.cid-tELTzwLjdx DIV {
  text-align: center;
  color: #fafafa;
}
.cid-tELTzwLjdx P {
  color: #e43f3f;
  text-align: left;
}
.cid-tELTzwLjdx div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-tELTzwLjdx .copyright a {
  text-decoration: none !important;
}
.cid-tELTzwLjdx .list,
.cid-tELTzwLjdx .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-tELTzwLjdx ul li a {
  text-decoration: none !important;
}
.cid-tELTzwLjdx .list {
  color: #e43f3f;
}
.cid-ufR4vnWNri {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufR4vnWNri nav.navbar {
  position: fixed;
}
.cid-ufR4vnWNri .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-ufR4vnWNri .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufR4vnWNri .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufR4vnWNri .dropdown-item:hover,
.cid-ufR4vnWNri .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ufR4vnWNri .dropdown-item:hover span {
  color: white;
}
.cid-ufR4vnWNri .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufR4vnWNri .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufR4vnWNri .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufR4vnWNri .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufR4vnWNri .nav-link {
  position: relative;
}
.cid-ufR4vnWNri .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufR4vnWNri .container {
    flex-wrap: nowrap;
  }
}
.cid-ufR4vnWNri .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufR4vnWNri .dropdown-menu,
.cid-ufR4vnWNri .navbar.opened {
  background: #e43f3f !important;
}
.cid-ufR4vnWNri .nav-item:focus,
.cid-ufR4vnWNri .nav-link:focus {
  outline: none;
}
.cid-ufR4vnWNri .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufR4vnWNri .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufR4vnWNri .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufR4vnWNri .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufR4vnWNri .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufR4vnWNri .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufR4vnWNri .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ufR4vnWNri .navbar.opened {
  transition: all 0.3s;
}
.cid-ufR4vnWNri .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufR4vnWNri .navbar .navbar-logo img {
  width: auto;
}
.cid-ufR4vnWNri .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufR4vnWNri .navbar.collapsed {
  justify-content: center;
}
.cid-ufR4vnWNri .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufR4vnWNri .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufR4vnWNri .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ufR4vnWNri .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufR4vnWNri .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufR4vnWNri .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufR4vnWNri .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufR4vnWNri .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufR4vnWNri .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufR4vnWNri .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufR4vnWNri .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufR4vnWNri .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufR4vnWNri .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufR4vnWNri .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufR4vnWNri .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufR4vnWNri .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufR4vnWNri .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufR4vnWNri .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufR4vnWNri .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufR4vnWNri .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufR4vnWNri .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufR4vnWNri .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufR4vnWNri .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufR4vnWNri .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufR4vnWNri .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufR4vnWNri .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufR4vnWNri .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufR4vnWNri .dropdown-item.active,
.cid-ufR4vnWNri .dropdown-item:active {
  background-color: transparent;
}
.cid-ufR4vnWNri .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufR4vnWNri .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufR4vnWNri .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufR4vnWNri .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ufR4vnWNri .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufR4vnWNri .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufR4vnWNri ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufR4vnWNri .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufR4vnWNri button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufR4vnWNri button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ufR4vnWNri button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufR4vnWNri button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufR4vnWNri button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufR4vnWNri button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufR4vnWNri nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufR4vnWNri nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufR4vnWNri nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufR4vnWNri nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufR4vnWNri .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufR4vnWNri a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufR4vnWNri .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-ufR4vnWNri .navbar {
    height: 70px;
  }
  .cid-ufR4vnWNri .navbar.opened {
    height: auto;
  }
  .cid-ufR4vnWNri .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufR4vlTN3k {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufR4vlTN3k .row {
  flex-direction: row-reverse;
}
.cid-ufR4vlTN3k p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufR4vlTN3k .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufR4vlTN3k .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufR4vlTN3k .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufR4vlTN3k .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufR4vlTN3k .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufR4vlTN3k .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufR4vlTN3k .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufR4vlTN3k .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufR4vlTN3k .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufR4vlTN3k .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufR4vlTN3k .main-banner:before {
    display: none;
  }
  .cid-ufR4vlTN3k .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufR4vlTN3k .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufR4vlTN3k H6 {
  color: #e43f3f;
}
.cid-ufR4vlTN3k H2 {
  color: #000000;
}
.cid-ufR4vmowqp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ufR4vmowqp .mbr-section-title {
  color: #000000;
}
.cid-ufR4vmJpN2 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ufR4vmJpN2 .container {
  padding: 0 5%;
}
.cid-ufR4vmJpN2 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ufR4vmJpN2 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-ufR4vmJpN2 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ufR4vmJpN2 #expand-button:hover {
  background-color: #7787a5;
}
.cid-ufR4vmJpN2 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-ufR4vmJpN2 .item:focus,
.cid-ufR4vmJpN2 span:focus {
  outline: none;
}
.cid-ufR4vmJpN2 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-ufR4vmJpN2 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ufR4vmJpN2 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-ufR4vmJpN2 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-ufR4vmJpN2 .item {
    padding: 1.5rem;
  }
}
.cid-ufR4vmJpN2 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ufR4vmJpN2 .item .item-icon {
    margin-top: 0;
  }
}
.cid-ufR4vmJpN2 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-ufR4vmJpN2 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ufR4vmJpN2 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ufR4vmJpN2 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-ufR4vmJpN2 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ufR4vmJpN2 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-ufR4vmJpN2 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-ufR4vmJpN2 .item-content {
    margin-left: 0;
  }
}
.cid-ufR4vmJpN2 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-ufR4vmJpN2 .item-title {
  color: #ffffff;
}
.cid-ufR4vmJpN2 .mbr-text,
.cid-ufR4vmJpN2 .item-icon {
  color: #ffffff;
}
.cid-ufR4vmJpN2 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-ufR4vmJpN2 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-ufR4vmJpN2 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ufR4vmJpN2 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-ufR4vmJpN2 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-ufR4vmJpN2 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-ufR4vmJpN2 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-ufR4vmJpN2 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-ufR4vmJpN2 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-ufR4vmJpN2 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-ufR4vmJpN2 .article-column1 {
    padding-right: 16px;
  }
}
.cid-ufR4vmJpN2 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-ufR4vmJpN2 .article-column2 {
    padding-left: 16px;
  }
}
.cid-ufR4vmJpN2 .mbr-section-subtitle,
.cid-ufR4vmJpN2 .mbr-iconfont {
  color: #e082c5;
}
.cid-ufR4vmJpN2 .mbr-section-subtitle {
  color: #000000;
}
.cid-ufR4vni3eo {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufR4vni3eo p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufR4vni3eo .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufR4vni3eo .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufR4vni3eo .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufR4vni3eo .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufR4vni3eo .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufR4vni3eo .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufR4vni3eo .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufR4vni3eo .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufR4vni3eo .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufR4vni3eo .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufR4vni3eo .main-banner:before {
    display: none;
  }
  .cid-ufR4vni3eo .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufR4vni3eo .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufR4vni3eo H6 {
  color: #e43f3f;
}
.cid-ufR4vni3eo H2 {
  color: #000000;
}
.cid-ufR4vni3eo P {
  color: #000000;
}
.cid-ufR4vnBXnI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ufR4vnBXnI #footer {
  padding: 0 0 25px 0;
}
.cid-ufR4vnBXnI #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ufR4vnBXnI #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ufR4vnBXnI #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ufR4vnBXnI #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ufR4vnBXnI #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ufR4vnBXnI #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ufR4vnBXnI #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ufR4vnBXnI #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ufR4vnBXnI #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ufR4vnBXnI #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ufR4vnBXnI #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ufR4vnBXnI #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ufR4vnBXnI #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ufR4vnBXnI #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ufR4vnBXnI #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ufR4vnBXnI #footer .copyright {
  padding-top: 30px;
}
.cid-ufR4vnBXnI ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ufR4vnBXnI H4 {
  color: #000000;
  text-align: left;
}
.cid-ufR4vnBXnI DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ufR4vnBXnI P {
  color: #e43f3f;
  text-align: left;
}
.cid-ufR4vnBXnI div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ufR4vnBXnI .copyright a {
  text-decoration: none !important;
}
.cid-ufR4vnBXnI .list,
.cid-ufR4vnBXnI .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ufR4vnBXnI ul li a {
  text-decoration: none !important;
}
.cid-ufR4vnBXnI .list {
  color: #e43f3f;
}
.cid-ufR4DHVxqA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufR4DHVxqA nav.navbar {
  position: fixed;
}
.cid-ufR4DHVxqA .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-ufR4DHVxqA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufR4DHVxqA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufR4DHVxqA .dropdown-item:hover,
.cid-ufR4DHVxqA .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ufR4DHVxqA .dropdown-item:hover span {
  color: white;
}
.cid-ufR4DHVxqA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufR4DHVxqA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufR4DHVxqA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufR4DHVxqA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufR4DHVxqA .nav-link {
  position: relative;
}
.cid-ufR4DHVxqA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufR4DHVxqA .container {
    flex-wrap: nowrap;
  }
}
.cid-ufR4DHVxqA .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufR4DHVxqA .dropdown-menu,
.cid-ufR4DHVxqA .navbar.opened {
  background: #e43f3f !important;
}
.cid-ufR4DHVxqA .nav-item:focus,
.cid-ufR4DHVxqA .nav-link:focus {
  outline: none;
}
.cid-ufR4DHVxqA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufR4DHVxqA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufR4DHVxqA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufR4DHVxqA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufR4DHVxqA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufR4DHVxqA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufR4DHVxqA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ufR4DHVxqA .navbar.opened {
  transition: all 0.3s;
}
.cid-ufR4DHVxqA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufR4DHVxqA .navbar .navbar-logo img {
  width: auto;
}
.cid-ufR4DHVxqA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufR4DHVxqA .navbar.collapsed {
  justify-content: center;
}
.cid-ufR4DHVxqA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufR4DHVxqA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufR4DHVxqA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ufR4DHVxqA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufR4DHVxqA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufR4DHVxqA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufR4DHVxqA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufR4DHVxqA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufR4DHVxqA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufR4DHVxqA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufR4DHVxqA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufR4DHVxqA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufR4DHVxqA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufR4DHVxqA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufR4DHVxqA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufR4DHVxqA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufR4DHVxqA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufR4DHVxqA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufR4DHVxqA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufR4DHVxqA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufR4DHVxqA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufR4DHVxqA .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufR4DHVxqA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufR4DHVxqA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufR4DHVxqA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufR4DHVxqA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufR4DHVxqA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufR4DHVxqA .dropdown-item.active,
.cid-ufR4DHVxqA .dropdown-item:active {
  background-color: transparent;
}
.cid-ufR4DHVxqA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufR4DHVxqA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufR4DHVxqA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufR4DHVxqA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ufR4DHVxqA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufR4DHVxqA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufR4DHVxqA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufR4DHVxqA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufR4DHVxqA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufR4DHVxqA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ufR4DHVxqA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufR4DHVxqA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufR4DHVxqA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufR4DHVxqA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufR4DHVxqA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufR4DHVxqA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufR4DHVxqA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufR4DHVxqA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufR4DHVxqA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufR4DHVxqA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufR4DHVxqA .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-ufR4DHVxqA .navbar {
    height: 70px;
  }
  .cid-ufR4DHVxqA .navbar.opened {
    height: auto;
  }
  .cid-ufR4DHVxqA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufR4DGiwXX {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufR4DGiwXX .row {
  flex-direction: row-reverse;
}
.cid-ufR4DGiwXX p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufR4DGiwXX .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufR4DGiwXX .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufR4DGiwXX .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufR4DGiwXX .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufR4DGiwXX .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufR4DGiwXX .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufR4DGiwXX .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufR4DGiwXX .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufR4DGiwXX .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufR4DGiwXX .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufR4DGiwXX .main-banner:before {
    display: none;
  }
  .cid-ufR4DGiwXX .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufR4DGiwXX .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufR4DGiwXX H6 {
  color: #e43f3f;
}
.cid-ufR4DGiwXX H2 {
  color: #000000;
}
.cid-ufR4DGGwLt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ufR4DGGwLt .mbr-section-title {
  color: #000000;
}
.cid-ufR4DGTHGs {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ufR4DGTHGs .container {
  padding: 0 5%;
}
.cid-ufR4DGTHGs #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ufR4DGTHGs #collapse-button:hover {
  background-color: #7787a5;
}
.cid-ufR4DGTHGs #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ufR4DGTHGs #expand-button:hover {
  background-color: #7787a5;
}
.cid-ufR4DGTHGs .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-ufR4DGTHGs .item:focus,
.cid-ufR4DGTHGs span:focus {
  outline: none;
}
.cid-ufR4DGTHGs .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-ufR4DGTHGs .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ufR4DGTHGs .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-ufR4DGTHGs .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-ufR4DGTHGs .item {
    padding: 1.5rem;
  }
}
.cid-ufR4DGTHGs .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ufR4DGTHGs .item .item-icon {
    margin-top: 0;
  }
}
.cid-ufR4DGTHGs .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-ufR4DGTHGs .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ufR4DGTHGs .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ufR4DGTHGs .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-ufR4DGTHGs .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ufR4DGTHGs .item-title-wrapper {
    min-width: auto;
  }
}
.cid-ufR4DGTHGs .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-ufR4DGTHGs .item-content {
    margin-left: 0;
  }
}
.cid-ufR4DGTHGs .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-ufR4DGTHGs .item-title {
  color: #ffffff;
}
.cid-ufR4DGTHGs .mbr-text,
.cid-ufR4DGTHGs .item-icon {
  color: #ffffff;
}
.cid-ufR4DGTHGs .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-ufR4DGTHGs .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-ufR4DGTHGs .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ufR4DGTHGs .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-ufR4DGTHGs .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-ufR4DGTHGs .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-ufR4DGTHGs .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-ufR4DGTHGs .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-ufR4DGTHGs .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-ufR4DGTHGs .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-ufR4DGTHGs .article-column1 {
    padding-right: 16px;
  }
}
.cid-ufR4DGTHGs .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-ufR4DGTHGs .article-column2 {
    padding-left: 16px;
  }
}
.cid-ufR4DGTHGs .mbr-section-subtitle,
.cid-ufR4DGTHGs .mbr-iconfont {
  color: #e082c5;
}
.cid-ufR4DGTHGs .mbr-section-subtitle {
  color: #000000;
}
.cid-ufR4DHl2xS {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufR4DHl2xS p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufR4DHl2xS .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufR4DHl2xS .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufR4DHl2xS .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufR4DHl2xS .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufR4DHl2xS .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufR4DHl2xS .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufR4DHl2xS .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufR4DHl2xS .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufR4DHl2xS .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufR4DHl2xS .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufR4DHl2xS .main-banner:before {
    display: none;
  }
  .cid-ufR4DHl2xS .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufR4DHl2xS .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufR4DHl2xS H6 {
  color: #e43f3f;
}
.cid-ufR4DHl2xS H2 {
  color: #000000;
}
.cid-ufR4DHl2xS P {
  color: #000000;
}
.cid-ufR4DHAsnl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ufR4DHAsnl #footer {
  padding: 0 0 25px 0;
}
.cid-ufR4DHAsnl #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ufR4DHAsnl #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ufR4DHAsnl #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ufR4DHAsnl #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ufR4DHAsnl #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ufR4DHAsnl #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ufR4DHAsnl #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ufR4DHAsnl #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ufR4DHAsnl #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ufR4DHAsnl #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ufR4DHAsnl #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ufR4DHAsnl #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ufR4DHAsnl #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ufR4DHAsnl #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ufR4DHAsnl #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ufR4DHAsnl #footer .copyright {
  padding-top: 30px;
}
.cid-ufR4DHAsnl ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ufR4DHAsnl H4 {
  color: #000000;
  text-align: left;
}
.cid-ufR4DHAsnl DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ufR4DHAsnl P {
  color: #e43f3f;
  text-align: left;
}
.cid-ufR4DHAsnl div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ufR4DHAsnl .copyright a {
  text-decoration: none !important;
}
.cid-ufR4DHAsnl .list,
.cid-ufR4DHAsnl .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ufR4DHAsnl ul li a {
  text-decoration: none !important;
}
.cid-ufR4DHAsnl .list {
  color: #e43f3f;
}
.cid-ufR4zOAv3p {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufR4zOAv3p nav.navbar {
  position: fixed;
}
.cid-ufR4zOAv3p .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-ufR4zOAv3p .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufR4zOAv3p .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufR4zOAv3p .dropdown-item:hover,
.cid-ufR4zOAv3p .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ufR4zOAv3p .dropdown-item:hover span {
  color: white;
}
.cid-ufR4zOAv3p .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufR4zOAv3p .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufR4zOAv3p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufR4zOAv3p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufR4zOAv3p .nav-link {
  position: relative;
}
.cid-ufR4zOAv3p .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufR4zOAv3p .container {
    flex-wrap: nowrap;
  }
}
.cid-ufR4zOAv3p .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufR4zOAv3p .dropdown-menu,
.cid-ufR4zOAv3p .navbar.opened {
  background: #e43f3f !important;
}
.cid-ufR4zOAv3p .nav-item:focus,
.cid-ufR4zOAv3p .nav-link:focus {
  outline: none;
}
.cid-ufR4zOAv3p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufR4zOAv3p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufR4zOAv3p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufR4zOAv3p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufR4zOAv3p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufR4zOAv3p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufR4zOAv3p .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ufR4zOAv3p .navbar.opened {
  transition: all 0.3s;
}
.cid-ufR4zOAv3p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufR4zOAv3p .navbar .navbar-logo img {
  width: auto;
}
.cid-ufR4zOAv3p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufR4zOAv3p .navbar.collapsed {
  justify-content: center;
}
.cid-ufR4zOAv3p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufR4zOAv3p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufR4zOAv3p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ufR4zOAv3p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufR4zOAv3p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufR4zOAv3p .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufR4zOAv3p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufR4zOAv3p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufR4zOAv3p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufR4zOAv3p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufR4zOAv3p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufR4zOAv3p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufR4zOAv3p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufR4zOAv3p .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufR4zOAv3p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufR4zOAv3p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufR4zOAv3p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufR4zOAv3p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufR4zOAv3p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufR4zOAv3p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufR4zOAv3p .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufR4zOAv3p .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufR4zOAv3p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufR4zOAv3p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufR4zOAv3p .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufR4zOAv3p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufR4zOAv3p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufR4zOAv3p .dropdown-item.active,
.cid-ufR4zOAv3p .dropdown-item:active {
  background-color: transparent;
}
.cid-ufR4zOAv3p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufR4zOAv3p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufR4zOAv3p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufR4zOAv3p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ufR4zOAv3p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufR4zOAv3p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufR4zOAv3p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufR4zOAv3p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufR4zOAv3p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufR4zOAv3p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ufR4zOAv3p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufR4zOAv3p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufR4zOAv3p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufR4zOAv3p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufR4zOAv3p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufR4zOAv3p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufR4zOAv3p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufR4zOAv3p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufR4zOAv3p .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufR4zOAv3p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufR4zOAv3p .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-ufR4zOAv3p .navbar {
    height: 70px;
  }
  .cid-ufR4zOAv3p .navbar.opened {
    height: auto;
  }
  .cid-ufR4zOAv3p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufR4zMH6i2 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufR4zMH6i2 .row {
  flex-direction: row-reverse;
}
.cid-ufR4zMH6i2 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufR4zMH6i2 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufR4zMH6i2 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufR4zMH6i2 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufR4zMH6i2 .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufR4zMH6i2 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufR4zMH6i2 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufR4zMH6i2 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufR4zMH6i2 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufR4zMH6i2 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufR4zMH6i2 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufR4zMH6i2 .main-banner:before {
    display: none;
  }
  .cid-ufR4zMH6i2 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufR4zMH6i2 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufR4zMH6i2 H6 {
  color: #e43f3f;
}
.cid-ufR4zMH6i2 H2 {
  color: #000000;
}
.cid-ufR4zNdI2e {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ufR4zNdI2e .mbr-section-title {
  color: #000000;
}
.cid-ufR4zNt4br {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ufR4zNt4br .container {
  padding: 0 5%;
}
.cid-ufR4zNt4br #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ufR4zNt4br #collapse-button:hover {
  background-color: #7787a5;
}
.cid-ufR4zNt4br #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ufR4zNt4br #expand-button:hover {
  background-color: #7787a5;
}
.cid-ufR4zNt4br .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-ufR4zNt4br .item:focus,
.cid-ufR4zNt4br span:focus {
  outline: none;
}
.cid-ufR4zNt4br .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-ufR4zNt4br .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ufR4zNt4br .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-ufR4zNt4br .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-ufR4zNt4br .item {
    padding: 1.5rem;
  }
}
.cid-ufR4zNt4br .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ufR4zNt4br .item .item-icon {
    margin-top: 0;
  }
}
.cid-ufR4zNt4br .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-ufR4zNt4br .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ufR4zNt4br .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ufR4zNt4br .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-ufR4zNt4br .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ufR4zNt4br .item-title-wrapper {
    min-width: auto;
  }
}
.cid-ufR4zNt4br .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-ufR4zNt4br .item-content {
    margin-left: 0;
  }
}
.cid-ufR4zNt4br .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-ufR4zNt4br .item-title {
  color: #ffffff;
}
.cid-ufR4zNt4br .mbr-text,
.cid-ufR4zNt4br .item-icon {
  color: #ffffff;
}
.cid-ufR4zNt4br .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-ufR4zNt4br .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-ufR4zNt4br .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ufR4zNt4br .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-ufR4zNt4br .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-ufR4zNt4br .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-ufR4zNt4br .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-ufR4zNt4br .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-ufR4zNt4br .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-ufR4zNt4br .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-ufR4zNt4br .article-column1 {
    padding-right: 16px;
  }
}
.cid-ufR4zNt4br .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-ufR4zNt4br .article-column2 {
    padding-left: 16px;
  }
}
.cid-ufR4zNt4br .mbr-section-subtitle,
.cid-ufR4zNt4br .mbr-iconfont {
  color: #e082c5;
}
.cid-ufR4zNt4br .mbr-section-subtitle {
  color: #000000;
}
.cid-ufR4zO1kTy {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufR4zO1kTy p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufR4zO1kTy .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufR4zO1kTy .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufR4zO1kTy .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufR4zO1kTy .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufR4zO1kTy .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufR4zO1kTy .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufR4zO1kTy .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufR4zO1kTy .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufR4zO1kTy .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufR4zO1kTy .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufR4zO1kTy .main-banner:before {
    display: none;
  }
  .cid-ufR4zO1kTy .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufR4zO1kTy .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufR4zO1kTy H6 {
  color: #e43f3f;
}
.cid-ufR4zO1kTy H2 {
  color: #000000;
}
.cid-ufR4zO1kTy P {
  color: #000000;
}
.cid-ufR4zOfYVB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ufR4zOfYVB #footer {
  padding: 0 0 25px 0;
}
.cid-ufR4zOfYVB #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ufR4zOfYVB #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ufR4zOfYVB #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ufR4zOfYVB #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ufR4zOfYVB #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ufR4zOfYVB #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ufR4zOfYVB #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ufR4zOfYVB #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ufR4zOfYVB #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ufR4zOfYVB #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ufR4zOfYVB #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ufR4zOfYVB #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ufR4zOfYVB #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ufR4zOfYVB #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ufR4zOfYVB #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ufR4zOfYVB #footer .copyright {
  padding-top: 30px;
}
.cid-ufR4zOfYVB ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ufR4zOfYVB H4 {
  color: #000000;
  text-align: left;
}
.cid-ufR4zOfYVB DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ufR4zOfYVB P {
  color: #e43f3f;
  text-align: left;
}
.cid-ufR4zOfYVB div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ufR4zOfYVB .copyright a {
  text-decoration: none !important;
}
.cid-ufR4zOfYVB .list,
.cid-ufR4zOfYVB .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ufR4zOfYVB ul li a {
  text-decoration: none !important;
}
.cid-ufR4zOfYVB .list {
  color: #e43f3f;
}
.cid-ugwHIY2aNL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugwHIY2aNL nav.navbar {
  position: fixed;
}
.cid-ugwHIY2aNL .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-ugwHIY2aNL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugwHIY2aNL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugwHIY2aNL .dropdown-item:hover,
.cid-ugwHIY2aNL .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ugwHIY2aNL .dropdown-item:hover span {
  color: white;
}
.cid-ugwHIY2aNL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugwHIY2aNL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugwHIY2aNL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugwHIY2aNL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugwHIY2aNL .nav-link {
  position: relative;
}
.cid-ugwHIY2aNL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ugwHIY2aNL .container {
    flex-wrap: nowrap;
  }
}
.cid-ugwHIY2aNL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugwHIY2aNL .dropdown-menu,
.cid-ugwHIY2aNL .navbar.opened {
  background: #e43f3f !important;
}
.cid-ugwHIY2aNL .nav-item:focus,
.cid-ugwHIY2aNL .nav-link:focus {
  outline: none;
}
.cid-ugwHIY2aNL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugwHIY2aNL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugwHIY2aNL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugwHIY2aNL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugwHIY2aNL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugwHIY2aNL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugwHIY2aNL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ugwHIY2aNL .navbar.opened {
  transition: all 0.3s;
}
.cid-ugwHIY2aNL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugwHIY2aNL .navbar .navbar-logo img {
  width: auto;
}
.cid-ugwHIY2aNL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugwHIY2aNL .navbar.collapsed {
  justify-content: center;
}
.cid-ugwHIY2aNL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugwHIY2aNL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugwHIY2aNL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ugwHIY2aNL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugwHIY2aNL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugwHIY2aNL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugwHIY2aNL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugwHIY2aNL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugwHIY2aNL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugwHIY2aNL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugwHIY2aNL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugwHIY2aNL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugwHIY2aNL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugwHIY2aNL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugwHIY2aNL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugwHIY2aNL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugwHIY2aNL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugwHIY2aNL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugwHIY2aNL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugwHIY2aNL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugwHIY2aNL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugwHIY2aNL .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugwHIY2aNL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugwHIY2aNL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugwHIY2aNL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugwHIY2aNL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugwHIY2aNL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugwHIY2aNL .dropdown-item.active,
.cid-ugwHIY2aNL .dropdown-item:active {
  background-color: transparent;
}
.cid-ugwHIY2aNL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugwHIY2aNL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugwHIY2aNL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugwHIY2aNL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ugwHIY2aNL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugwHIY2aNL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugwHIY2aNL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugwHIY2aNL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugwHIY2aNL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugwHIY2aNL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugwHIY2aNL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugwHIY2aNL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugwHIY2aNL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugwHIY2aNL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugwHIY2aNL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugwHIY2aNL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugwHIY2aNL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugwHIY2aNL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugwHIY2aNL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugwHIY2aNL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugwHIY2aNL .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-ugwHIY2aNL .navbar {
    height: 70px;
  }
  .cid-ugwHIY2aNL .navbar.opened {
    height: auto;
  }
  .cid-ugwHIY2aNL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugwHIWaLty {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ugwHIWaLty p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ugwHIWaLty .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ugwHIWaLty .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ugwHIWaLty .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ugwHIWaLty .main-banner .left-content {
  margin-right: 15px;
}
.cid-ugwHIWaLty .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ugwHIWaLty .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ugwHIWaLty .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ugwHIWaLty .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ugwHIWaLty .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ugwHIWaLty .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ugwHIWaLty .main-banner:before {
    display: none;
  }
  .cid-ugwHIWaLty .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ugwHIWaLty .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ugwHIWaLty H6 {
  color: #e43f3f;
}
.cid-ugwHIWaLty H2 {
  color: #ffffff;
}
.cid-ugwHIWaLty P {
  color: #ffffff;
}
.cid-ugwHIWyHlL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ugwHIWyHlL .mbr-section-title {
  color: #000000;
}
.cid-ugwHIWOohZ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ugwHIWOohZ .mbr-text {
  color: #ffffff;
}
.cid-ugwHIWOohZ .mbr-section-title {
  color: #ffffff;
}
.cid-ugwHIWZS7U {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ugwHIWZS7U .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-ugwHIWZS7U .bgColor1 {
  background-color: #0a0d53;
}
.cid-ugwHIWZS7U .bgColor2 {
  background-color: #e43f3f;
}
.cid-ugwHIWZS7U .bgColor3 {
  background-color: #9fdbf8;
}
.cid-ugwHIWZS7U .bgicon {
  background-color: #ffffff;
}
.cid-ugwHIWZS7U H1 {
  color: #e43f3f;
}
.cid-ugwHIXg84a {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ugwHIXg84a .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-ugwHIXg84a .bgColor1 {
  background-color: #0a0d53;
}
.cid-ugwHIXg84a .bgColor2 {
  background-color: #e43f3f;
}
.cid-ugwHIXg84a .bgColor3 {
  background-color: #e6c63b;
}
.cid-ugwHIXg84a .bgicon {
  background-color: #ffffff;
}
.cid-ugwHIXg84a H1 {
  color: #e43f3f;
}
.cid-ugwHIXuxoi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ugwHIXuxoi .media-container-row {
  justify-content: space-between;
}
.cid-ugwHIXuxoi .text-content {
  max-width: 50%;
}
.cid-ugwHIXuxoi .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ugwHIXuxoi .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ugwHIXuxoi .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ugwHIXuxoi .icons {
    justify-content: center !important;
  }
  .cid-ugwHIXuxoi .text-content * {
    text-align: center;
  }
}
.cid-ugwHIXuxoi .mbr-section-title {
  color: #ffffff;
}
.cid-ugwHIXuxoi P {
  color: #ffffff;
}
.cid-ugwHIXLKIs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ugwHIXLKIs #footer {
  padding: 0 0 25px 0;
}
.cid-ugwHIXLKIs #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ugwHIXLKIs #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ugwHIXLKIs #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ugwHIXLKIs #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ugwHIXLKIs #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ugwHIXLKIs #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ugwHIXLKIs #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ugwHIXLKIs #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ugwHIXLKIs #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ugwHIXLKIs #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ugwHIXLKIs #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ugwHIXLKIs #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ugwHIXLKIs #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ugwHIXLKIs #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ugwHIXLKIs #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ugwHIXLKIs #footer .copyright {
  padding-top: 30px;
}
.cid-ugwHIXLKIs ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ugwHIXLKIs H4 {
  color: #000000;
  text-align: left;
}
.cid-ugwHIXLKIs DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ugwHIXLKIs P {
  color: #e43f3f;
  text-align: left;
}
.cid-ugwHIXLKIs div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ugwHIXLKIs .copyright a {
  text-decoration: none !important;
}
.cid-ugwHIXLKIs .list,
.cid-ugwHIXLKIs .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ugwHIXLKIs ul li a {
  text-decoration: none !important;
}
.cid-ugwHIXLKIs .list {
  color: #e43f3f;
}
.cid-uhn2qlNUPG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhn2qlNUPG nav.navbar {
  position: fixed;
}
.cid-uhn2qlNUPG .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-uhn2qlNUPG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhn2qlNUPG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhn2qlNUPG .dropdown-item:hover,
.cid-uhn2qlNUPG .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uhn2qlNUPG .dropdown-item:hover span {
  color: white;
}
.cid-uhn2qlNUPG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhn2qlNUPG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhn2qlNUPG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhn2qlNUPG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhn2qlNUPG .nav-link {
  position: relative;
}
.cid-uhn2qlNUPG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uhn2qlNUPG .container {
    flex-wrap: nowrap;
  }
}
.cid-uhn2qlNUPG .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhn2qlNUPG .dropdown-menu,
.cid-uhn2qlNUPG .navbar.opened {
  background: #e43f3f !important;
}
.cid-uhn2qlNUPG .nav-item:focus,
.cid-uhn2qlNUPG .nav-link:focus {
  outline: none;
}
.cid-uhn2qlNUPG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhn2qlNUPG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhn2qlNUPG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhn2qlNUPG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhn2qlNUPG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhn2qlNUPG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhn2qlNUPG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uhn2qlNUPG .navbar.opened {
  transition: all 0.3s;
}
.cid-uhn2qlNUPG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhn2qlNUPG .navbar .navbar-logo img {
  width: auto;
}
.cid-uhn2qlNUPG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhn2qlNUPG .navbar.collapsed {
  justify-content: center;
}
.cid-uhn2qlNUPG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhn2qlNUPG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhn2qlNUPG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uhn2qlNUPG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhn2qlNUPG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhn2qlNUPG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uhn2qlNUPG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhn2qlNUPG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhn2qlNUPG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhn2qlNUPG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhn2qlNUPG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhn2qlNUPG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhn2qlNUPG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhn2qlNUPG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uhn2qlNUPG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhn2qlNUPG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhn2qlNUPG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhn2qlNUPG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhn2qlNUPG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhn2qlNUPG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhn2qlNUPG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uhn2qlNUPG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhn2qlNUPG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhn2qlNUPG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhn2qlNUPG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhn2qlNUPG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhn2qlNUPG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhn2qlNUPG .dropdown-item.active,
.cid-uhn2qlNUPG .dropdown-item:active {
  background-color: transparent;
}
.cid-uhn2qlNUPG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhn2qlNUPG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhn2qlNUPG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhn2qlNUPG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uhn2qlNUPG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhn2qlNUPG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhn2qlNUPG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhn2qlNUPG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhn2qlNUPG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhn2qlNUPG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhn2qlNUPG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhn2qlNUPG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhn2qlNUPG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhn2qlNUPG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhn2qlNUPG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhn2qlNUPG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhn2qlNUPG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhn2qlNUPG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhn2qlNUPG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhn2qlNUPG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhn2qlNUPG .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-uhn2qlNUPG .navbar {
    height: 70px;
  }
  .cid-uhn2qlNUPG .navbar.opened {
    height: auto;
  }
  .cid-uhn2qlNUPG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhn2qjNQPT {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uhn2qjNQPT .row {
  flex-direction: row-reverse;
}
.cid-uhn2qjNQPT p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uhn2qjNQPT .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uhn2qjNQPT .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uhn2qjNQPT .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uhn2qjNQPT .main-banner .left-content {
  margin-right: 15px;
}
.cid-uhn2qjNQPT .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uhn2qjNQPT .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uhn2qjNQPT .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uhn2qjNQPT .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uhn2qjNQPT .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uhn2qjNQPT .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uhn2qjNQPT .main-banner:before {
    display: none;
  }
  .cid-uhn2qjNQPT .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uhn2qjNQPT .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uhn2qjNQPT H6 {
  color: #e43f3f;
}
.cid-uhn2qkbdEk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uhn2qkbdEk .mbr-section-title {
  color: #000000;
}
.cid-uhn2qkpjWs {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uhn2qkETto {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uhn2qkETto .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-uhn2qkETto .bgColor1 {
  background-color: #0a0d53;
}
.cid-uhn2qkETto .bgColor2 {
  background-color: #e43f3f;
}
.cid-uhn2qkETto .bgColor3 {
  background-color: #9fdbf8;
}
.cid-uhn2qkETto .bgicon {
  background-color: #ffffff;
}
.cid-uhn2qkETto H1 {
  color: #e43f3f;
}
.cid-uhn2qkWOgb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uhn2qkWOgb .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-uhn2qkWOgb .bgColor1 {
  background-color: #0a0d53;
}
.cid-uhn2qkWOgb .bgColor2 {
  background-color: #e43f3f;
}
.cid-uhn2qkWOgb .bgColor3 {
  background-color: #e6c63b;
}
.cid-uhn2qkWOgb .bgicon {
  background-color: #ffffff;
}
.cid-uhn2qkWOgb H1 {
  color: #e43f3f;
}
.cid-uhn2qlcmFy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uhn2qlcmFy .media-container-row {
  justify-content: space-between;
}
.cid-uhn2qlcmFy .text-content {
  max-width: 50%;
}
.cid-uhn2qlcmFy .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uhn2qlcmFy .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uhn2qlcmFy .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uhn2qlcmFy .icons {
    justify-content: center !important;
  }
  .cid-uhn2qlcmFy .text-content * {
    text-align: center;
  }
}
.cid-uhn2qlv8jn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uhn2qlv8jn #footer {
  padding: 0 0 25px 0;
}
.cid-uhn2qlv8jn #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uhn2qlv8jn #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uhn2qlv8jn #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uhn2qlv8jn #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uhn2qlv8jn #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uhn2qlv8jn #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uhn2qlv8jn #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uhn2qlv8jn #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uhn2qlv8jn #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uhn2qlv8jn #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uhn2qlv8jn #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uhn2qlv8jn #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uhn2qlv8jn #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uhn2qlv8jn #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uhn2qlv8jn #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uhn2qlv8jn #footer .copyright {
  padding-top: 30px;
}
.cid-uhn2qlv8jn ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uhn2qlv8jn H4 {
  color: #000000;
  text-align: left;
}
.cid-uhn2qlv8jn DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uhn2qlv8jn P {
  color: #e43f3f;
  text-align: left;
}
.cid-uhn2qlv8jn div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uhn2qlv8jn .copyright a {
  text-decoration: none !important;
}
.cid-uhn2qlv8jn .list,
.cid-uhn2qlv8jn .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uhn2qlv8jn ul li a {
  text-decoration: none !important;
}
.cid-uhn2qlv8jn .list {
  color: #e43f3f;
}
.cid-uhn2v8uDm8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhn2v8uDm8 nav.navbar {
  position: fixed;
}
.cid-uhn2v8uDm8 .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-uhn2v8uDm8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhn2v8uDm8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhn2v8uDm8 .dropdown-item:hover,
.cid-uhn2v8uDm8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uhn2v8uDm8 .dropdown-item:hover span {
  color: white;
}
.cid-uhn2v8uDm8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhn2v8uDm8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhn2v8uDm8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhn2v8uDm8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhn2v8uDm8 .nav-link {
  position: relative;
}
.cid-uhn2v8uDm8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uhn2v8uDm8 .container {
    flex-wrap: nowrap;
  }
}
.cid-uhn2v8uDm8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhn2v8uDm8 .dropdown-menu,
.cid-uhn2v8uDm8 .navbar.opened {
  background: #e43f3f !important;
}
.cid-uhn2v8uDm8 .nav-item:focus,
.cid-uhn2v8uDm8 .nav-link:focus {
  outline: none;
}
.cid-uhn2v8uDm8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhn2v8uDm8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhn2v8uDm8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhn2v8uDm8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhn2v8uDm8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhn2v8uDm8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhn2v8uDm8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uhn2v8uDm8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uhn2v8uDm8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhn2v8uDm8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uhn2v8uDm8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhn2v8uDm8 .navbar.collapsed {
  justify-content: center;
}
.cid-uhn2v8uDm8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhn2v8uDm8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhn2v8uDm8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uhn2v8uDm8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhn2v8uDm8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhn2v8uDm8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uhn2v8uDm8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhn2v8uDm8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhn2v8uDm8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhn2v8uDm8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhn2v8uDm8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhn2v8uDm8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhn2v8uDm8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhn2v8uDm8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uhn2v8uDm8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhn2v8uDm8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhn2v8uDm8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhn2v8uDm8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhn2v8uDm8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhn2v8uDm8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhn2v8uDm8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uhn2v8uDm8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhn2v8uDm8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhn2v8uDm8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhn2v8uDm8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhn2v8uDm8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhn2v8uDm8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhn2v8uDm8 .dropdown-item.active,
.cid-uhn2v8uDm8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhn2v8uDm8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhn2v8uDm8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhn2v8uDm8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhn2v8uDm8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uhn2v8uDm8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhn2v8uDm8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhn2v8uDm8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhn2v8uDm8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhn2v8uDm8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhn2v8uDm8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhn2v8uDm8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhn2v8uDm8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhn2v8uDm8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhn2v8uDm8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhn2v8uDm8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhn2v8uDm8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhn2v8uDm8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhn2v8uDm8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhn2v8uDm8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhn2v8uDm8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhn2v8uDm8 .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-uhn2v8uDm8 .navbar {
    height: 70px;
  }
  .cid-uhn2v8uDm8 .navbar.opened {
    height: auto;
  }
  .cid-uhn2v8uDm8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhn2v61vqE {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uhn2v61vqE .row {
  flex-direction: row-reverse;
}
.cid-uhn2v61vqE p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uhn2v61vqE .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uhn2v61vqE .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uhn2v61vqE .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uhn2v61vqE .main-banner .left-content {
  margin-right: 15px;
}
.cid-uhn2v61vqE .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uhn2v61vqE .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uhn2v61vqE .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uhn2v61vqE .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uhn2v61vqE .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uhn2v61vqE .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uhn2v61vqE .main-banner:before {
    display: none;
  }
  .cid-uhn2v61vqE .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uhn2v61vqE .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uhn2v61vqE H6 {
  color: #e43f3f;
}
.cid-uhn2v6u2K1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uhn2v6u2K1 .mbr-section-title {
  color: #000000;
}
.cid-uhn2v6NlBh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uhn2v722Qo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uhn2v722Qo .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-uhn2v722Qo .bgColor1 {
  background-color: #0a0d53;
}
.cid-uhn2v722Qo .bgColor2 {
  background-color: #e43f3f;
}
.cid-uhn2v722Qo .bgColor3 {
  background-color: #9fdbf8;
}
.cid-uhn2v722Qo .bgicon {
  background-color: #ffffff;
}
.cid-uhn2v722Qo H1 {
  color: #e43f3f;
}
.cid-uhn2v7nCmr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uhn2v7nCmr .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-uhn2v7nCmr .bgColor1 {
  background-color: #0a0d53;
}
.cid-uhn2v7nCmr .bgColor2 {
  background-color: #e43f3f;
}
.cid-uhn2v7nCmr .bgColor3 {
  background-color: #e6c63b;
}
.cid-uhn2v7nCmr .bgicon {
  background-color: #ffffff;
}
.cid-uhn2v7nCmr H1 {
  color: #e43f3f;
}
.cid-uhn2v7Pa1D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uhn2v7Pa1D .media-container-row {
  justify-content: space-between;
}
.cid-uhn2v7Pa1D .text-content {
  max-width: 50%;
}
.cid-uhn2v7Pa1D .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uhn2v7Pa1D .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uhn2v7Pa1D .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uhn2v7Pa1D .icons {
    justify-content: center !important;
  }
  .cid-uhn2v7Pa1D .text-content * {
    text-align: center;
  }
}
.cid-uhn2v8a2lk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uhn2v8a2lk #footer {
  padding: 0 0 25px 0;
}
.cid-uhn2v8a2lk #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uhn2v8a2lk #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uhn2v8a2lk #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uhn2v8a2lk #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uhn2v8a2lk #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uhn2v8a2lk #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uhn2v8a2lk #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uhn2v8a2lk #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uhn2v8a2lk #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uhn2v8a2lk #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uhn2v8a2lk #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uhn2v8a2lk #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uhn2v8a2lk #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uhn2v8a2lk #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uhn2v8a2lk #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uhn2v8a2lk #footer .copyright {
  padding-top: 30px;
}
.cid-uhn2v8a2lk ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uhn2v8a2lk H4 {
  color: #000000;
  text-align: left;
}
.cid-uhn2v8a2lk DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uhn2v8a2lk P {
  color: #e43f3f;
  text-align: left;
}
.cid-uhn2v8a2lk div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uhn2v8a2lk .copyright a {
  text-decoration: none !important;
}
.cid-uhn2v8a2lk .list,
.cid-uhn2v8a2lk .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uhn2v8a2lk ul li a {
  text-decoration: none !important;
}
.cid-uhn2v8a2lk .list {
  color: #e43f3f;
}
.cid-uhn2AeXiDg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhn2AeXiDg nav.navbar {
  position: fixed;
}
.cid-uhn2AeXiDg .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-uhn2AeXiDg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhn2AeXiDg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhn2AeXiDg .dropdown-item:hover,
.cid-uhn2AeXiDg .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uhn2AeXiDg .dropdown-item:hover span {
  color: white;
}
.cid-uhn2AeXiDg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhn2AeXiDg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhn2AeXiDg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhn2AeXiDg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhn2AeXiDg .nav-link {
  position: relative;
}
.cid-uhn2AeXiDg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uhn2AeXiDg .container {
    flex-wrap: nowrap;
  }
}
.cid-uhn2AeXiDg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhn2AeXiDg .dropdown-menu,
.cid-uhn2AeXiDg .navbar.opened {
  background: #e43f3f !important;
}
.cid-uhn2AeXiDg .nav-item:focus,
.cid-uhn2AeXiDg .nav-link:focus {
  outline: none;
}
.cid-uhn2AeXiDg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhn2AeXiDg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhn2AeXiDg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhn2AeXiDg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhn2AeXiDg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhn2AeXiDg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhn2AeXiDg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uhn2AeXiDg .navbar.opened {
  transition: all 0.3s;
}
.cid-uhn2AeXiDg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhn2AeXiDg .navbar .navbar-logo img {
  width: auto;
}
.cid-uhn2AeXiDg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhn2AeXiDg .navbar.collapsed {
  justify-content: center;
}
.cid-uhn2AeXiDg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhn2AeXiDg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhn2AeXiDg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uhn2AeXiDg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhn2AeXiDg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhn2AeXiDg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uhn2AeXiDg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhn2AeXiDg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhn2AeXiDg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhn2AeXiDg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhn2AeXiDg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhn2AeXiDg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhn2AeXiDg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhn2AeXiDg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uhn2AeXiDg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhn2AeXiDg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhn2AeXiDg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhn2AeXiDg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhn2AeXiDg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhn2AeXiDg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhn2AeXiDg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uhn2AeXiDg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhn2AeXiDg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhn2AeXiDg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhn2AeXiDg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhn2AeXiDg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhn2AeXiDg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhn2AeXiDg .dropdown-item.active,
.cid-uhn2AeXiDg .dropdown-item:active {
  background-color: transparent;
}
.cid-uhn2AeXiDg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhn2AeXiDg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhn2AeXiDg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhn2AeXiDg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uhn2AeXiDg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhn2AeXiDg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhn2AeXiDg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhn2AeXiDg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhn2AeXiDg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhn2AeXiDg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhn2AeXiDg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhn2AeXiDg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhn2AeXiDg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhn2AeXiDg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhn2AeXiDg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhn2AeXiDg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhn2AeXiDg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhn2AeXiDg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhn2AeXiDg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhn2AeXiDg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhn2AeXiDg .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-uhn2AeXiDg .navbar {
    height: 70px;
  }
  .cid-uhn2AeXiDg .navbar.opened {
    height: auto;
  }
  .cid-uhn2AeXiDg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhn2Ad2ln4 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uhn2Ad2ln4 .row {
  flex-direction: row-reverse;
}
.cid-uhn2Ad2ln4 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uhn2Ad2ln4 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uhn2Ad2ln4 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uhn2Ad2ln4 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uhn2Ad2ln4 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uhn2Ad2ln4 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uhn2Ad2ln4 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uhn2Ad2ln4 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uhn2Ad2ln4 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uhn2Ad2ln4 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uhn2Ad2ln4 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uhn2Ad2ln4 .main-banner:before {
    display: none;
  }
  .cid-uhn2Ad2ln4 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uhn2Ad2ln4 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uhn2Ad2ln4 H6 {
  color: #e43f3f;
}
.cid-uhn2AdqxAC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uhn2AdqxAC .mbr-section-title {
  color: #000000;
}
.cid-uhn2AdDUWJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uhn2AdQ12y {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uhn2AdQ12y .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-uhn2AdQ12y .bgColor1 {
  background-color: #0a0d53;
}
.cid-uhn2AdQ12y .bgColor2 {
  background-color: #e43f3f;
}
.cid-uhn2AdQ12y .bgColor3 {
  background-color: #9fdbf8;
}
.cid-uhn2AdQ12y .bgicon {
  background-color: #ffffff;
}
.cid-uhn2AdQ12y H1 {
  color: #e43f3f;
}
.cid-uhn2Ae8nAY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uhn2Ae8nAY .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-uhn2Ae8nAY .bgColor1 {
  background-color: #0a0d53;
}
.cid-uhn2Ae8nAY .bgColor2 {
  background-color: #e43f3f;
}
.cid-uhn2Ae8nAY .bgColor3 {
  background-color: #e6c63b;
}
.cid-uhn2Ae8nAY .bgicon {
  background-color: #ffffff;
}
.cid-uhn2Ae8nAY H1 {
  color: #e43f3f;
}
.cid-uhn2AeoCzk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uhn2AeoCzk .media-container-row {
  justify-content: space-between;
}
.cid-uhn2AeoCzk .text-content {
  max-width: 50%;
}
.cid-uhn2AeoCzk .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uhn2AeoCzk .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uhn2AeoCzk .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uhn2AeoCzk .icons {
    justify-content: center !important;
  }
  .cid-uhn2AeoCzk .text-content * {
    text-align: center;
  }
}
.cid-uhn2AeGX1G {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uhn2AeGX1G #footer {
  padding: 0 0 25px 0;
}
.cid-uhn2AeGX1G #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uhn2AeGX1G #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uhn2AeGX1G #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uhn2AeGX1G #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uhn2AeGX1G #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uhn2AeGX1G #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uhn2AeGX1G #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uhn2AeGX1G #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uhn2AeGX1G #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uhn2AeGX1G #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uhn2AeGX1G #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uhn2AeGX1G #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uhn2AeGX1G #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uhn2AeGX1G #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uhn2AeGX1G #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uhn2AeGX1G #footer .copyright {
  padding-top: 30px;
}
.cid-uhn2AeGX1G ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uhn2AeGX1G H4 {
  color: #000000;
  text-align: left;
}
.cid-uhn2AeGX1G DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uhn2AeGX1G P {
  color: #e43f3f;
  text-align: left;
}
.cid-uhn2AeGX1G div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uhn2AeGX1G .copyright a {
  text-decoration: none !important;
}
.cid-uhn2AeGX1G .list,
.cid-uhn2AeGX1G .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uhn2AeGX1G ul li a {
  text-decoration: none !important;
}
.cid-uhn2AeGX1G .list {
  color: #e43f3f;
}
.cid-ufR3Z0wCz8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufR3Z0wCz8 nav.navbar {
  position: fixed;
}
.cid-ufR3Z0wCz8 .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-ufR3Z0wCz8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufR3Z0wCz8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufR3Z0wCz8 .dropdown-item:hover,
.cid-ufR3Z0wCz8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ufR3Z0wCz8 .dropdown-item:hover span {
  color: white;
}
.cid-ufR3Z0wCz8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufR3Z0wCz8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufR3Z0wCz8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufR3Z0wCz8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufR3Z0wCz8 .nav-link {
  position: relative;
}
.cid-ufR3Z0wCz8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufR3Z0wCz8 .container {
    flex-wrap: nowrap;
  }
}
.cid-ufR3Z0wCz8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufR3Z0wCz8 .dropdown-menu,
.cid-ufR3Z0wCz8 .navbar.opened {
  background: #e43f3f !important;
}
.cid-ufR3Z0wCz8 .nav-item:focus,
.cid-ufR3Z0wCz8 .nav-link:focus {
  outline: none;
}
.cid-ufR3Z0wCz8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufR3Z0wCz8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufR3Z0wCz8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufR3Z0wCz8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufR3Z0wCz8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufR3Z0wCz8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufR3Z0wCz8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ufR3Z0wCz8 .navbar.opened {
  transition: all 0.3s;
}
.cid-ufR3Z0wCz8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufR3Z0wCz8 .navbar .navbar-logo img {
  width: auto;
}
.cid-ufR3Z0wCz8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufR3Z0wCz8 .navbar.collapsed {
  justify-content: center;
}
.cid-ufR3Z0wCz8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufR3Z0wCz8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufR3Z0wCz8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ufR3Z0wCz8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufR3Z0wCz8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufR3Z0wCz8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufR3Z0wCz8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufR3Z0wCz8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufR3Z0wCz8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufR3Z0wCz8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufR3Z0wCz8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufR3Z0wCz8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufR3Z0wCz8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufR3Z0wCz8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufR3Z0wCz8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufR3Z0wCz8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufR3Z0wCz8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufR3Z0wCz8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufR3Z0wCz8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufR3Z0wCz8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufR3Z0wCz8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufR3Z0wCz8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufR3Z0wCz8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufR3Z0wCz8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufR3Z0wCz8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufR3Z0wCz8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufR3Z0wCz8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufR3Z0wCz8 .dropdown-item.active,
.cid-ufR3Z0wCz8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ufR3Z0wCz8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufR3Z0wCz8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufR3Z0wCz8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufR3Z0wCz8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ufR3Z0wCz8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufR3Z0wCz8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufR3Z0wCz8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufR3Z0wCz8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufR3Z0wCz8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufR3Z0wCz8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ufR3Z0wCz8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufR3Z0wCz8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufR3Z0wCz8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufR3Z0wCz8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufR3Z0wCz8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufR3Z0wCz8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufR3Z0wCz8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufR3Z0wCz8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufR3Z0wCz8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufR3Z0wCz8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufR3Z0wCz8 .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-ufR3Z0wCz8 .navbar {
    height: 70px;
  }
  .cid-ufR3Z0wCz8 .navbar.opened {
    height: auto;
  }
  .cid-ufR3Z0wCz8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufR3YYPgPe {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufR3YYPgPe .row {
  flex-direction: row-reverse;
}
.cid-ufR3YYPgPe p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufR3YYPgPe .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufR3YYPgPe .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufR3YYPgPe .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufR3YYPgPe .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufR3YYPgPe .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufR3YYPgPe .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufR3YYPgPe .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufR3YYPgPe .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufR3YYPgPe .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufR3YYPgPe .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufR3YYPgPe .main-banner:before {
    display: none;
  }
  .cid-ufR3YYPgPe .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufR3YYPgPe .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufR3YYPgPe H6 {
  color: #e43f3f;
}
.cid-ufR3YYPgPe H2 {
  color: #000000;
}
.cid-ufR3YZfmE4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ufR3YZfmE4 .mbr-section-title {
  color: #000000;
}
.cid-ufR3YZwyNR {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ufR3YZwyNR .container {
  padding: 0 5%;
}
.cid-ufR3YZwyNR #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ufR3YZwyNR #collapse-button:hover {
  background-color: #7787a5;
}
.cid-ufR3YZwyNR #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ufR3YZwyNR #expand-button:hover {
  background-color: #7787a5;
}
.cid-ufR3YZwyNR .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-ufR3YZwyNR .item:focus,
.cid-ufR3YZwyNR span:focus {
  outline: none;
}
.cid-ufR3YZwyNR .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-ufR3YZwyNR .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ufR3YZwyNR .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-ufR3YZwyNR .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-ufR3YZwyNR .item {
    padding: 1.5rem;
  }
}
.cid-ufR3YZwyNR .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ufR3YZwyNR .item .item-icon {
    margin-top: 0;
  }
}
.cid-ufR3YZwyNR .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-ufR3YZwyNR .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ufR3YZwyNR .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ufR3YZwyNR .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-ufR3YZwyNR .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ufR3YZwyNR .item-title-wrapper {
    min-width: auto;
  }
}
.cid-ufR3YZwyNR .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-ufR3YZwyNR .item-content {
    margin-left: 0;
  }
}
.cid-ufR3YZwyNR .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-ufR3YZwyNR .item-title {
  color: #ffffff;
}
.cid-ufR3YZwyNR .mbr-text,
.cid-ufR3YZwyNR .item-icon {
  color: #ffffff;
}
.cid-ufR3YZwyNR .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-ufR3YZwyNR .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-ufR3YZwyNR .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ufR3YZwyNR .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-ufR3YZwyNR .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-ufR3YZwyNR .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-ufR3YZwyNR .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-ufR3YZwyNR .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-ufR3YZwyNR .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-ufR3YZwyNR .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-ufR3YZwyNR .article-column1 {
    padding-right: 16px;
  }
}
.cid-ufR3YZwyNR .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-ufR3YZwyNR .article-column2 {
    padding-left: 16px;
  }
}
.cid-ufR3YZwyNR .mbr-section-subtitle,
.cid-ufR3YZwyNR .mbr-iconfont {
  color: #e082c5;
}
.cid-ufR3YZwyNR .mbr-section-subtitle {
  color: #000000;
}
.cid-ufR3Z01T9s {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufR3Z01T9s p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufR3Z01T9s .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufR3Z01T9s .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufR3Z01T9s .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufR3Z01T9s .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufR3Z01T9s .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufR3Z01T9s .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufR3Z01T9s .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufR3Z01T9s .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufR3Z01T9s .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufR3Z01T9s .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufR3Z01T9s .main-banner:before {
    display: none;
  }
  .cid-ufR3Z01T9s .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufR3Z01T9s .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufR3Z01T9s H6 {
  color: #e43f3f;
}
.cid-ufR3Z01T9s H2 {
  color: #000000;
}
.cid-ufR3Z01T9s P {
  color: #000000;
}
.cid-ufR3Z0fIk0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ufR3Z0fIk0 #footer {
  padding: 0 0 25px 0;
}
.cid-ufR3Z0fIk0 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ufR3Z0fIk0 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ufR3Z0fIk0 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ufR3Z0fIk0 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ufR3Z0fIk0 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ufR3Z0fIk0 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ufR3Z0fIk0 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ufR3Z0fIk0 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ufR3Z0fIk0 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ufR3Z0fIk0 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ufR3Z0fIk0 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ufR3Z0fIk0 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ufR3Z0fIk0 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ufR3Z0fIk0 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ufR3Z0fIk0 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ufR3Z0fIk0 #footer .copyright {
  padding-top: 30px;
}
.cid-ufR3Z0fIk0 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ufR3Z0fIk0 H4 {
  color: #000000;
  text-align: left;
}
.cid-ufR3Z0fIk0 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ufR3Z0fIk0 P {
  color: #e43f3f;
  text-align: left;
}
.cid-ufR3Z0fIk0 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ufR3Z0fIk0 .copyright a {
  text-decoration: none !important;
}
.cid-ufR3Z0fIk0 .list,
.cid-ufR3Z0fIk0 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ufR3Z0fIk0 ul li a {
  text-decoration: none !important;
}
.cid-ufR3Z0fIk0 .list {
  color: #e43f3f;
}
.cid-ugqmOtEXDy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugqmOtEXDy nav.navbar {
  position: fixed;
}
.cid-ugqmOtEXDy .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-ugqmOtEXDy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugqmOtEXDy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugqmOtEXDy .dropdown-item:hover,
.cid-ugqmOtEXDy .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ugqmOtEXDy .dropdown-item:hover span {
  color: white;
}
.cid-ugqmOtEXDy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugqmOtEXDy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugqmOtEXDy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugqmOtEXDy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugqmOtEXDy .nav-link {
  position: relative;
}
.cid-ugqmOtEXDy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ugqmOtEXDy .container {
    flex-wrap: nowrap;
  }
}
.cid-ugqmOtEXDy .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugqmOtEXDy .dropdown-menu,
.cid-ugqmOtEXDy .navbar.opened {
  background: #e43f3f !important;
}
.cid-ugqmOtEXDy .nav-item:focus,
.cid-ugqmOtEXDy .nav-link:focus {
  outline: none;
}
.cid-ugqmOtEXDy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugqmOtEXDy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugqmOtEXDy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugqmOtEXDy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugqmOtEXDy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugqmOtEXDy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugqmOtEXDy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ugqmOtEXDy .navbar.opened {
  transition: all 0.3s;
}
.cid-ugqmOtEXDy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugqmOtEXDy .navbar .navbar-logo img {
  width: auto;
}
.cid-ugqmOtEXDy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugqmOtEXDy .navbar.collapsed {
  justify-content: center;
}
.cid-ugqmOtEXDy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugqmOtEXDy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugqmOtEXDy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ugqmOtEXDy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugqmOtEXDy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugqmOtEXDy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugqmOtEXDy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugqmOtEXDy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugqmOtEXDy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugqmOtEXDy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugqmOtEXDy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugqmOtEXDy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugqmOtEXDy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugqmOtEXDy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugqmOtEXDy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugqmOtEXDy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugqmOtEXDy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugqmOtEXDy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugqmOtEXDy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugqmOtEXDy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugqmOtEXDy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugqmOtEXDy .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugqmOtEXDy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugqmOtEXDy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugqmOtEXDy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugqmOtEXDy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugqmOtEXDy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugqmOtEXDy .dropdown-item.active,
.cid-ugqmOtEXDy .dropdown-item:active {
  background-color: transparent;
}
.cid-ugqmOtEXDy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugqmOtEXDy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugqmOtEXDy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugqmOtEXDy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ugqmOtEXDy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugqmOtEXDy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugqmOtEXDy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugqmOtEXDy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugqmOtEXDy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugqmOtEXDy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugqmOtEXDy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugqmOtEXDy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugqmOtEXDy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugqmOtEXDy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugqmOtEXDy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugqmOtEXDy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugqmOtEXDy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugqmOtEXDy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugqmOtEXDy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugqmOtEXDy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugqmOtEXDy .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-ugqmOtEXDy .navbar {
    height: 70px;
  }
  .cid-ugqmOtEXDy .navbar.opened {
    height: auto;
  }
  .cid-ugqmOtEXDy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugqmOrRE8M {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ugqmOrRE8M .row {
  flex-direction: row-reverse;
}
.cid-ugqmOrRE8M p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ugqmOrRE8M .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ugqmOrRE8M .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ugqmOrRE8M .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ugqmOrRE8M .main-banner .left-content {
  margin-right: 15px;
}
.cid-ugqmOrRE8M .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ugqmOrRE8M .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ugqmOrRE8M .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ugqmOrRE8M .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ugqmOrRE8M .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ugqmOrRE8M .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ugqmOrRE8M .main-banner:before {
    display: none;
  }
  .cid-ugqmOrRE8M .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ugqmOrRE8M .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ugqmOrRE8M H6 {
  color: #e43f3f;
}
.cid-ugqmOrRE8M H2 {
  color: #000000;
}
.cid-ugqmOshU22 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ugqmOshU22 .mbr-section-title {
  color: #000000;
}
.cid-ugqmOsBhr7 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ugqmOsBhr7 .container {
  padding: 0 5%;
}
.cid-ugqmOsBhr7 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ugqmOsBhr7 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-ugqmOsBhr7 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ugqmOsBhr7 #expand-button:hover {
  background-color: #7787a5;
}
.cid-ugqmOsBhr7 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-ugqmOsBhr7 .item:focus,
.cid-ugqmOsBhr7 span:focus {
  outline: none;
}
.cid-ugqmOsBhr7 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-ugqmOsBhr7 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ugqmOsBhr7 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-ugqmOsBhr7 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-ugqmOsBhr7 .item {
    padding: 1.5rem;
  }
}
.cid-ugqmOsBhr7 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ugqmOsBhr7 .item .item-icon {
    margin-top: 0;
  }
}
.cid-ugqmOsBhr7 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-ugqmOsBhr7 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ugqmOsBhr7 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ugqmOsBhr7 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-ugqmOsBhr7 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ugqmOsBhr7 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-ugqmOsBhr7 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-ugqmOsBhr7 .item-content {
    margin-left: 0;
  }
}
.cid-ugqmOsBhr7 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-ugqmOsBhr7 .item-title {
  color: #ffffff;
}
.cid-ugqmOsBhr7 .mbr-text,
.cid-ugqmOsBhr7 .item-icon {
  color: #ffffff;
}
.cid-ugqmOsBhr7 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-ugqmOsBhr7 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-ugqmOsBhr7 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ugqmOsBhr7 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-ugqmOsBhr7 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-ugqmOsBhr7 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-ugqmOsBhr7 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-ugqmOsBhr7 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-ugqmOsBhr7 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-ugqmOsBhr7 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-ugqmOsBhr7 .article-column1 {
    padding-right: 16px;
  }
}
.cid-ugqmOsBhr7 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-ugqmOsBhr7 .article-column2 {
    padding-left: 16px;
  }
}
.cid-ugqmOsBhr7 .mbr-section-subtitle,
.cid-ugqmOsBhr7 .mbr-iconfont {
  color: #e082c5;
}
.cid-ugqmOsBhr7 .mbr-section-subtitle {
  color: #000000;
}
.cid-ugqmOt7nx3 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ugqmOt7nx3 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ugqmOt7nx3 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ugqmOt7nx3 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ugqmOt7nx3 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ugqmOt7nx3 .main-banner .left-content {
  margin-right: 15px;
}
.cid-ugqmOt7nx3 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ugqmOt7nx3 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ugqmOt7nx3 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ugqmOt7nx3 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ugqmOt7nx3 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ugqmOt7nx3 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ugqmOt7nx3 .main-banner:before {
    display: none;
  }
  .cid-ugqmOt7nx3 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ugqmOt7nx3 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ugqmOt7nx3 H6 {
  color: #e43f3f;
}
.cid-ugqmOt7nx3 H2 {
  color: #000000;
}
.cid-ugqmOt7nx3 P {
  color: #000000;
}
.cid-ugqmOtmlG5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ugqmOtmlG5 #footer {
  padding: 0 0 25px 0;
}
.cid-ugqmOtmlG5 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ugqmOtmlG5 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ugqmOtmlG5 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ugqmOtmlG5 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ugqmOtmlG5 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ugqmOtmlG5 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ugqmOtmlG5 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ugqmOtmlG5 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ugqmOtmlG5 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ugqmOtmlG5 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ugqmOtmlG5 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ugqmOtmlG5 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ugqmOtmlG5 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ugqmOtmlG5 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ugqmOtmlG5 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ugqmOtmlG5 #footer .copyright {
  padding-top: 30px;
}
.cid-ugqmOtmlG5 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ugqmOtmlG5 H4 {
  color: #000000;
  text-align: left;
}
.cid-ugqmOtmlG5 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ugqmOtmlG5 P {
  color: #e43f3f;
  text-align: left;
}
.cid-ugqmOtmlG5 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ugqmOtmlG5 .copyright a {
  text-decoration: none !important;
}
.cid-ugqmOtmlG5 .list,
.cid-ugqmOtmlG5 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ugqmOtmlG5 ul li a {
  text-decoration: none !important;
}
.cid-ugqmOtmlG5 .list {
  color: #e43f3f;
}
.cid-ufR4I0OMHJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufR4I0OMHJ nav.navbar {
  position: fixed;
}
.cid-ufR4I0OMHJ .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-ufR4I0OMHJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufR4I0OMHJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufR4I0OMHJ .dropdown-item:hover,
.cid-ufR4I0OMHJ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ufR4I0OMHJ .dropdown-item:hover span {
  color: white;
}
.cid-ufR4I0OMHJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufR4I0OMHJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufR4I0OMHJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufR4I0OMHJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufR4I0OMHJ .nav-link {
  position: relative;
}
.cid-ufR4I0OMHJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufR4I0OMHJ .container {
    flex-wrap: nowrap;
  }
}
.cid-ufR4I0OMHJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufR4I0OMHJ .dropdown-menu,
.cid-ufR4I0OMHJ .navbar.opened {
  background: #e43f3f !important;
}
.cid-ufR4I0OMHJ .nav-item:focus,
.cid-ufR4I0OMHJ .nav-link:focus {
  outline: none;
}
.cid-ufR4I0OMHJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufR4I0OMHJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufR4I0OMHJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufR4I0OMHJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufR4I0OMHJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufR4I0OMHJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufR4I0OMHJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ufR4I0OMHJ .navbar.opened {
  transition: all 0.3s;
}
.cid-ufR4I0OMHJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufR4I0OMHJ .navbar .navbar-logo img {
  width: auto;
}
.cid-ufR4I0OMHJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufR4I0OMHJ .navbar.collapsed {
  justify-content: center;
}
.cid-ufR4I0OMHJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufR4I0OMHJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufR4I0OMHJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ufR4I0OMHJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufR4I0OMHJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufR4I0OMHJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufR4I0OMHJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufR4I0OMHJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufR4I0OMHJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufR4I0OMHJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufR4I0OMHJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufR4I0OMHJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufR4I0OMHJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufR4I0OMHJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufR4I0OMHJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufR4I0OMHJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufR4I0OMHJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufR4I0OMHJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufR4I0OMHJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufR4I0OMHJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufR4I0OMHJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufR4I0OMHJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufR4I0OMHJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufR4I0OMHJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufR4I0OMHJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufR4I0OMHJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufR4I0OMHJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufR4I0OMHJ .dropdown-item.active,
.cid-ufR4I0OMHJ .dropdown-item:active {
  background-color: transparent;
}
.cid-ufR4I0OMHJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufR4I0OMHJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufR4I0OMHJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufR4I0OMHJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ufR4I0OMHJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufR4I0OMHJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufR4I0OMHJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufR4I0OMHJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufR4I0OMHJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufR4I0OMHJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ufR4I0OMHJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufR4I0OMHJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufR4I0OMHJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufR4I0OMHJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufR4I0OMHJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufR4I0OMHJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufR4I0OMHJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufR4I0OMHJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufR4I0OMHJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufR4I0OMHJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufR4I0OMHJ .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-ufR4I0OMHJ .navbar {
    height: 70px;
  }
  .cid-ufR4I0OMHJ .navbar.opened {
    height: auto;
  }
  .cid-ufR4I0OMHJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufR4HZbyWv {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufR4HZbyWv .row {
  flex-direction: row-reverse;
}
.cid-ufR4HZbyWv p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufR4HZbyWv .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufR4HZbyWv .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufR4HZbyWv .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufR4HZbyWv .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufR4HZbyWv .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufR4HZbyWv .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufR4HZbyWv .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufR4HZbyWv .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufR4HZbyWv .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufR4HZbyWv .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufR4HZbyWv .main-banner:before {
    display: none;
  }
  .cid-ufR4HZbyWv .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufR4HZbyWv .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufR4HZbyWv H6 {
  color: #e43f3f;
}
.cid-ufR4HZbyWv H2 {
  color: #000000;
}
.cid-ufR4HZAjJo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ufR4HZAjJo .mbr-section-title {
  color: #000000;
}
.cid-ufR4HZOLNr {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ufR4HZOLNr .container {
  padding: 0 5%;
}
.cid-ufR4HZOLNr #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ufR4HZOLNr #collapse-button:hover {
  background-color: #7787a5;
}
.cid-ufR4HZOLNr #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ufR4HZOLNr #expand-button:hover {
  background-color: #7787a5;
}
.cid-ufR4HZOLNr .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-ufR4HZOLNr .item:focus,
.cid-ufR4HZOLNr span:focus {
  outline: none;
}
.cid-ufR4HZOLNr .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-ufR4HZOLNr .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ufR4HZOLNr .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-ufR4HZOLNr .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-ufR4HZOLNr .item {
    padding: 1.5rem;
  }
}
.cid-ufR4HZOLNr .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ufR4HZOLNr .item .item-icon {
    margin-top: 0;
  }
}
.cid-ufR4HZOLNr .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-ufR4HZOLNr .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ufR4HZOLNr .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ufR4HZOLNr .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-ufR4HZOLNr .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ufR4HZOLNr .item-title-wrapper {
    min-width: auto;
  }
}
.cid-ufR4HZOLNr .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-ufR4HZOLNr .item-content {
    margin-left: 0;
  }
}
.cid-ufR4HZOLNr .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-ufR4HZOLNr .item-title {
  color: #ffffff;
}
.cid-ufR4HZOLNr .mbr-text,
.cid-ufR4HZOLNr .item-icon {
  color: #ffffff;
}
.cid-ufR4HZOLNr .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-ufR4HZOLNr .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-ufR4HZOLNr .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ufR4HZOLNr .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-ufR4HZOLNr .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-ufR4HZOLNr .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-ufR4HZOLNr .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-ufR4HZOLNr .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-ufR4HZOLNr .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-ufR4HZOLNr .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-ufR4HZOLNr .article-column1 {
    padding-right: 16px;
  }
}
.cid-ufR4HZOLNr .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-ufR4HZOLNr .article-column2 {
    padding-left: 16px;
  }
}
.cid-ufR4HZOLNr .mbr-section-subtitle,
.cid-ufR4HZOLNr .mbr-iconfont {
  color: #e082c5;
}
.cid-ufR4HZOLNr .mbr-section-subtitle {
  color: #000000;
}
.cid-ufR4I0i3z1 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufR4I0i3z1 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufR4I0i3z1 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufR4I0i3z1 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufR4I0i3z1 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufR4I0i3z1 .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufR4I0i3z1 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufR4I0i3z1 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufR4I0i3z1 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufR4I0i3z1 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufR4I0i3z1 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufR4I0i3z1 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufR4I0i3z1 .main-banner:before {
    display: none;
  }
  .cid-ufR4I0i3z1 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufR4I0i3z1 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufR4I0i3z1 H6 {
  color: #e43f3f;
}
.cid-ufR4I0i3z1 H2 {
  color: #000000;
}
.cid-ufR4I0i3z1 P {
  color: #000000;
}
.cid-ufR4I0wi9j {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ufR4I0wi9j #footer {
  padding: 0 0 25px 0;
}
.cid-ufR4I0wi9j #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ufR4I0wi9j #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ufR4I0wi9j #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ufR4I0wi9j #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ufR4I0wi9j #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ufR4I0wi9j #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ufR4I0wi9j #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ufR4I0wi9j #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ufR4I0wi9j #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ufR4I0wi9j #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ufR4I0wi9j #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ufR4I0wi9j #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ufR4I0wi9j #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ufR4I0wi9j #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ufR4I0wi9j #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ufR4I0wi9j #footer .copyright {
  padding-top: 30px;
}
.cid-ufR4I0wi9j ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ufR4I0wi9j H4 {
  color: #000000;
  text-align: left;
}
.cid-ufR4I0wi9j DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ufR4I0wi9j P {
  color: #e43f3f;
  text-align: left;
}
.cid-ufR4I0wi9j div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ufR4I0wi9j .copyright a {
  text-decoration: none !important;
}
.cid-ufR4I0wi9j .list,
.cid-ufR4I0wi9j .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ufR4I0wi9j ul li a {
  text-decoration: none !important;
}
.cid-ufR4I0wi9j .list {
  color: #e43f3f;
}
.cid-ufR49oVlTV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufR49oVlTV nav.navbar {
  position: fixed;
}
.cid-ufR49oVlTV .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-ufR49oVlTV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufR49oVlTV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufR49oVlTV .dropdown-item:hover,
.cid-ufR49oVlTV .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ufR49oVlTV .dropdown-item:hover span {
  color: white;
}
.cid-ufR49oVlTV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufR49oVlTV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufR49oVlTV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufR49oVlTV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufR49oVlTV .nav-link {
  position: relative;
}
.cid-ufR49oVlTV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufR49oVlTV .container {
    flex-wrap: nowrap;
  }
}
.cid-ufR49oVlTV .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufR49oVlTV .dropdown-menu,
.cid-ufR49oVlTV .navbar.opened {
  background: #e43f3f !important;
}
.cid-ufR49oVlTV .nav-item:focus,
.cid-ufR49oVlTV .nav-link:focus {
  outline: none;
}
.cid-ufR49oVlTV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufR49oVlTV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufR49oVlTV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufR49oVlTV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufR49oVlTV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufR49oVlTV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufR49oVlTV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ufR49oVlTV .navbar.opened {
  transition: all 0.3s;
}
.cid-ufR49oVlTV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufR49oVlTV .navbar .navbar-logo img {
  width: auto;
}
.cid-ufR49oVlTV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufR49oVlTV .navbar.collapsed {
  justify-content: center;
}
.cid-ufR49oVlTV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufR49oVlTV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufR49oVlTV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ufR49oVlTV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufR49oVlTV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufR49oVlTV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufR49oVlTV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufR49oVlTV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufR49oVlTV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufR49oVlTV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufR49oVlTV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufR49oVlTV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufR49oVlTV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufR49oVlTV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufR49oVlTV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufR49oVlTV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufR49oVlTV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufR49oVlTV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufR49oVlTV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufR49oVlTV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufR49oVlTV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufR49oVlTV .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufR49oVlTV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufR49oVlTV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufR49oVlTV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufR49oVlTV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufR49oVlTV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufR49oVlTV .dropdown-item.active,
.cid-ufR49oVlTV .dropdown-item:active {
  background-color: transparent;
}
.cid-ufR49oVlTV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufR49oVlTV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufR49oVlTV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufR49oVlTV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ufR49oVlTV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufR49oVlTV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufR49oVlTV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufR49oVlTV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufR49oVlTV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufR49oVlTV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ufR49oVlTV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufR49oVlTV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufR49oVlTV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufR49oVlTV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufR49oVlTV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufR49oVlTV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufR49oVlTV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufR49oVlTV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufR49oVlTV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufR49oVlTV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufR49oVlTV .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-ufR49oVlTV .navbar {
    height: 70px;
  }
  .cid-ufR49oVlTV .navbar.opened {
    height: auto;
  }
  .cid-ufR49oVlTV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufR49n8ei3 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufR49n8ei3 .row {
  flex-direction: row-reverse;
}
.cid-ufR49n8ei3 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufR49n8ei3 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufR49n8ei3 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufR49n8ei3 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufR49n8ei3 .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufR49n8ei3 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufR49n8ei3 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufR49n8ei3 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufR49n8ei3 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufR49n8ei3 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufR49n8ei3 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufR49n8ei3 .main-banner:before {
    display: none;
  }
  .cid-ufR49n8ei3 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufR49n8ei3 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufR49n8ei3 H6 {
  color: #e43f3f;
}
.cid-ufR49nzyBg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ufR49nzyBg .mbr-section-title {
  color: #000000;
}
.cid-ufR49nURsK {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ufR49nURsK .container {
  padding: 0 5%;
}
.cid-ufR49nURsK #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ufR49nURsK #collapse-button:hover {
  background-color: #7787a5;
}
.cid-ufR49nURsK #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ufR49nURsK #expand-button:hover {
  background-color: #7787a5;
}
.cid-ufR49nURsK .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-ufR49nURsK .item:focus,
.cid-ufR49nURsK span:focus {
  outline: none;
}
.cid-ufR49nURsK .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-ufR49nURsK .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ufR49nURsK .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-ufR49nURsK .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-ufR49nURsK .item {
    padding: 1.5rem;
  }
}
.cid-ufR49nURsK .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ufR49nURsK .item .item-icon {
    margin-top: 0;
  }
}
.cid-ufR49nURsK .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-ufR49nURsK .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ufR49nURsK .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ufR49nURsK .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-ufR49nURsK .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ufR49nURsK .item-title-wrapper {
    min-width: auto;
  }
}
.cid-ufR49nURsK .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-ufR49nURsK .item-content {
    margin-left: 0;
  }
}
.cid-ufR49nURsK .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-ufR49nURsK .item-title {
  color: #ffffff;
}
.cid-ufR49nURsK .mbr-text,
.cid-ufR49nURsK .item-icon {
  color: #ffffff;
}
.cid-ufR49nURsK .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-ufR49nURsK .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-ufR49nURsK .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ufR49nURsK .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-ufR49nURsK .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-ufR49nURsK .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-ufR49nURsK .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-ufR49nURsK .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-ufR49nURsK .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-ufR49nURsK .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-ufR49nURsK .article-column1 {
    padding-right: 16px;
  }
}
.cid-ufR49nURsK .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-ufR49nURsK .article-column2 {
    padding-left: 16px;
  }
}
.cid-ufR49nURsK .mbr-section-subtitle,
.cid-ufR49nURsK .mbr-iconfont {
  color: #e082c5;
}
.cid-ufR49nURsK .mbr-section-subtitle {
  color: #000000;
}
.cid-ufR49onUtS {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufR49onUtS p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufR49onUtS .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufR49onUtS .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufR49onUtS .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufR49onUtS .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufR49onUtS .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufR49onUtS .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufR49onUtS .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufR49onUtS .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufR49onUtS .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufR49onUtS .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufR49onUtS .main-banner:before {
    display: none;
  }
  .cid-ufR49onUtS .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufR49onUtS .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufR49onUtS H6 {
  color: #e43f3f;
}
.cid-ufR49onUtS H2 {
  color: #000000;
}
.cid-ufR49onUtS P {
  color: #000000;
}
.cid-ufR49oCGyB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ufR49oCGyB #footer {
  padding: 0 0 25px 0;
}
.cid-ufR49oCGyB #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ufR49oCGyB #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ufR49oCGyB #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ufR49oCGyB #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ufR49oCGyB #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ufR49oCGyB #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ufR49oCGyB #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ufR49oCGyB #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ufR49oCGyB #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ufR49oCGyB #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ufR49oCGyB #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ufR49oCGyB #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ufR49oCGyB #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ufR49oCGyB #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ufR49oCGyB #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ufR49oCGyB #footer .copyright {
  padding-top: 30px;
}
.cid-ufR49oCGyB ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ufR49oCGyB H4 {
  color: #000000;
  text-align: left;
}
.cid-ufR49oCGyB DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ufR49oCGyB P {
  color: #e43f3f;
  text-align: left;
}
.cid-ufR49oCGyB div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ufR49oCGyB .copyright a {
  text-decoration: none !important;
}
.cid-ufR49oCGyB .list,
.cid-ufR49oCGyB .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ufR49oCGyB ul li a {
  text-decoration: none !important;
}
.cid-ufR49oCGyB .list {
  color: #e43f3f;
}
.cid-ufRcsvnZtZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufRcsvnZtZ nav.navbar {
  position: fixed;
}
.cid-ufRcsvnZtZ .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-ufRcsvnZtZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufRcsvnZtZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufRcsvnZtZ .dropdown-item:hover,
.cid-ufRcsvnZtZ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ufRcsvnZtZ .dropdown-item:hover span {
  color: white;
}
.cid-ufRcsvnZtZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufRcsvnZtZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufRcsvnZtZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufRcsvnZtZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufRcsvnZtZ .nav-link {
  position: relative;
}
.cid-ufRcsvnZtZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufRcsvnZtZ .container {
    flex-wrap: nowrap;
  }
}
.cid-ufRcsvnZtZ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufRcsvnZtZ .dropdown-menu,
.cid-ufRcsvnZtZ .navbar.opened {
  background: #e43f3f !important;
}
.cid-ufRcsvnZtZ .nav-item:focus,
.cid-ufRcsvnZtZ .nav-link:focus {
  outline: none;
}
.cid-ufRcsvnZtZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufRcsvnZtZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufRcsvnZtZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufRcsvnZtZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufRcsvnZtZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufRcsvnZtZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufRcsvnZtZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ufRcsvnZtZ .navbar.opened {
  transition: all 0.3s;
}
.cid-ufRcsvnZtZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufRcsvnZtZ .navbar .navbar-logo img {
  width: auto;
}
.cid-ufRcsvnZtZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufRcsvnZtZ .navbar.collapsed {
  justify-content: center;
}
.cid-ufRcsvnZtZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufRcsvnZtZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufRcsvnZtZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ufRcsvnZtZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufRcsvnZtZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufRcsvnZtZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufRcsvnZtZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufRcsvnZtZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufRcsvnZtZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufRcsvnZtZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufRcsvnZtZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufRcsvnZtZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufRcsvnZtZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufRcsvnZtZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufRcsvnZtZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufRcsvnZtZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufRcsvnZtZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufRcsvnZtZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufRcsvnZtZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufRcsvnZtZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufRcsvnZtZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufRcsvnZtZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufRcsvnZtZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufRcsvnZtZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufRcsvnZtZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufRcsvnZtZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufRcsvnZtZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufRcsvnZtZ .dropdown-item.active,
.cid-ufRcsvnZtZ .dropdown-item:active {
  background-color: transparent;
}
.cid-ufRcsvnZtZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufRcsvnZtZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufRcsvnZtZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufRcsvnZtZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ufRcsvnZtZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufRcsvnZtZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufRcsvnZtZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufRcsvnZtZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufRcsvnZtZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufRcsvnZtZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ufRcsvnZtZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufRcsvnZtZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufRcsvnZtZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufRcsvnZtZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufRcsvnZtZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufRcsvnZtZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufRcsvnZtZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufRcsvnZtZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufRcsvnZtZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufRcsvnZtZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufRcsvnZtZ .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-ufRcsvnZtZ .navbar {
    height: 70px;
  }
  .cid-ufRcsvnZtZ .navbar.opened {
    height: auto;
  }
  .cid-ufRcsvnZtZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufRcstxwZT {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufRcstxwZT .row {
  flex-direction: row-reverse;
}
.cid-ufRcstxwZT p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufRcstxwZT .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufRcstxwZT .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufRcstxwZT .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufRcstxwZT .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufRcstxwZT .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufRcstxwZT .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufRcstxwZT .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufRcstxwZT .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufRcstxwZT .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufRcstxwZT .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufRcstxwZT .main-banner:before {
    display: none;
  }
  .cid-ufRcstxwZT .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufRcstxwZT .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufRcstxwZT H6 {
  color: #e43f3f;
}
.cid-ufRcstxwZT H2 {
  color: #000000;
}
.cid-ufRcstX6ss {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ufRcstX6ss .mbr-section-title {
  color: #000000;
}
.cid-ufRcsuf2jl {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ufRcsuf2jl .container {
  padding: 0 5%;
}
.cid-ufRcsuf2jl #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ufRcsuf2jl #collapse-button:hover {
  background-color: #7787a5;
}
.cid-ufRcsuf2jl #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ufRcsuf2jl #expand-button:hover {
  background-color: #7787a5;
}
.cid-ufRcsuf2jl .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-ufRcsuf2jl .item:focus,
.cid-ufRcsuf2jl span:focus {
  outline: none;
}
.cid-ufRcsuf2jl .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-ufRcsuf2jl .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ufRcsuf2jl .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-ufRcsuf2jl .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-ufRcsuf2jl .item {
    padding: 1.5rem;
  }
}
.cid-ufRcsuf2jl .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ufRcsuf2jl .item .item-icon {
    margin-top: 0;
  }
}
.cid-ufRcsuf2jl .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-ufRcsuf2jl .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ufRcsuf2jl .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ufRcsuf2jl .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-ufRcsuf2jl .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ufRcsuf2jl .item-title-wrapper {
    min-width: auto;
  }
}
.cid-ufRcsuf2jl .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-ufRcsuf2jl .item-content {
    margin-left: 0;
  }
}
.cid-ufRcsuf2jl .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-ufRcsuf2jl .item-title {
  color: #ffffff;
}
.cid-ufRcsuf2jl .mbr-text,
.cid-ufRcsuf2jl .item-icon {
  color: #ffffff;
}
.cid-ufRcsuf2jl .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-ufRcsuf2jl .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-ufRcsuf2jl .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ufRcsuf2jl .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-ufRcsuf2jl .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-ufRcsuf2jl .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-ufRcsuf2jl .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-ufRcsuf2jl .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-ufRcsuf2jl .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-ufRcsuf2jl .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-ufRcsuf2jl .article-column1 {
    padding-right: 16px;
  }
}
.cid-ufRcsuf2jl .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-ufRcsuf2jl .article-column2 {
    padding-left: 16px;
  }
}
.cid-ufRcsuf2jl .mbr-section-subtitle,
.cid-ufRcsuf2jl .mbr-iconfont {
  color: #e082c5;
}
.cid-ufRcsuf2jl .mbr-section-subtitle {
  color: #000000;
}
.cid-ufRcsuPKbi {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufRcsuPKbi p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufRcsuPKbi .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufRcsuPKbi .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufRcsuPKbi .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufRcsuPKbi .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufRcsuPKbi .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufRcsuPKbi .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufRcsuPKbi .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufRcsuPKbi .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufRcsuPKbi .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufRcsuPKbi .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufRcsuPKbi .main-banner:before {
    display: none;
  }
  .cid-ufRcsuPKbi .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufRcsuPKbi .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufRcsuPKbi H6 {
  color: #e43f3f;
}
.cid-ufRcsuPKbi H2 {
  color: #000000;
}
.cid-ufRcsuPKbi P {
  color: #000000;
}
.cid-ufRcsv3NJG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ufRcsv3NJG #footer {
  padding: 0 0 25px 0;
}
.cid-ufRcsv3NJG #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ufRcsv3NJG #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ufRcsv3NJG #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ufRcsv3NJG #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ufRcsv3NJG #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ufRcsv3NJG #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ufRcsv3NJG #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ufRcsv3NJG #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ufRcsv3NJG #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ufRcsv3NJG #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ufRcsv3NJG #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ufRcsv3NJG #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ufRcsv3NJG #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ufRcsv3NJG #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ufRcsv3NJG #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ufRcsv3NJG #footer .copyright {
  padding-top: 30px;
}
.cid-ufRcsv3NJG ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ufRcsv3NJG H4 {
  color: #000000;
  text-align: left;
}
.cid-ufRcsv3NJG DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ufRcsv3NJG P {
  color: #e43f3f;
  text-align: left;
}
.cid-ufRcsv3NJG div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ufRcsv3NJG .copyright a {
  text-decoration: none !important;
}
.cid-ufRcsv3NJG .list,
.cid-ufRcsv3NJG .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ufRcsv3NJG ul li a {
  text-decoration: none !important;
}
.cid-ufRcsv3NJG .list {
  color: #e43f3f;
}
.cid-ufR4dzUzCA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufR4dzUzCA nav.navbar {
  position: fixed;
}
.cid-ufR4dzUzCA .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-ufR4dzUzCA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufR4dzUzCA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufR4dzUzCA .dropdown-item:hover,
.cid-ufR4dzUzCA .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ufR4dzUzCA .dropdown-item:hover span {
  color: white;
}
.cid-ufR4dzUzCA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufR4dzUzCA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufR4dzUzCA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufR4dzUzCA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufR4dzUzCA .nav-link {
  position: relative;
}
.cid-ufR4dzUzCA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufR4dzUzCA .container {
    flex-wrap: nowrap;
  }
}
.cid-ufR4dzUzCA .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufR4dzUzCA .dropdown-menu,
.cid-ufR4dzUzCA .navbar.opened {
  background: #e43f3f !important;
}
.cid-ufR4dzUzCA .nav-item:focus,
.cid-ufR4dzUzCA .nav-link:focus {
  outline: none;
}
.cid-ufR4dzUzCA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufR4dzUzCA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufR4dzUzCA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufR4dzUzCA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufR4dzUzCA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufR4dzUzCA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufR4dzUzCA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ufR4dzUzCA .navbar.opened {
  transition: all 0.3s;
}
.cid-ufR4dzUzCA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufR4dzUzCA .navbar .navbar-logo img {
  width: auto;
}
.cid-ufR4dzUzCA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufR4dzUzCA .navbar.collapsed {
  justify-content: center;
}
.cid-ufR4dzUzCA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufR4dzUzCA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufR4dzUzCA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ufR4dzUzCA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufR4dzUzCA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufR4dzUzCA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufR4dzUzCA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufR4dzUzCA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufR4dzUzCA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufR4dzUzCA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufR4dzUzCA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufR4dzUzCA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufR4dzUzCA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufR4dzUzCA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufR4dzUzCA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufR4dzUzCA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufR4dzUzCA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufR4dzUzCA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufR4dzUzCA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufR4dzUzCA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufR4dzUzCA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufR4dzUzCA .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufR4dzUzCA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufR4dzUzCA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufR4dzUzCA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufR4dzUzCA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufR4dzUzCA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufR4dzUzCA .dropdown-item.active,
.cid-ufR4dzUzCA .dropdown-item:active {
  background-color: transparent;
}
.cid-ufR4dzUzCA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufR4dzUzCA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufR4dzUzCA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufR4dzUzCA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ufR4dzUzCA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufR4dzUzCA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufR4dzUzCA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufR4dzUzCA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufR4dzUzCA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufR4dzUzCA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ufR4dzUzCA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufR4dzUzCA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufR4dzUzCA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufR4dzUzCA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufR4dzUzCA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufR4dzUzCA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufR4dzUzCA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufR4dzUzCA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufR4dzUzCA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufR4dzUzCA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufR4dzUzCA .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-ufR4dzUzCA .navbar {
    height: 70px;
  }
  .cid-ufR4dzUzCA .navbar.opened {
    height: auto;
  }
  .cid-ufR4dzUzCA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufR4dy8Czn {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufR4dy8Czn .row {
  flex-direction: row-reverse;
}
.cid-ufR4dy8Czn p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufR4dy8Czn .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufR4dy8Czn .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufR4dy8Czn .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufR4dy8Czn .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufR4dy8Czn .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufR4dy8Czn .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufR4dy8Czn .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufR4dy8Czn .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufR4dy8Czn .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufR4dy8Czn .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufR4dy8Czn .main-banner:before {
    display: none;
  }
  .cid-ufR4dy8Czn .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufR4dy8Czn .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufR4dy8Czn H6 {
  color: #e43f3f;
}
.cid-ufR4dy8Czn H2 {
  color: #000000;
}
.cid-ufR4dyzs15 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ufR4dyzs15 .mbr-section-title {
  color: #000000;
}
.cid-ufR4dyPDpb {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ufR4dyPDpb .container {
  padding: 0 5%;
}
.cid-ufR4dyPDpb #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ufR4dyPDpb #collapse-button:hover {
  background-color: #7787a5;
}
.cid-ufR4dyPDpb #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ufR4dyPDpb #expand-button:hover {
  background-color: #7787a5;
}
.cid-ufR4dyPDpb .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-ufR4dyPDpb .item:focus,
.cid-ufR4dyPDpb span:focus {
  outline: none;
}
.cid-ufR4dyPDpb .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-ufR4dyPDpb .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ufR4dyPDpb .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-ufR4dyPDpb .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-ufR4dyPDpb .item {
    padding: 1.5rem;
  }
}
.cid-ufR4dyPDpb .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ufR4dyPDpb .item .item-icon {
    margin-top: 0;
  }
}
.cid-ufR4dyPDpb .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-ufR4dyPDpb .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ufR4dyPDpb .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ufR4dyPDpb .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-ufR4dyPDpb .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ufR4dyPDpb .item-title-wrapper {
    min-width: auto;
  }
}
.cid-ufR4dyPDpb .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-ufR4dyPDpb .item-content {
    margin-left: 0;
  }
}
.cid-ufR4dyPDpb .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-ufR4dyPDpb .item-title {
  color: #ffffff;
}
.cid-ufR4dyPDpb .mbr-text,
.cid-ufR4dyPDpb .item-icon {
  color: #ffffff;
}
.cid-ufR4dyPDpb .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-ufR4dyPDpb .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-ufR4dyPDpb .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ufR4dyPDpb .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-ufR4dyPDpb .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-ufR4dyPDpb .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-ufR4dyPDpb .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-ufR4dyPDpb .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-ufR4dyPDpb .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-ufR4dyPDpb .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-ufR4dyPDpb .article-column1 {
    padding-right: 16px;
  }
}
.cid-ufR4dyPDpb .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-ufR4dyPDpb .article-column2 {
    padding-left: 16px;
  }
}
.cid-ufR4dyPDpb .mbr-section-subtitle,
.cid-ufR4dyPDpb .mbr-iconfont {
  color: #e082c5;
}
.cid-ufR4dyPDpb .mbr-section-subtitle {
  color: #000000;
}
.cid-ufR4dzmfLq {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufR4dzmfLq p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufR4dzmfLq .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufR4dzmfLq .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufR4dzmfLq .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufR4dzmfLq .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufR4dzmfLq .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufR4dzmfLq .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufR4dzmfLq .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufR4dzmfLq .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufR4dzmfLq .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufR4dzmfLq .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufR4dzmfLq .main-banner:before {
    display: none;
  }
  .cid-ufR4dzmfLq .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufR4dzmfLq .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufR4dzmfLq H6 {
  color: #e43f3f;
}
.cid-ufR4dzmfLq H2 {
  color: #000000;
}
.cid-ufR4dzmfLq P {
  color: #000000;
}
.cid-ufR4dzzUHT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ufR4dzzUHT #footer {
  padding: 0 0 25px 0;
}
.cid-ufR4dzzUHT #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ufR4dzzUHT #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ufR4dzzUHT #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ufR4dzzUHT #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ufR4dzzUHT #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ufR4dzzUHT #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ufR4dzzUHT #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ufR4dzzUHT #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ufR4dzzUHT #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ufR4dzzUHT #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ufR4dzzUHT #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ufR4dzzUHT #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ufR4dzzUHT #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ufR4dzzUHT #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ufR4dzzUHT #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ufR4dzzUHT #footer .copyright {
  padding-top: 30px;
}
.cid-ufR4dzzUHT ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ufR4dzzUHT H4 {
  color: #000000;
  text-align: left;
}
.cid-ufR4dzzUHT DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ufR4dzzUHT P {
  color: #e43f3f;
  text-align: left;
}
.cid-ufR4dzzUHT div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ufR4dzzUHT .copyright a {
  text-decoration: none !important;
}
.cid-ufR4dzzUHT .list,
.cid-ufR4dzzUHT .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ufR4dzzUHT ul li a {
  text-decoration: none !important;
}
.cid-ufR4dzzUHT .list {
  color: #e43f3f;
}
.cid-ufR4UN1NZu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufR4UN1NZu nav.navbar {
  position: fixed;
}
.cid-ufR4UN1NZu .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-ufR4UN1NZu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufR4UN1NZu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufR4UN1NZu .dropdown-item:hover,
.cid-ufR4UN1NZu .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ufR4UN1NZu .dropdown-item:hover span {
  color: white;
}
.cid-ufR4UN1NZu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufR4UN1NZu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufR4UN1NZu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufR4UN1NZu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufR4UN1NZu .nav-link {
  position: relative;
}
.cid-ufR4UN1NZu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufR4UN1NZu .container {
    flex-wrap: nowrap;
  }
}
.cid-ufR4UN1NZu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufR4UN1NZu .dropdown-menu,
.cid-ufR4UN1NZu .navbar.opened {
  background: #e43f3f !important;
}
.cid-ufR4UN1NZu .nav-item:focus,
.cid-ufR4UN1NZu .nav-link:focus {
  outline: none;
}
.cid-ufR4UN1NZu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufR4UN1NZu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufR4UN1NZu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufR4UN1NZu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufR4UN1NZu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufR4UN1NZu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufR4UN1NZu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ufR4UN1NZu .navbar.opened {
  transition: all 0.3s;
}
.cid-ufR4UN1NZu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufR4UN1NZu .navbar .navbar-logo img {
  width: auto;
}
.cid-ufR4UN1NZu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufR4UN1NZu .navbar.collapsed {
  justify-content: center;
}
.cid-ufR4UN1NZu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufR4UN1NZu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufR4UN1NZu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ufR4UN1NZu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufR4UN1NZu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufR4UN1NZu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufR4UN1NZu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufR4UN1NZu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufR4UN1NZu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufR4UN1NZu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufR4UN1NZu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufR4UN1NZu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufR4UN1NZu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufR4UN1NZu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufR4UN1NZu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufR4UN1NZu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufR4UN1NZu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufR4UN1NZu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufR4UN1NZu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufR4UN1NZu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufR4UN1NZu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufR4UN1NZu .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufR4UN1NZu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufR4UN1NZu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufR4UN1NZu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufR4UN1NZu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufR4UN1NZu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufR4UN1NZu .dropdown-item.active,
.cid-ufR4UN1NZu .dropdown-item:active {
  background-color: transparent;
}
.cid-ufR4UN1NZu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufR4UN1NZu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufR4UN1NZu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufR4UN1NZu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ufR4UN1NZu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufR4UN1NZu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufR4UN1NZu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufR4UN1NZu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufR4UN1NZu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufR4UN1NZu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ufR4UN1NZu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufR4UN1NZu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufR4UN1NZu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufR4UN1NZu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufR4UN1NZu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufR4UN1NZu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufR4UN1NZu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufR4UN1NZu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufR4UN1NZu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufR4UN1NZu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufR4UN1NZu .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-ufR4UN1NZu .navbar {
    height: 70px;
  }
  .cid-ufR4UN1NZu .navbar.opened {
    height: auto;
  }
  .cid-ufR4UN1NZu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufR4ULjDnY {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufR4ULjDnY .row {
  flex-direction: row-reverse;
}
.cid-ufR4ULjDnY p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufR4ULjDnY .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufR4ULjDnY .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufR4ULjDnY .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufR4ULjDnY .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufR4ULjDnY .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufR4ULjDnY .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufR4ULjDnY .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufR4ULjDnY .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufR4ULjDnY .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufR4ULjDnY .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufR4ULjDnY .main-banner:before {
    display: none;
  }
  .cid-ufR4ULjDnY .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufR4ULjDnY .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufR4ULjDnY H6 {
  color: #e43f3f;
}
.cid-ufR4ULJTkX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ufR4ULJTkX .mbr-section-title {
  color: #000000;
}
.cid-ufR4UM00tV {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ufR4UM00tV .container {
  padding: 0 5%;
}
.cid-ufR4UM00tV #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ufR4UM00tV #collapse-button:hover {
  background-color: #7787a5;
}
.cid-ufR4UM00tV #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ufR4UM00tV #expand-button:hover {
  background-color: #7787a5;
}
.cid-ufR4UM00tV .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-ufR4UM00tV .item:focus,
.cid-ufR4UM00tV span:focus {
  outline: none;
}
.cid-ufR4UM00tV .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-ufR4UM00tV .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ufR4UM00tV .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-ufR4UM00tV .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-ufR4UM00tV .item {
    padding: 1.5rem;
  }
}
.cid-ufR4UM00tV .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ufR4UM00tV .item .item-icon {
    margin-top: 0;
  }
}
.cid-ufR4UM00tV .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-ufR4UM00tV .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ufR4UM00tV .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ufR4UM00tV .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-ufR4UM00tV .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ufR4UM00tV .item-title-wrapper {
    min-width: auto;
  }
}
.cid-ufR4UM00tV .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-ufR4UM00tV .item-content {
    margin-left: 0;
  }
}
.cid-ufR4UM00tV .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-ufR4UM00tV .item-title {
  color: #ffffff;
}
.cid-ufR4UM00tV .mbr-text,
.cid-ufR4UM00tV .item-icon {
  color: #ffffff;
}
.cid-ufR4UM00tV .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-ufR4UM00tV .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-ufR4UM00tV .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ufR4UM00tV .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-ufR4UM00tV .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-ufR4UM00tV .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-ufR4UM00tV .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-ufR4UM00tV .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-ufR4UM00tV .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-ufR4UM00tV .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-ufR4UM00tV .article-column1 {
    padding-right: 16px;
  }
}
.cid-ufR4UM00tV .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-ufR4UM00tV .article-column2 {
    padding-left: 16px;
  }
}
.cid-ufR4UM00tV .mbr-section-subtitle,
.cid-ufR4UM00tV .mbr-iconfont {
  color: #e082c5;
}
.cid-ufR4UM00tV .mbr-section-subtitle {
  color: #000000;
}
.cid-ufR4UMuKaZ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufR4UMuKaZ p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufR4UMuKaZ .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufR4UMuKaZ .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufR4UMuKaZ .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufR4UMuKaZ .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufR4UMuKaZ .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufR4UMuKaZ .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufR4UMuKaZ .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufR4UMuKaZ .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufR4UMuKaZ .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufR4UMuKaZ .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufR4UMuKaZ .main-banner:before {
    display: none;
  }
  .cid-ufR4UMuKaZ .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufR4UMuKaZ .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufR4UMuKaZ H6 {
  color: #e43f3f;
}
.cid-ufR4UMuKaZ H2 {
  color: #000000;
}
.cid-ufR4UMuKaZ P {
  color: #000000;
}
.cid-ufR4UMJBff {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ufR4UMJBff #footer {
  padding: 0 0 25px 0;
}
.cid-ufR4UMJBff #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ufR4UMJBff #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ufR4UMJBff #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ufR4UMJBff #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ufR4UMJBff #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ufR4UMJBff #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ufR4UMJBff #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ufR4UMJBff #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ufR4UMJBff #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ufR4UMJBff #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ufR4UMJBff #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ufR4UMJBff #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ufR4UMJBff #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ufR4UMJBff #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ufR4UMJBff #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ufR4UMJBff #footer .copyright {
  padding-top: 30px;
}
.cid-ufR4UMJBff ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ufR4UMJBff H4 {
  color: #000000;
  text-align: left;
}
.cid-ufR4UMJBff DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ufR4UMJBff P {
  color: #e43f3f;
  text-align: left;
}
.cid-ufR4UMJBff div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ufR4UMJBff .copyright a {
  text-decoration: none !important;
}
.cid-ufR4UMJBff .list,
.cid-ufR4UMJBff .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ufR4UMJBff ul li a {
  text-decoration: none !important;
}
.cid-ufR4UMJBff .list {
  color: #e43f3f;
}
.cid-ufR50cMsDl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufR50cMsDl nav.navbar {
  position: fixed;
}
.cid-ufR50cMsDl .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-ufR50cMsDl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufR50cMsDl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufR50cMsDl .dropdown-item:hover,
.cid-ufR50cMsDl .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ufR50cMsDl .dropdown-item:hover span {
  color: white;
}
.cid-ufR50cMsDl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufR50cMsDl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufR50cMsDl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufR50cMsDl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufR50cMsDl .nav-link {
  position: relative;
}
.cid-ufR50cMsDl .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufR50cMsDl .container {
    flex-wrap: nowrap;
  }
}
.cid-ufR50cMsDl .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufR50cMsDl .dropdown-menu,
.cid-ufR50cMsDl .navbar.opened {
  background: #e43f3f !important;
}
.cid-ufR50cMsDl .nav-item:focus,
.cid-ufR50cMsDl .nav-link:focus {
  outline: none;
}
.cid-ufR50cMsDl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufR50cMsDl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufR50cMsDl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufR50cMsDl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufR50cMsDl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufR50cMsDl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufR50cMsDl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ufR50cMsDl .navbar.opened {
  transition: all 0.3s;
}
.cid-ufR50cMsDl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufR50cMsDl .navbar .navbar-logo img {
  width: auto;
}
.cid-ufR50cMsDl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufR50cMsDl .navbar.collapsed {
  justify-content: center;
}
.cid-ufR50cMsDl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufR50cMsDl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufR50cMsDl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ufR50cMsDl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufR50cMsDl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufR50cMsDl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufR50cMsDl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufR50cMsDl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufR50cMsDl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufR50cMsDl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufR50cMsDl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufR50cMsDl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufR50cMsDl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufR50cMsDl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufR50cMsDl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufR50cMsDl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufR50cMsDl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufR50cMsDl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufR50cMsDl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufR50cMsDl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufR50cMsDl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufR50cMsDl .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufR50cMsDl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufR50cMsDl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufR50cMsDl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufR50cMsDl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufR50cMsDl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufR50cMsDl .dropdown-item.active,
.cid-ufR50cMsDl .dropdown-item:active {
  background-color: transparent;
}
.cid-ufR50cMsDl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufR50cMsDl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufR50cMsDl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufR50cMsDl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ufR50cMsDl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufR50cMsDl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufR50cMsDl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufR50cMsDl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufR50cMsDl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufR50cMsDl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ufR50cMsDl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufR50cMsDl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufR50cMsDl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufR50cMsDl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufR50cMsDl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufR50cMsDl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufR50cMsDl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufR50cMsDl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufR50cMsDl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufR50cMsDl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufR50cMsDl .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-ufR50cMsDl .navbar {
    height: 70px;
  }
  .cid-ufR50cMsDl .navbar.opened {
    height: auto;
  }
  .cid-ufR50cMsDl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufR50bcuSL {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufR50bcuSL .row {
  flex-direction: row-reverse;
}
.cid-ufR50bcuSL p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufR50bcuSL .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufR50bcuSL .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufR50bcuSL .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufR50bcuSL .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufR50bcuSL .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufR50bcuSL .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufR50bcuSL .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufR50bcuSL .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufR50bcuSL .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufR50bcuSL .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufR50bcuSL .main-banner:before {
    display: none;
  }
  .cid-ufR50bcuSL .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufR50bcuSL .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufR50bcuSL H6 {
  color: #e43f3f;
}
.cid-ufR50bcuSL H2 {
  color: #000000;
}
.cid-ufR50bAw3c {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ufR50bAw3c .mbr-section-title {
  color: #000000;
}
.cid-ufR50bN0YK {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ufR50bN0YK .container {
  padding: 0 5%;
}
.cid-ufR50bN0YK #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ufR50bN0YK #collapse-button:hover {
  background-color: #7787a5;
}
.cid-ufR50bN0YK #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ufR50bN0YK #expand-button:hover {
  background-color: #7787a5;
}
.cid-ufR50bN0YK .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-ufR50bN0YK .item:focus,
.cid-ufR50bN0YK span:focus {
  outline: none;
}
.cid-ufR50bN0YK .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-ufR50bN0YK .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ufR50bN0YK .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-ufR50bN0YK .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-ufR50bN0YK .item {
    padding: 1.5rem;
  }
}
.cid-ufR50bN0YK .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ufR50bN0YK .item .item-icon {
    margin-top: 0;
  }
}
.cid-ufR50bN0YK .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-ufR50bN0YK .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ufR50bN0YK .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ufR50bN0YK .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-ufR50bN0YK .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ufR50bN0YK .item-title-wrapper {
    min-width: auto;
  }
}
.cid-ufR50bN0YK .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-ufR50bN0YK .item-content {
    margin-left: 0;
  }
}
.cid-ufR50bN0YK .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-ufR50bN0YK .item-title {
  color: #ffffff;
}
.cid-ufR50bN0YK .mbr-text,
.cid-ufR50bN0YK .item-icon {
  color: #ffffff;
}
.cid-ufR50bN0YK .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-ufR50bN0YK .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-ufR50bN0YK .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ufR50bN0YK .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-ufR50bN0YK .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-ufR50bN0YK .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-ufR50bN0YK .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-ufR50bN0YK .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-ufR50bN0YK .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-ufR50bN0YK .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-ufR50bN0YK .article-column1 {
    padding-right: 16px;
  }
}
.cid-ufR50bN0YK .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-ufR50bN0YK .article-column2 {
    padding-left: 16px;
  }
}
.cid-ufR50bN0YK .mbr-section-subtitle,
.cid-ufR50bN0YK .mbr-iconfont {
  color: #e082c5;
}
.cid-ufR50bN0YK .mbr-section-subtitle {
  color: #000000;
}
.cid-ufR50chRz7 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufR50chRz7 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufR50chRz7 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufR50chRz7 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufR50chRz7 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufR50chRz7 .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufR50chRz7 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufR50chRz7 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufR50chRz7 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufR50chRz7 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufR50chRz7 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufR50chRz7 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufR50chRz7 .main-banner:before {
    display: none;
  }
  .cid-ufR50chRz7 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufR50chRz7 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufR50chRz7 H6 {
  color: #e43f3f;
}
.cid-ufR50chRz7 H2 {
  color: #000000;
}
.cid-ufR50chRz7 P {
  color: #000000;
}
.cid-ufR50cuBj1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ufR50cuBj1 #footer {
  padding: 0 0 25px 0;
}
.cid-ufR50cuBj1 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ufR50cuBj1 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ufR50cuBj1 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ufR50cuBj1 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ufR50cuBj1 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ufR50cuBj1 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ufR50cuBj1 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ufR50cuBj1 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ufR50cuBj1 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ufR50cuBj1 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ufR50cuBj1 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ufR50cuBj1 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ufR50cuBj1 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ufR50cuBj1 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ufR50cuBj1 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ufR50cuBj1 #footer .copyright {
  padding-top: 30px;
}
.cid-ufR50cuBj1 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ufR50cuBj1 H4 {
  color: #000000;
  text-align: left;
}
.cid-ufR50cuBj1 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ufR50cuBj1 P {
  color: #e43f3f;
  text-align: left;
}
.cid-ufR50cuBj1 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ufR50cuBj1 .copyright a {
  text-decoration: none !important;
}
.cid-ufR50cuBj1 .list,
.cid-ufR50cuBj1 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ufR50cuBj1 ul li a {
  text-decoration: none !important;
}
.cid-ufR50cuBj1 .list {
  color: #e43f3f;
}
.cid-ufR54cHkh6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufR54cHkh6 nav.navbar {
  position: fixed;
}
.cid-ufR54cHkh6 .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-ufR54cHkh6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufR54cHkh6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufR54cHkh6 .dropdown-item:hover,
.cid-ufR54cHkh6 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ufR54cHkh6 .dropdown-item:hover span {
  color: white;
}
.cid-ufR54cHkh6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufR54cHkh6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufR54cHkh6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufR54cHkh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufR54cHkh6 .nav-link {
  position: relative;
}
.cid-ufR54cHkh6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufR54cHkh6 .container {
    flex-wrap: nowrap;
  }
}
.cid-ufR54cHkh6 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufR54cHkh6 .dropdown-menu,
.cid-ufR54cHkh6 .navbar.opened {
  background: #e43f3f !important;
}
.cid-ufR54cHkh6 .nav-item:focus,
.cid-ufR54cHkh6 .nav-link:focus {
  outline: none;
}
.cid-ufR54cHkh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufR54cHkh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufR54cHkh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufR54cHkh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufR54cHkh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufR54cHkh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufR54cHkh6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ufR54cHkh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-ufR54cHkh6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufR54cHkh6 .navbar .navbar-logo img {
  width: auto;
}
.cid-ufR54cHkh6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufR54cHkh6 .navbar.collapsed {
  justify-content: center;
}
.cid-ufR54cHkh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufR54cHkh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufR54cHkh6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ufR54cHkh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufR54cHkh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufR54cHkh6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufR54cHkh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufR54cHkh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufR54cHkh6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufR54cHkh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufR54cHkh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufR54cHkh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufR54cHkh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufR54cHkh6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufR54cHkh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufR54cHkh6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufR54cHkh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufR54cHkh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufR54cHkh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufR54cHkh6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufR54cHkh6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufR54cHkh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufR54cHkh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufR54cHkh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufR54cHkh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufR54cHkh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufR54cHkh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufR54cHkh6 .dropdown-item.active,
.cid-ufR54cHkh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-ufR54cHkh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufR54cHkh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufR54cHkh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufR54cHkh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ufR54cHkh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufR54cHkh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufR54cHkh6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufR54cHkh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufR54cHkh6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufR54cHkh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ufR54cHkh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufR54cHkh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufR54cHkh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufR54cHkh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufR54cHkh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufR54cHkh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufR54cHkh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufR54cHkh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufR54cHkh6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufR54cHkh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufR54cHkh6 .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-ufR54cHkh6 .navbar {
    height: 70px;
  }
  .cid-ufR54cHkh6 .navbar.opened {
    height: auto;
  }
  .cid-ufR54cHkh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufR54bksFg {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufR54bksFg .row {
  flex-direction: row-reverse;
}
.cid-ufR54bksFg p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufR54bksFg .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufR54bksFg .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufR54bksFg .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufR54bksFg .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufR54bksFg .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufR54bksFg .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufR54bksFg .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufR54bksFg .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufR54bksFg .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufR54bksFg .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufR54bksFg .main-banner:before {
    display: none;
  }
  .cid-ufR54bksFg .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufR54bksFg .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufR54bksFg H6 {
  color: #e43f3f;
}
.cid-ufR54bksFg H2 {
  color: #000000;
}
.cid-ufR54byOKB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ufR54byOKB .mbr-section-title {
  color: #000000;
}
.cid-ufR54bKEHh {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ufR54bKEHh .container {
  padding: 0 5%;
}
.cid-ufR54bKEHh #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ufR54bKEHh #collapse-button:hover {
  background-color: #7787a5;
}
.cid-ufR54bKEHh #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ufR54bKEHh #expand-button:hover {
  background-color: #7787a5;
}
.cid-ufR54bKEHh .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-ufR54bKEHh .item:focus,
.cid-ufR54bKEHh span:focus {
  outline: none;
}
.cid-ufR54bKEHh .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-ufR54bKEHh .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ufR54bKEHh .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-ufR54bKEHh .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-ufR54bKEHh .item {
    padding: 1.5rem;
  }
}
.cid-ufR54bKEHh .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ufR54bKEHh .item .item-icon {
    margin-top: 0;
  }
}
.cid-ufR54bKEHh .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-ufR54bKEHh .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ufR54bKEHh .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ufR54bKEHh .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-ufR54bKEHh .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ufR54bKEHh .item-title-wrapper {
    min-width: auto;
  }
}
.cid-ufR54bKEHh .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-ufR54bKEHh .item-content {
    margin-left: 0;
  }
}
.cid-ufR54bKEHh .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-ufR54bKEHh .item-title {
  color: #ffffff;
}
.cid-ufR54bKEHh .mbr-text,
.cid-ufR54bKEHh .item-icon {
  color: #ffffff;
}
.cid-ufR54bKEHh .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-ufR54bKEHh .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-ufR54bKEHh .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ufR54bKEHh .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-ufR54bKEHh .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-ufR54bKEHh .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-ufR54bKEHh .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-ufR54bKEHh .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-ufR54bKEHh .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-ufR54bKEHh .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-ufR54bKEHh .article-column1 {
    padding-right: 16px;
  }
}
.cid-ufR54bKEHh .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-ufR54bKEHh .article-column2 {
    padding-left: 16px;
  }
}
.cid-ufR54bKEHh .mbr-section-subtitle,
.cid-ufR54bKEHh .mbr-iconfont {
  color: #e082c5;
}
.cid-ufR54bKEHh .mbr-section-subtitle {
  color: #000000;
}
.cid-ufR54cd7Re {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufR54cd7Re p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufR54cd7Re .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufR54cd7Re .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufR54cd7Re .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufR54cd7Re .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufR54cd7Re .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufR54cd7Re .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufR54cd7Re .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufR54cd7Re .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufR54cd7Re .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufR54cd7Re .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufR54cd7Re .main-banner:before {
    display: none;
  }
  .cid-ufR54cd7Re .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufR54cd7Re .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufR54cd7Re H6 {
  color: #e43f3f;
}
.cid-ufR54cd7Re H2 {
  color: #000000;
}
.cid-ufR54cd7Re P {
  color: #000000;
}
.cid-ufR54cqvFd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ufR54cqvFd #footer {
  padding: 0 0 25px 0;
}
.cid-ufR54cqvFd #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ufR54cqvFd #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ufR54cqvFd #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ufR54cqvFd #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ufR54cqvFd #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ufR54cqvFd #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ufR54cqvFd #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ufR54cqvFd #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ufR54cqvFd #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ufR54cqvFd #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ufR54cqvFd #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ufR54cqvFd #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ufR54cqvFd #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ufR54cqvFd #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ufR54cqvFd #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ufR54cqvFd #footer .copyright {
  padding-top: 30px;
}
.cid-ufR54cqvFd ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ufR54cqvFd H4 {
  color: #000000;
  text-align: left;
}
.cid-ufR54cqvFd DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ufR54cqvFd P {
  color: #e43f3f;
  text-align: left;
}
.cid-ufR54cqvFd div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ufR54cqvFd .copyright a {
  text-decoration: none !important;
}
.cid-ufR54cqvFd .list,
.cid-ufR54cqvFd .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ufR54cqvFd ul li a {
  text-decoration: none !important;
}
.cid-ufR54cqvFd .list {
  color: #e43f3f;
}
.cid-ufGesUEr65 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufGesUEr65 nav.navbar {
  position: fixed;
}
.cid-ufGesUEr65 .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-ufGesUEr65 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufGesUEr65 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufGesUEr65 .dropdown-item:hover,
.cid-ufGesUEr65 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ufGesUEr65 .dropdown-item:hover span {
  color: white;
}
.cid-ufGesUEr65 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufGesUEr65 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufGesUEr65 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufGesUEr65 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufGesUEr65 .nav-link {
  position: relative;
}
.cid-ufGesUEr65 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufGesUEr65 .container {
    flex-wrap: nowrap;
  }
}
.cid-ufGesUEr65 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufGesUEr65 .dropdown-menu,
.cid-ufGesUEr65 .navbar.opened {
  background: #e43f3f !important;
}
.cid-ufGesUEr65 .nav-item:focus,
.cid-ufGesUEr65 .nav-link:focus {
  outline: none;
}
.cid-ufGesUEr65 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufGesUEr65 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufGesUEr65 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufGesUEr65 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufGesUEr65 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufGesUEr65 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufGesUEr65 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ufGesUEr65 .navbar.opened {
  transition: all 0.3s;
}
.cid-ufGesUEr65 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufGesUEr65 .navbar .navbar-logo img {
  width: auto;
}
.cid-ufGesUEr65 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufGesUEr65 .navbar.collapsed {
  justify-content: center;
}
.cid-ufGesUEr65 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufGesUEr65 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufGesUEr65 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ufGesUEr65 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufGesUEr65 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufGesUEr65 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufGesUEr65 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufGesUEr65 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufGesUEr65 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufGesUEr65 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufGesUEr65 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufGesUEr65 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufGesUEr65 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufGesUEr65 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufGesUEr65 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufGesUEr65 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufGesUEr65 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufGesUEr65 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufGesUEr65 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufGesUEr65 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufGesUEr65 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufGesUEr65 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufGesUEr65 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufGesUEr65 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufGesUEr65 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufGesUEr65 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufGesUEr65 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufGesUEr65 .dropdown-item.active,
.cid-ufGesUEr65 .dropdown-item:active {
  background-color: transparent;
}
.cid-ufGesUEr65 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufGesUEr65 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufGesUEr65 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufGesUEr65 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ufGesUEr65 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufGesUEr65 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufGesUEr65 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufGesUEr65 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufGesUEr65 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufGesUEr65 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ufGesUEr65 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufGesUEr65 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufGesUEr65 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufGesUEr65 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufGesUEr65 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufGesUEr65 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufGesUEr65 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufGesUEr65 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufGesUEr65 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufGesUEr65 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufGesUEr65 .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-ufGesUEr65 .navbar {
    height: 70px;
  }
  .cid-ufGesUEr65 .navbar.opened {
    height: auto;
  }
  .cid-ufGesUEr65 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufGesSRJru {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufGesSRJru .row {
  flex-direction: row-reverse;
}
.cid-ufGesSRJru p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufGesSRJru .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufGesSRJru .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufGesSRJru .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufGesSRJru .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufGesSRJru .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufGesSRJru .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufGesSRJru .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufGesSRJru .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufGesSRJru .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufGesSRJru .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufGesSRJru .main-banner:before {
    display: none;
  }
  .cid-ufGesSRJru .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufGesSRJru .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufGesSRJru H6 {
  color: #e43f3f;
}
.cid-ufGesSRJru H2 {
  color: #000000;
}
.cid-ufGesTjROv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ufGesTjROv .mbr-section-title {
  color: #000000;
}
.cid-ufGesTALc6 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ufGesTALc6 .container {
  padding: 0 5%;
}
.cid-ufGesTALc6 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ufGesTALc6 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-ufGesTALc6 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ufGesTALc6 #expand-button:hover {
  background-color: #7787a5;
}
.cid-ufGesTALc6 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-ufGesTALc6 .item:focus,
.cid-ufGesTALc6 span:focus {
  outline: none;
}
.cid-ufGesTALc6 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-ufGesTALc6 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ufGesTALc6 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-ufGesTALc6 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-ufGesTALc6 .item {
    padding: 1.5rem;
  }
}
.cid-ufGesTALc6 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ufGesTALc6 .item .item-icon {
    margin-top: 0;
  }
}
.cid-ufGesTALc6 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-ufGesTALc6 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ufGesTALc6 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ufGesTALc6 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-ufGesTALc6 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ufGesTALc6 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-ufGesTALc6 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-ufGesTALc6 .item-content {
    margin-left: 0;
  }
}
.cid-ufGesTALc6 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-ufGesTALc6 .item-title {
  color: #ffffff;
}
.cid-ufGesTALc6 .mbr-text,
.cid-ufGesTALc6 .item-icon {
  color: #ffffff;
}
.cid-ufGesTALc6 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-ufGesTALc6 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-ufGesTALc6 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ufGesTALc6 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-ufGesTALc6 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-ufGesTALc6 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-ufGesTALc6 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-ufGesTALc6 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-ufGesTALc6 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-ufGesTALc6 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-ufGesTALc6 .article-column1 {
    padding-right: 16px;
  }
}
.cid-ufGesTALc6 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-ufGesTALc6 .article-column2 {
    padding-left: 16px;
  }
}
.cid-ufGesTALc6 .mbr-section-subtitle,
.cid-ufGesTALc6 .mbr-iconfont {
  color: #e082c5;
}
.cid-ufGesTALc6 .mbr-section-subtitle {
  color: #000000;
}
.cid-ufGesU4YQO {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufGesU4YQO p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufGesU4YQO .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufGesU4YQO .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufGesU4YQO .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufGesU4YQO .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufGesU4YQO .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufGesU4YQO .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufGesU4YQO .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufGesU4YQO .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufGesU4YQO .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufGesU4YQO .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufGesU4YQO .main-banner:before {
    display: none;
  }
  .cid-ufGesU4YQO .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufGesU4YQO .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufGesU4YQO H6 {
  color: #e43f3f;
}
.cid-ufGesU4YQO H2 {
  color: #000000;
}
.cid-ufGesU4YQO P {
  color: #000000;
}
.cid-ufGesUjcFX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ufGesUjcFX #footer {
  padding: 0 0 25px 0;
}
.cid-ufGesUjcFX #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ufGesUjcFX #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ufGesUjcFX #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ufGesUjcFX #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ufGesUjcFX #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ufGesUjcFX #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ufGesUjcFX #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ufGesUjcFX #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ufGesUjcFX #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ufGesUjcFX #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ufGesUjcFX #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ufGesUjcFX #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ufGesUjcFX #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ufGesUjcFX #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ufGesUjcFX #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ufGesUjcFX #footer .copyright {
  padding-top: 30px;
}
.cid-ufGesUjcFX ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ufGesUjcFX H4 {
  color: #000000;
  text-align: left;
}
.cid-ufGesUjcFX DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ufGesUjcFX P {
  color: #e43f3f;
  text-align: left;
}
.cid-ufGesUjcFX div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ufGesUjcFX .copyright a {
  text-decoration: none !important;
}
.cid-ufGesUjcFX .list,
.cid-ufGesUjcFX .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ufGesUjcFX ul li a {
  text-decoration: none !important;
}
.cid-ufGesUjcFX .list {
  color: #e43f3f;
}
.cid-un1z7DiC4w {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un1z7DiC4w nav.navbar {
  position: fixed;
}
.cid-un1z7DiC4w .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-un1z7DiC4w .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un1z7DiC4w .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un1z7DiC4w .dropdown-item:hover,
.cid-un1z7DiC4w .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un1z7DiC4w .dropdown-item:hover span {
  color: white;
}
.cid-un1z7DiC4w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un1z7DiC4w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un1z7DiC4w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un1z7DiC4w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un1z7DiC4w .nav-link {
  position: relative;
}
.cid-un1z7DiC4w .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un1z7DiC4w .container {
    flex-wrap: nowrap;
  }
}
.cid-un1z7DiC4w .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un1z7DiC4w .dropdown-menu,
.cid-un1z7DiC4w .navbar.opened {
  background: #e43f3f !important;
}
.cid-un1z7DiC4w .nav-item:focus,
.cid-un1z7DiC4w .nav-link:focus {
  outline: none;
}
.cid-un1z7DiC4w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un1z7DiC4w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un1z7DiC4w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un1z7DiC4w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un1z7DiC4w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un1z7DiC4w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un1z7DiC4w .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un1z7DiC4w .navbar.opened {
  transition: all 0.3s;
}
.cid-un1z7DiC4w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un1z7DiC4w .navbar .navbar-logo img {
  width: auto;
}
.cid-un1z7DiC4w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un1z7DiC4w .navbar.collapsed {
  justify-content: center;
}
.cid-un1z7DiC4w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un1z7DiC4w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un1z7DiC4w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un1z7DiC4w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un1z7DiC4w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un1z7DiC4w .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un1z7DiC4w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un1z7DiC4w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un1z7DiC4w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un1z7DiC4w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un1z7DiC4w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un1z7DiC4w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un1z7DiC4w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un1z7DiC4w .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un1z7DiC4w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un1z7DiC4w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un1z7DiC4w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un1z7DiC4w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un1z7DiC4w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un1z7DiC4w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un1z7DiC4w .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un1z7DiC4w .navbar.navbar-short {
  min-height: 60px;
}
.cid-un1z7DiC4w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un1z7DiC4w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un1z7DiC4w .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un1z7DiC4w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un1z7DiC4w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un1z7DiC4w .dropdown-item.active,
.cid-un1z7DiC4w .dropdown-item:active {
  background-color: transparent;
}
.cid-un1z7DiC4w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un1z7DiC4w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un1z7DiC4w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un1z7DiC4w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un1z7DiC4w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un1z7DiC4w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un1z7DiC4w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un1z7DiC4w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un1z7DiC4w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un1z7DiC4w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un1z7DiC4w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un1z7DiC4w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un1z7DiC4w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un1z7DiC4w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un1z7DiC4w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un1z7DiC4w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un1z7DiC4w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un1z7DiC4w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un1z7DiC4w .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un1z7DiC4w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un1z7DiC4w .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-un1z7DiC4w .navbar {
    height: 70px;
  }
  .cid-un1z7DiC4w .navbar.opened {
    height: auto;
  }
  .cid-un1z7DiC4w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un1z7BxpC3 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un1z7BxpC3 .row {
  flex-direction: row-reverse;
}
.cid-un1z7BxpC3 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un1z7BxpC3 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un1z7BxpC3 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un1z7BxpC3 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un1z7BxpC3 .main-banner .left-content {
  margin-right: 15px;
}
.cid-un1z7BxpC3 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un1z7BxpC3 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un1z7BxpC3 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un1z7BxpC3 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un1z7BxpC3 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un1z7BxpC3 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un1z7BxpC3 .main-banner:before {
    display: none;
  }
  .cid-un1z7BxpC3 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un1z7BxpC3 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un1z7BxpC3 H6 {
  color: #e43f3f;
}
.cid-un1z7BxpC3 H2 {
  color: #000000;
}
.cid-un1z7BY5qY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un1z7BY5qY .mbr-section-title {
  color: #000000;
}
.cid-un1z7CfuwY {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un1z7CfuwY .container {
  padding: 0 5%;
}
.cid-un1z7CfuwY #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un1z7CfuwY #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un1z7CfuwY #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un1z7CfuwY #expand-button:hover {
  background-color: #7787a5;
}
.cid-un1z7CfuwY .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un1z7CfuwY .item:focus,
.cid-un1z7CfuwY span:focus {
  outline: none;
}
.cid-un1z7CfuwY .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un1z7CfuwY .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un1z7CfuwY .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un1z7CfuwY .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un1z7CfuwY .item {
    padding: 1.5rem;
  }
}
.cid-un1z7CfuwY .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un1z7CfuwY .item .item-icon {
    margin-top: 0;
  }
}
.cid-un1z7CfuwY .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un1z7CfuwY .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un1z7CfuwY .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un1z7CfuwY .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un1z7CfuwY .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un1z7CfuwY .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un1z7CfuwY .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un1z7CfuwY .item-content {
    margin-left: 0;
  }
}
.cid-un1z7CfuwY .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un1z7CfuwY .item-title {
  color: #ffffff;
}
.cid-un1z7CfuwY .mbr-text,
.cid-un1z7CfuwY .item-icon {
  color: #ffffff;
}
.cid-un1z7CfuwY .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un1z7CfuwY .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un1z7CfuwY .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un1z7CfuwY .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un1z7CfuwY .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un1z7CfuwY .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un1z7CfuwY .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un1z7CfuwY .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un1z7CfuwY .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un1z7CfuwY .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un1z7CfuwY .article-column1 {
    padding-right: 16px;
  }
}
.cid-un1z7CfuwY .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un1z7CfuwY .article-column2 {
    padding-left: 16px;
  }
}
.cid-un1z7CfuwY .mbr-section-subtitle,
.cid-un1z7CfuwY .mbr-iconfont {
  color: #e082c5;
}
.cid-un1z7CfuwY .mbr-section-subtitle {
  color: #000000;
}
.cid-un1z7CLxRD {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un1z7CLxRD p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un1z7CLxRD .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un1z7CLxRD .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un1z7CLxRD .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un1z7CLxRD .main-banner .left-content {
  margin-right: 15px;
}
.cid-un1z7CLxRD .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un1z7CLxRD .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un1z7CLxRD .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un1z7CLxRD .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un1z7CLxRD .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un1z7CLxRD .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un1z7CLxRD .main-banner:before {
    display: none;
  }
  .cid-un1z7CLxRD .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un1z7CLxRD .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un1z7CLxRD H6 {
  color: #e43f3f;
}
.cid-un1z7CLxRD H2 {
  color: #000000;
}
.cid-un1z7CLxRD P {
  color: #000000;
}
.cid-un1z7CZkEZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un1z7CZkEZ #footer {
  padding: 0 0 25px 0;
}
.cid-un1z7CZkEZ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un1z7CZkEZ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un1z7CZkEZ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un1z7CZkEZ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un1z7CZkEZ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un1z7CZkEZ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un1z7CZkEZ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un1z7CZkEZ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un1z7CZkEZ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un1z7CZkEZ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un1z7CZkEZ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un1z7CZkEZ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un1z7CZkEZ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un1z7CZkEZ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un1z7CZkEZ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un1z7CZkEZ #footer .copyright {
  padding-top: 30px;
}
.cid-un1z7CZkEZ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un1z7CZkEZ H4 {
  color: #000000;
  text-align: left;
}
.cid-un1z7CZkEZ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un1z7CZkEZ P {
  color: #e43f3f;
  text-align: left;
}
.cid-un1z7CZkEZ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un1z7CZkEZ .copyright a {
  text-decoration: none !important;
}
.cid-un1z7CZkEZ .list,
.cid-un1z7CZkEZ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un1z7CZkEZ ul li a {
  text-decoration: none !important;
}
.cid-un1z7CZkEZ .list {
  color: #e43f3f;
}
.cid-un1zBrrzIf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un1zBrrzIf nav.navbar {
  position: fixed;
}
.cid-un1zBrrzIf .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-un1zBrrzIf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un1zBrrzIf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un1zBrrzIf .dropdown-item:hover,
.cid-un1zBrrzIf .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un1zBrrzIf .dropdown-item:hover span {
  color: white;
}
.cid-un1zBrrzIf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un1zBrrzIf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un1zBrrzIf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un1zBrrzIf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un1zBrrzIf .nav-link {
  position: relative;
}
.cid-un1zBrrzIf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un1zBrrzIf .container {
    flex-wrap: nowrap;
  }
}
.cid-un1zBrrzIf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un1zBrrzIf .dropdown-menu,
.cid-un1zBrrzIf .navbar.opened {
  background: #e43f3f !important;
}
.cid-un1zBrrzIf .nav-item:focus,
.cid-un1zBrrzIf .nav-link:focus {
  outline: none;
}
.cid-un1zBrrzIf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un1zBrrzIf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un1zBrrzIf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un1zBrrzIf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un1zBrrzIf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un1zBrrzIf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un1zBrrzIf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un1zBrrzIf .navbar.opened {
  transition: all 0.3s;
}
.cid-un1zBrrzIf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un1zBrrzIf .navbar .navbar-logo img {
  width: auto;
}
.cid-un1zBrrzIf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un1zBrrzIf .navbar.collapsed {
  justify-content: center;
}
.cid-un1zBrrzIf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un1zBrrzIf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un1zBrrzIf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un1zBrrzIf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un1zBrrzIf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un1zBrrzIf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un1zBrrzIf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un1zBrrzIf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un1zBrrzIf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un1zBrrzIf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un1zBrrzIf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un1zBrrzIf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un1zBrrzIf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un1zBrrzIf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un1zBrrzIf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un1zBrrzIf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un1zBrrzIf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un1zBrrzIf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un1zBrrzIf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un1zBrrzIf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un1zBrrzIf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un1zBrrzIf .navbar.navbar-short {
  min-height: 60px;
}
.cid-un1zBrrzIf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un1zBrrzIf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un1zBrrzIf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un1zBrrzIf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un1zBrrzIf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un1zBrrzIf .dropdown-item.active,
.cid-un1zBrrzIf .dropdown-item:active {
  background-color: transparent;
}
.cid-un1zBrrzIf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un1zBrrzIf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un1zBrrzIf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un1zBrrzIf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un1zBrrzIf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un1zBrrzIf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un1zBrrzIf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un1zBrrzIf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un1zBrrzIf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un1zBrrzIf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un1zBrrzIf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un1zBrrzIf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un1zBrrzIf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un1zBrrzIf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un1zBrrzIf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un1zBrrzIf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un1zBrrzIf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un1zBrrzIf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un1zBrrzIf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un1zBrrzIf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un1zBrrzIf .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-un1zBrrzIf .navbar {
    height: 70px;
  }
  .cid-un1zBrrzIf .navbar.opened {
    height: auto;
  }
  .cid-un1zBrrzIf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un1zBpO6I4 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un1zBpO6I4 .row {
  flex-direction: row-reverse;
}
.cid-un1zBpO6I4 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un1zBpO6I4 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un1zBpO6I4 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un1zBpO6I4 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un1zBpO6I4 .main-banner .left-content {
  margin-right: 15px;
}
.cid-un1zBpO6I4 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un1zBpO6I4 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un1zBpO6I4 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un1zBpO6I4 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un1zBpO6I4 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un1zBpO6I4 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un1zBpO6I4 .main-banner:before {
    display: none;
  }
  .cid-un1zBpO6I4 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un1zBpO6I4 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un1zBpO6I4 H6 {
  color: #e43f3f;
}
.cid-un1zBpO6I4 H2 {
  color: #000000;
}
.cid-un1zBqfK87 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un1zBqfK87 .mbr-section-title {
  color: #000000;
}
.cid-un1zBqsob2 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un1zBqsob2 .container {
  padding: 0 5%;
}
.cid-un1zBqsob2 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un1zBqsob2 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un1zBqsob2 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un1zBqsob2 #expand-button:hover {
  background-color: #7787a5;
}
.cid-un1zBqsob2 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un1zBqsob2 .item:focus,
.cid-un1zBqsob2 span:focus {
  outline: none;
}
.cid-un1zBqsob2 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un1zBqsob2 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un1zBqsob2 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un1zBqsob2 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un1zBqsob2 .item {
    padding: 1.5rem;
  }
}
.cid-un1zBqsob2 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un1zBqsob2 .item .item-icon {
    margin-top: 0;
  }
}
.cid-un1zBqsob2 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un1zBqsob2 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un1zBqsob2 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un1zBqsob2 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un1zBqsob2 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un1zBqsob2 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un1zBqsob2 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un1zBqsob2 .item-content {
    margin-left: 0;
  }
}
.cid-un1zBqsob2 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un1zBqsob2 .item-title {
  color: #ffffff;
}
.cid-un1zBqsob2 .mbr-text,
.cid-un1zBqsob2 .item-icon {
  color: #ffffff;
}
.cid-un1zBqsob2 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un1zBqsob2 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un1zBqsob2 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un1zBqsob2 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un1zBqsob2 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un1zBqsob2 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un1zBqsob2 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un1zBqsob2 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un1zBqsob2 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un1zBqsob2 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un1zBqsob2 .article-column1 {
    padding-right: 16px;
  }
}
.cid-un1zBqsob2 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un1zBqsob2 .article-column2 {
    padding-left: 16px;
  }
}
.cid-un1zBqsob2 .mbr-section-subtitle,
.cid-un1zBqsob2 .mbr-iconfont {
  color: #e082c5;
}
.cid-un1zBqsob2 .mbr-section-subtitle {
  color: #000000;
}
.cid-un1zBqUzUu {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un1zBqUzUu p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un1zBqUzUu .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un1zBqUzUu .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un1zBqUzUu .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un1zBqUzUu .main-banner .left-content {
  margin-right: 15px;
}
.cid-un1zBqUzUu .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un1zBqUzUu .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un1zBqUzUu .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un1zBqUzUu .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un1zBqUzUu .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un1zBqUzUu .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un1zBqUzUu .main-banner:before {
    display: none;
  }
  .cid-un1zBqUzUu .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un1zBqUzUu .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un1zBqUzUu H6 {
  color: #e43f3f;
}
.cid-un1zBqUzUu H2 {
  color: #000000;
}
.cid-un1zBqUzUu P {
  color: #000000;
}
.cid-un1zBr7WeN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un1zBr7WeN #footer {
  padding: 0 0 25px 0;
}
.cid-un1zBr7WeN #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un1zBr7WeN #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un1zBr7WeN #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un1zBr7WeN #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un1zBr7WeN #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un1zBr7WeN #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un1zBr7WeN #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un1zBr7WeN #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un1zBr7WeN #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un1zBr7WeN #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un1zBr7WeN #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un1zBr7WeN #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un1zBr7WeN #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un1zBr7WeN #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un1zBr7WeN #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un1zBr7WeN #footer .copyright {
  padding-top: 30px;
}
.cid-un1zBr7WeN ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un1zBr7WeN H4 {
  color: #000000;
  text-align: left;
}
.cid-un1zBr7WeN DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un1zBr7WeN P {
  color: #e43f3f;
  text-align: left;
}
.cid-un1zBr7WeN div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un1zBr7WeN .copyright a {
  text-decoration: none !important;
}
.cid-un1zBr7WeN .list,
.cid-un1zBr7WeN .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un1zBr7WeN ul li a {
  text-decoration: none !important;
}
.cid-un1zBr7WeN .list {
  color: #e43f3f;
}
.cid-un1A3fsqHo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un1A3fsqHo nav.navbar {
  position: fixed;
}
.cid-un1A3fsqHo .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-un1A3fsqHo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un1A3fsqHo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un1A3fsqHo .dropdown-item:hover,
.cid-un1A3fsqHo .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un1A3fsqHo .dropdown-item:hover span {
  color: white;
}
.cid-un1A3fsqHo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un1A3fsqHo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un1A3fsqHo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un1A3fsqHo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un1A3fsqHo .nav-link {
  position: relative;
}
.cid-un1A3fsqHo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un1A3fsqHo .container {
    flex-wrap: nowrap;
  }
}
.cid-un1A3fsqHo .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un1A3fsqHo .dropdown-menu,
.cid-un1A3fsqHo .navbar.opened {
  background: #e43f3f !important;
}
.cid-un1A3fsqHo .nav-item:focus,
.cid-un1A3fsqHo .nav-link:focus {
  outline: none;
}
.cid-un1A3fsqHo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un1A3fsqHo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un1A3fsqHo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un1A3fsqHo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un1A3fsqHo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un1A3fsqHo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un1A3fsqHo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un1A3fsqHo .navbar.opened {
  transition: all 0.3s;
}
.cid-un1A3fsqHo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un1A3fsqHo .navbar .navbar-logo img {
  width: auto;
}
.cid-un1A3fsqHo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un1A3fsqHo .navbar.collapsed {
  justify-content: center;
}
.cid-un1A3fsqHo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un1A3fsqHo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un1A3fsqHo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un1A3fsqHo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un1A3fsqHo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un1A3fsqHo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un1A3fsqHo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un1A3fsqHo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un1A3fsqHo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un1A3fsqHo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un1A3fsqHo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un1A3fsqHo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un1A3fsqHo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un1A3fsqHo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un1A3fsqHo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un1A3fsqHo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un1A3fsqHo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un1A3fsqHo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un1A3fsqHo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un1A3fsqHo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un1A3fsqHo .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un1A3fsqHo .navbar.navbar-short {
  min-height: 60px;
}
.cid-un1A3fsqHo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un1A3fsqHo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un1A3fsqHo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un1A3fsqHo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un1A3fsqHo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un1A3fsqHo .dropdown-item.active,
.cid-un1A3fsqHo .dropdown-item:active {
  background-color: transparent;
}
.cid-un1A3fsqHo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un1A3fsqHo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un1A3fsqHo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un1A3fsqHo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un1A3fsqHo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un1A3fsqHo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un1A3fsqHo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un1A3fsqHo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un1A3fsqHo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un1A3fsqHo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un1A3fsqHo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un1A3fsqHo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un1A3fsqHo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un1A3fsqHo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un1A3fsqHo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un1A3fsqHo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un1A3fsqHo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un1A3fsqHo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un1A3fsqHo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un1A3fsqHo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un1A3fsqHo .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-un1A3fsqHo .navbar {
    height: 70px;
  }
  .cid-un1A3fsqHo .navbar.opened {
    height: auto;
  }
  .cid-un1A3fsqHo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un1A3dIDoW {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un1A3dIDoW .row {
  flex-direction: row-reverse;
}
.cid-un1A3dIDoW p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un1A3dIDoW .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un1A3dIDoW .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un1A3dIDoW .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un1A3dIDoW .main-banner .left-content {
  margin-right: 15px;
}
.cid-un1A3dIDoW .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un1A3dIDoW .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un1A3dIDoW .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un1A3dIDoW .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un1A3dIDoW .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un1A3dIDoW .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un1A3dIDoW .main-banner:before {
    display: none;
  }
  .cid-un1A3dIDoW .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un1A3dIDoW .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un1A3dIDoW H6 {
  color: #e43f3f;
}
.cid-un1A3dIDoW H2 {
  color: #000000;
}
.cid-un1A3e97MH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un1A3e97MH .mbr-section-title {
  color: #000000;
}
.cid-un1A3erIdB {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un1A3erIdB .container {
  padding: 0 5%;
}
.cid-un1A3erIdB #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un1A3erIdB #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un1A3erIdB #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un1A3erIdB #expand-button:hover {
  background-color: #7787a5;
}
.cid-un1A3erIdB .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un1A3erIdB .item:focus,
.cid-un1A3erIdB span:focus {
  outline: none;
}
.cid-un1A3erIdB .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un1A3erIdB .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un1A3erIdB .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un1A3erIdB .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un1A3erIdB .item {
    padding: 1.5rem;
  }
}
.cid-un1A3erIdB .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un1A3erIdB .item .item-icon {
    margin-top: 0;
  }
}
.cid-un1A3erIdB .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un1A3erIdB .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un1A3erIdB .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un1A3erIdB .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un1A3erIdB .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un1A3erIdB .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un1A3erIdB .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un1A3erIdB .item-content {
    margin-left: 0;
  }
}
.cid-un1A3erIdB .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un1A3erIdB .item-title {
  color: #ffffff;
}
.cid-un1A3erIdB .mbr-text,
.cid-un1A3erIdB .item-icon {
  color: #ffffff;
}
.cid-un1A3erIdB .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un1A3erIdB .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un1A3erIdB .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un1A3erIdB .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un1A3erIdB .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un1A3erIdB .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un1A3erIdB .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un1A3erIdB .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un1A3erIdB .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un1A3erIdB .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un1A3erIdB .article-column1 {
    padding-right: 16px;
  }
}
.cid-un1A3erIdB .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un1A3erIdB .article-column2 {
    padding-left: 16px;
  }
}
.cid-un1A3erIdB .mbr-section-subtitle,
.cid-un1A3erIdB .mbr-iconfont {
  color: #e082c5;
}
.cid-un1A3erIdB .mbr-section-subtitle {
  color: #000000;
}
.cid-un1A3eTevH {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un1A3eTevH p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un1A3eTevH .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un1A3eTevH .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un1A3eTevH .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un1A3eTevH .main-banner .left-content {
  margin-right: 15px;
}
.cid-un1A3eTevH .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un1A3eTevH .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un1A3eTevH .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un1A3eTevH .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un1A3eTevH .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un1A3eTevH .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un1A3eTevH .main-banner:before {
    display: none;
  }
  .cid-un1A3eTevH .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un1A3eTevH .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un1A3eTevH H6 {
  color: #e43f3f;
}
.cid-un1A3eTevH H2 {
  color: #000000;
}
.cid-un1A3eTevH P {
  color: #000000;
}
.cid-un1A3fa5DA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un1A3fa5DA #footer {
  padding: 0 0 25px 0;
}
.cid-un1A3fa5DA #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un1A3fa5DA #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un1A3fa5DA #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un1A3fa5DA #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un1A3fa5DA #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un1A3fa5DA #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un1A3fa5DA #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un1A3fa5DA #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un1A3fa5DA #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un1A3fa5DA #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un1A3fa5DA #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un1A3fa5DA #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un1A3fa5DA #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un1A3fa5DA #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un1A3fa5DA #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un1A3fa5DA #footer .copyright {
  padding-top: 30px;
}
.cid-un1A3fa5DA ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un1A3fa5DA H4 {
  color: #000000;
  text-align: left;
}
.cid-un1A3fa5DA DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un1A3fa5DA P {
  color: #e43f3f;
  text-align: left;
}
.cid-un1A3fa5DA div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un1A3fa5DA .copyright a {
  text-decoration: none !important;
}
.cid-un1A3fa5DA .list,
.cid-un1A3fa5DA .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un1A3fa5DA ul li a {
  text-decoration: none !important;
}
.cid-un1A3fa5DA .list {
  color: #e43f3f;
}
.cid-un1Au9ySXg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un1Au9ySXg nav.navbar {
  position: fixed;
}
.cid-un1Au9ySXg .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-un1Au9ySXg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un1Au9ySXg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un1Au9ySXg .dropdown-item:hover,
.cid-un1Au9ySXg .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un1Au9ySXg .dropdown-item:hover span {
  color: white;
}
.cid-un1Au9ySXg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un1Au9ySXg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un1Au9ySXg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un1Au9ySXg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un1Au9ySXg .nav-link {
  position: relative;
}
.cid-un1Au9ySXg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un1Au9ySXg .container {
    flex-wrap: nowrap;
  }
}
.cid-un1Au9ySXg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un1Au9ySXg .dropdown-menu,
.cid-un1Au9ySXg .navbar.opened {
  background: #e43f3f !important;
}
.cid-un1Au9ySXg .nav-item:focus,
.cid-un1Au9ySXg .nav-link:focus {
  outline: none;
}
.cid-un1Au9ySXg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un1Au9ySXg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un1Au9ySXg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un1Au9ySXg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un1Au9ySXg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un1Au9ySXg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un1Au9ySXg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un1Au9ySXg .navbar.opened {
  transition: all 0.3s;
}
.cid-un1Au9ySXg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un1Au9ySXg .navbar .navbar-logo img {
  width: auto;
}
.cid-un1Au9ySXg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un1Au9ySXg .navbar.collapsed {
  justify-content: center;
}
.cid-un1Au9ySXg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un1Au9ySXg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un1Au9ySXg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un1Au9ySXg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un1Au9ySXg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un1Au9ySXg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un1Au9ySXg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un1Au9ySXg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un1Au9ySXg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un1Au9ySXg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un1Au9ySXg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un1Au9ySXg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un1Au9ySXg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un1Au9ySXg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un1Au9ySXg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un1Au9ySXg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un1Au9ySXg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un1Au9ySXg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un1Au9ySXg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un1Au9ySXg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un1Au9ySXg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un1Au9ySXg .navbar.navbar-short {
  min-height: 60px;
}
.cid-un1Au9ySXg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un1Au9ySXg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un1Au9ySXg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un1Au9ySXg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un1Au9ySXg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un1Au9ySXg .dropdown-item.active,
.cid-un1Au9ySXg .dropdown-item:active {
  background-color: transparent;
}
.cid-un1Au9ySXg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un1Au9ySXg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un1Au9ySXg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un1Au9ySXg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un1Au9ySXg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un1Au9ySXg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un1Au9ySXg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un1Au9ySXg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un1Au9ySXg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un1Au9ySXg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un1Au9ySXg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un1Au9ySXg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un1Au9ySXg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un1Au9ySXg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un1Au9ySXg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un1Au9ySXg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un1Au9ySXg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un1Au9ySXg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un1Au9ySXg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un1Au9ySXg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un1Au9ySXg .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-un1Au9ySXg .navbar {
    height: 70px;
  }
  .cid-un1Au9ySXg .navbar.opened {
    height: auto;
  }
  .cid-un1Au9ySXg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un1Au7Ke3D {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un1Au7Ke3D .row {
  flex-direction: row-reverse;
}
.cid-un1Au7Ke3D p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un1Au7Ke3D .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un1Au7Ke3D .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un1Au7Ke3D .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un1Au7Ke3D .main-banner .left-content {
  margin-right: 15px;
}
.cid-un1Au7Ke3D .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un1Au7Ke3D .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un1Au7Ke3D .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un1Au7Ke3D .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un1Au7Ke3D .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un1Au7Ke3D .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un1Au7Ke3D .main-banner:before {
    display: none;
  }
  .cid-un1Au7Ke3D .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un1Au7Ke3D .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un1Au7Ke3D H6 {
  color: #e43f3f;
}
.cid-un1Au7Ke3D H2 {
  color: #000000;
}
.cid-un1Au89ZZ6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un1Au89ZZ6 .mbr-section-title {
  color: #000000;
}
.cid-un1Au8pDQs {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un1Au8pDQs .container {
  padding: 0 5%;
}
.cid-un1Au8pDQs #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un1Au8pDQs #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un1Au8pDQs #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un1Au8pDQs #expand-button:hover {
  background-color: #7787a5;
}
.cid-un1Au8pDQs .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un1Au8pDQs .item:focus,
.cid-un1Au8pDQs span:focus {
  outline: none;
}
.cid-un1Au8pDQs .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un1Au8pDQs .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un1Au8pDQs .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un1Au8pDQs .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un1Au8pDQs .item {
    padding: 1.5rem;
  }
}
.cid-un1Au8pDQs .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un1Au8pDQs .item .item-icon {
    margin-top: 0;
  }
}
.cid-un1Au8pDQs .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un1Au8pDQs .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un1Au8pDQs .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un1Au8pDQs .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un1Au8pDQs .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un1Au8pDQs .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un1Au8pDQs .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un1Au8pDQs .item-content {
    margin-left: 0;
  }
}
.cid-un1Au8pDQs .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un1Au8pDQs .item-title {
  color: #ffffff;
}
.cid-un1Au8pDQs .mbr-text,
.cid-un1Au8pDQs .item-icon {
  color: #ffffff;
}
.cid-un1Au8pDQs .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un1Au8pDQs .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un1Au8pDQs .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un1Au8pDQs .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un1Au8pDQs .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un1Au8pDQs .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un1Au8pDQs .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un1Au8pDQs .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un1Au8pDQs .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un1Au8pDQs .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un1Au8pDQs .article-column1 {
    padding-right: 16px;
  }
}
.cid-un1Au8pDQs .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un1Au8pDQs .article-column2 {
    padding-left: 16px;
  }
}
.cid-un1Au8pDQs .mbr-section-subtitle,
.cid-un1Au8pDQs .mbr-iconfont {
  color: #e082c5;
}
.cid-un1Au8pDQs .mbr-section-subtitle {
  color: #000000;
}
.cid-un1Au8UFZ9 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un1Au8UFZ9 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un1Au8UFZ9 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un1Au8UFZ9 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un1Au8UFZ9 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un1Au8UFZ9 .main-banner .left-content {
  margin-right: 15px;
}
.cid-un1Au8UFZ9 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un1Au8UFZ9 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un1Au8UFZ9 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un1Au8UFZ9 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un1Au8UFZ9 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un1Au8UFZ9 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un1Au8UFZ9 .main-banner:before {
    display: none;
  }
  .cid-un1Au8UFZ9 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un1Au8UFZ9 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un1Au8UFZ9 H6 {
  color: #e43f3f;
}
.cid-un1Au8UFZ9 H2 {
  color: #000000;
}
.cid-un1Au8UFZ9 P {
  color: #000000;
}
.cid-un1Au9atan {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un1Au9atan #footer {
  padding: 0 0 25px 0;
}
.cid-un1Au9atan #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un1Au9atan #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un1Au9atan #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un1Au9atan #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un1Au9atan #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un1Au9atan #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un1Au9atan #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un1Au9atan #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un1Au9atan #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un1Au9atan #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un1Au9atan #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un1Au9atan #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un1Au9atan #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un1Au9atan #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un1Au9atan #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un1Au9atan #footer .copyright {
  padding-top: 30px;
}
.cid-un1Au9atan ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un1Au9atan H4 {
  color: #000000;
  text-align: left;
}
.cid-un1Au9atan DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un1Au9atan P {
  color: #e43f3f;
  text-align: left;
}
.cid-un1Au9atan div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un1Au9atan .copyright a {
  text-decoration: none !important;
}
.cid-un1Au9atan .list,
.cid-un1Au9atan .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un1Au9atan ul li a {
  text-decoration: none !important;
}
.cid-un1Au9atan .list {
  color: #e43f3f;
}
.cid-un1AN1hYG9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un1AN1hYG9 nav.navbar {
  position: fixed;
}
.cid-un1AN1hYG9 .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-un1AN1hYG9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un1AN1hYG9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un1AN1hYG9 .dropdown-item:hover,
.cid-un1AN1hYG9 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un1AN1hYG9 .dropdown-item:hover span {
  color: white;
}
.cid-un1AN1hYG9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un1AN1hYG9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un1AN1hYG9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un1AN1hYG9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un1AN1hYG9 .nav-link {
  position: relative;
}
.cid-un1AN1hYG9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un1AN1hYG9 .container {
    flex-wrap: nowrap;
  }
}
.cid-un1AN1hYG9 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un1AN1hYG9 .dropdown-menu,
.cid-un1AN1hYG9 .navbar.opened {
  background: #e43f3f !important;
}
.cid-un1AN1hYG9 .nav-item:focus,
.cid-un1AN1hYG9 .nav-link:focus {
  outline: none;
}
.cid-un1AN1hYG9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un1AN1hYG9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un1AN1hYG9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un1AN1hYG9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un1AN1hYG9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un1AN1hYG9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un1AN1hYG9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un1AN1hYG9 .navbar.opened {
  transition: all 0.3s;
}
.cid-un1AN1hYG9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un1AN1hYG9 .navbar .navbar-logo img {
  width: auto;
}
.cid-un1AN1hYG9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un1AN1hYG9 .navbar.collapsed {
  justify-content: center;
}
.cid-un1AN1hYG9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un1AN1hYG9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un1AN1hYG9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un1AN1hYG9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un1AN1hYG9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un1AN1hYG9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un1AN1hYG9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un1AN1hYG9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un1AN1hYG9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un1AN1hYG9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un1AN1hYG9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un1AN1hYG9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un1AN1hYG9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un1AN1hYG9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un1AN1hYG9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un1AN1hYG9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un1AN1hYG9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un1AN1hYG9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un1AN1hYG9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un1AN1hYG9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un1AN1hYG9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un1AN1hYG9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-un1AN1hYG9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un1AN1hYG9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un1AN1hYG9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un1AN1hYG9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un1AN1hYG9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un1AN1hYG9 .dropdown-item.active,
.cid-un1AN1hYG9 .dropdown-item:active {
  background-color: transparent;
}
.cid-un1AN1hYG9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un1AN1hYG9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un1AN1hYG9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un1AN1hYG9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un1AN1hYG9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un1AN1hYG9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un1AN1hYG9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un1AN1hYG9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un1AN1hYG9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un1AN1hYG9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un1AN1hYG9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un1AN1hYG9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un1AN1hYG9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un1AN1hYG9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un1AN1hYG9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un1AN1hYG9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un1AN1hYG9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un1AN1hYG9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un1AN1hYG9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un1AN1hYG9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un1AN1hYG9 .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-un1AN1hYG9 .navbar {
    height: 70px;
  }
  .cid-un1AN1hYG9 .navbar.opened {
    height: auto;
  }
  .cid-un1AN1hYG9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un1AMZrTos {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un1AMZrTos .row {
  flex-direction: row-reverse;
}
.cid-un1AMZrTos p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un1AMZrTos .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un1AMZrTos .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un1AMZrTos .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un1AMZrTos .main-banner .left-content {
  margin-right: 15px;
}
.cid-un1AMZrTos .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un1AMZrTos .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un1AMZrTos .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un1AMZrTos .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un1AMZrTos .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un1AMZrTos .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un1AMZrTos .main-banner:before {
    display: none;
  }
  .cid-un1AMZrTos .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un1AMZrTos .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un1AMZrTos H6 {
  color: #e43f3f;
}
.cid-un1AMZrTos H2 {
  color: #000000;
}
.cid-un1AMZSuBK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un1AMZSuBK .mbr-section-title {
  color: #000000;
}
.cid-un1AN0bumq {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un1AN0bumq .container {
  padding: 0 5%;
}
.cid-un1AN0bumq #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un1AN0bumq #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un1AN0bumq #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un1AN0bumq #expand-button:hover {
  background-color: #7787a5;
}
.cid-un1AN0bumq .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un1AN0bumq .item:focus,
.cid-un1AN0bumq span:focus {
  outline: none;
}
.cid-un1AN0bumq .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un1AN0bumq .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un1AN0bumq .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un1AN0bumq .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un1AN0bumq .item {
    padding: 1.5rem;
  }
}
.cid-un1AN0bumq .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un1AN0bumq .item .item-icon {
    margin-top: 0;
  }
}
.cid-un1AN0bumq .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un1AN0bumq .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un1AN0bumq .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un1AN0bumq .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un1AN0bumq .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un1AN0bumq .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un1AN0bumq .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un1AN0bumq .item-content {
    margin-left: 0;
  }
}
.cid-un1AN0bumq .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un1AN0bumq .item-title {
  color: #ffffff;
}
.cid-un1AN0bumq .mbr-text,
.cid-un1AN0bumq .item-icon {
  color: #ffffff;
}
.cid-un1AN0bumq .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un1AN0bumq .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un1AN0bumq .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un1AN0bumq .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un1AN0bumq .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un1AN0bumq .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un1AN0bumq .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un1AN0bumq .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un1AN0bumq .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un1AN0bumq .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un1AN0bumq .article-column1 {
    padding-right: 16px;
  }
}
.cid-un1AN0bumq .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un1AN0bumq .article-column2 {
    padding-left: 16px;
  }
}
.cid-un1AN0bumq .mbr-section-subtitle,
.cid-un1AN0bumq .mbr-iconfont {
  color: #e082c5;
}
.cid-un1AN0bumq .mbr-section-subtitle {
  color: #000000;
}
.cid-un1AN0GHBs {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un1AN0GHBs p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un1AN0GHBs .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un1AN0GHBs .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un1AN0GHBs .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un1AN0GHBs .main-banner .left-content {
  margin-right: 15px;
}
.cid-un1AN0GHBs .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un1AN0GHBs .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un1AN0GHBs .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un1AN0GHBs .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un1AN0GHBs .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un1AN0GHBs .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un1AN0GHBs .main-banner:before {
    display: none;
  }
  .cid-un1AN0GHBs .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un1AN0GHBs .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un1AN0GHBs H6 {
  color: #e43f3f;
}
.cid-un1AN0GHBs H2 {
  color: #000000;
}
.cid-un1AN0GHBs P {
  color: #000000;
}
.cid-un1AN0WyC1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un1AN0WyC1 #footer {
  padding: 0 0 25px 0;
}
.cid-un1AN0WyC1 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un1AN0WyC1 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un1AN0WyC1 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un1AN0WyC1 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un1AN0WyC1 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un1AN0WyC1 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un1AN0WyC1 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un1AN0WyC1 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un1AN0WyC1 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un1AN0WyC1 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un1AN0WyC1 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un1AN0WyC1 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un1AN0WyC1 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un1AN0WyC1 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un1AN0WyC1 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un1AN0WyC1 #footer .copyright {
  padding-top: 30px;
}
.cid-un1AN0WyC1 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un1AN0WyC1 H4 {
  color: #000000;
  text-align: left;
}
.cid-un1AN0WyC1 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un1AN0WyC1 P {
  color: #e43f3f;
  text-align: left;
}
.cid-un1AN0WyC1 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un1AN0WyC1 .copyright a {
  text-decoration: none !important;
}
.cid-un1AN0WyC1 .list,
.cid-un1AN0WyC1 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un1AN0WyC1 ul li a {
  text-decoration: none !important;
}
.cid-un1AN0WyC1 .list {
  color: #e43f3f;
}
.cid-un1B1deA0F {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un1B1deA0F nav.navbar {
  position: fixed;
}
.cid-un1B1deA0F .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-un1B1deA0F .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un1B1deA0F .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un1B1deA0F .dropdown-item:hover,
.cid-un1B1deA0F .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un1B1deA0F .dropdown-item:hover span {
  color: white;
}
.cid-un1B1deA0F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un1B1deA0F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un1B1deA0F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un1B1deA0F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un1B1deA0F .nav-link {
  position: relative;
}
.cid-un1B1deA0F .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un1B1deA0F .container {
    flex-wrap: nowrap;
  }
}
.cid-un1B1deA0F .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un1B1deA0F .dropdown-menu,
.cid-un1B1deA0F .navbar.opened {
  background: #e43f3f !important;
}
.cid-un1B1deA0F .nav-item:focus,
.cid-un1B1deA0F .nav-link:focus {
  outline: none;
}
.cid-un1B1deA0F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un1B1deA0F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un1B1deA0F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un1B1deA0F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un1B1deA0F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un1B1deA0F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un1B1deA0F .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un1B1deA0F .navbar.opened {
  transition: all 0.3s;
}
.cid-un1B1deA0F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un1B1deA0F .navbar .navbar-logo img {
  width: auto;
}
.cid-un1B1deA0F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un1B1deA0F .navbar.collapsed {
  justify-content: center;
}
.cid-un1B1deA0F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un1B1deA0F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un1B1deA0F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un1B1deA0F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un1B1deA0F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un1B1deA0F .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un1B1deA0F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un1B1deA0F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un1B1deA0F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un1B1deA0F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un1B1deA0F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un1B1deA0F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un1B1deA0F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un1B1deA0F .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un1B1deA0F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un1B1deA0F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un1B1deA0F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un1B1deA0F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un1B1deA0F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un1B1deA0F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un1B1deA0F .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un1B1deA0F .navbar.navbar-short {
  min-height: 60px;
}
.cid-un1B1deA0F .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un1B1deA0F .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un1B1deA0F .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un1B1deA0F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un1B1deA0F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un1B1deA0F .dropdown-item.active,
.cid-un1B1deA0F .dropdown-item:active {
  background-color: transparent;
}
.cid-un1B1deA0F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un1B1deA0F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un1B1deA0F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un1B1deA0F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un1B1deA0F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un1B1deA0F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un1B1deA0F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un1B1deA0F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un1B1deA0F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un1B1deA0F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un1B1deA0F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un1B1deA0F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un1B1deA0F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un1B1deA0F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un1B1deA0F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un1B1deA0F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un1B1deA0F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un1B1deA0F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un1B1deA0F .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un1B1deA0F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un1B1deA0F .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-un1B1deA0F .navbar {
    height: 70px;
  }
  .cid-un1B1deA0F .navbar.opened {
    height: auto;
  }
  .cid-un1B1deA0F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un1B1bx9Y2 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un1B1bx9Y2 .row {
  flex-direction: row-reverse;
}
.cid-un1B1bx9Y2 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un1B1bx9Y2 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un1B1bx9Y2 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un1B1bx9Y2 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un1B1bx9Y2 .main-banner .left-content {
  margin-right: 15px;
}
.cid-un1B1bx9Y2 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un1B1bx9Y2 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un1B1bx9Y2 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un1B1bx9Y2 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un1B1bx9Y2 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un1B1bx9Y2 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un1B1bx9Y2 .main-banner:before {
    display: none;
  }
  .cid-un1B1bx9Y2 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un1B1bx9Y2 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un1B1bx9Y2 H6 {
  color: #e43f3f;
}
.cid-un1B1bx9Y2 H2 {
  color: #000000;
}
.cid-un1B1bUHn7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un1B1bUHn7 .mbr-section-title {
  color: #000000;
}
.cid-un1B1c8Q4f {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un1B1c8Q4f .container {
  padding: 0 5%;
}
.cid-un1B1c8Q4f #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un1B1c8Q4f #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un1B1c8Q4f #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un1B1c8Q4f #expand-button:hover {
  background-color: #7787a5;
}
.cid-un1B1c8Q4f .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un1B1c8Q4f .item:focus,
.cid-un1B1c8Q4f span:focus {
  outline: none;
}
.cid-un1B1c8Q4f .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un1B1c8Q4f .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un1B1c8Q4f .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un1B1c8Q4f .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un1B1c8Q4f .item {
    padding: 1.5rem;
  }
}
.cid-un1B1c8Q4f .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un1B1c8Q4f .item .item-icon {
    margin-top: 0;
  }
}
.cid-un1B1c8Q4f .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un1B1c8Q4f .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un1B1c8Q4f .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un1B1c8Q4f .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un1B1c8Q4f .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un1B1c8Q4f .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un1B1c8Q4f .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un1B1c8Q4f .item-content {
    margin-left: 0;
  }
}
.cid-un1B1c8Q4f .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un1B1c8Q4f .item-title {
  color: #ffffff;
}
.cid-un1B1c8Q4f .mbr-text,
.cid-un1B1c8Q4f .item-icon {
  color: #ffffff;
}
.cid-un1B1c8Q4f .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un1B1c8Q4f .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un1B1c8Q4f .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un1B1c8Q4f .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un1B1c8Q4f .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un1B1c8Q4f .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un1B1c8Q4f .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un1B1c8Q4f .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un1B1c8Q4f .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un1B1c8Q4f .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un1B1c8Q4f .article-column1 {
    padding-right: 16px;
  }
}
.cid-un1B1c8Q4f .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un1B1c8Q4f .article-column2 {
    padding-left: 16px;
  }
}
.cid-un1B1c8Q4f .mbr-section-subtitle,
.cid-un1B1c8Q4f .mbr-iconfont {
  color: #e082c5;
}
.cid-un1B1c8Q4f .mbr-section-subtitle {
  color: #000000;
}
.cid-un1B1cCYlq {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un1B1cCYlq p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un1B1cCYlq .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un1B1cCYlq .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un1B1cCYlq .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un1B1cCYlq .main-banner .left-content {
  margin-right: 15px;
}
.cid-un1B1cCYlq .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un1B1cCYlq .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un1B1cCYlq .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un1B1cCYlq .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un1B1cCYlq .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un1B1cCYlq .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un1B1cCYlq .main-banner:before {
    display: none;
  }
  .cid-un1B1cCYlq .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un1B1cCYlq .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un1B1cCYlq H6 {
  color: #e43f3f;
}
.cid-un1B1cCYlq H2 {
  color: #000000;
}
.cid-un1B1cCYlq P {
  color: #000000;
}
.cid-un1B1cRKro {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un1B1cRKro #footer {
  padding: 0 0 25px 0;
}
.cid-un1B1cRKro #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un1B1cRKro #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un1B1cRKro #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un1B1cRKro #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un1B1cRKro #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un1B1cRKro #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un1B1cRKro #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un1B1cRKro #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un1B1cRKro #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un1B1cRKro #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un1B1cRKro #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un1B1cRKro #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un1B1cRKro #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un1B1cRKro #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un1B1cRKro #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un1B1cRKro #footer .copyright {
  padding-top: 30px;
}
.cid-un1B1cRKro ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un1B1cRKro H4 {
  color: #000000;
  text-align: left;
}
.cid-un1B1cRKro DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un1B1cRKro P {
  color: #e43f3f;
  text-align: left;
}
.cid-un1B1cRKro div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un1B1cRKro .copyright a {
  text-decoration: none !important;
}
.cid-un1B1cRKro .list,
.cid-un1B1cRKro .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un1B1cRKro ul li a {
  text-decoration: none !important;
}
.cid-un1B1cRKro .list {
  color: #e43f3f;
}
.cid-un1BlwNEFk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un1BlwNEFk nav.navbar {
  position: fixed;
}
.cid-un1BlwNEFk .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-un1BlwNEFk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un1BlwNEFk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un1BlwNEFk .dropdown-item:hover,
.cid-un1BlwNEFk .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un1BlwNEFk .dropdown-item:hover span {
  color: white;
}
.cid-un1BlwNEFk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un1BlwNEFk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un1BlwNEFk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un1BlwNEFk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un1BlwNEFk .nav-link {
  position: relative;
}
.cid-un1BlwNEFk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un1BlwNEFk .container {
    flex-wrap: nowrap;
  }
}
.cid-un1BlwNEFk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un1BlwNEFk .dropdown-menu,
.cid-un1BlwNEFk .navbar.opened {
  background: #e43f3f !important;
}
.cid-un1BlwNEFk .nav-item:focus,
.cid-un1BlwNEFk .nav-link:focus {
  outline: none;
}
.cid-un1BlwNEFk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un1BlwNEFk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un1BlwNEFk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un1BlwNEFk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un1BlwNEFk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un1BlwNEFk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un1BlwNEFk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un1BlwNEFk .navbar.opened {
  transition: all 0.3s;
}
.cid-un1BlwNEFk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un1BlwNEFk .navbar .navbar-logo img {
  width: auto;
}
.cid-un1BlwNEFk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un1BlwNEFk .navbar.collapsed {
  justify-content: center;
}
.cid-un1BlwNEFk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un1BlwNEFk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un1BlwNEFk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un1BlwNEFk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un1BlwNEFk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un1BlwNEFk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un1BlwNEFk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un1BlwNEFk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un1BlwNEFk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un1BlwNEFk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un1BlwNEFk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un1BlwNEFk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un1BlwNEFk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un1BlwNEFk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un1BlwNEFk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un1BlwNEFk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un1BlwNEFk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un1BlwNEFk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un1BlwNEFk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un1BlwNEFk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un1BlwNEFk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un1BlwNEFk .navbar.navbar-short {
  min-height: 60px;
}
.cid-un1BlwNEFk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un1BlwNEFk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un1BlwNEFk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un1BlwNEFk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un1BlwNEFk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un1BlwNEFk .dropdown-item.active,
.cid-un1BlwNEFk .dropdown-item:active {
  background-color: transparent;
}
.cid-un1BlwNEFk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un1BlwNEFk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un1BlwNEFk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un1BlwNEFk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un1BlwNEFk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un1BlwNEFk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un1BlwNEFk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un1BlwNEFk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un1BlwNEFk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un1BlwNEFk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un1BlwNEFk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un1BlwNEFk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un1BlwNEFk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un1BlwNEFk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un1BlwNEFk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un1BlwNEFk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un1BlwNEFk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un1BlwNEFk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un1BlwNEFk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un1BlwNEFk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un1BlwNEFk .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-un1BlwNEFk .navbar {
    height: 70px;
  }
  .cid-un1BlwNEFk .navbar.opened {
    height: auto;
  }
  .cid-un1BlwNEFk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un1Blv2yF8 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un1Blv2yF8 .row {
  flex-direction: row-reverse;
}
.cid-un1Blv2yF8 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un1Blv2yF8 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un1Blv2yF8 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un1Blv2yF8 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un1Blv2yF8 .main-banner .left-content {
  margin-right: 15px;
}
.cid-un1Blv2yF8 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un1Blv2yF8 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un1Blv2yF8 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un1Blv2yF8 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un1Blv2yF8 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un1Blv2yF8 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un1Blv2yF8 .main-banner:before {
    display: none;
  }
  .cid-un1Blv2yF8 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un1Blv2yF8 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un1Blv2yF8 H6 {
  color: #e43f3f;
}
.cid-un1Blv2yF8 H2 {
  color: #000000;
}
.cid-un1BlvrcqG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un1BlvrcqG .mbr-section-title {
  color: #000000;
}
.cid-un1BlvJFyN {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un1BlvJFyN .container {
  padding: 0 5%;
}
.cid-un1BlvJFyN #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un1BlvJFyN #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un1BlvJFyN #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un1BlvJFyN #expand-button:hover {
  background-color: #7787a5;
}
.cid-un1BlvJFyN .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un1BlvJFyN .item:focus,
.cid-un1BlvJFyN span:focus {
  outline: none;
}
.cid-un1BlvJFyN .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un1BlvJFyN .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un1BlvJFyN .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un1BlvJFyN .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un1BlvJFyN .item {
    padding: 1.5rem;
  }
}
.cid-un1BlvJFyN .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un1BlvJFyN .item .item-icon {
    margin-top: 0;
  }
}
.cid-un1BlvJFyN .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un1BlvJFyN .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un1BlvJFyN .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un1BlvJFyN .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un1BlvJFyN .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un1BlvJFyN .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un1BlvJFyN .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un1BlvJFyN .item-content {
    margin-left: 0;
  }
}
.cid-un1BlvJFyN .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un1BlvJFyN .item-title {
  color: #ffffff;
}
.cid-un1BlvJFyN .mbr-text,
.cid-un1BlvJFyN .item-icon {
  color: #ffffff;
}
.cid-un1BlvJFyN .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un1BlvJFyN .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un1BlvJFyN .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un1BlvJFyN .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un1BlvJFyN .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un1BlvJFyN .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un1BlvJFyN .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un1BlvJFyN .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un1BlvJFyN .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un1BlvJFyN .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un1BlvJFyN .article-column1 {
    padding-right: 16px;
  }
}
.cid-un1BlvJFyN .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un1BlvJFyN .article-column2 {
    padding-left: 16px;
  }
}
.cid-un1BlvJFyN .mbr-section-subtitle,
.cid-un1BlvJFyN .mbr-iconfont {
  color: #e082c5;
}
.cid-un1BlvJFyN .mbr-section-subtitle {
  color: #000000;
}
.cid-un1BlwfRWP {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un1BlwfRWP p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un1BlwfRWP .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un1BlwfRWP .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un1BlwfRWP .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un1BlwfRWP .main-banner .left-content {
  margin-right: 15px;
}
.cid-un1BlwfRWP .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un1BlwfRWP .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un1BlwfRWP .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un1BlwfRWP .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un1BlwfRWP .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un1BlwfRWP .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un1BlwfRWP .main-banner:before {
    display: none;
  }
  .cid-un1BlwfRWP .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un1BlwfRWP .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un1BlwfRWP H6 {
  color: #e43f3f;
}
.cid-un1BlwfRWP H2 {
  color: #000000;
}
.cid-un1BlwfRWP P {
  color: #000000;
}
.cid-un1BlwunLG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un1BlwunLG #footer {
  padding: 0 0 25px 0;
}
.cid-un1BlwunLG #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un1BlwunLG #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un1BlwunLG #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un1BlwunLG #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un1BlwunLG #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un1BlwunLG #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un1BlwunLG #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un1BlwunLG #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un1BlwunLG #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un1BlwunLG #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un1BlwunLG #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un1BlwunLG #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un1BlwunLG #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un1BlwunLG #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un1BlwunLG #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un1BlwunLG #footer .copyright {
  padding-top: 30px;
}
.cid-un1BlwunLG ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un1BlwunLG H4 {
  color: #000000;
  text-align: left;
}
.cid-un1BlwunLG DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un1BlwunLG P {
  color: #e43f3f;
  text-align: left;
}
.cid-un1BlwunLG div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un1BlwunLG .copyright a {
  text-decoration: none !important;
}
.cid-un1BlwunLG .list,
.cid-un1BlwunLG .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un1BlwunLG ul li a {
  text-decoration: none !important;
}
.cid-un1BlwunLG .list {
  color: #e43f3f;
}
.cid-un1BFwTXDj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un1BFwTXDj nav.navbar {
  position: fixed;
}
.cid-un1BFwTXDj .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-un1BFwTXDj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un1BFwTXDj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un1BFwTXDj .dropdown-item:hover,
.cid-un1BFwTXDj .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un1BFwTXDj .dropdown-item:hover span {
  color: white;
}
.cid-un1BFwTXDj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un1BFwTXDj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un1BFwTXDj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un1BFwTXDj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un1BFwTXDj .nav-link {
  position: relative;
}
.cid-un1BFwTXDj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un1BFwTXDj .container {
    flex-wrap: nowrap;
  }
}
.cid-un1BFwTXDj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un1BFwTXDj .dropdown-menu,
.cid-un1BFwTXDj .navbar.opened {
  background: #e43f3f !important;
}
.cid-un1BFwTXDj .nav-item:focus,
.cid-un1BFwTXDj .nav-link:focus {
  outline: none;
}
.cid-un1BFwTXDj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un1BFwTXDj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un1BFwTXDj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un1BFwTXDj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un1BFwTXDj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un1BFwTXDj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un1BFwTXDj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un1BFwTXDj .navbar.opened {
  transition: all 0.3s;
}
.cid-un1BFwTXDj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un1BFwTXDj .navbar .navbar-logo img {
  width: auto;
}
.cid-un1BFwTXDj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un1BFwTXDj .navbar.collapsed {
  justify-content: center;
}
.cid-un1BFwTXDj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un1BFwTXDj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un1BFwTXDj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un1BFwTXDj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un1BFwTXDj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un1BFwTXDj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un1BFwTXDj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un1BFwTXDj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un1BFwTXDj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un1BFwTXDj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un1BFwTXDj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un1BFwTXDj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un1BFwTXDj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un1BFwTXDj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un1BFwTXDj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un1BFwTXDj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un1BFwTXDj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un1BFwTXDj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un1BFwTXDj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un1BFwTXDj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un1BFwTXDj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un1BFwTXDj .navbar.navbar-short {
  min-height: 60px;
}
.cid-un1BFwTXDj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un1BFwTXDj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un1BFwTXDj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un1BFwTXDj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un1BFwTXDj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un1BFwTXDj .dropdown-item.active,
.cid-un1BFwTXDj .dropdown-item:active {
  background-color: transparent;
}
.cid-un1BFwTXDj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un1BFwTXDj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un1BFwTXDj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un1BFwTXDj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un1BFwTXDj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un1BFwTXDj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un1BFwTXDj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un1BFwTXDj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un1BFwTXDj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un1BFwTXDj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un1BFwTXDj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un1BFwTXDj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un1BFwTXDj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un1BFwTXDj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un1BFwTXDj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un1BFwTXDj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un1BFwTXDj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un1BFwTXDj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un1BFwTXDj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un1BFwTXDj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un1BFwTXDj .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-un1BFwTXDj .navbar {
    height: 70px;
  }
  .cid-un1BFwTXDj .navbar.opened {
    height: auto;
  }
  .cid-un1BFwTXDj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un1BFuZM8i {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un1BFuZM8i .row {
  flex-direction: row-reverse;
}
.cid-un1BFuZM8i p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un1BFuZM8i .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un1BFuZM8i .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un1BFuZM8i .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un1BFuZM8i .main-banner .left-content {
  margin-right: 15px;
}
.cid-un1BFuZM8i .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un1BFuZM8i .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un1BFuZM8i .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un1BFuZM8i .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un1BFuZM8i .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un1BFuZM8i .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un1BFuZM8i .main-banner:before {
    display: none;
  }
  .cid-un1BFuZM8i .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un1BFuZM8i .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un1BFuZM8i H6 {
  color: #e43f3f;
}
.cid-un1BFuZM8i H2 {
  color: #000000;
}
.cid-un1BFvzFtf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un1BFvzFtf .mbr-section-title {
  color: #000000;
}
.cid-un1BFvRa26 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un1BFvRa26 .container {
  padding: 0 5%;
}
.cid-un1BFvRa26 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un1BFvRa26 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un1BFvRa26 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un1BFvRa26 #expand-button:hover {
  background-color: #7787a5;
}
.cid-un1BFvRa26 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un1BFvRa26 .item:focus,
.cid-un1BFvRa26 span:focus {
  outline: none;
}
.cid-un1BFvRa26 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un1BFvRa26 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un1BFvRa26 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un1BFvRa26 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un1BFvRa26 .item {
    padding: 1.5rem;
  }
}
.cid-un1BFvRa26 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un1BFvRa26 .item .item-icon {
    margin-top: 0;
  }
}
.cid-un1BFvRa26 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un1BFvRa26 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un1BFvRa26 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un1BFvRa26 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un1BFvRa26 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un1BFvRa26 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un1BFvRa26 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un1BFvRa26 .item-content {
    margin-left: 0;
  }
}
.cid-un1BFvRa26 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un1BFvRa26 .item-title {
  color: #ffffff;
}
.cid-un1BFvRa26 .mbr-text,
.cid-un1BFvRa26 .item-icon {
  color: #ffffff;
}
.cid-un1BFvRa26 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un1BFvRa26 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un1BFvRa26 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un1BFvRa26 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un1BFvRa26 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un1BFvRa26 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un1BFvRa26 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un1BFvRa26 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un1BFvRa26 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un1BFvRa26 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un1BFvRa26 .article-column1 {
    padding-right: 16px;
  }
}
.cid-un1BFvRa26 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un1BFvRa26 .article-column2 {
    padding-left: 16px;
  }
}
.cid-un1BFvRa26 .mbr-section-subtitle,
.cid-un1BFvRa26 .mbr-iconfont {
  color: #e082c5;
}
.cid-un1BFvRa26 .mbr-section-subtitle {
  color: #000000;
}
.cid-un1BFwl2YR {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un1BFwl2YR p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un1BFwl2YR .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un1BFwl2YR .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un1BFwl2YR .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un1BFwl2YR .main-banner .left-content {
  margin-right: 15px;
}
.cid-un1BFwl2YR .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un1BFwl2YR .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un1BFwl2YR .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un1BFwl2YR .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un1BFwl2YR .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un1BFwl2YR .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un1BFwl2YR .main-banner:before {
    display: none;
  }
  .cid-un1BFwl2YR .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un1BFwl2YR .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un1BFwl2YR H6 {
  color: #e43f3f;
}
.cid-un1BFwl2YR H2 {
  color: #000000;
}
.cid-un1BFwl2YR P {
  color: #000000;
}
.cid-un1BFwz4vW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un1BFwz4vW #footer {
  padding: 0 0 25px 0;
}
.cid-un1BFwz4vW #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un1BFwz4vW #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un1BFwz4vW #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un1BFwz4vW #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un1BFwz4vW #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un1BFwz4vW #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un1BFwz4vW #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un1BFwz4vW #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un1BFwz4vW #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un1BFwz4vW #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un1BFwz4vW #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un1BFwz4vW #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un1BFwz4vW #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un1BFwz4vW #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un1BFwz4vW #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un1BFwz4vW #footer .copyright {
  padding-top: 30px;
}
.cid-un1BFwz4vW ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un1BFwz4vW H4 {
  color: #000000;
  text-align: left;
}
.cid-un1BFwz4vW DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un1BFwz4vW P {
  color: #e43f3f;
  text-align: left;
}
.cid-un1BFwz4vW div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un1BFwz4vW .copyright a {
  text-decoration: none !important;
}
.cid-un1BFwz4vW .list,
.cid-un1BFwz4vW .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un1BFwz4vW ul li a {
  text-decoration: none !important;
}
.cid-un1BFwz4vW .list {
  color: #e43f3f;
}
.cid-un1BTEMt5L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un1BTEMt5L nav.navbar {
  position: fixed;
}
.cid-un1BTEMt5L .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-un1BTEMt5L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un1BTEMt5L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un1BTEMt5L .dropdown-item:hover,
.cid-un1BTEMt5L .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un1BTEMt5L .dropdown-item:hover span {
  color: white;
}
.cid-un1BTEMt5L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un1BTEMt5L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un1BTEMt5L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un1BTEMt5L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un1BTEMt5L .nav-link {
  position: relative;
}
.cid-un1BTEMt5L .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un1BTEMt5L .container {
    flex-wrap: nowrap;
  }
}
.cid-un1BTEMt5L .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un1BTEMt5L .dropdown-menu,
.cid-un1BTEMt5L .navbar.opened {
  background: #e43f3f !important;
}
.cid-un1BTEMt5L .nav-item:focus,
.cid-un1BTEMt5L .nav-link:focus {
  outline: none;
}
.cid-un1BTEMt5L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un1BTEMt5L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un1BTEMt5L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un1BTEMt5L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un1BTEMt5L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un1BTEMt5L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un1BTEMt5L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un1BTEMt5L .navbar.opened {
  transition: all 0.3s;
}
.cid-un1BTEMt5L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un1BTEMt5L .navbar .navbar-logo img {
  width: auto;
}
.cid-un1BTEMt5L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un1BTEMt5L .navbar.collapsed {
  justify-content: center;
}
.cid-un1BTEMt5L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un1BTEMt5L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un1BTEMt5L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un1BTEMt5L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un1BTEMt5L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un1BTEMt5L .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un1BTEMt5L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un1BTEMt5L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un1BTEMt5L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un1BTEMt5L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un1BTEMt5L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un1BTEMt5L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un1BTEMt5L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un1BTEMt5L .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un1BTEMt5L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un1BTEMt5L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un1BTEMt5L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un1BTEMt5L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un1BTEMt5L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un1BTEMt5L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un1BTEMt5L .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un1BTEMt5L .navbar.navbar-short {
  min-height: 60px;
}
.cid-un1BTEMt5L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un1BTEMt5L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un1BTEMt5L .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un1BTEMt5L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un1BTEMt5L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un1BTEMt5L .dropdown-item.active,
.cid-un1BTEMt5L .dropdown-item:active {
  background-color: transparent;
}
.cid-un1BTEMt5L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un1BTEMt5L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un1BTEMt5L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un1BTEMt5L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un1BTEMt5L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un1BTEMt5L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un1BTEMt5L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un1BTEMt5L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un1BTEMt5L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un1BTEMt5L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un1BTEMt5L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un1BTEMt5L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un1BTEMt5L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un1BTEMt5L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un1BTEMt5L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un1BTEMt5L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un1BTEMt5L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un1BTEMt5L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un1BTEMt5L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un1BTEMt5L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un1BTEMt5L .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-un1BTEMt5L .navbar {
    height: 70px;
  }
  .cid-un1BTEMt5L .navbar.opened {
    height: auto;
  }
  .cid-un1BTEMt5L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un1BTCPH2I {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un1BTCPH2I .row {
  flex-direction: row-reverse;
}
.cid-un1BTCPH2I p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un1BTCPH2I .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un1BTCPH2I .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un1BTCPH2I .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un1BTCPH2I .main-banner .left-content {
  margin-right: 15px;
}
.cid-un1BTCPH2I .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un1BTCPH2I .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un1BTCPH2I .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un1BTCPH2I .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un1BTCPH2I .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un1BTCPH2I .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un1BTCPH2I .main-banner:before {
    display: none;
  }
  .cid-un1BTCPH2I .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un1BTCPH2I .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un1BTCPH2I H6 {
  color: #e43f3f;
}
.cid-un1BTCPH2I H2 {
  color: #000000;
}
.cid-un1BTDgMYW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un1BTDgMYW .mbr-section-title {
  color: #000000;
}
.cid-un1BTDxhJ4 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un1BTDxhJ4 .container {
  padding: 0 5%;
}
.cid-un1BTDxhJ4 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un1BTDxhJ4 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un1BTDxhJ4 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un1BTDxhJ4 #expand-button:hover {
  background-color: #7787a5;
}
.cid-un1BTDxhJ4 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un1BTDxhJ4 .item:focus,
.cid-un1BTDxhJ4 span:focus {
  outline: none;
}
.cid-un1BTDxhJ4 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un1BTDxhJ4 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un1BTDxhJ4 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un1BTDxhJ4 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un1BTDxhJ4 .item {
    padding: 1.5rem;
  }
}
.cid-un1BTDxhJ4 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un1BTDxhJ4 .item .item-icon {
    margin-top: 0;
  }
}
.cid-un1BTDxhJ4 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un1BTDxhJ4 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un1BTDxhJ4 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un1BTDxhJ4 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un1BTDxhJ4 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un1BTDxhJ4 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un1BTDxhJ4 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un1BTDxhJ4 .item-content {
    margin-left: 0;
  }
}
.cid-un1BTDxhJ4 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un1BTDxhJ4 .item-title {
  color: #ffffff;
}
.cid-un1BTDxhJ4 .mbr-text,
.cid-un1BTDxhJ4 .item-icon {
  color: #ffffff;
}
.cid-un1BTDxhJ4 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un1BTDxhJ4 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un1BTDxhJ4 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un1BTDxhJ4 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un1BTDxhJ4 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un1BTDxhJ4 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un1BTDxhJ4 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un1BTDxhJ4 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un1BTDxhJ4 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un1BTDxhJ4 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un1BTDxhJ4 .article-column1 {
    padding-right: 16px;
  }
}
.cid-un1BTDxhJ4 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un1BTDxhJ4 .article-column2 {
    padding-left: 16px;
  }
}
.cid-un1BTDxhJ4 .mbr-section-subtitle,
.cid-un1BTDxhJ4 .mbr-iconfont {
  color: #e082c5;
}
.cid-un1BTDxhJ4 .mbr-section-subtitle {
  color: #000000;
}
.cid-un1BTEabbV {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un1BTEabbV p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un1BTEabbV .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un1BTEabbV .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un1BTEabbV .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un1BTEabbV .main-banner .left-content {
  margin-right: 15px;
}
.cid-un1BTEabbV .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un1BTEabbV .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un1BTEabbV .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un1BTEabbV .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un1BTEabbV .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un1BTEabbV .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un1BTEabbV .main-banner:before {
    display: none;
  }
  .cid-un1BTEabbV .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un1BTEabbV .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un1BTEabbV H6 {
  color: #e43f3f;
}
.cid-un1BTEabbV H2 {
  color: #000000;
}
.cid-un1BTEabbV P {
  color: #000000;
}
.cid-un1BTEpFQ4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un1BTEpFQ4 #footer {
  padding: 0 0 25px 0;
}
.cid-un1BTEpFQ4 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un1BTEpFQ4 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un1BTEpFQ4 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un1BTEpFQ4 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un1BTEpFQ4 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un1BTEpFQ4 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un1BTEpFQ4 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un1BTEpFQ4 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un1BTEpFQ4 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un1BTEpFQ4 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un1BTEpFQ4 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un1BTEpFQ4 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un1BTEpFQ4 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un1BTEpFQ4 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un1BTEpFQ4 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un1BTEpFQ4 #footer .copyright {
  padding-top: 30px;
}
.cid-un1BTEpFQ4 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un1BTEpFQ4 H4 {
  color: #000000;
  text-align: left;
}
.cid-un1BTEpFQ4 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un1BTEpFQ4 P {
  color: #e43f3f;
  text-align: left;
}
.cid-un1BTEpFQ4 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un1BTEpFQ4 .copyright a {
  text-decoration: none !important;
}
.cid-un1BTEpFQ4 .list,
.cid-un1BTEpFQ4 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un1BTEpFQ4 ul li a {
  text-decoration: none !important;
}
.cid-un1BTEpFQ4 .list {
  color: #e43f3f;
}
.cid-un1DGPdJ4w {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un1DGPdJ4w nav.navbar {
  position: fixed;
}
.cid-un1DGPdJ4w .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-un1DGPdJ4w .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un1DGPdJ4w .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un1DGPdJ4w .dropdown-item:hover,
.cid-un1DGPdJ4w .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un1DGPdJ4w .dropdown-item:hover span {
  color: white;
}
.cid-un1DGPdJ4w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un1DGPdJ4w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un1DGPdJ4w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un1DGPdJ4w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un1DGPdJ4w .nav-link {
  position: relative;
}
.cid-un1DGPdJ4w .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un1DGPdJ4w .container {
    flex-wrap: nowrap;
  }
}
.cid-un1DGPdJ4w .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un1DGPdJ4w .dropdown-menu,
.cid-un1DGPdJ4w .navbar.opened {
  background: #e43f3f !important;
}
.cid-un1DGPdJ4w .nav-item:focus,
.cid-un1DGPdJ4w .nav-link:focus {
  outline: none;
}
.cid-un1DGPdJ4w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un1DGPdJ4w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un1DGPdJ4w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un1DGPdJ4w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un1DGPdJ4w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un1DGPdJ4w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un1DGPdJ4w .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un1DGPdJ4w .navbar.opened {
  transition: all 0.3s;
}
.cid-un1DGPdJ4w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un1DGPdJ4w .navbar .navbar-logo img {
  width: auto;
}
.cid-un1DGPdJ4w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un1DGPdJ4w .navbar.collapsed {
  justify-content: center;
}
.cid-un1DGPdJ4w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un1DGPdJ4w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un1DGPdJ4w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un1DGPdJ4w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un1DGPdJ4w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un1DGPdJ4w .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un1DGPdJ4w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un1DGPdJ4w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un1DGPdJ4w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un1DGPdJ4w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un1DGPdJ4w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un1DGPdJ4w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un1DGPdJ4w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un1DGPdJ4w .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un1DGPdJ4w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un1DGPdJ4w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un1DGPdJ4w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un1DGPdJ4w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un1DGPdJ4w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un1DGPdJ4w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un1DGPdJ4w .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un1DGPdJ4w .navbar.navbar-short {
  min-height: 60px;
}
.cid-un1DGPdJ4w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un1DGPdJ4w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un1DGPdJ4w .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un1DGPdJ4w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un1DGPdJ4w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un1DGPdJ4w .dropdown-item.active,
.cid-un1DGPdJ4w .dropdown-item:active {
  background-color: transparent;
}
.cid-un1DGPdJ4w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un1DGPdJ4w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un1DGPdJ4w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un1DGPdJ4w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un1DGPdJ4w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un1DGPdJ4w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un1DGPdJ4w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un1DGPdJ4w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un1DGPdJ4w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un1DGPdJ4w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un1DGPdJ4w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un1DGPdJ4w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un1DGPdJ4w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un1DGPdJ4w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un1DGPdJ4w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un1DGPdJ4w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un1DGPdJ4w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un1DGPdJ4w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un1DGPdJ4w .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un1DGPdJ4w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un1DGPdJ4w .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-un1DGPdJ4w .navbar {
    height: 70px;
  }
  .cid-un1DGPdJ4w .navbar.opened {
    height: auto;
  }
  .cid-un1DGPdJ4w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un1DGNq0C2 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un1DGNq0C2 .row {
  flex-direction: row-reverse;
}
.cid-un1DGNq0C2 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un1DGNq0C2 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un1DGNq0C2 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un1DGNq0C2 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un1DGNq0C2 .main-banner .left-content {
  margin-right: 15px;
}
.cid-un1DGNq0C2 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un1DGNq0C2 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un1DGNq0C2 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un1DGNq0C2 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un1DGNq0C2 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un1DGNq0C2 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un1DGNq0C2 .main-banner:before {
    display: none;
  }
  .cid-un1DGNq0C2 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un1DGNq0C2 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un1DGNq0C2 H6 {
  color: #e43f3f;
}
.cid-un1DGNq0C2 H2 {
  color: #000000;
}
.cid-un1DGNRFBQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un1DGNRFBQ .mbr-section-title {
  color: #000000;
}
.cid-un1DGO92u3 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un1DGO92u3 .container {
  padding: 0 5%;
}
.cid-un1DGO92u3 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un1DGO92u3 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un1DGO92u3 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un1DGO92u3 #expand-button:hover {
  background-color: #7787a5;
}
.cid-un1DGO92u3 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un1DGO92u3 .item:focus,
.cid-un1DGO92u3 span:focus {
  outline: none;
}
.cid-un1DGO92u3 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un1DGO92u3 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un1DGO92u3 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un1DGO92u3 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un1DGO92u3 .item {
    padding: 1.5rem;
  }
}
.cid-un1DGO92u3 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un1DGO92u3 .item .item-icon {
    margin-top: 0;
  }
}
.cid-un1DGO92u3 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un1DGO92u3 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un1DGO92u3 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un1DGO92u3 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un1DGO92u3 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un1DGO92u3 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un1DGO92u3 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un1DGO92u3 .item-content {
    margin-left: 0;
  }
}
.cid-un1DGO92u3 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un1DGO92u3 .item-title {
  color: #ffffff;
}
.cid-un1DGO92u3 .mbr-text,
.cid-un1DGO92u3 .item-icon {
  color: #ffffff;
}
.cid-un1DGO92u3 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un1DGO92u3 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un1DGO92u3 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un1DGO92u3 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un1DGO92u3 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un1DGO92u3 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un1DGO92u3 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un1DGO92u3 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un1DGO92u3 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un1DGO92u3 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un1DGO92u3 .article-column1 {
    padding-right: 16px;
  }
}
.cid-un1DGO92u3 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un1DGO92u3 .article-column2 {
    padding-left: 16px;
  }
}
.cid-un1DGO92u3 .mbr-section-subtitle,
.cid-un1DGO92u3 .mbr-iconfont {
  color: #e082c5;
}
.cid-un1DGO92u3 .mbr-section-subtitle {
  color: #000000;
}
.cid-un1DGOFeWg {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un1DGOFeWg p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un1DGOFeWg .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un1DGOFeWg .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un1DGOFeWg .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un1DGOFeWg .main-banner .left-content {
  margin-right: 15px;
}
.cid-un1DGOFeWg .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un1DGOFeWg .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un1DGOFeWg .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un1DGOFeWg .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un1DGOFeWg .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un1DGOFeWg .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un1DGOFeWg .main-banner:before {
    display: none;
  }
  .cid-un1DGOFeWg .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un1DGOFeWg .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un1DGOFeWg H6 {
  color: #e43f3f;
}
.cid-un1DGOFeWg H2 {
  color: #000000;
}
.cid-un1DGOFeWg P {
  color: #000000;
}
.cid-un1DGOUOoy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un1DGOUOoy #footer {
  padding: 0 0 25px 0;
}
.cid-un1DGOUOoy #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un1DGOUOoy #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un1DGOUOoy #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un1DGOUOoy #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un1DGOUOoy #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un1DGOUOoy #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un1DGOUOoy #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un1DGOUOoy #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un1DGOUOoy #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un1DGOUOoy #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un1DGOUOoy #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un1DGOUOoy #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un1DGOUOoy #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un1DGOUOoy #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un1DGOUOoy #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un1DGOUOoy #footer .copyright {
  padding-top: 30px;
}
.cid-un1DGOUOoy ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un1DGOUOoy H4 {
  color: #000000;
  text-align: left;
}
.cid-un1DGOUOoy DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un1DGOUOoy P {
  color: #e43f3f;
  text-align: left;
}
.cid-un1DGOUOoy div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un1DGOUOoy .copyright a {
  text-decoration: none !important;
}
.cid-un1DGOUOoy .list,
.cid-un1DGOUOoy .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un1DGOUOoy ul li a {
  text-decoration: none !important;
}
.cid-un1DGOUOoy .list {
  color: #e43f3f;
}
.cid-un1HQK5C4F {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un1HQK5C4F nav.navbar {
  position: fixed;
}
.cid-un1HQK5C4F .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-un1HQK5C4F .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un1HQK5C4F .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un1HQK5C4F .dropdown-item:hover,
.cid-un1HQK5C4F .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un1HQK5C4F .dropdown-item:hover span {
  color: white;
}
.cid-un1HQK5C4F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un1HQK5C4F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un1HQK5C4F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un1HQK5C4F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un1HQK5C4F .nav-link {
  position: relative;
}
.cid-un1HQK5C4F .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un1HQK5C4F .container {
    flex-wrap: nowrap;
  }
}
.cid-un1HQK5C4F .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un1HQK5C4F .dropdown-menu,
.cid-un1HQK5C4F .navbar.opened {
  background: #e43f3f !important;
}
.cid-un1HQK5C4F .nav-item:focus,
.cid-un1HQK5C4F .nav-link:focus {
  outline: none;
}
.cid-un1HQK5C4F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un1HQK5C4F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un1HQK5C4F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un1HQK5C4F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un1HQK5C4F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un1HQK5C4F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un1HQK5C4F .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un1HQK5C4F .navbar.opened {
  transition: all 0.3s;
}
.cid-un1HQK5C4F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un1HQK5C4F .navbar .navbar-logo img {
  width: auto;
}
.cid-un1HQK5C4F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un1HQK5C4F .navbar.collapsed {
  justify-content: center;
}
.cid-un1HQK5C4F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un1HQK5C4F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un1HQK5C4F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un1HQK5C4F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un1HQK5C4F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un1HQK5C4F .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un1HQK5C4F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un1HQK5C4F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un1HQK5C4F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un1HQK5C4F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un1HQK5C4F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un1HQK5C4F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un1HQK5C4F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un1HQK5C4F .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un1HQK5C4F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un1HQK5C4F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un1HQK5C4F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un1HQK5C4F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un1HQK5C4F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un1HQK5C4F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un1HQK5C4F .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un1HQK5C4F .navbar.navbar-short {
  min-height: 60px;
}
.cid-un1HQK5C4F .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un1HQK5C4F .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un1HQK5C4F .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un1HQK5C4F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un1HQK5C4F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un1HQK5C4F .dropdown-item.active,
.cid-un1HQK5C4F .dropdown-item:active {
  background-color: transparent;
}
.cid-un1HQK5C4F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un1HQK5C4F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un1HQK5C4F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un1HQK5C4F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un1HQK5C4F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un1HQK5C4F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un1HQK5C4F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un1HQK5C4F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un1HQK5C4F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un1HQK5C4F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un1HQK5C4F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un1HQK5C4F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un1HQK5C4F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un1HQK5C4F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un1HQK5C4F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un1HQK5C4F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un1HQK5C4F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un1HQK5C4F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un1HQK5C4F .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un1HQK5C4F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un1HQK5C4F .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-un1HQK5C4F .navbar {
    height: 70px;
  }
  .cid-un1HQK5C4F .navbar.opened {
    height: auto;
  }
  .cid-un1HQK5C4F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un1HQIij8F {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un1HQIij8F .row {
  flex-direction: row-reverse;
}
.cid-un1HQIij8F p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un1HQIij8F .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un1HQIij8F .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un1HQIij8F .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un1HQIij8F .main-banner .left-content {
  margin-right: 15px;
}
.cid-un1HQIij8F .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un1HQIij8F .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un1HQIij8F .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un1HQIij8F .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un1HQIij8F .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un1HQIij8F .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un1HQIij8F .main-banner:before {
    display: none;
  }
  .cid-un1HQIij8F .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un1HQIij8F .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un1HQIij8F H6 {
  color: #e43f3f;
}
.cid-un1HQIij8F H2 {
  color: #000000;
}
.cid-un1HQIIWhE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un1HQIIWhE .mbr-section-title {
  color: #000000;
}
.cid-un1HQJ0GcQ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un1HQJ0GcQ .container {
  padding: 0 5%;
}
.cid-un1HQJ0GcQ #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un1HQJ0GcQ #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un1HQJ0GcQ #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un1HQJ0GcQ #expand-button:hover {
  background-color: #7787a5;
}
.cid-un1HQJ0GcQ .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un1HQJ0GcQ .item:focus,
.cid-un1HQJ0GcQ span:focus {
  outline: none;
}
.cid-un1HQJ0GcQ .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un1HQJ0GcQ .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un1HQJ0GcQ .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un1HQJ0GcQ .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un1HQJ0GcQ .item {
    padding: 1.5rem;
  }
}
.cid-un1HQJ0GcQ .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un1HQJ0GcQ .item .item-icon {
    margin-top: 0;
  }
}
.cid-un1HQJ0GcQ .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un1HQJ0GcQ .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un1HQJ0GcQ .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un1HQJ0GcQ .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un1HQJ0GcQ .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un1HQJ0GcQ .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un1HQJ0GcQ .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un1HQJ0GcQ .item-content {
    margin-left: 0;
  }
}
.cid-un1HQJ0GcQ .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un1HQJ0GcQ .item-title {
  color: #ffffff;
}
.cid-un1HQJ0GcQ .mbr-text,
.cid-un1HQJ0GcQ .item-icon {
  color: #ffffff;
}
.cid-un1HQJ0GcQ .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un1HQJ0GcQ .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un1HQJ0GcQ .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un1HQJ0GcQ .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un1HQJ0GcQ .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un1HQJ0GcQ .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un1HQJ0GcQ .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un1HQJ0GcQ .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un1HQJ0GcQ .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un1HQJ0GcQ .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un1HQJ0GcQ .article-column1 {
    padding-right: 16px;
  }
}
.cid-un1HQJ0GcQ .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un1HQJ0GcQ .article-column2 {
    padding-left: 16px;
  }
}
.cid-un1HQJ0GcQ .mbr-section-subtitle,
.cid-un1HQJ0GcQ .mbr-iconfont {
  color: #e082c5;
}
.cid-un1HQJ0GcQ .mbr-section-subtitle {
  color: #000000;
}
.cid-un1HQJuhRX {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un1HQJuhRX p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un1HQJuhRX .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un1HQJuhRX .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un1HQJuhRX .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un1HQJuhRX .main-banner .left-content {
  margin-right: 15px;
}
.cid-un1HQJuhRX .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un1HQJuhRX .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un1HQJuhRX .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un1HQJuhRX .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un1HQJuhRX .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un1HQJuhRX .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un1HQJuhRX .main-banner:before {
    display: none;
  }
  .cid-un1HQJuhRX .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un1HQJuhRX .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un1HQJuhRX H6 {
  color: #e43f3f;
}
.cid-un1HQJuhRX H2 {
  color: #000000;
}
.cid-un1HQJuhRX P {
  color: #000000;
}
.cid-un1HQJIrZ2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un1HQJIrZ2 #footer {
  padding: 0 0 25px 0;
}
.cid-un1HQJIrZ2 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un1HQJIrZ2 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un1HQJIrZ2 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un1HQJIrZ2 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un1HQJIrZ2 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un1HQJIrZ2 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un1HQJIrZ2 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un1HQJIrZ2 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un1HQJIrZ2 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un1HQJIrZ2 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un1HQJIrZ2 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un1HQJIrZ2 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un1HQJIrZ2 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un1HQJIrZ2 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un1HQJIrZ2 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un1HQJIrZ2 #footer .copyright {
  padding-top: 30px;
}
.cid-un1HQJIrZ2 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un1HQJIrZ2 H4 {
  color: #000000;
  text-align: left;
}
.cid-un1HQJIrZ2 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un1HQJIrZ2 P {
  color: #e43f3f;
  text-align: left;
}
.cid-un1HQJIrZ2 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un1HQJIrZ2 .copyright a {
  text-decoration: none !important;
}
.cid-un1HQJIrZ2 .list,
.cid-un1HQJIrZ2 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un1HQJIrZ2 ul li a {
  text-decoration: none !important;
}
.cid-un1HQJIrZ2 .list {
  color: #e43f3f;
}
.cid-un1I7A7lvN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un1I7A7lvN nav.navbar {
  position: fixed;
}
.cid-un1I7A7lvN .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-un1I7A7lvN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un1I7A7lvN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un1I7A7lvN .dropdown-item:hover,
.cid-un1I7A7lvN .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un1I7A7lvN .dropdown-item:hover span {
  color: white;
}
.cid-un1I7A7lvN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un1I7A7lvN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un1I7A7lvN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un1I7A7lvN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un1I7A7lvN .nav-link {
  position: relative;
}
.cid-un1I7A7lvN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un1I7A7lvN .container {
    flex-wrap: nowrap;
  }
}
.cid-un1I7A7lvN .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un1I7A7lvN .dropdown-menu,
.cid-un1I7A7lvN .navbar.opened {
  background: #e43f3f !important;
}
.cid-un1I7A7lvN .nav-item:focus,
.cid-un1I7A7lvN .nav-link:focus {
  outline: none;
}
.cid-un1I7A7lvN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un1I7A7lvN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un1I7A7lvN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un1I7A7lvN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un1I7A7lvN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un1I7A7lvN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un1I7A7lvN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un1I7A7lvN .navbar.opened {
  transition: all 0.3s;
}
.cid-un1I7A7lvN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un1I7A7lvN .navbar .navbar-logo img {
  width: auto;
}
.cid-un1I7A7lvN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un1I7A7lvN .navbar.collapsed {
  justify-content: center;
}
.cid-un1I7A7lvN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un1I7A7lvN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un1I7A7lvN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un1I7A7lvN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un1I7A7lvN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un1I7A7lvN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un1I7A7lvN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un1I7A7lvN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un1I7A7lvN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un1I7A7lvN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un1I7A7lvN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un1I7A7lvN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un1I7A7lvN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un1I7A7lvN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un1I7A7lvN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un1I7A7lvN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un1I7A7lvN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un1I7A7lvN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un1I7A7lvN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un1I7A7lvN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un1I7A7lvN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un1I7A7lvN .navbar.navbar-short {
  min-height: 60px;
}
.cid-un1I7A7lvN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un1I7A7lvN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un1I7A7lvN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un1I7A7lvN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un1I7A7lvN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un1I7A7lvN .dropdown-item.active,
.cid-un1I7A7lvN .dropdown-item:active {
  background-color: transparent;
}
.cid-un1I7A7lvN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un1I7A7lvN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un1I7A7lvN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un1I7A7lvN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un1I7A7lvN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un1I7A7lvN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un1I7A7lvN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un1I7A7lvN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un1I7A7lvN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un1I7A7lvN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un1I7A7lvN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un1I7A7lvN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un1I7A7lvN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un1I7A7lvN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un1I7A7lvN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un1I7A7lvN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un1I7A7lvN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un1I7A7lvN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un1I7A7lvN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un1I7A7lvN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un1I7A7lvN .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-un1I7A7lvN .navbar {
    height: 70px;
  }
  .cid-un1I7A7lvN .navbar.opened {
    height: auto;
  }
  .cid-un1I7A7lvN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un1I7yoR4l {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un1I7yoR4l .row {
  flex-direction: row-reverse;
}
.cid-un1I7yoR4l p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un1I7yoR4l .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un1I7yoR4l .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un1I7yoR4l .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un1I7yoR4l .main-banner .left-content {
  margin-right: 15px;
}
.cid-un1I7yoR4l .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un1I7yoR4l .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un1I7yoR4l .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un1I7yoR4l .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un1I7yoR4l .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un1I7yoR4l .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un1I7yoR4l .main-banner:before {
    display: none;
  }
  .cid-un1I7yoR4l .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un1I7yoR4l .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un1I7yoR4l H6 {
  color: #e43f3f;
}
.cid-un1I7yoR4l H2 {
  color: #000000;
}
.cid-un1I7yNdDG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un1I7yNdDG .mbr-section-title {
  color: #000000;
}
.cid-un1I7z1H4i {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un1I7z1H4i .container {
  padding: 0 5%;
}
.cid-un1I7z1H4i #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un1I7z1H4i #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un1I7z1H4i #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un1I7z1H4i #expand-button:hover {
  background-color: #7787a5;
}
.cid-un1I7z1H4i .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un1I7z1H4i .item:focus,
.cid-un1I7z1H4i span:focus {
  outline: none;
}
.cid-un1I7z1H4i .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un1I7z1H4i .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un1I7z1H4i .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un1I7z1H4i .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un1I7z1H4i .item {
    padding: 1.5rem;
  }
}
.cid-un1I7z1H4i .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un1I7z1H4i .item .item-icon {
    margin-top: 0;
  }
}
.cid-un1I7z1H4i .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un1I7z1H4i .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un1I7z1H4i .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un1I7z1H4i .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un1I7z1H4i .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un1I7z1H4i .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un1I7z1H4i .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un1I7z1H4i .item-content {
    margin-left: 0;
  }
}
.cid-un1I7z1H4i .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un1I7z1H4i .item-title {
  color: #ffffff;
}
.cid-un1I7z1H4i .mbr-text,
.cid-un1I7z1H4i .item-icon {
  color: #ffffff;
}
.cid-un1I7z1H4i .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un1I7z1H4i .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un1I7z1H4i .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un1I7z1H4i .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un1I7z1H4i .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un1I7z1H4i .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un1I7z1H4i .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un1I7z1H4i .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un1I7z1H4i .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un1I7z1H4i .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un1I7z1H4i .article-column1 {
    padding-right: 16px;
  }
}
.cid-un1I7z1H4i .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un1I7z1H4i .article-column2 {
    padding-left: 16px;
  }
}
.cid-un1I7z1H4i .mbr-section-subtitle,
.cid-un1I7z1H4i .mbr-iconfont {
  color: #e082c5;
}
.cid-un1I7z1H4i .mbr-section-subtitle {
  color: #000000;
}
.cid-un1I7zw8Og {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un1I7zw8Og p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un1I7zw8Og .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un1I7zw8Og .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un1I7zw8Og .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un1I7zw8Og .main-banner .left-content {
  margin-right: 15px;
}
.cid-un1I7zw8Og .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un1I7zw8Og .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un1I7zw8Og .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un1I7zw8Og .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un1I7zw8Og .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un1I7zw8Og .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un1I7zw8Og .main-banner:before {
    display: none;
  }
  .cid-un1I7zw8Og .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un1I7zw8Og .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un1I7zw8Og H6 {
  color: #e43f3f;
}
.cid-un1I7zw8Og H2 {
  color: #000000;
}
.cid-un1I7zw8Og P {
  color: #000000;
}
.cid-un1I7zLDgc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un1I7zLDgc #footer {
  padding: 0 0 25px 0;
}
.cid-un1I7zLDgc #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un1I7zLDgc #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un1I7zLDgc #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un1I7zLDgc #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un1I7zLDgc #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un1I7zLDgc #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un1I7zLDgc #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un1I7zLDgc #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un1I7zLDgc #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un1I7zLDgc #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un1I7zLDgc #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un1I7zLDgc #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un1I7zLDgc #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un1I7zLDgc #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un1I7zLDgc #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un1I7zLDgc #footer .copyright {
  padding-top: 30px;
}
.cid-un1I7zLDgc ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un1I7zLDgc H4 {
  color: #000000;
  text-align: left;
}
.cid-un1I7zLDgc DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un1I7zLDgc P {
  color: #e43f3f;
  text-align: left;
}
.cid-un1I7zLDgc div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un1I7zLDgc .copyright a {
  text-decoration: none !important;
}
.cid-un1I7zLDgc .list,
.cid-un1I7zLDgc .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un1I7zLDgc ul li a {
  text-decoration: none !important;
}
.cid-un1I7zLDgc .list {
  color: #e43f3f;
}
.cid-un1zmg8CwS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un1zmg8CwS nav.navbar {
  position: fixed;
}
.cid-un1zmg8CwS .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-un1zmg8CwS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un1zmg8CwS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un1zmg8CwS .dropdown-item:hover,
.cid-un1zmg8CwS .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un1zmg8CwS .dropdown-item:hover span {
  color: white;
}
.cid-un1zmg8CwS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un1zmg8CwS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un1zmg8CwS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un1zmg8CwS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un1zmg8CwS .nav-link {
  position: relative;
}
.cid-un1zmg8CwS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un1zmg8CwS .container {
    flex-wrap: nowrap;
  }
}
.cid-un1zmg8CwS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un1zmg8CwS .dropdown-menu,
.cid-un1zmg8CwS .navbar.opened {
  background: #e43f3f !important;
}
.cid-un1zmg8CwS .nav-item:focus,
.cid-un1zmg8CwS .nav-link:focus {
  outline: none;
}
.cid-un1zmg8CwS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un1zmg8CwS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un1zmg8CwS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un1zmg8CwS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un1zmg8CwS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un1zmg8CwS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un1zmg8CwS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un1zmg8CwS .navbar.opened {
  transition: all 0.3s;
}
.cid-un1zmg8CwS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un1zmg8CwS .navbar .navbar-logo img {
  width: auto;
}
.cid-un1zmg8CwS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un1zmg8CwS .navbar.collapsed {
  justify-content: center;
}
.cid-un1zmg8CwS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un1zmg8CwS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un1zmg8CwS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un1zmg8CwS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un1zmg8CwS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un1zmg8CwS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un1zmg8CwS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un1zmg8CwS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un1zmg8CwS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un1zmg8CwS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un1zmg8CwS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un1zmg8CwS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un1zmg8CwS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un1zmg8CwS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un1zmg8CwS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un1zmg8CwS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un1zmg8CwS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un1zmg8CwS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un1zmg8CwS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un1zmg8CwS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un1zmg8CwS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un1zmg8CwS .navbar.navbar-short {
  min-height: 60px;
}
.cid-un1zmg8CwS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un1zmg8CwS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un1zmg8CwS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un1zmg8CwS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un1zmg8CwS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un1zmg8CwS .dropdown-item.active,
.cid-un1zmg8CwS .dropdown-item:active {
  background-color: transparent;
}
.cid-un1zmg8CwS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un1zmg8CwS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un1zmg8CwS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un1zmg8CwS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un1zmg8CwS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un1zmg8CwS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un1zmg8CwS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un1zmg8CwS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un1zmg8CwS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un1zmg8CwS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un1zmg8CwS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un1zmg8CwS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un1zmg8CwS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un1zmg8CwS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un1zmg8CwS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un1zmg8CwS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un1zmg8CwS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un1zmg8CwS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un1zmg8CwS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un1zmg8CwS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un1zmg8CwS .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-un1zmg8CwS .navbar {
    height: 70px;
  }
  .cid-un1zmg8CwS .navbar.opened {
    height: auto;
  }
  .cid-un1zmg8CwS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un1zmewo3Q {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un1zmewo3Q .row {
  flex-direction: row-reverse;
}
.cid-un1zmewo3Q p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un1zmewo3Q .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un1zmewo3Q .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un1zmewo3Q .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un1zmewo3Q .main-banner .left-content {
  margin-right: 15px;
}
.cid-un1zmewo3Q .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un1zmewo3Q .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un1zmewo3Q .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un1zmewo3Q .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un1zmewo3Q .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un1zmewo3Q .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un1zmewo3Q .main-banner:before {
    display: none;
  }
  .cid-un1zmewo3Q .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un1zmewo3Q .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un1zmewo3Q H6 {
  color: #e43f3f;
}
.cid-un1zmewo3Q H2 {
  color: #000000;
}
.cid-un1zmeS03p {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un1zmeS03p .mbr-section-title {
  color: #000000;
}
.cid-un1zmf7Mo1 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un1zmf7Mo1 .container {
  padding: 0 5%;
}
.cid-un1zmf7Mo1 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un1zmf7Mo1 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un1zmf7Mo1 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un1zmf7Mo1 #expand-button:hover {
  background-color: #7787a5;
}
.cid-un1zmf7Mo1 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un1zmf7Mo1 .item:focus,
.cid-un1zmf7Mo1 span:focus {
  outline: none;
}
.cid-un1zmf7Mo1 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un1zmf7Mo1 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un1zmf7Mo1 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un1zmf7Mo1 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un1zmf7Mo1 .item {
    padding: 1.5rem;
  }
}
.cid-un1zmf7Mo1 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un1zmf7Mo1 .item .item-icon {
    margin-top: 0;
  }
}
.cid-un1zmf7Mo1 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un1zmf7Mo1 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un1zmf7Mo1 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un1zmf7Mo1 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un1zmf7Mo1 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un1zmf7Mo1 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un1zmf7Mo1 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un1zmf7Mo1 .item-content {
    margin-left: 0;
  }
}
.cid-un1zmf7Mo1 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un1zmf7Mo1 .item-title {
  color: #ffffff;
}
.cid-un1zmf7Mo1 .mbr-text,
.cid-un1zmf7Mo1 .item-icon {
  color: #ffffff;
}
.cid-un1zmf7Mo1 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un1zmf7Mo1 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un1zmf7Mo1 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un1zmf7Mo1 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un1zmf7Mo1 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un1zmf7Mo1 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un1zmf7Mo1 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un1zmf7Mo1 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un1zmf7Mo1 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un1zmf7Mo1 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un1zmf7Mo1 .article-column1 {
    padding-right: 16px;
  }
}
.cid-un1zmf7Mo1 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un1zmf7Mo1 .article-column2 {
    padding-left: 16px;
  }
}
.cid-un1zmf7Mo1 .mbr-section-subtitle,
.cid-un1zmf7Mo1 .mbr-iconfont {
  color: #e082c5;
}
.cid-un1zmf7Mo1 .mbr-section-subtitle {
  color: #000000;
}
.cid-un1zmfzXBI {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un1zmfzXBI p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un1zmfzXBI .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un1zmfzXBI .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un1zmfzXBI .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un1zmfzXBI .main-banner .left-content {
  margin-right: 15px;
}
.cid-un1zmfzXBI .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un1zmfzXBI .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un1zmfzXBI .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un1zmfzXBI .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un1zmfzXBI .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un1zmfzXBI .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un1zmfzXBI .main-banner:before {
    display: none;
  }
  .cid-un1zmfzXBI .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un1zmfzXBI .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un1zmfzXBI H6 {
  color: #e43f3f;
}
.cid-un1zmfzXBI H2 {
  color: #000000;
}
.cid-un1zmfzXBI P {
  color: #000000;
}
.cid-un1zmfNVin {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un1zmfNVin #footer {
  padding: 0 0 25px 0;
}
.cid-un1zmfNVin #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un1zmfNVin #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un1zmfNVin #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un1zmfNVin #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un1zmfNVin #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un1zmfNVin #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un1zmfNVin #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un1zmfNVin #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un1zmfNVin #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un1zmfNVin #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un1zmfNVin #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un1zmfNVin #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un1zmfNVin #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un1zmfNVin #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un1zmfNVin #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un1zmfNVin #footer .copyright {
  padding-top: 30px;
}
.cid-un1zmfNVin ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un1zmfNVin H4 {
  color: #000000;
  text-align: left;
}
.cid-un1zmfNVin DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un1zmfNVin P {
  color: #e43f3f;
  text-align: left;
}
.cid-un1zmfNVin div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un1zmfNVin .copyright a {
  text-decoration: none !important;
}
.cid-un1zmfNVin .list,
.cid-un1zmfNVin .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un1zmfNVin ul li a {
  text-decoration: none !important;
}
.cid-un1zmfNVin .list {
  color: #e43f3f;
}
.cid-un1Z7VPMTi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un1Z7VPMTi nav.navbar {
  position: fixed;
}
.cid-un1Z7VPMTi .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-un1Z7VPMTi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un1Z7VPMTi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un1Z7VPMTi .dropdown-item:hover,
.cid-un1Z7VPMTi .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un1Z7VPMTi .dropdown-item:hover span {
  color: white;
}
.cid-un1Z7VPMTi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un1Z7VPMTi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un1Z7VPMTi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un1Z7VPMTi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un1Z7VPMTi .nav-link {
  position: relative;
}
.cid-un1Z7VPMTi .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un1Z7VPMTi .container {
    flex-wrap: nowrap;
  }
}
.cid-un1Z7VPMTi .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un1Z7VPMTi .dropdown-menu,
.cid-un1Z7VPMTi .navbar.opened {
  background: #e43f3f !important;
}
.cid-un1Z7VPMTi .nav-item:focus,
.cid-un1Z7VPMTi .nav-link:focus {
  outline: none;
}
.cid-un1Z7VPMTi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un1Z7VPMTi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un1Z7VPMTi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un1Z7VPMTi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un1Z7VPMTi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un1Z7VPMTi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un1Z7VPMTi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un1Z7VPMTi .navbar.opened {
  transition: all 0.3s;
}
.cid-un1Z7VPMTi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un1Z7VPMTi .navbar .navbar-logo img {
  width: auto;
}
.cid-un1Z7VPMTi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un1Z7VPMTi .navbar.collapsed {
  justify-content: center;
}
.cid-un1Z7VPMTi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un1Z7VPMTi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un1Z7VPMTi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un1Z7VPMTi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un1Z7VPMTi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un1Z7VPMTi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un1Z7VPMTi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un1Z7VPMTi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un1Z7VPMTi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un1Z7VPMTi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un1Z7VPMTi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un1Z7VPMTi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un1Z7VPMTi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un1Z7VPMTi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un1Z7VPMTi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un1Z7VPMTi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un1Z7VPMTi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un1Z7VPMTi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un1Z7VPMTi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un1Z7VPMTi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un1Z7VPMTi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un1Z7VPMTi .navbar.navbar-short {
  min-height: 60px;
}
.cid-un1Z7VPMTi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un1Z7VPMTi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un1Z7VPMTi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un1Z7VPMTi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un1Z7VPMTi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un1Z7VPMTi .dropdown-item.active,
.cid-un1Z7VPMTi .dropdown-item:active {
  background-color: transparent;
}
.cid-un1Z7VPMTi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un1Z7VPMTi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un1Z7VPMTi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un1Z7VPMTi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un1Z7VPMTi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un1Z7VPMTi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un1Z7VPMTi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un1Z7VPMTi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un1Z7VPMTi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un1Z7VPMTi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un1Z7VPMTi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un1Z7VPMTi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un1Z7VPMTi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un1Z7VPMTi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un1Z7VPMTi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un1Z7VPMTi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un1Z7VPMTi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un1Z7VPMTi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un1Z7VPMTi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un1Z7VPMTi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un1Z7VPMTi .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-un1Z7VPMTi .navbar {
    height: 70px;
  }
  .cid-un1Z7VPMTi .navbar.opened {
    height: auto;
  }
  .cid-un1Z7VPMTi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un1Z7U5Qkx {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un1Z7U5Qkx .row {
  flex-direction: row-reverse;
}
.cid-un1Z7U5Qkx p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un1Z7U5Qkx .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un1Z7U5Qkx .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un1Z7U5Qkx .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un1Z7U5Qkx .main-banner .left-content {
  margin-right: 15px;
}
.cid-un1Z7U5Qkx .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un1Z7U5Qkx .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un1Z7U5Qkx .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un1Z7U5Qkx .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un1Z7U5Qkx .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un1Z7U5Qkx .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un1Z7U5Qkx .main-banner:before {
    display: none;
  }
  .cid-un1Z7U5Qkx .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un1Z7U5Qkx .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un1Z7U5Qkx H6 {
  color: #e43f3f;
}
.cid-un1Z7U5Qkx H2 {
  color: #000000;
}
.cid-un1Z7UvbG9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un1Z7UvbG9 .mbr-section-title {
  color: #000000;
}
.cid-un1Z7UKYmN {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un1Z7UKYmN .container {
  padding: 0 5%;
}
.cid-un1Z7UKYmN #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un1Z7UKYmN #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un1Z7UKYmN #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un1Z7UKYmN #expand-button:hover {
  background-color: #7787a5;
}
.cid-un1Z7UKYmN .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un1Z7UKYmN .item:focus,
.cid-un1Z7UKYmN span:focus {
  outline: none;
}
.cid-un1Z7UKYmN .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un1Z7UKYmN .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un1Z7UKYmN .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un1Z7UKYmN .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un1Z7UKYmN .item {
    padding: 1.5rem;
  }
}
.cid-un1Z7UKYmN .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un1Z7UKYmN .item .item-icon {
    margin-top: 0;
  }
}
.cid-un1Z7UKYmN .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un1Z7UKYmN .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un1Z7UKYmN .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un1Z7UKYmN .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un1Z7UKYmN .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un1Z7UKYmN .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un1Z7UKYmN .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un1Z7UKYmN .item-content {
    margin-left: 0;
  }
}
.cid-un1Z7UKYmN .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un1Z7UKYmN .item-title {
  color: #ffffff;
}
.cid-un1Z7UKYmN .mbr-text,
.cid-un1Z7UKYmN .item-icon {
  color: #ffffff;
}
.cid-un1Z7UKYmN .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un1Z7UKYmN .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un1Z7UKYmN .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un1Z7UKYmN .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un1Z7UKYmN .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un1Z7UKYmN .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un1Z7UKYmN .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un1Z7UKYmN .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un1Z7UKYmN .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un1Z7UKYmN .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un1Z7UKYmN .article-column1 {
    padding-right: 16px;
  }
}
.cid-un1Z7UKYmN .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un1Z7UKYmN .article-column2 {
    padding-left: 16px;
  }
}
.cid-un1Z7UKYmN .mbr-section-subtitle,
.cid-un1Z7UKYmN .mbr-iconfont {
  color: #e082c5;
}
.cid-un1Z7UKYmN .mbr-section-subtitle {
  color: #000000;
}
.cid-un1Z7VffEZ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un1Z7VffEZ p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un1Z7VffEZ .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un1Z7VffEZ .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un1Z7VffEZ .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un1Z7VffEZ .main-banner .left-content {
  margin-right: 15px;
}
.cid-un1Z7VffEZ .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un1Z7VffEZ .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un1Z7VffEZ .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un1Z7VffEZ .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un1Z7VffEZ .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un1Z7VffEZ .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un1Z7VffEZ .main-banner:before {
    display: none;
  }
  .cid-un1Z7VffEZ .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un1Z7VffEZ .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un1Z7VffEZ H6 {
  color: #e43f3f;
}
.cid-un1Z7VffEZ H2 {
  color: #000000;
}
.cid-un1Z7VffEZ P {
  color: #000000;
}
.cid-un1Z7VwQpt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un1Z7VwQpt #footer {
  padding: 0 0 25px 0;
}
.cid-un1Z7VwQpt #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un1Z7VwQpt #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un1Z7VwQpt #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un1Z7VwQpt #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un1Z7VwQpt #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un1Z7VwQpt #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un1Z7VwQpt #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un1Z7VwQpt #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un1Z7VwQpt #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un1Z7VwQpt #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un1Z7VwQpt #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un1Z7VwQpt #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un1Z7VwQpt #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un1Z7VwQpt #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un1Z7VwQpt #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un1Z7VwQpt #footer .copyright {
  padding-top: 30px;
}
.cid-un1Z7VwQpt ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un1Z7VwQpt H4 {
  color: #000000;
  text-align: left;
}
.cid-un1Z7VwQpt DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un1Z7VwQpt P {
  color: #e43f3f;
  text-align: left;
}
.cid-un1Z7VwQpt div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un1Z7VwQpt .copyright a {
  text-decoration: none !important;
}
.cid-un1Z7VwQpt .list,
.cid-un1Z7VwQpt .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un1Z7VwQpt ul li a {
  text-decoration: none !important;
}
.cid-un1Z7VwQpt .list {
  color: #e43f3f;
}
.cid-un1Zdzmx4F {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un1Zdzmx4F nav.navbar {
  position: fixed;
}
.cid-un1Zdzmx4F .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-un1Zdzmx4F .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un1Zdzmx4F .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un1Zdzmx4F .dropdown-item:hover,
.cid-un1Zdzmx4F .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un1Zdzmx4F .dropdown-item:hover span {
  color: white;
}
.cid-un1Zdzmx4F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un1Zdzmx4F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un1Zdzmx4F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un1Zdzmx4F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un1Zdzmx4F .nav-link {
  position: relative;
}
.cid-un1Zdzmx4F .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un1Zdzmx4F .container {
    flex-wrap: nowrap;
  }
}
.cid-un1Zdzmx4F .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un1Zdzmx4F .dropdown-menu,
.cid-un1Zdzmx4F .navbar.opened {
  background: #e43f3f !important;
}
.cid-un1Zdzmx4F .nav-item:focus,
.cid-un1Zdzmx4F .nav-link:focus {
  outline: none;
}
.cid-un1Zdzmx4F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un1Zdzmx4F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un1Zdzmx4F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un1Zdzmx4F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un1Zdzmx4F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un1Zdzmx4F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un1Zdzmx4F .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un1Zdzmx4F .navbar.opened {
  transition: all 0.3s;
}
.cid-un1Zdzmx4F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un1Zdzmx4F .navbar .navbar-logo img {
  width: auto;
}
.cid-un1Zdzmx4F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un1Zdzmx4F .navbar.collapsed {
  justify-content: center;
}
.cid-un1Zdzmx4F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un1Zdzmx4F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un1Zdzmx4F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un1Zdzmx4F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un1Zdzmx4F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un1Zdzmx4F .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un1Zdzmx4F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un1Zdzmx4F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un1Zdzmx4F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un1Zdzmx4F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un1Zdzmx4F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un1Zdzmx4F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un1Zdzmx4F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un1Zdzmx4F .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un1Zdzmx4F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un1Zdzmx4F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un1Zdzmx4F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un1Zdzmx4F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un1Zdzmx4F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un1Zdzmx4F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un1Zdzmx4F .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un1Zdzmx4F .navbar.navbar-short {
  min-height: 60px;
}
.cid-un1Zdzmx4F .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un1Zdzmx4F .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un1Zdzmx4F .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un1Zdzmx4F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un1Zdzmx4F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un1Zdzmx4F .dropdown-item.active,
.cid-un1Zdzmx4F .dropdown-item:active {
  background-color: transparent;
}
.cid-un1Zdzmx4F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un1Zdzmx4F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un1Zdzmx4F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un1Zdzmx4F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un1Zdzmx4F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un1Zdzmx4F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un1Zdzmx4F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un1Zdzmx4F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un1Zdzmx4F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un1Zdzmx4F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un1Zdzmx4F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un1Zdzmx4F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un1Zdzmx4F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un1Zdzmx4F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un1Zdzmx4F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un1Zdzmx4F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un1Zdzmx4F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un1Zdzmx4F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un1Zdzmx4F .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un1Zdzmx4F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un1Zdzmx4F .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-un1Zdzmx4F .navbar {
    height: 70px;
  }
  .cid-un1Zdzmx4F .navbar.opened {
    height: auto;
  }
  .cid-un1Zdzmx4F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un1ZdxDHYB {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un1ZdxDHYB .row {
  flex-direction: row-reverse;
}
.cid-un1ZdxDHYB p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un1ZdxDHYB .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un1ZdxDHYB .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un1ZdxDHYB .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un1ZdxDHYB .main-banner .left-content {
  margin-right: 15px;
}
.cid-un1ZdxDHYB .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un1ZdxDHYB .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un1ZdxDHYB .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un1ZdxDHYB .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un1ZdxDHYB .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un1ZdxDHYB .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un1ZdxDHYB .main-banner:before {
    display: none;
  }
  .cid-un1ZdxDHYB .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un1ZdxDHYB .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un1ZdxDHYB H6 {
  color: #e43f3f;
}
.cid-un1ZdxDHYB H2 {
  color: #000000;
}
.cid-un1Zdy49uc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un1Zdy49uc .mbr-section-title {
  color: #000000;
}
.cid-un1Zdyiyim {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un1Zdyiyim .container {
  padding: 0 5%;
}
.cid-un1Zdyiyim #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un1Zdyiyim #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un1Zdyiyim #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un1Zdyiyim #expand-button:hover {
  background-color: #7787a5;
}
.cid-un1Zdyiyim .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un1Zdyiyim .item:focus,
.cid-un1Zdyiyim span:focus {
  outline: none;
}
.cid-un1Zdyiyim .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un1Zdyiyim .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un1Zdyiyim .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un1Zdyiyim .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un1Zdyiyim .item {
    padding: 1.5rem;
  }
}
.cid-un1Zdyiyim .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un1Zdyiyim .item .item-icon {
    margin-top: 0;
  }
}
.cid-un1Zdyiyim .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un1Zdyiyim .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un1Zdyiyim .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un1Zdyiyim .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un1Zdyiyim .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un1Zdyiyim .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un1Zdyiyim .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un1Zdyiyim .item-content {
    margin-left: 0;
  }
}
.cid-un1Zdyiyim .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un1Zdyiyim .item-title {
  color: #ffffff;
}
.cid-un1Zdyiyim .mbr-text,
.cid-un1Zdyiyim .item-icon {
  color: #ffffff;
}
.cid-un1Zdyiyim .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un1Zdyiyim .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un1Zdyiyim .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un1Zdyiyim .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un1Zdyiyim .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un1Zdyiyim .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un1Zdyiyim .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un1Zdyiyim .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un1Zdyiyim .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un1Zdyiyim .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un1Zdyiyim .article-column1 {
    padding-right: 16px;
  }
}
.cid-un1Zdyiyim .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un1Zdyiyim .article-column2 {
    padding-left: 16px;
  }
}
.cid-un1Zdyiyim .mbr-section-subtitle,
.cid-un1Zdyiyim .mbr-iconfont {
  color: #e082c5;
}
.cid-un1Zdyiyim .mbr-section-subtitle {
  color: #000000;
}
.cid-un1ZdyMtwm {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un1ZdyMtwm p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un1ZdyMtwm .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un1ZdyMtwm .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un1ZdyMtwm .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un1ZdyMtwm .main-banner .left-content {
  margin-right: 15px;
}
.cid-un1ZdyMtwm .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un1ZdyMtwm .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un1ZdyMtwm .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un1ZdyMtwm .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un1ZdyMtwm .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un1ZdyMtwm .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un1ZdyMtwm .main-banner:before {
    display: none;
  }
  .cid-un1ZdyMtwm .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un1ZdyMtwm .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un1ZdyMtwm H6 {
  color: #e43f3f;
}
.cid-un1ZdyMtwm H2 {
  color: #000000;
}
.cid-un1ZdyMtwm P {
  color: #000000;
}
.cid-un1Zdz1ldE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un1Zdz1ldE #footer {
  padding: 0 0 25px 0;
}
.cid-un1Zdz1ldE #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un1Zdz1ldE #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un1Zdz1ldE #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un1Zdz1ldE #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un1Zdz1ldE #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un1Zdz1ldE #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un1Zdz1ldE #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un1Zdz1ldE #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un1Zdz1ldE #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un1Zdz1ldE #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un1Zdz1ldE #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un1Zdz1ldE #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un1Zdz1ldE #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un1Zdz1ldE #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un1Zdz1ldE #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un1Zdz1ldE #footer .copyright {
  padding-top: 30px;
}
.cid-un1Zdz1ldE ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un1Zdz1ldE H4 {
  color: #000000;
  text-align: left;
}
.cid-un1Zdz1ldE DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un1Zdz1ldE P {
  color: #e43f3f;
  text-align: left;
}
.cid-un1Zdz1ldE div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un1Zdz1ldE .copyright a {
  text-decoration: none !important;
}
.cid-un1Zdz1ldE .list,
.cid-un1Zdz1ldE .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un1Zdz1ldE ul li a {
  text-decoration: none !important;
}
.cid-un1Zdz1ldE .list {
  color: #e43f3f;
}
.cid-un1Zj5Xwgg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un1Zj5Xwgg nav.navbar {
  position: fixed;
}
.cid-un1Zj5Xwgg .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-un1Zj5Xwgg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un1Zj5Xwgg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un1Zj5Xwgg .dropdown-item:hover,
.cid-un1Zj5Xwgg .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un1Zj5Xwgg .dropdown-item:hover span {
  color: white;
}
.cid-un1Zj5Xwgg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un1Zj5Xwgg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un1Zj5Xwgg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un1Zj5Xwgg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un1Zj5Xwgg .nav-link {
  position: relative;
}
.cid-un1Zj5Xwgg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un1Zj5Xwgg .container {
    flex-wrap: nowrap;
  }
}
.cid-un1Zj5Xwgg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un1Zj5Xwgg .dropdown-menu,
.cid-un1Zj5Xwgg .navbar.opened {
  background: #e43f3f !important;
}
.cid-un1Zj5Xwgg .nav-item:focus,
.cid-un1Zj5Xwgg .nav-link:focus {
  outline: none;
}
.cid-un1Zj5Xwgg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un1Zj5Xwgg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un1Zj5Xwgg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un1Zj5Xwgg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un1Zj5Xwgg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un1Zj5Xwgg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un1Zj5Xwgg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un1Zj5Xwgg .navbar.opened {
  transition: all 0.3s;
}
.cid-un1Zj5Xwgg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un1Zj5Xwgg .navbar .navbar-logo img {
  width: auto;
}
.cid-un1Zj5Xwgg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un1Zj5Xwgg .navbar.collapsed {
  justify-content: center;
}
.cid-un1Zj5Xwgg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un1Zj5Xwgg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un1Zj5Xwgg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un1Zj5Xwgg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un1Zj5Xwgg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un1Zj5Xwgg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un1Zj5Xwgg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un1Zj5Xwgg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un1Zj5Xwgg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un1Zj5Xwgg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un1Zj5Xwgg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un1Zj5Xwgg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un1Zj5Xwgg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un1Zj5Xwgg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un1Zj5Xwgg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un1Zj5Xwgg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un1Zj5Xwgg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un1Zj5Xwgg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un1Zj5Xwgg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un1Zj5Xwgg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un1Zj5Xwgg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un1Zj5Xwgg .navbar.navbar-short {
  min-height: 60px;
}
.cid-un1Zj5Xwgg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un1Zj5Xwgg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un1Zj5Xwgg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un1Zj5Xwgg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un1Zj5Xwgg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un1Zj5Xwgg .dropdown-item.active,
.cid-un1Zj5Xwgg .dropdown-item:active {
  background-color: transparent;
}
.cid-un1Zj5Xwgg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un1Zj5Xwgg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un1Zj5Xwgg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un1Zj5Xwgg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un1Zj5Xwgg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un1Zj5Xwgg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un1Zj5Xwgg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un1Zj5Xwgg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un1Zj5Xwgg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un1Zj5Xwgg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un1Zj5Xwgg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un1Zj5Xwgg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un1Zj5Xwgg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un1Zj5Xwgg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un1Zj5Xwgg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un1Zj5Xwgg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un1Zj5Xwgg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un1Zj5Xwgg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un1Zj5Xwgg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un1Zj5Xwgg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un1Zj5Xwgg .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-un1Zj5Xwgg .navbar {
    height: 70px;
  }
  .cid-un1Zj5Xwgg .navbar.opened {
    height: auto;
  }
  .cid-un1Zj5Xwgg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un1Zj4ctJL {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un1Zj4ctJL .row {
  flex-direction: row-reverse;
}
.cid-un1Zj4ctJL p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un1Zj4ctJL .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un1Zj4ctJL .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un1Zj4ctJL .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un1Zj4ctJL .main-banner .left-content {
  margin-right: 15px;
}
.cid-un1Zj4ctJL .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un1Zj4ctJL .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un1Zj4ctJL .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un1Zj4ctJL .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un1Zj4ctJL .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un1Zj4ctJL .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un1Zj4ctJL .main-banner:before {
    display: none;
  }
  .cid-un1Zj4ctJL .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un1Zj4ctJL .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un1Zj4ctJL H6 {
  color: #e43f3f;
}
.cid-un1Zj4ctJL H2 {
  color: #000000;
}
.cid-un1Zj4DKJH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un1Zj4DKJH .mbr-section-title {
  color: #000000;
}
.cid-un1Zj4SDDJ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un1Zj4SDDJ .container {
  padding: 0 5%;
}
.cid-un1Zj4SDDJ #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un1Zj4SDDJ #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un1Zj4SDDJ #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un1Zj4SDDJ #expand-button:hover {
  background-color: #7787a5;
}
.cid-un1Zj4SDDJ .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un1Zj4SDDJ .item:focus,
.cid-un1Zj4SDDJ span:focus {
  outline: none;
}
.cid-un1Zj4SDDJ .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un1Zj4SDDJ .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un1Zj4SDDJ .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un1Zj4SDDJ .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un1Zj4SDDJ .item {
    padding: 1.5rem;
  }
}
.cid-un1Zj4SDDJ .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un1Zj4SDDJ .item .item-icon {
    margin-top: 0;
  }
}
.cid-un1Zj4SDDJ .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un1Zj4SDDJ .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un1Zj4SDDJ .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un1Zj4SDDJ .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un1Zj4SDDJ .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un1Zj4SDDJ .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un1Zj4SDDJ .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un1Zj4SDDJ .item-content {
    margin-left: 0;
  }
}
.cid-un1Zj4SDDJ .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un1Zj4SDDJ .item-title {
  color: #ffffff;
}
.cid-un1Zj4SDDJ .mbr-text,
.cid-un1Zj4SDDJ .item-icon {
  color: #ffffff;
}
.cid-un1Zj4SDDJ .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un1Zj4SDDJ .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un1Zj4SDDJ .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un1Zj4SDDJ .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un1Zj4SDDJ .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un1Zj4SDDJ .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un1Zj4SDDJ .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un1Zj4SDDJ .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un1Zj4SDDJ .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un1Zj4SDDJ .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un1Zj4SDDJ .article-column1 {
    padding-right: 16px;
  }
}
.cid-un1Zj4SDDJ .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un1Zj4SDDJ .article-column2 {
    padding-left: 16px;
  }
}
.cid-un1Zj4SDDJ .mbr-section-subtitle,
.cid-un1Zj4SDDJ .mbr-iconfont {
  color: #e082c5;
}
.cid-un1Zj4SDDJ .mbr-section-subtitle {
  color: #000000;
}
.cid-un1Zj5oX2s {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un1Zj5oX2s p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un1Zj5oX2s .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un1Zj5oX2s .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un1Zj5oX2s .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un1Zj5oX2s .main-banner .left-content {
  margin-right: 15px;
}
.cid-un1Zj5oX2s .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un1Zj5oX2s .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un1Zj5oX2s .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un1Zj5oX2s .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un1Zj5oX2s .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un1Zj5oX2s .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un1Zj5oX2s .main-banner:before {
    display: none;
  }
  .cid-un1Zj5oX2s .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un1Zj5oX2s .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un1Zj5oX2s H6 {
  color: #e43f3f;
}
.cid-un1Zj5oX2s H2 {
  color: #000000;
}
.cid-un1Zj5oX2s P {
  color: #000000;
}
.cid-un1Zj5DF1a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un1Zj5DF1a #footer {
  padding: 0 0 25px 0;
}
.cid-un1Zj5DF1a #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un1Zj5DF1a #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un1Zj5DF1a #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un1Zj5DF1a #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un1Zj5DF1a #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un1Zj5DF1a #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un1Zj5DF1a #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un1Zj5DF1a #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un1Zj5DF1a #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un1Zj5DF1a #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un1Zj5DF1a #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un1Zj5DF1a #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un1Zj5DF1a #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un1Zj5DF1a #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un1Zj5DF1a #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un1Zj5DF1a #footer .copyright {
  padding-top: 30px;
}
.cid-un1Zj5DF1a ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un1Zj5DF1a H4 {
  color: #000000;
  text-align: left;
}
.cid-un1Zj5DF1a DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un1Zj5DF1a P {
  color: #e43f3f;
  text-align: left;
}
.cid-un1Zj5DF1a div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un1Zj5DF1a .copyright a {
  text-decoration: none !important;
}
.cid-un1Zj5DF1a .list,
.cid-un1Zj5DF1a .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un1Zj5DF1a ul li a {
  text-decoration: none !important;
}
.cid-un1Zj5DF1a .list {
  color: #e43f3f;
}
.cid-un2ectyDcn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un2ectyDcn nav.navbar {
  position: fixed;
}
.cid-un2ectyDcn .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-un2ectyDcn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un2ectyDcn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un2ectyDcn .dropdown-item:hover,
.cid-un2ectyDcn .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un2ectyDcn .dropdown-item:hover span {
  color: white;
}
.cid-un2ectyDcn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un2ectyDcn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un2ectyDcn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un2ectyDcn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un2ectyDcn .nav-link {
  position: relative;
}
.cid-un2ectyDcn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un2ectyDcn .container {
    flex-wrap: nowrap;
  }
}
.cid-un2ectyDcn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un2ectyDcn .dropdown-menu,
.cid-un2ectyDcn .navbar.opened {
  background: #e43f3f !important;
}
.cid-un2ectyDcn .nav-item:focus,
.cid-un2ectyDcn .nav-link:focus {
  outline: none;
}
.cid-un2ectyDcn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un2ectyDcn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un2ectyDcn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un2ectyDcn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un2ectyDcn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un2ectyDcn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un2ectyDcn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un2ectyDcn .navbar.opened {
  transition: all 0.3s;
}
.cid-un2ectyDcn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un2ectyDcn .navbar .navbar-logo img {
  width: auto;
}
.cid-un2ectyDcn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un2ectyDcn .navbar.collapsed {
  justify-content: center;
}
.cid-un2ectyDcn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un2ectyDcn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un2ectyDcn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un2ectyDcn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un2ectyDcn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un2ectyDcn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un2ectyDcn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un2ectyDcn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un2ectyDcn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un2ectyDcn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un2ectyDcn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un2ectyDcn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un2ectyDcn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un2ectyDcn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un2ectyDcn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un2ectyDcn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un2ectyDcn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un2ectyDcn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un2ectyDcn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un2ectyDcn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un2ectyDcn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un2ectyDcn .navbar.navbar-short {
  min-height: 60px;
}
.cid-un2ectyDcn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un2ectyDcn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un2ectyDcn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un2ectyDcn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un2ectyDcn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un2ectyDcn .dropdown-item.active,
.cid-un2ectyDcn .dropdown-item:active {
  background-color: transparent;
}
.cid-un2ectyDcn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un2ectyDcn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un2ectyDcn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un2ectyDcn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un2ectyDcn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un2ectyDcn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un2ectyDcn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un2ectyDcn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un2ectyDcn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un2ectyDcn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un2ectyDcn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un2ectyDcn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un2ectyDcn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un2ectyDcn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un2ectyDcn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un2ectyDcn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un2ectyDcn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un2ectyDcn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un2ectyDcn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un2ectyDcn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un2ectyDcn .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-un2ectyDcn .navbar {
    height: 70px;
  }
  .cid-un2ectyDcn .navbar.opened {
    height: auto;
  }
  .cid-un2ectyDcn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un2ecrUarP {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un2ecrUarP .row {
  flex-direction: row-reverse;
}
.cid-un2ecrUarP p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un2ecrUarP .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un2ecrUarP .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un2ecrUarP .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un2ecrUarP .main-banner .left-content {
  margin-right: 15px;
}
.cid-un2ecrUarP .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un2ecrUarP .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un2ecrUarP .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un2ecrUarP .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un2ecrUarP .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un2ecrUarP .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un2ecrUarP .main-banner:before {
    display: none;
  }
  .cid-un2ecrUarP .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un2ecrUarP .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un2ecrUarP H6 {
  color: #e43f3f;
}
.cid-un2ecrUarP H2 {
  color: #000000;
}
.cid-un2ecsfFO7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un2ecsfFO7 .mbr-section-title {
  color: #000000;
}
.cid-un2ecsx6rS {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un2ecsx6rS .container {
  padding: 0 5%;
}
.cid-un2ecsx6rS #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un2ecsx6rS #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un2ecsx6rS #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un2ecsx6rS #expand-button:hover {
  background-color: #7787a5;
}
.cid-un2ecsx6rS .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un2ecsx6rS .item:focus,
.cid-un2ecsx6rS span:focus {
  outline: none;
}
.cid-un2ecsx6rS .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un2ecsx6rS .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un2ecsx6rS .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un2ecsx6rS .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un2ecsx6rS .item {
    padding: 1.5rem;
  }
}
.cid-un2ecsx6rS .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un2ecsx6rS .item .item-icon {
    margin-top: 0;
  }
}
.cid-un2ecsx6rS .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un2ecsx6rS .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un2ecsx6rS .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un2ecsx6rS .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un2ecsx6rS .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un2ecsx6rS .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un2ecsx6rS .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un2ecsx6rS .item-content {
    margin-left: 0;
  }
}
.cid-un2ecsx6rS .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un2ecsx6rS .item-title {
  color: #ffffff;
}
.cid-un2ecsx6rS .mbr-text,
.cid-un2ecsx6rS .item-icon {
  color: #ffffff;
}
.cid-un2ecsx6rS .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un2ecsx6rS .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un2ecsx6rS .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un2ecsx6rS .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un2ecsx6rS .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un2ecsx6rS .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un2ecsx6rS .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un2ecsx6rS .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un2ecsx6rS .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un2ecsx6rS .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un2ecsx6rS .article-column1 {
    padding-right: 16px;
  }
}
.cid-un2ecsx6rS .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un2ecsx6rS .article-column2 {
    padding-left: 16px;
  }
}
.cid-un2ecsx6rS .mbr-section-subtitle,
.cid-un2ecsx6rS .mbr-iconfont {
  color: #e082c5;
}
.cid-un2ecsx6rS .mbr-section-subtitle {
  color: #000000;
}
.cid-un2ecsZpVd {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un2ecsZpVd p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un2ecsZpVd .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un2ecsZpVd .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un2ecsZpVd .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un2ecsZpVd .main-banner .left-content {
  margin-right: 15px;
}
.cid-un2ecsZpVd .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un2ecsZpVd .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un2ecsZpVd .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un2ecsZpVd .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un2ecsZpVd .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un2ecsZpVd .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un2ecsZpVd .main-banner:before {
    display: none;
  }
  .cid-un2ecsZpVd .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un2ecsZpVd .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un2ecsZpVd H6 {
  color: #e43f3f;
}
.cid-un2ecsZpVd H2 {
  color: #000000;
}
.cid-un2ecsZpVd P {
  color: #000000;
}
.cid-un2ectgKbL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un2ectgKbL #footer {
  padding: 0 0 25px 0;
}
.cid-un2ectgKbL #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un2ectgKbL #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un2ectgKbL #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un2ectgKbL #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un2ectgKbL #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un2ectgKbL #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un2ectgKbL #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un2ectgKbL #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un2ectgKbL #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un2ectgKbL #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un2ectgKbL #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un2ectgKbL #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un2ectgKbL #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un2ectgKbL #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un2ectgKbL #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un2ectgKbL #footer .copyright {
  padding-top: 30px;
}
.cid-un2ectgKbL ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un2ectgKbL H4 {
  color: #000000;
  text-align: left;
}
.cid-un2ectgKbL DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un2ectgKbL P {
  color: #e43f3f;
  text-align: left;
}
.cid-un2ectgKbL div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un2ectgKbL .copyright a {
  text-decoration: none !important;
}
.cid-un2ectgKbL .list,
.cid-un2ectgKbL .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un2ectgKbL ul li a {
  text-decoration: none !important;
}
.cid-un2ectgKbL .list {
  color: #e43f3f;
}
.cid-un2eJrKi9T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un2eJrKi9T nav.navbar {
  position: fixed;
}
.cid-un2eJrKi9T .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-un2eJrKi9T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un2eJrKi9T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un2eJrKi9T .dropdown-item:hover,
.cid-un2eJrKi9T .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un2eJrKi9T .dropdown-item:hover span {
  color: white;
}
.cid-un2eJrKi9T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un2eJrKi9T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un2eJrKi9T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un2eJrKi9T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un2eJrKi9T .nav-link {
  position: relative;
}
.cid-un2eJrKi9T .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un2eJrKi9T .container {
    flex-wrap: nowrap;
  }
}
.cid-un2eJrKi9T .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un2eJrKi9T .dropdown-menu,
.cid-un2eJrKi9T .navbar.opened {
  background: #e43f3f !important;
}
.cid-un2eJrKi9T .nav-item:focus,
.cid-un2eJrKi9T .nav-link:focus {
  outline: none;
}
.cid-un2eJrKi9T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un2eJrKi9T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un2eJrKi9T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un2eJrKi9T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un2eJrKi9T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un2eJrKi9T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un2eJrKi9T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un2eJrKi9T .navbar.opened {
  transition: all 0.3s;
}
.cid-un2eJrKi9T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un2eJrKi9T .navbar .navbar-logo img {
  width: auto;
}
.cid-un2eJrKi9T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un2eJrKi9T .navbar.collapsed {
  justify-content: center;
}
.cid-un2eJrKi9T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un2eJrKi9T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un2eJrKi9T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un2eJrKi9T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un2eJrKi9T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un2eJrKi9T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un2eJrKi9T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un2eJrKi9T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un2eJrKi9T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un2eJrKi9T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un2eJrKi9T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un2eJrKi9T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un2eJrKi9T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un2eJrKi9T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un2eJrKi9T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un2eJrKi9T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un2eJrKi9T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un2eJrKi9T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un2eJrKi9T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un2eJrKi9T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un2eJrKi9T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un2eJrKi9T .navbar.navbar-short {
  min-height: 60px;
}
.cid-un2eJrKi9T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un2eJrKi9T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un2eJrKi9T .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un2eJrKi9T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un2eJrKi9T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un2eJrKi9T .dropdown-item.active,
.cid-un2eJrKi9T .dropdown-item:active {
  background-color: transparent;
}
.cid-un2eJrKi9T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un2eJrKi9T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un2eJrKi9T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un2eJrKi9T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un2eJrKi9T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un2eJrKi9T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un2eJrKi9T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un2eJrKi9T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un2eJrKi9T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un2eJrKi9T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un2eJrKi9T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un2eJrKi9T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un2eJrKi9T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un2eJrKi9T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un2eJrKi9T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un2eJrKi9T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un2eJrKi9T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un2eJrKi9T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un2eJrKi9T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un2eJrKi9T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un2eJrKi9T .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-un2eJrKi9T .navbar {
    height: 70px;
  }
  .cid-un2eJrKi9T .navbar.opened {
    height: auto;
  }
  .cid-un2eJrKi9T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un2eJqd0XY {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un2eJqd0XY .row {
  flex-direction: row-reverse;
}
.cid-un2eJqd0XY p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un2eJqd0XY .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un2eJqd0XY .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un2eJqd0XY .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un2eJqd0XY .main-banner .left-content {
  margin-right: 15px;
}
.cid-un2eJqd0XY .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un2eJqd0XY .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un2eJqd0XY .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un2eJqd0XY .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un2eJqd0XY .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un2eJqd0XY .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un2eJqd0XY .main-banner:before {
    display: none;
  }
  .cid-un2eJqd0XY .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un2eJqd0XY .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un2eJqd0XY H6 {
  color: #e43f3f;
}
.cid-un2eJqd0XY H2 {
  color: #000000;
}
.cid-un2eJqyApZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un2eJqyApZ .mbr-section-title {
  color: #000000;
}
.cid-un2eJqPdfO {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un2eJqPdfO .container {
  padding: 0 5%;
}
.cid-un2eJqPdfO #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un2eJqPdfO #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un2eJqPdfO #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un2eJqPdfO #expand-button:hover {
  background-color: #7787a5;
}
.cid-un2eJqPdfO .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un2eJqPdfO .item:focus,
.cid-un2eJqPdfO span:focus {
  outline: none;
}
.cid-un2eJqPdfO .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un2eJqPdfO .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un2eJqPdfO .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un2eJqPdfO .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un2eJqPdfO .item {
    padding: 1.5rem;
  }
}
.cid-un2eJqPdfO .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un2eJqPdfO .item .item-icon {
    margin-top: 0;
  }
}
.cid-un2eJqPdfO .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un2eJqPdfO .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un2eJqPdfO .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un2eJqPdfO .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un2eJqPdfO .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un2eJqPdfO .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un2eJqPdfO .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un2eJqPdfO .item-content {
    margin-left: 0;
  }
}
.cid-un2eJqPdfO .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un2eJqPdfO .item-title {
  color: #ffffff;
}
.cid-un2eJqPdfO .mbr-text,
.cid-un2eJqPdfO .item-icon {
  color: #ffffff;
}
.cid-un2eJqPdfO .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un2eJqPdfO .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un2eJqPdfO .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un2eJqPdfO .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un2eJqPdfO .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un2eJqPdfO .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un2eJqPdfO .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un2eJqPdfO .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un2eJqPdfO .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un2eJqPdfO .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un2eJqPdfO .article-column1 {
    padding-right: 16px;
  }
}
.cid-un2eJqPdfO .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un2eJqPdfO .article-column2 {
    padding-left: 16px;
  }
}
.cid-un2eJqPdfO .mbr-section-subtitle,
.cid-un2eJqPdfO .mbr-iconfont {
  color: #e082c5;
}
.cid-un2eJqPdfO .mbr-section-subtitle {
  color: #000000;
}
.cid-un2eJrfuhD {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un2eJrfuhD p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un2eJrfuhD .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un2eJrfuhD .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un2eJrfuhD .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un2eJrfuhD .main-banner .left-content {
  margin-right: 15px;
}
.cid-un2eJrfuhD .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un2eJrfuhD .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un2eJrfuhD .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un2eJrfuhD .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un2eJrfuhD .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un2eJrfuhD .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un2eJrfuhD .main-banner:before {
    display: none;
  }
  .cid-un2eJrfuhD .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un2eJrfuhD .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un2eJrfuhD H6 {
  color: #e43f3f;
}
.cid-un2eJrfuhD H2 {
  color: #000000;
}
.cid-un2eJrfuhD P {
  color: #000000;
}
.cid-un2eJrsemg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un2eJrsemg #footer {
  padding: 0 0 25px 0;
}
.cid-un2eJrsemg #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un2eJrsemg #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un2eJrsemg #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un2eJrsemg #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un2eJrsemg #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un2eJrsemg #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un2eJrsemg #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un2eJrsemg #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un2eJrsemg #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un2eJrsemg #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un2eJrsemg #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un2eJrsemg #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un2eJrsemg #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un2eJrsemg #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un2eJrsemg #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un2eJrsemg #footer .copyright {
  padding-top: 30px;
}
.cid-un2eJrsemg ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un2eJrsemg H4 {
  color: #000000;
  text-align: left;
}
.cid-un2eJrsemg DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un2eJrsemg P {
  color: #e43f3f;
  text-align: left;
}
.cid-un2eJrsemg div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un2eJrsemg .copyright a {
  text-decoration: none !important;
}
.cid-un2eJrsemg .list,
.cid-un2eJrsemg .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un2eJrsemg ul li a {
  text-decoration: none !important;
}
.cid-un2eJrsemg .list {
  color: #e43f3f;
}
.cid-un2f2E5zdh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un2f2E5zdh nav.navbar {
  position: fixed;
}
.cid-un2f2E5zdh .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-un2f2E5zdh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un2f2E5zdh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un2f2E5zdh .dropdown-item:hover,
.cid-un2f2E5zdh .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un2f2E5zdh .dropdown-item:hover span {
  color: white;
}
.cid-un2f2E5zdh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un2f2E5zdh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un2f2E5zdh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un2f2E5zdh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un2f2E5zdh .nav-link {
  position: relative;
}
.cid-un2f2E5zdh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un2f2E5zdh .container {
    flex-wrap: nowrap;
  }
}
.cid-un2f2E5zdh .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un2f2E5zdh .dropdown-menu,
.cid-un2f2E5zdh .navbar.opened {
  background: #e43f3f !important;
}
.cid-un2f2E5zdh .nav-item:focus,
.cid-un2f2E5zdh .nav-link:focus {
  outline: none;
}
.cid-un2f2E5zdh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un2f2E5zdh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un2f2E5zdh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un2f2E5zdh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un2f2E5zdh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un2f2E5zdh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un2f2E5zdh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un2f2E5zdh .navbar.opened {
  transition: all 0.3s;
}
.cid-un2f2E5zdh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un2f2E5zdh .navbar .navbar-logo img {
  width: auto;
}
.cid-un2f2E5zdh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un2f2E5zdh .navbar.collapsed {
  justify-content: center;
}
.cid-un2f2E5zdh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un2f2E5zdh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un2f2E5zdh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un2f2E5zdh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un2f2E5zdh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un2f2E5zdh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un2f2E5zdh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un2f2E5zdh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un2f2E5zdh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un2f2E5zdh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un2f2E5zdh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un2f2E5zdh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un2f2E5zdh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un2f2E5zdh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un2f2E5zdh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un2f2E5zdh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un2f2E5zdh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un2f2E5zdh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un2f2E5zdh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un2f2E5zdh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un2f2E5zdh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un2f2E5zdh .navbar.navbar-short {
  min-height: 60px;
}
.cid-un2f2E5zdh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un2f2E5zdh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un2f2E5zdh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un2f2E5zdh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un2f2E5zdh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un2f2E5zdh .dropdown-item.active,
.cid-un2f2E5zdh .dropdown-item:active {
  background-color: transparent;
}
.cid-un2f2E5zdh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un2f2E5zdh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un2f2E5zdh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un2f2E5zdh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un2f2E5zdh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un2f2E5zdh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un2f2E5zdh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un2f2E5zdh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un2f2E5zdh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un2f2E5zdh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un2f2E5zdh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un2f2E5zdh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un2f2E5zdh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un2f2E5zdh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un2f2E5zdh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un2f2E5zdh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un2f2E5zdh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un2f2E5zdh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un2f2E5zdh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un2f2E5zdh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un2f2E5zdh .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-un2f2E5zdh .navbar {
    height: 70px;
  }
  .cid-un2f2E5zdh .navbar.opened {
    height: auto;
  }
  .cid-un2f2E5zdh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un2f2C05Tu {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un2f2C05Tu .row {
  flex-direction: row-reverse;
}
.cid-un2f2C05Tu p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un2f2C05Tu .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un2f2C05Tu .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un2f2C05Tu .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un2f2C05Tu .main-banner .left-content {
  margin-right: 15px;
}
.cid-un2f2C05Tu .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un2f2C05Tu .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un2f2C05Tu .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un2f2C05Tu .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un2f2C05Tu .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un2f2C05Tu .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un2f2C05Tu .main-banner:before {
    display: none;
  }
  .cid-un2f2C05Tu .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un2f2C05Tu .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un2f2C05Tu H6 {
  color: #e43f3f;
}
.cid-un2f2C05Tu H2 {
  color: #000000;
}
.cid-un2f2CthgQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un2f2CthgQ .mbr-section-title {
  color: #000000;
}
.cid-un2f2CTXtl {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un2f2CTXtl .container {
  padding: 0 5%;
}
.cid-un2f2CTXtl #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un2f2CTXtl #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un2f2CTXtl #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un2f2CTXtl #expand-button:hover {
  background-color: #7787a5;
}
.cid-un2f2CTXtl .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un2f2CTXtl .item:focus,
.cid-un2f2CTXtl span:focus {
  outline: none;
}
.cid-un2f2CTXtl .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un2f2CTXtl .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un2f2CTXtl .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un2f2CTXtl .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un2f2CTXtl .item {
    padding: 1.5rem;
  }
}
.cid-un2f2CTXtl .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un2f2CTXtl .item .item-icon {
    margin-top: 0;
  }
}
.cid-un2f2CTXtl .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un2f2CTXtl .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un2f2CTXtl .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un2f2CTXtl .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un2f2CTXtl .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un2f2CTXtl .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un2f2CTXtl .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un2f2CTXtl .item-content {
    margin-left: 0;
  }
}
.cid-un2f2CTXtl .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un2f2CTXtl .item-title {
  color: #ffffff;
}
.cid-un2f2CTXtl .mbr-text,
.cid-un2f2CTXtl .item-icon {
  color: #ffffff;
}
.cid-un2f2CTXtl .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un2f2CTXtl .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un2f2CTXtl .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un2f2CTXtl .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un2f2CTXtl .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un2f2CTXtl .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un2f2CTXtl .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un2f2CTXtl .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un2f2CTXtl .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un2f2CTXtl .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un2f2CTXtl .article-column1 {
    padding-right: 16px;
  }
}
.cid-un2f2CTXtl .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un2f2CTXtl .article-column2 {
    padding-left: 16px;
  }
}
.cid-un2f2CTXtl .mbr-section-subtitle,
.cid-un2f2CTXtl .mbr-iconfont {
  color: #e082c5;
}
.cid-un2f2CTXtl .mbr-section-subtitle {
  color: #000000;
}
.cid-un2f2DsNon {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un2f2DsNon p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un2f2DsNon .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un2f2DsNon .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un2f2DsNon .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un2f2DsNon .main-banner .left-content {
  margin-right: 15px;
}
.cid-un2f2DsNon .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un2f2DsNon .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un2f2DsNon .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un2f2DsNon .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un2f2DsNon .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un2f2DsNon .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un2f2DsNon .main-banner:before {
    display: none;
  }
  .cid-un2f2DsNon .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un2f2DsNon .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un2f2DsNon H6 {
  color: #e43f3f;
}
.cid-un2f2DsNon H2 {
  color: #000000;
}
.cid-un2f2DsNon P {
  color: #000000;
}
.cid-un2f2DJNJ1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un2f2DJNJ1 #footer {
  padding: 0 0 25px 0;
}
.cid-un2f2DJNJ1 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un2f2DJNJ1 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un2f2DJNJ1 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un2f2DJNJ1 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un2f2DJNJ1 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un2f2DJNJ1 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un2f2DJNJ1 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un2f2DJNJ1 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un2f2DJNJ1 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un2f2DJNJ1 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un2f2DJNJ1 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un2f2DJNJ1 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un2f2DJNJ1 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un2f2DJNJ1 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un2f2DJNJ1 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un2f2DJNJ1 #footer .copyright {
  padding-top: 30px;
}
.cid-un2f2DJNJ1 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un2f2DJNJ1 H4 {
  color: #000000;
  text-align: left;
}
.cid-un2f2DJNJ1 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un2f2DJNJ1 P {
  color: #e43f3f;
  text-align: left;
}
.cid-un2f2DJNJ1 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un2f2DJNJ1 .copyright a {
  text-decoration: none !important;
}
.cid-un2f2DJNJ1 .list,
.cid-un2f2DJNJ1 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un2f2DJNJ1 ul li a {
  text-decoration: none !important;
}
.cid-un2f2DJNJ1 .list {
  color: #e43f3f;
}
.cid-un2fA4z8Z0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un2fA4z8Z0 nav.navbar {
  position: fixed;
}
.cid-un2fA4z8Z0 .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-un2fA4z8Z0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un2fA4z8Z0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un2fA4z8Z0 .dropdown-item:hover,
.cid-un2fA4z8Z0 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un2fA4z8Z0 .dropdown-item:hover span {
  color: white;
}
.cid-un2fA4z8Z0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un2fA4z8Z0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un2fA4z8Z0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un2fA4z8Z0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un2fA4z8Z0 .nav-link {
  position: relative;
}
.cid-un2fA4z8Z0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un2fA4z8Z0 .container {
    flex-wrap: nowrap;
  }
}
.cid-un2fA4z8Z0 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un2fA4z8Z0 .dropdown-menu,
.cid-un2fA4z8Z0 .navbar.opened {
  background: #e43f3f !important;
}
.cid-un2fA4z8Z0 .nav-item:focus,
.cid-un2fA4z8Z0 .nav-link:focus {
  outline: none;
}
.cid-un2fA4z8Z0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un2fA4z8Z0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un2fA4z8Z0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un2fA4z8Z0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un2fA4z8Z0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un2fA4z8Z0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un2fA4z8Z0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un2fA4z8Z0 .navbar.opened {
  transition: all 0.3s;
}
.cid-un2fA4z8Z0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un2fA4z8Z0 .navbar .navbar-logo img {
  width: auto;
}
.cid-un2fA4z8Z0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un2fA4z8Z0 .navbar.collapsed {
  justify-content: center;
}
.cid-un2fA4z8Z0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un2fA4z8Z0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un2fA4z8Z0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un2fA4z8Z0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un2fA4z8Z0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un2fA4z8Z0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un2fA4z8Z0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un2fA4z8Z0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un2fA4z8Z0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un2fA4z8Z0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un2fA4z8Z0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un2fA4z8Z0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un2fA4z8Z0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un2fA4z8Z0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un2fA4z8Z0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un2fA4z8Z0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un2fA4z8Z0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un2fA4z8Z0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un2fA4z8Z0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un2fA4z8Z0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un2fA4z8Z0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un2fA4z8Z0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-un2fA4z8Z0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un2fA4z8Z0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un2fA4z8Z0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un2fA4z8Z0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un2fA4z8Z0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un2fA4z8Z0 .dropdown-item.active,
.cid-un2fA4z8Z0 .dropdown-item:active {
  background-color: transparent;
}
.cid-un2fA4z8Z0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un2fA4z8Z0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un2fA4z8Z0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un2fA4z8Z0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un2fA4z8Z0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un2fA4z8Z0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un2fA4z8Z0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un2fA4z8Z0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un2fA4z8Z0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un2fA4z8Z0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un2fA4z8Z0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un2fA4z8Z0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un2fA4z8Z0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un2fA4z8Z0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un2fA4z8Z0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un2fA4z8Z0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un2fA4z8Z0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un2fA4z8Z0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un2fA4z8Z0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un2fA4z8Z0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un2fA4z8Z0 .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-un2fA4z8Z0 .navbar {
    height: 70px;
  }
  .cid-un2fA4z8Z0 .navbar.opened {
    height: auto;
  }
  .cid-un2fA4z8Z0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un2fA2SNNr {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un2fA2SNNr .row {
  flex-direction: row-reverse;
}
.cid-un2fA2SNNr p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un2fA2SNNr .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un2fA2SNNr .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un2fA2SNNr .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un2fA2SNNr .main-banner .left-content {
  margin-right: 15px;
}
.cid-un2fA2SNNr .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un2fA2SNNr .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un2fA2SNNr .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un2fA2SNNr .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un2fA2SNNr .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un2fA2SNNr .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un2fA2SNNr .main-banner:before {
    display: none;
  }
  .cid-un2fA2SNNr .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un2fA2SNNr .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un2fA2SNNr H6 {
  color: #e43f3f;
}
.cid-un2fA2SNNr H2 {
  color: #000000;
}
.cid-un2fA3fmAC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un2fA3fmAC .mbr-section-title {
  color: #000000;
}
.cid-un2fA3yzX0 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un2fA3yzX0 .container {
  padding: 0 5%;
}
.cid-un2fA3yzX0 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un2fA3yzX0 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un2fA3yzX0 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un2fA3yzX0 #expand-button:hover {
  background-color: #7787a5;
}
.cid-un2fA3yzX0 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un2fA3yzX0 .item:focus,
.cid-un2fA3yzX0 span:focus {
  outline: none;
}
.cid-un2fA3yzX0 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un2fA3yzX0 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un2fA3yzX0 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un2fA3yzX0 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un2fA3yzX0 .item {
    padding: 1.5rem;
  }
}
.cid-un2fA3yzX0 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un2fA3yzX0 .item .item-icon {
    margin-top: 0;
  }
}
.cid-un2fA3yzX0 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un2fA3yzX0 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un2fA3yzX0 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un2fA3yzX0 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un2fA3yzX0 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un2fA3yzX0 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un2fA3yzX0 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un2fA3yzX0 .item-content {
    margin-left: 0;
  }
}
.cid-un2fA3yzX0 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un2fA3yzX0 .item-title {
  color: #ffffff;
}
.cid-un2fA3yzX0 .mbr-text,
.cid-un2fA3yzX0 .item-icon {
  color: #ffffff;
}
.cid-un2fA3yzX0 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un2fA3yzX0 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un2fA3yzX0 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un2fA3yzX0 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un2fA3yzX0 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un2fA3yzX0 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un2fA3yzX0 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un2fA3yzX0 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un2fA3yzX0 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un2fA3yzX0 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un2fA3yzX0 .article-column1 {
    padding-right: 16px;
  }
}
.cid-un2fA3yzX0 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un2fA3yzX0 .article-column2 {
    padding-left: 16px;
  }
}
.cid-un2fA3yzX0 .mbr-section-subtitle,
.cid-un2fA3yzX0 .mbr-iconfont {
  color: #e082c5;
}
.cid-un2fA3yzX0 .mbr-section-subtitle {
  color: #000000;
}
.cid-un2fA401Fa {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un2fA401Fa p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un2fA401Fa .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un2fA401Fa .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un2fA401Fa .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un2fA401Fa .main-banner .left-content {
  margin-right: 15px;
}
.cid-un2fA401Fa .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un2fA401Fa .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un2fA401Fa .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un2fA401Fa .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un2fA401Fa .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un2fA401Fa .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un2fA401Fa .main-banner:before {
    display: none;
  }
  .cid-un2fA401Fa .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un2fA401Fa .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un2fA401Fa H6 {
  color: #e43f3f;
}
.cid-un2fA401Fa H2 {
  color: #000000;
}
.cid-un2fA401Fa P {
  color: #000000;
}
.cid-un2fA4d417 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un2fA4d417 #footer {
  padding: 0 0 25px 0;
}
.cid-un2fA4d417 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un2fA4d417 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un2fA4d417 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un2fA4d417 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un2fA4d417 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un2fA4d417 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un2fA4d417 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un2fA4d417 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un2fA4d417 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un2fA4d417 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un2fA4d417 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un2fA4d417 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un2fA4d417 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un2fA4d417 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un2fA4d417 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un2fA4d417 #footer .copyright {
  padding-top: 30px;
}
.cid-un2fA4d417 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un2fA4d417 H4 {
  color: #000000;
  text-align: left;
}
.cid-un2fA4d417 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un2fA4d417 P {
  color: #e43f3f;
  text-align: left;
}
.cid-un2fA4d417 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un2fA4d417 .copyright a {
  text-decoration: none !important;
}
.cid-un2fA4d417 .list,
.cid-un2fA4d417 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un2fA4d417 ul li a {
  text-decoration: none !important;
}
.cid-un2fA4d417 .list {
  color: #e43f3f;
}
.cid-un8QR9usxN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un8QR9usxN nav.navbar {
  position: fixed;
}
.cid-un8QR9usxN .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-un8QR9usxN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un8QR9usxN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un8QR9usxN .dropdown-item:hover,
.cid-un8QR9usxN .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un8QR9usxN .dropdown-item:hover span {
  color: white;
}
.cid-un8QR9usxN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un8QR9usxN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un8QR9usxN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un8QR9usxN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un8QR9usxN .nav-link {
  position: relative;
}
.cid-un8QR9usxN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un8QR9usxN .container {
    flex-wrap: nowrap;
  }
}
.cid-un8QR9usxN .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un8QR9usxN .dropdown-menu,
.cid-un8QR9usxN .navbar.opened {
  background: #e43f3f !important;
}
.cid-un8QR9usxN .nav-item:focus,
.cid-un8QR9usxN .nav-link:focus {
  outline: none;
}
.cid-un8QR9usxN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un8QR9usxN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un8QR9usxN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un8QR9usxN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un8QR9usxN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un8QR9usxN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un8QR9usxN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un8QR9usxN .navbar.opened {
  transition: all 0.3s;
}
.cid-un8QR9usxN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un8QR9usxN .navbar .navbar-logo img {
  width: auto;
}
.cid-un8QR9usxN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un8QR9usxN .navbar.collapsed {
  justify-content: center;
}
.cid-un8QR9usxN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un8QR9usxN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un8QR9usxN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un8QR9usxN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un8QR9usxN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un8QR9usxN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un8QR9usxN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un8QR9usxN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un8QR9usxN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un8QR9usxN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un8QR9usxN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un8QR9usxN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un8QR9usxN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un8QR9usxN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un8QR9usxN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un8QR9usxN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un8QR9usxN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un8QR9usxN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un8QR9usxN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un8QR9usxN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un8QR9usxN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un8QR9usxN .navbar.navbar-short {
  min-height: 60px;
}
.cid-un8QR9usxN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un8QR9usxN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un8QR9usxN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un8QR9usxN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un8QR9usxN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un8QR9usxN .dropdown-item.active,
.cid-un8QR9usxN .dropdown-item:active {
  background-color: transparent;
}
.cid-un8QR9usxN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un8QR9usxN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un8QR9usxN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un8QR9usxN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un8QR9usxN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un8QR9usxN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un8QR9usxN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un8QR9usxN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un8QR9usxN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un8QR9usxN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un8QR9usxN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un8QR9usxN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un8QR9usxN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un8QR9usxN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un8QR9usxN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un8QR9usxN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un8QR9usxN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un8QR9usxN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un8QR9usxN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un8QR9usxN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un8QR9usxN .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-un8QR9usxN .navbar {
    height: 70px;
  }
  .cid-un8QR9usxN .navbar.opened {
    height: auto;
  }
  .cid-un8QR9usxN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un8QR7FkXY {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un8QR7FkXY .row {
  flex-direction: row-reverse;
}
.cid-un8QR7FkXY p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un8QR7FkXY .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un8QR7FkXY .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un8QR7FkXY .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un8QR7FkXY .main-banner .left-content {
  margin-right: 15px;
}
.cid-un8QR7FkXY .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un8QR7FkXY .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un8QR7FkXY .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un8QR7FkXY .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un8QR7FkXY .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un8QR7FkXY .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un8QR7FkXY .main-banner:before {
    display: none;
  }
  .cid-un8QR7FkXY .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un8QR7FkXY .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un8QR7FkXY H6 {
  color: #e43f3f;
}
.cid-un8QR7FkXY H2 {
  color: #000000;
}
.cid-un8QR85eez {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un8QR85eez .mbr-section-title {
  color: #000000;
}
.cid-un8QR8kZlc {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un8QR8kZlc .container {
  padding: 0 5%;
}
.cid-un8QR8kZlc #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un8QR8kZlc #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un8QR8kZlc #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un8QR8kZlc #expand-button:hover {
  background-color: #7787a5;
}
.cid-un8QR8kZlc .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un8QR8kZlc .item:focus,
.cid-un8QR8kZlc span:focus {
  outline: none;
}
.cid-un8QR8kZlc .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un8QR8kZlc .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un8QR8kZlc .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un8QR8kZlc .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un8QR8kZlc .item {
    padding: 1.5rem;
  }
}
.cid-un8QR8kZlc .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un8QR8kZlc .item .item-icon {
    margin-top: 0;
  }
}
.cid-un8QR8kZlc .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un8QR8kZlc .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un8QR8kZlc .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un8QR8kZlc .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un8QR8kZlc .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un8QR8kZlc .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un8QR8kZlc .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un8QR8kZlc .item-content {
    margin-left: 0;
  }
}
.cid-un8QR8kZlc .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un8QR8kZlc .item-title {
  color: #ffffff;
}
.cid-un8QR8kZlc .mbr-text,
.cid-un8QR8kZlc .item-icon {
  color: #ffffff;
}
.cid-un8QR8kZlc .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un8QR8kZlc .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un8QR8kZlc .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un8QR8kZlc .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un8QR8kZlc .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un8QR8kZlc .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un8QR8kZlc .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un8QR8kZlc .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un8QR8kZlc .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un8QR8kZlc .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un8QR8kZlc .article-column1 {
    padding-right: 16px;
  }
}
.cid-un8QR8kZlc .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un8QR8kZlc .article-column2 {
    padding-left: 16px;
  }
}
.cid-un8QR8kZlc .mbr-section-subtitle,
.cid-un8QR8kZlc .mbr-iconfont {
  color: #e082c5;
}
.cid-un8QR8kZlc .mbr-section-subtitle {
  color: #000000;
}
.cid-un8QR8UTGw {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un8QR8UTGw p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un8QR8UTGw .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un8QR8UTGw .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un8QR8UTGw .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un8QR8UTGw .main-banner .left-content {
  margin-right: 15px;
}
.cid-un8QR8UTGw .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un8QR8UTGw .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un8QR8UTGw .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un8QR8UTGw .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un8QR8UTGw .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un8QR8UTGw .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un8QR8UTGw .main-banner:before {
    display: none;
  }
  .cid-un8QR8UTGw .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un8QR8UTGw .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un8QR8UTGw H6 {
  color: #e43f3f;
}
.cid-un8QR8UTGw H2 {
  color: #000000;
}
.cid-un8QR8UTGw P {
  color: #000000;
}
.cid-un8QR99yLd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un8QR99yLd #footer {
  padding: 0 0 25px 0;
}
.cid-un8QR99yLd #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un8QR99yLd #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un8QR99yLd #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un8QR99yLd #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un8QR99yLd #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un8QR99yLd #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un8QR99yLd #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un8QR99yLd #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un8QR99yLd #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un8QR99yLd #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un8QR99yLd #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un8QR99yLd #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un8QR99yLd #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un8QR99yLd #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un8QR99yLd #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un8QR99yLd #footer .copyright {
  padding-top: 30px;
}
.cid-un8QR99yLd ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un8QR99yLd H4 {
  color: #000000;
  text-align: left;
}
.cid-un8QR99yLd DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un8QR99yLd P {
  color: #e43f3f;
  text-align: left;
}
.cid-un8QR99yLd div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un8QR99yLd .copyright a {
  text-decoration: none !important;
}
.cid-un8QR99yLd .list,
.cid-un8QR99yLd .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un8QR99yLd ul li a {
  text-decoration: none !important;
}
.cid-un8QR99yLd .list {
  color: #e43f3f;
}
.cid-un8QXrsYqb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un8QXrsYqb nav.navbar {
  position: fixed;
}
.cid-un8QXrsYqb .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-un8QXrsYqb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un8QXrsYqb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un8QXrsYqb .dropdown-item:hover,
.cid-un8QXrsYqb .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un8QXrsYqb .dropdown-item:hover span {
  color: white;
}
.cid-un8QXrsYqb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un8QXrsYqb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un8QXrsYqb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un8QXrsYqb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un8QXrsYqb .nav-link {
  position: relative;
}
.cid-un8QXrsYqb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un8QXrsYqb .container {
    flex-wrap: nowrap;
  }
}
.cid-un8QXrsYqb .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un8QXrsYqb .dropdown-menu,
.cid-un8QXrsYqb .navbar.opened {
  background: #e43f3f !important;
}
.cid-un8QXrsYqb .nav-item:focus,
.cid-un8QXrsYqb .nav-link:focus {
  outline: none;
}
.cid-un8QXrsYqb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un8QXrsYqb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un8QXrsYqb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un8QXrsYqb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un8QXrsYqb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un8QXrsYqb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un8QXrsYqb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un8QXrsYqb .navbar.opened {
  transition: all 0.3s;
}
.cid-un8QXrsYqb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un8QXrsYqb .navbar .navbar-logo img {
  width: auto;
}
.cid-un8QXrsYqb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un8QXrsYqb .navbar.collapsed {
  justify-content: center;
}
.cid-un8QXrsYqb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un8QXrsYqb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un8QXrsYqb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un8QXrsYqb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un8QXrsYqb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un8QXrsYqb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un8QXrsYqb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un8QXrsYqb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un8QXrsYqb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un8QXrsYqb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un8QXrsYqb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un8QXrsYqb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un8QXrsYqb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un8QXrsYqb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un8QXrsYqb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un8QXrsYqb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un8QXrsYqb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un8QXrsYqb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un8QXrsYqb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un8QXrsYqb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un8QXrsYqb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un8QXrsYqb .navbar.navbar-short {
  min-height: 60px;
}
.cid-un8QXrsYqb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un8QXrsYqb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un8QXrsYqb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un8QXrsYqb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un8QXrsYqb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un8QXrsYqb .dropdown-item.active,
.cid-un8QXrsYqb .dropdown-item:active {
  background-color: transparent;
}
.cid-un8QXrsYqb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un8QXrsYqb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un8QXrsYqb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un8QXrsYqb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un8QXrsYqb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un8QXrsYqb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un8QXrsYqb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un8QXrsYqb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un8QXrsYqb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un8QXrsYqb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un8QXrsYqb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un8QXrsYqb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un8QXrsYqb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un8QXrsYqb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un8QXrsYqb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un8QXrsYqb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un8QXrsYqb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un8QXrsYqb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un8QXrsYqb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un8QXrsYqb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un8QXrsYqb .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-un8QXrsYqb .navbar {
    height: 70px;
  }
  .cid-un8QXrsYqb .navbar.opened {
    height: auto;
  }
  .cid-un8QXrsYqb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un8QXpKxUt {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un8QXpKxUt .row {
  flex-direction: row-reverse;
}
.cid-un8QXpKxUt p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un8QXpKxUt .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un8QXpKxUt .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un8QXpKxUt .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un8QXpKxUt .main-banner .left-content {
  margin-right: 15px;
}
.cid-un8QXpKxUt .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un8QXpKxUt .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un8QXpKxUt .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un8QXpKxUt .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un8QXpKxUt .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un8QXpKxUt .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un8QXpKxUt .main-banner:before {
    display: none;
  }
  .cid-un8QXpKxUt .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un8QXpKxUt .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un8QXpKxUt H6 {
  color: #e43f3f;
}
.cid-un8QXpKxUt H2 {
  color: #000000;
}
.cid-un8QXqa0vV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un8QXqa0vV .mbr-section-title {
  color: #000000;
}
.cid-un8QXqpUd6 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un8QXqpUd6 .container {
  padding: 0 5%;
}
.cid-un8QXqpUd6 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un8QXqpUd6 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un8QXqpUd6 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un8QXqpUd6 #expand-button:hover {
  background-color: #7787a5;
}
.cid-un8QXqpUd6 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un8QXqpUd6 .item:focus,
.cid-un8QXqpUd6 span:focus {
  outline: none;
}
.cid-un8QXqpUd6 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un8QXqpUd6 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un8QXqpUd6 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un8QXqpUd6 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un8QXqpUd6 .item {
    padding: 1.5rem;
  }
}
.cid-un8QXqpUd6 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un8QXqpUd6 .item .item-icon {
    margin-top: 0;
  }
}
.cid-un8QXqpUd6 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un8QXqpUd6 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un8QXqpUd6 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un8QXqpUd6 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un8QXqpUd6 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un8QXqpUd6 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un8QXqpUd6 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un8QXqpUd6 .item-content {
    margin-left: 0;
  }
}
.cid-un8QXqpUd6 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un8QXqpUd6 .item-title {
  color: #ffffff;
}
.cid-un8QXqpUd6 .mbr-text,
.cid-un8QXqpUd6 .item-icon {
  color: #ffffff;
}
.cid-un8QXqpUd6 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un8QXqpUd6 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un8QXqpUd6 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un8QXqpUd6 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un8QXqpUd6 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un8QXqpUd6 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un8QXqpUd6 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un8QXqpUd6 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un8QXqpUd6 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un8QXqpUd6 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un8QXqpUd6 .article-column1 {
    padding-right: 16px;
  }
}
.cid-un8QXqpUd6 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un8QXqpUd6 .article-column2 {
    padding-left: 16px;
  }
}
.cid-un8QXqpUd6 .mbr-section-subtitle,
.cid-un8QXqpUd6 .mbr-iconfont {
  color: #e082c5;
}
.cid-un8QXqpUd6 .mbr-section-subtitle {
  color: #000000;
}
.cid-un8QXqUHVv {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un8QXqUHVv p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un8QXqUHVv .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un8QXqUHVv .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un8QXqUHVv .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un8QXqUHVv .main-banner .left-content {
  margin-right: 15px;
}
.cid-un8QXqUHVv .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un8QXqUHVv .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un8QXqUHVv .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un8QXqUHVv .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un8QXqUHVv .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un8QXqUHVv .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un8QXqUHVv .main-banner:before {
    display: none;
  }
  .cid-un8QXqUHVv .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un8QXqUHVv .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un8QXqUHVv H6 {
  color: #e43f3f;
}
.cid-un8QXqUHVv H2 {
  color: #000000;
}
.cid-un8QXqUHVv P {
  color: #000000;
}
.cid-un8QXr73FP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un8QXr73FP #footer {
  padding: 0 0 25px 0;
}
.cid-un8QXr73FP #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un8QXr73FP #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un8QXr73FP #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un8QXr73FP #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un8QXr73FP #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un8QXr73FP #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un8QXr73FP #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un8QXr73FP #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un8QXr73FP #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un8QXr73FP #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un8QXr73FP #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un8QXr73FP #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un8QXr73FP #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un8QXr73FP #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un8QXr73FP #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un8QXr73FP #footer .copyright {
  padding-top: 30px;
}
.cid-un8QXr73FP ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un8QXr73FP H4 {
  color: #000000;
  text-align: left;
}
.cid-un8QXr73FP DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un8QXr73FP P {
  color: #e43f3f;
  text-align: left;
}
.cid-un8QXr73FP div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un8QXr73FP .copyright a {
  text-decoration: none !important;
}
.cid-un8QXr73FP .list,
.cid-un8QXr73FP .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un8QXr73FP ul li a {
  text-decoration: none !important;
}
.cid-un8QXr73FP .list {
  color: #e43f3f;
}
.cid-un8R9DA7rh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un8R9DA7rh nav.navbar {
  position: fixed;
}
.cid-un8R9DA7rh .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-un8R9DA7rh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un8R9DA7rh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un8R9DA7rh .dropdown-item:hover,
.cid-un8R9DA7rh .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un8R9DA7rh .dropdown-item:hover span {
  color: white;
}
.cid-un8R9DA7rh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un8R9DA7rh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un8R9DA7rh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un8R9DA7rh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un8R9DA7rh .nav-link {
  position: relative;
}
.cid-un8R9DA7rh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un8R9DA7rh .container {
    flex-wrap: nowrap;
  }
}
.cid-un8R9DA7rh .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un8R9DA7rh .dropdown-menu,
.cid-un8R9DA7rh .navbar.opened {
  background: #e43f3f !important;
}
.cid-un8R9DA7rh .nav-item:focus,
.cid-un8R9DA7rh .nav-link:focus {
  outline: none;
}
.cid-un8R9DA7rh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un8R9DA7rh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un8R9DA7rh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un8R9DA7rh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un8R9DA7rh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un8R9DA7rh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un8R9DA7rh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un8R9DA7rh .navbar.opened {
  transition: all 0.3s;
}
.cid-un8R9DA7rh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un8R9DA7rh .navbar .navbar-logo img {
  width: auto;
}
.cid-un8R9DA7rh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un8R9DA7rh .navbar.collapsed {
  justify-content: center;
}
.cid-un8R9DA7rh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un8R9DA7rh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un8R9DA7rh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un8R9DA7rh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un8R9DA7rh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un8R9DA7rh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un8R9DA7rh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un8R9DA7rh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un8R9DA7rh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un8R9DA7rh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un8R9DA7rh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un8R9DA7rh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un8R9DA7rh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un8R9DA7rh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un8R9DA7rh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un8R9DA7rh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un8R9DA7rh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un8R9DA7rh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un8R9DA7rh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un8R9DA7rh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un8R9DA7rh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un8R9DA7rh .navbar.navbar-short {
  min-height: 60px;
}
.cid-un8R9DA7rh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un8R9DA7rh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un8R9DA7rh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un8R9DA7rh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un8R9DA7rh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un8R9DA7rh .dropdown-item.active,
.cid-un8R9DA7rh .dropdown-item:active {
  background-color: transparent;
}
.cid-un8R9DA7rh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un8R9DA7rh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un8R9DA7rh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un8R9DA7rh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un8R9DA7rh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un8R9DA7rh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un8R9DA7rh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un8R9DA7rh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un8R9DA7rh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un8R9DA7rh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un8R9DA7rh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un8R9DA7rh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un8R9DA7rh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un8R9DA7rh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un8R9DA7rh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un8R9DA7rh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un8R9DA7rh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un8R9DA7rh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un8R9DA7rh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un8R9DA7rh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un8R9DA7rh .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-un8R9DA7rh .navbar {
    height: 70px;
  }
  .cid-un8R9DA7rh .navbar.opened {
    height: auto;
  }
  .cid-un8R9DA7rh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un8R9BKuPL {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un8R9BKuPL .row {
  flex-direction: row-reverse;
}
.cid-un8R9BKuPL p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un8R9BKuPL .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un8R9BKuPL .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un8R9BKuPL .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un8R9BKuPL .main-banner .left-content {
  margin-right: 15px;
}
.cid-un8R9BKuPL .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un8R9BKuPL .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un8R9BKuPL .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un8R9BKuPL .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un8R9BKuPL .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un8R9BKuPL .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un8R9BKuPL .main-banner:before {
    display: none;
  }
  .cid-un8R9BKuPL .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un8R9BKuPL .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un8R9BKuPL H6 {
  color: #e43f3f;
}
.cid-un8R9BKuPL H2 {
  color: #000000;
}
.cid-un8R9CdhtA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un8R9CdhtA .mbr-section-title {
  color: #000000;
}
.cid-un8R9Cwlbp {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un8R9Cwlbp .container {
  padding: 0 5%;
}
.cid-un8R9Cwlbp #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un8R9Cwlbp #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un8R9Cwlbp #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un8R9Cwlbp #expand-button:hover {
  background-color: #7787a5;
}
.cid-un8R9Cwlbp .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un8R9Cwlbp .item:focus,
.cid-un8R9Cwlbp span:focus {
  outline: none;
}
.cid-un8R9Cwlbp .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un8R9Cwlbp .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un8R9Cwlbp .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un8R9Cwlbp .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un8R9Cwlbp .item {
    padding: 1.5rem;
  }
}
.cid-un8R9Cwlbp .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un8R9Cwlbp .item .item-icon {
    margin-top: 0;
  }
}
.cid-un8R9Cwlbp .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un8R9Cwlbp .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un8R9Cwlbp .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un8R9Cwlbp .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un8R9Cwlbp .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un8R9Cwlbp .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un8R9Cwlbp .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un8R9Cwlbp .item-content {
    margin-left: 0;
  }
}
.cid-un8R9Cwlbp .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un8R9Cwlbp .item-title {
  color: #ffffff;
}
.cid-un8R9Cwlbp .mbr-text,
.cid-un8R9Cwlbp .item-icon {
  color: #ffffff;
}
.cid-un8R9Cwlbp .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un8R9Cwlbp .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un8R9Cwlbp .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un8R9Cwlbp .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un8R9Cwlbp .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un8R9Cwlbp .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un8R9Cwlbp .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un8R9Cwlbp .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un8R9Cwlbp .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un8R9Cwlbp .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un8R9Cwlbp .article-column1 {
    padding-right: 16px;
  }
}
.cid-un8R9Cwlbp .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un8R9Cwlbp .article-column2 {
    padding-left: 16px;
  }
}
.cid-un8R9Cwlbp .mbr-section-subtitle,
.cid-un8R9Cwlbp .mbr-iconfont {
  color: #e082c5;
}
.cid-un8R9Cwlbp .mbr-section-subtitle {
  color: #000000;
}
.cid-un8R9D2OEn {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un8R9D2OEn p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un8R9D2OEn .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un8R9D2OEn .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un8R9D2OEn .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un8R9D2OEn .main-banner .left-content {
  margin-right: 15px;
}
.cid-un8R9D2OEn .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un8R9D2OEn .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un8R9D2OEn .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un8R9D2OEn .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un8R9D2OEn .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un8R9D2OEn .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un8R9D2OEn .main-banner:before {
    display: none;
  }
  .cid-un8R9D2OEn .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un8R9D2OEn .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un8R9D2OEn H6 {
  color: #e43f3f;
}
.cid-un8R9D2OEn H2 {
  color: #000000;
}
.cid-un8R9D2OEn P {
  color: #000000;
}
.cid-un8R9Dhx6t {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un8R9Dhx6t #footer {
  padding: 0 0 25px 0;
}
.cid-un8R9Dhx6t #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un8R9Dhx6t #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un8R9Dhx6t #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un8R9Dhx6t #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un8R9Dhx6t #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un8R9Dhx6t #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un8R9Dhx6t #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un8R9Dhx6t #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un8R9Dhx6t #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un8R9Dhx6t #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un8R9Dhx6t #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un8R9Dhx6t #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un8R9Dhx6t #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un8R9Dhx6t #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un8R9Dhx6t #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un8R9Dhx6t #footer .copyright {
  padding-top: 30px;
}
.cid-un8R9Dhx6t ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un8R9Dhx6t H4 {
  color: #000000;
  text-align: left;
}
.cid-un8R9Dhx6t DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un8R9Dhx6t P {
  color: #e43f3f;
  text-align: left;
}
.cid-un8R9Dhx6t div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un8R9Dhx6t .copyright a {
  text-decoration: none !important;
}
.cid-un8R9Dhx6t .list,
.cid-un8R9Dhx6t .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un8R9Dhx6t ul li a {
  text-decoration: none !important;
}
.cid-un8R9Dhx6t .list {
  color: #e43f3f;
}
.cid-un8RfymcnC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un8RfymcnC nav.navbar {
  position: fixed;
}
.cid-un8RfymcnC .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-un8RfymcnC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un8RfymcnC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un8RfymcnC .dropdown-item:hover,
.cid-un8RfymcnC .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un8RfymcnC .dropdown-item:hover span {
  color: white;
}
.cid-un8RfymcnC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un8RfymcnC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un8RfymcnC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un8RfymcnC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un8RfymcnC .nav-link {
  position: relative;
}
.cid-un8RfymcnC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un8RfymcnC .container {
    flex-wrap: nowrap;
  }
}
.cid-un8RfymcnC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un8RfymcnC .dropdown-menu,
.cid-un8RfymcnC .navbar.opened {
  background: #e43f3f !important;
}
.cid-un8RfymcnC .nav-item:focus,
.cid-un8RfymcnC .nav-link:focus {
  outline: none;
}
.cid-un8RfymcnC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un8RfymcnC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un8RfymcnC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un8RfymcnC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un8RfymcnC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un8RfymcnC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un8RfymcnC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un8RfymcnC .navbar.opened {
  transition: all 0.3s;
}
.cid-un8RfymcnC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un8RfymcnC .navbar .navbar-logo img {
  width: auto;
}
.cid-un8RfymcnC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un8RfymcnC .navbar.collapsed {
  justify-content: center;
}
.cid-un8RfymcnC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un8RfymcnC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un8RfymcnC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un8RfymcnC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un8RfymcnC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un8RfymcnC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un8RfymcnC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un8RfymcnC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un8RfymcnC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un8RfymcnC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un8RfymcnC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un8RfymcnC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un8RfymcnC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un8RfymcnC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un8RfymcnC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un8RfymcnC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un8RfymcnC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un8RfymcnC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un8RfymcnC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un8RfymcnC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un8RfymcnC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un8RfymcnC .navbar.navbar-short {
  min-height: 60px;
}
.cid-un8RfymcnC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un8RfymcnC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un8RfymcnC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un8RfymcnC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un8RfymcnC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un8RfymcnC .dropdown-item.active,
.cid-un8RfymcnC .dropdown-item:active {
  background-color: transparent;
}
.cid-un8RfymcnC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un8RfymcnC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un8RfymcnC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un8RfymcnC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un8RfymcnC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un8RfymcnC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un8RfymcnC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un8RfymcnC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un8RfymcnC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un8RfymcnC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un8RfymcnC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un8RfymcnC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un8RfymcnC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un8RfymcnC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un8RfymcnC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un8RfymcnC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un8RfymcnC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un8RfymcnC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un8RfymcnC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un8RfymcnC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un8RfymcnC .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-un8RfymcnC .navbar {
    height: 70px;
  }
  .cid-un8RfymcnC .navbar.opened {
    height: auto;
  }
  .cid-un8RfymcnC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un8RfwDpRu {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un8RfwDpRu .row {
  flex-direction: row-reverse;
}
.cid-un8RfwDpRu p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un8RfwDpRu .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un8RfwDpRu .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un8RfwDpRu .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un8RfwDpRu .main-banner .left-content {
  margin-right: 15px;
}
.cid-un8RfwDpRu .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un8RfwDpRu .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un8RfwDpRu .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un8RfwDpRu .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un8RfwDpRu .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un8RfwDpRu .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un8RfwDpRu .main-banner:before {
    display: none;
  }
  .cid-un8RfwDpRu .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un8RfwDpRu .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un8RfwDpRu H6 {
  color: #e43f3f;
}
.cid-un8RfwDpRu H2 {
  color: #000000;
}
.cid-un8Rfx3g3U {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un8Rfx3g3U .mbr-section-title {
  color: #000000;
}
.cid-un8Rfxhuz3 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un8Rfxhuz3 .container {
  padding: 0 5%;
}
.cid-un8Rfxhuz3 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un8Rfxhuz3 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un8Rfxhuz3 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un8Rfxhuz3 #expand-button:hover {
  background-color: #7787a5;
}
.cid-un8Rfxhuz3 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un8Rfxhuz3 .item:focus,
.cid-un8Rfxhuz3 span:focus {
  outline: none;
}
.cid-un8Rfxhuz3 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un8Rfxhuz3 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un8Rfxhuz3 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un8Rfxhuz3 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un8Rfxhuz3 .item {
    padding: 1.5rem;
  }
}
.cid-un8Rfxhuz3 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un8Rfxhuz3 .item .item-icon {
    margin-top: 0;
  }
}
.cid-un8Rfxhuz3 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un8Rfxhuz3 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un8Rfxhuz3 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un8Rfxhuz3 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un8Rfxhuz3 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un8Rfxhuz3 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un8Rfxhuz3 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un8Rfxhuz3 .item-content {
    margin-left: 0;
  }
}
.cid-un8Rfxhuz3 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un8Rfxhuz3 .item-title {
  color: #ffffff;
}
.cid-un8Rfxhuz3 .mbr-text,
.cid-un8Rfxhuz3 .item-icon {
  color: #ffffff;
}
.cid-un8Rfxhuz3 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un8Rfxhuz3 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un8Rfxhuz3 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un8Rfxhuz3 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un8Rfxhuz3 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un8Rfxhuz3 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un8Rfxhuz3 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un8Rfxhuz3 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un8Rfxhuz3 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un8Rfxhuz3 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un8Rfxhuz3 .article-column1 {
    padding-right: 16px;
  }
}
.cid-un8Rfxhuz3 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un8Rfxhuz3 .article-column2 {
    padding-left: 16px;
  }
}
.cid-un8Rfxhuz3 .mbr-section-subtitle,
.cid-un8Rfxhuz3 .mbr-iconfont {
  color: #e082c5;
}
.cid-un8Rfxhuz3 .mbr-section-subtitle {
  color: #000000;
}
.cid-un8RfxLvJU {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un8RfxLvJU p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un8RfxLvJU .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un8RfxLvJU .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un8RfxLvJU .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un8RfxLvJU .main-banner .left-content {
  margin-right: 15px;
}
.cid-un8RfxLvJU .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un8RfxLvJU .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un8RfxLvJU .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un8RfxLvJU .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un8RfxLvJU .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un8RfxLvJU .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un8RfxLvJU .main-banner:before {
    display: none;
  }
  .cid-un8RfxLvJU .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un8RfxLvJU .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un8RfxLvJU H6 {
  color: #e43f3f;
}
.cid-un8RfxLvJU H2 {
  color: #000000;
}
.cid-un8RfxLvJU P {
  color: #000000;
}
.cid-un8Rfy1G5O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un8Rfy1G5O #footer {
  padding: 0 0 25px 0;
}
.cid-un8Rfy1G5O #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un8Rfy1G5O #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un8Rfy1G5O #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un8Rfy1G5O #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un8Rfy1G5O #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un8Rfy1G5O #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un8Rfy1G5O #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un8Rfy1G5O #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un8Rfy1G5O #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un8Rfy1G5O #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un8Rfy1G5O #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un8Rfy1G5O #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un8Rfy1G5O #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un8Rfy1G5O #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un8Rfy1G5O #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un8Rfy1G5O #footer .copyright {
  padding-top: 30px;
}
.cid-un8Rfy1G5O ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un8Rfy1G5O H4 {
  color: #000000;
  text-align: left;
}
.cid-un8Rfy1G5O DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un8Rfy1G5O P {
  color: #e43f3f;
  text-align: left;
}
.cid-un8Rfy1G5O div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un8Rfy1G5O .copyright a {
  text-decoration: none !important;
}
.cid-un8Rfy1G5O .list,
.cid-un8Rfy1G5O .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un8Rfy1G5O ul li a {
  text-decoration: none !important;
}
.cid-un8Rfy1G5O .list {
  color: #e43f3f;
}
.cid-un8S47Jcsv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un8S47Jcsv nav.navbar {
  position: fixed;
}
.cid-un8S47Jcsv .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-un8S47Jcsv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un8S47Jcsv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un8S47Jcsv .dropdown-item:hover,
.cid-un8S47Jcsv .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un8S47Jcsv .dropdown-item:hover span {
  color: white;
}
.cid-un8S47Jcsv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un8S47Jcsv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un8S47Jcsv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un8S47Jcsv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un8S47Jcsv .nav-link {
  position: relative;
}
.cid-un8S47Jcsv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un8S47Jcsv .container {
    flex-wrap: nowrap;
  }
}
.cid-un8S47Jcsv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un8S47Jcsv .dropdown-menu,
.cid-un8S47Jcsv .navbar.opened {
  background: #e43f3f !important;
}
.cid-un8S47Jcsv .nav-item:focus,
.cid-un8S47Jcsv .nav-link:focus {
  outline: none;
}
.cid-un8S47Jcsv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un8S47Jcsv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un8S47Jcsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un8S47Jcsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un8S47Jcsv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un8S47Jcsv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un8S47Jcsv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un8S47Jcsv .navbar.opened {
  transition: all 0.3s;
}
.cid-un8S47Jcsv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un8S47Jcsv .navbar .navbar-logo img {
  width: auto;
}
.cid-un8S47Jcsv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un8S47Jcsv .navbar.collapsed {
  justify-content: center;
}
.cid-un8S47Jcsv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un8S47Jcsv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un8S47Jcsv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un8S47Jcsv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un8S47Jcsv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un8S47Jcsv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un8S47Jcsv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un8S47Jcsv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un8S47Jcsv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un8S47Jcsv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un8S47Jcsv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un8S47Jcsv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un8S47Jcsv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un8S47Jcsv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un8S47Jcsv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un8S47Jcsv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un8S47Jcsv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un8S47Jcsv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un8S47Jcsv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un8S47Jcsv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un8S47Jcsv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un8S47Jcsv .navbar.navbar-short {
  min-height: 60px;
}
.cid-un8S47Jcsv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un8S47Jcsv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un8S47Jcsv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un8S47Jcsv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un8S47Jcsv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un8S47Jcsv .dropdown-item.active,
.cid-un8S47Jcsv .dropdown-item:active {
  background-color: transparent;
}
.cid-un8S47Jcsv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un8S47Jcsv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un8S47Jcsv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un8S47Jcsv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un8S47Jcsv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un8S47Jcsv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un8S47Jcsv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un8S47Jcsv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un8S47Jcsv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un8S47Jcsv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un8S47Jcsv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un8S47Jcsv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un8S47Jcsv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un8S47Jcsv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un8S47Jcsv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un8S47Jcsv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un8S47Jcsv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un8S47Jcsv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un8S47Jcsv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un8S47Jcsv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un8S47Jcsv .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-un8S47Jcsv .navbar {
    height: 70px;
  }
  .cid-un8S47Jcsv .navbar.opened {
    height: auto;
  }
  .cid-un8S47Jcsv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un8S45W7rR {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un8S45W7rR .row {
  flex-direction: row-reverse;
}
.cid-un8S45W7rR p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un8S45W7rR .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un8S45W7rR .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un8S45W7rR .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un8S45W7rR .main-banner .left-content {
  margin-right: 15px;
}
.cid-un8S45W7rR .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un8S45W7rR .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un8S45W7rR .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un8S45W7rR .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un8S45W7rR .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un8S45W7rR .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un8S45W7rR .main-banner:before {
    display: none;
  }
  .cid-un8S45W7rR .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un8S45W7rR .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un8S45W7rR H6 {
  color: #e43f3f;
}
.cid-un8S45W7rR H2 {
  color: #000000;
}
.cid-un8S46n1tP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un8S46n1tP .mbr-section-title {
  color: #000000;
}
.cid-un8S46Etpa {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un8S46Etpa .container {
  padding: 0 5%;
}
.cid-un8S46Etpa #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un8S46Etpa #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un8S46Etpa #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un8S46Etpa #expand-button:hover {
  background-color: #7787a5;
}
.cid-un8S46Etpa .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un8S46Etpa .item:focus,
.cid-un8S46Etpa span:focus {
  outline: none;
}
.cid-un8S46Etpa .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un8S46Etpa .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un8S46Etpa .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un8S46Etpa .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un8S46Etpa .item {
    padding: 1.5rem;
  }
}
.cid-un8S46Etpa .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un8S46Etpa .item .item-icon {
    margin-top: 0;
  }
}
.cid-un8S46Etpa .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un8S46Etpa .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un8S46Etpa .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un8S46Etpa .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un8S46Etpa .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un8S46Etpa .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un8S46Etpa .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un8S46Etpa .item-content {
    margin-left: 0;
  }
}
.cid-un8S46Etpa .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un8S46Etpa .item-title {
  color: #ffffff;
}
.cid-un8S46Etpa .mbr-text,
.cid-un8S46Etpa .item-icon {
  color: #ffffff;
}
.cid-un8S46Etpa .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un8S46Etpa .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un8S46Etpa .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un8S46Etpa .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un8S46Etpa .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un8S46Etpa .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un8S46Etpa .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un8S46Etpa .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un8S46Etpa .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un8S46Etpa .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un8S46Etpa .article-column1 {
    padding-right: 16px;
  }
}
.cid-un8S46Etpa .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un8S46Etpa .article-column2 {
    padding-left: 16px;
  }
}
.cid-un8S46Etpa .mbr-section-subtitle,
.cid-un8S46Etpa .mbr-iconfont {
  color: #e082c5;
}
.cid-un8S46Etpa .mbr-section-subtitle {
  color: #000000;
}
.cid-un8S47bGGn {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un8S47bGGn p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un8S47bGGn .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un8S47bGGn .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un8S47bGGn .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un8S47bGGn .main-banner .left-content {
  margin-right: 15px;
}
.cid-un8S47bGGn .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un8S47bGGn .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un8S47bGGn .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un8S47bGGn .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un8S47bGGn .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un8S47bGGn .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un8S47bGGn .main-banner:before {
    display: none;
  }
  .cid-un8S47bGGn .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un8S47bGGn .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un8S47bGGn H6 {
  color: #e43f3f;
}
.cid-un8S47bGGn H2 {
  color: #000000;
}
.cid-un8S47bGGn P {
  color: #000000;
}
.cid-un8S47qEua {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un8S47qEua #footer {
  padding: 0 0 25px 0;
}
.cid-un8S47qEua #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un8S47qEua #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un8S47qEua #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un8S47qEua #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un8S47qEua #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un8S47qEua #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un8S47qEua #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un8S47qEua #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un8S47qEua #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un8S47qEua #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un8S47qEua #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un8S47qEua #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un8S47qEua #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un8S47qEua #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un8S47qEua #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un8S47qEua #footer .copyright {
  padding-top: 30px;
}
.cid-un8S47qEua ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un8S47qEua H4 {
  color: #000000;
  text-align: left;
}
.cid-un8S47qEua DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un8S47qEua P {
  color: #e43f3f;
  text-align: left;
}
.cid-un8S47qEua div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un8S47qEua .copyright a {
  text-decoration: none !important;
}
.cid-un8S47qEua .list,
.cid-un8S47qEua .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un8S47qEua ul li a {
  text-decoration: none !important;
}
.cid-un8S47qEua .list {
  color: #e43f3f;
}
.cid-un8YrUBJsV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un8YrUBJsV nav.navbar {
  position: fixed;
}
.cid-un8YrUBJsV .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-un8YrUBJsV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un8YrUBJsV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un8YrUBJsV .dropdown-item:hover,
.cid-un8YrUBJsV .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un8YrUBJsV .dropdown-item:hover span {
  color: white;
}
.cid-un8YrUBJsV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un8YrUBJsV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un8YrUBJsV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un8YrUBJsV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un8YrUBJsV .nav-link {
  position: relative;
}
.cid-un8YrUBJsV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un8YrUBJsV .container {
    flex-wrap: nowrap;
  }
}
.cid-un8YrUBJsV .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un8YrUBJsV .dropdown-menu,
.cid-un8YrUBJsV .navbar.opened {
  background: #e43f3f !important;
}
.cid-un8YrUBJsV .nav-item:focus,
.cid-un8YrUBJsV .nav-link:focus {
  outline: none;
}
.cid-un8YrUBJsV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un8YrUBJsV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un8YrUBJsV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un8YrUBJsV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un8YrUBJsV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un8YrUBJsV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un8YrUBJsV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un8YrUBJsV .navbar.opened {
  transition: all 0.3s;
}
.cid-un8YrUBJsV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un8YrUBJsV .navbar .navbar-logo img {
  width: auto;
}
.cid-un8YrUBJsV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un8YrUBJsV .navbar.collapsed {
  justify-content: center;
}
.cid-un8YrUBJsV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un8YrUBJsV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un8YrUBJsV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un8YrUBJsV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un8YrUBJsV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un8YrUBJsV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un8YrUBJsV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un8YrUBJsV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un8YrUBJsV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un8YrUBJsV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un8YrUBJsV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un8YrUBJsV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un8YrUBJsV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un8YrUBJsV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un8YrUBJsV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un8YrUBJsV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un8YrUBJsV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un8YrUBJsV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un8YrUBJsV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un8YrUBJsV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un8YrUBJsV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un8YrUBJsV .navbar.navbar-short {
  min-height: 60px;
}
.cid-un8YrUBJsV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un8YrUBJsV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un8YrUBJsV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un8YrUBJsV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un8YrUBJsV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un8YrUBJsV .dropdown-item.active,
.cid-un8YrUBJsV .dropdown-item:active {
  background-color: transparent;
}
.cid-un8YrUBJsV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un8YrUBJsV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un8YrUBJsV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un8YrUBJsV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un8YrUBJsV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un8YrUBJsV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un8YrUBJsV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un8YrUBJsV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un8YrUBJsV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un8YrUBJsV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un8YrUBJsV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un8YrUBJsV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un8YrUBJsV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un8YrUBJsV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un8YrUBJsV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un8YrUBJsV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un8YrUBJsV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un8YrUBJsV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un8YrUBJsV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un8YrUBJsV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un8YrUBJsV .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-un8YrUBJsV .navbar {
    height: 70px;
  }
  .cid-un8YrUBJsV .navbar.opened {
    height: auto;
  }
  .cid-un8YrUBJsV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un8YrSYZCJ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un8YrSYZCJ .row {
  flex-direction: row-reverse;
}
.cid-un8YrSYZCJ p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un8YrSYZCJ .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un8YrSYZCJ .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un8YrSYZCJ .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un8YrSYZCJ .main-banner .left-content {
  margin-right: 15px;
}
.cid-un8YrSYZCJ .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un8YrSYZCJ .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un8YrSYZCJ .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un8YrSYZCJ .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un8YrSYZCJ .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un8YrSYZCJ .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un8YrSYZCJ .main-banner:before {
    display: none;
  }
  .cid-un8YrSYZCJ .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un8YrSYZCJ .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un8YrSYZCJ H6 {
  color: #e43f3f;
}
.cid-un8YrSYZCJ H2 {
  color: #000000;
}
.cid-un8YrTm7wc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un8YrTm7wc .mbr-section-title {
  color: #000000;
}
.cid-un8YrTAERy {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un8YrTAERy .container {
  padding: 0 5%;
}
.cid-un8YrTAERy #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un8YrTAERy #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un8YrTAERy #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un8YrTAERy #expand-button:hover {
  background-color: #7787a5;
}
.cid-un8YrTAERy .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un8YrTAERy .item:focus,
.cid-un8YrTAERy span:focus {
  outline: none;
}
.cid-un8YrTAERy .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un8YrTAERy .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un8YrTAERy .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un8YrTAERy .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un8YrTAERy .item {
    padding: 1.5rem;
  }
}
.cid-un8YrTAERy .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un8YrTAERy .item .item-icon {
    margin-top: 0;
  }
}
.cid-un8YrTAERy .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un8YrTAERy .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un8YrTAERy .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un8YrTAERy .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un8YrTAERy .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un8YrTAERy .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un8YrTAERy .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un8YrTAERy .item-content {
    margin-left: 0;
  }
}
.cid-un8YrTAERy .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un8YrTAERy .item-title {
  color: #ffffff;
}
.cid-un8YrTAERy .mbr-text,
.cid-un8YrTAERy .item-icon {
  color: #ffffff;
}
.cid-un8YrTAERy .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un8YrTAERy .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un8YrTAERy .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un8YrTAERy .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un8YrTAERy .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un8YrTAERy .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un8YrTAERy .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un8YrTAERy .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un8YrTAERy .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un8YrTAERy .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un8YrTAERy .article-column1 {
    padding-right: 16px;
  }
}
.cid-un8YrTAERy .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un8YrTAERy .article-column2 {
    padding-left: 16px;
  }
}
.cid-un8YrTAERy .mbr-section-subtitle,
.cid-un8YrTAERy .mbr-iconfont {
  color: #e082c5;
}
.cid-un8YrTAERy .mbr-section-subtitle {
  color: #000000;
}
.cid-un8YrU5QfK {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un8YrU5QfK p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un8YrU5QfK .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un8YrU5QfK .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un8YrU5QfK .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un8YrU5QfK .main-banner .left-content {
  margin-right: 15px;
}
.cid-un8YrU5QfK .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un8YrU5QfK .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un8YrU5QfK .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un8YrU5QfK .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un8YrU5QfK .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un8YrU5QfK .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un8YrU5QfK .main-banner:before {
    display: none;
  }
  .cid-un8YrU5QfK .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un8YrU5QfK .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un8YrU5QfK H6 {
  color: #e43f3f;
}
.cid-un8YrU5QfK H2 {
  color: #000000;
}
.cid-un8YrU5QfK P {
  color: #000000;
}
.cid-un8YrUjmg4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un8YrUjmg4 #footer {
  padding: 0 0 25px 0;
}
.cid-un8YrUjmg4 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un8YrUjmg4 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un8YrUjmg4 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un8YrUjmg4 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un8YrUjmg4 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un8YrUjmg4 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un8YrUjmg4 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un8YrUjmg4 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un8YrUjmg4 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un8YrUjmg4 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un8YrUjmg4 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un8YrUjmg4 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un8YrUjmg4 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un8YrUjmg4 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un8YrUjmg4 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un8YrUjmg4 #footer .copyright {
  padding-top: 30px;
}
.cid-un8YrUjmg4 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un8YrUjmg4 H4 {
  color: #000000;
  text-align: left;
}
.cid-un8YrUjmg4 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un8YrUjmg4 P {
  color: #e43f3f;
  text-align: left;
}
.cid-un8YrUjmg4 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un8YrUjmg4 .copyright a {
  text-decoration: none !important;
}
.cid-un8YrUjmg4 .list,
.cid-un8YrUjmg4 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un8YrUjmg4 ul li a {
  text-decoration: none !important;
}
.cid-un8YrUjmg4 .list {
  color: #e43f3f;
}
.cid-un8XjKJofi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un8XjKJofi nav.navbar {
  position: fixed;
}
.cid-un8XjKJofi .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-un8XjKJofi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un8XjKJofi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un8XjKJofi .dropdown-item:hover,
.cid-un8XjKJofi .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un8XjKJofi .dropdown-item:hover span {
  color: white;
}
.cid-un8XjKJofi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un8XjKJofi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un8XjKJofi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un8XjKJofi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un8XjKJofi .nav-link {
  position: relative;
}
.cid-un8XjKJofi .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un8XjKJofi .container {
    flex-wrap: nowrap;
  }
}
.cid-un8XjKJofi .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un8XjKJofi .dropdown-menu,
.cid-un8XjKJofi .navbar.opened {
  background: #e43f3f !important;
}
.cid-un8XjKJofi .nav-item:focus,
.cid-un8XjKJofi .nav-link:focus {
  outline: none;
}
.cid-un8XjKJofi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un8XjKJofi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un8XjKJofi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un8XjKJofi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un8XjKJofi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un8XjKJofi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un8XjKJofi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un8XjKJofi .navbar.opened {
  transition: all 0.3s;
}
.cid-un8XjKJofi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un8XjKJofi .navbar .navbar-logo img {
  width: auto;
}
.cid-un8XjKJofi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un8XjKJofi .navbar.collapsed {
  justify-content: center;
}
.cid-un8XjKJofi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un8XjKJofi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un8XjKJofi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un8XjKJofi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un8XjKJofi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un8XjKJofi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un8XjKJofi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un8XjKJofi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un8XjKJofi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un8XjKJofi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un8XjKJofi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un8XjKJofi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un8XjKJofi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un8XjKJofi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un8XjKJofi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un8XjKJofi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un8XjKJofi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un8XjKJofi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un8XjKJofi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un8XjKJofi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un8XjKJofi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un8XjKJofi .navbar.navbar-short {
  min-height: 60px;
}
.cid-un8XjKJofi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un8XjKJofi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un8XjKJofi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un8XjKJofi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un8XjKJofi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un8XjKJofi .dropdown-item.active,
.cid-un8XjKJofi .dropdown-item:active {
  background-color: transparent;
}
.cid-un8XjKJofi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un8XjKJofi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un8XjKJofi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un8XjKJofi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un8XjKJofi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un8XjKJofi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un8XjKJofi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un8XjKJofi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un8XjKJofi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un8XjKJofi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un8XjKJofi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un8XjKJofi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un8XjKJofi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un8XjKJofi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un8XjKJofi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un8XjKJofi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un8XjKJofi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un8XjKJofi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un8XjKJofi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un8XjKJofi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un8XjKJofi .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-un8XjKJofi .navbar {
    height: 70px;
  }
  .cid-un8XjKJofi .navbar.opened {
    height: auto;
  }
  .cid-un8XjKJofi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un8XjJ7OVw {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un8XjJ7OVw .row {
  flex-direction: row-reverse;
}
.cid-un8XjJ7OVw p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un8XjJ7OVw .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un8XjJ7OVw .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un8XjJ7OVw .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un8XjJ7OVw .main-banner .left-content {
  margin-right: 15px;
}
.cid-un8XjJ7OVw .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un8XjJ7OVw .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un8XjJ7OVw .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un8XjJ7OVw .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un8XjJ7OVw .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un8XjJ7OVw .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un8XjJ7OVw .main-banner:before {
    display: none;
  }
  .cid-un8XjJ7OVw .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un8XjJ7OVw .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un8XjJ7OVw H6 {
  color: #e43f3f;
}
.cid-un8XjJ7OVw H2 {
  color: #000000;
}
.cid-un8XjJyAA9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un8XjJyAA9 .mbr-section-title {
  color: #000000;
}
.cid-un8XjJLhtl {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un8XjJLhtl .container {
  padding: 0 5%;
}
.cid-un8XjJLhtl #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un8XjJLhtl #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un8XjJLhtl #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un8XjJLhtl #expand-button:hover {
  background-color: #7787a5;
}
.cid-un8XjJLhtl .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un8XjJLhtl .item:focus,
.cid-un8XjJLhtl span:focus {
  outline: none;
}
.cid-un8XjJLhtl .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un8XjJLhtl .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un8XjJLhtl .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un8XjJLhtl .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un8XjJLhtl .item {
    padding: 1.5rem;
  }
}
.cid-un8XjJLhtl .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un8XjJLhtl .item .item-icon {
    margin-top: 0;
  }
}
.cid-un8XjJLhtl .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un8XjJLhtl .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un8XjJLhtl .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un8XjJLhtl .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un8XjJLhtl .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un8XjJLhtl .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un8XjJLhtl .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un8XjJLhtl .item-content {
    margin-left: 0;
  }
}
.cid-un8XjJLhtl .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un8XjJLhtl .item-title {
  color: #ffffff;
}
.cid-un8XjJLhtl .mbr-text,
.cid-un8XjJLhtl .item-icon {
  color: #ffffff;
}
.cid-un8XjJLhtl .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un8XjJLhtl .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un8XjJLhtl .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un8XjJLhtl .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un8XjJLhtl .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un8XjJLhtl .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un8XjJLhtl .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un8XjJLhtl .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un8XjJLhtl .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un8XjJLhtl .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un8XjJLhtl .article-column1 {
    padding-right: 16px;
  }
}
.cid-un8XjJLhtl .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un8XjJLhtl .article-column2 {
    padding-left: 16px;
  }
}
.cid-un8XjJLhtl .mbr-section-subtitle,
.cid-un8XjJLhtl .mbr-iconfont {
  color: #e082c5;
}
.cid-un8XjJLhtl .mbr-section-subtitle {
  color: #000000;
}
.cid-un8XjKdKmr {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un8XjKdKmr p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un8XjKdKmr .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un8XjKdKmr .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un8XjKdKmr .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un8XjKdKmr .main-banner .left-content {
  margin-right: 15px;
}
.cid-un8XjKdKmr .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un8XjKdKmr .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un8XjKdKmr .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un8XjKdKmr .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un8XjKdKmr .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un8XjKdKmr .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un8XjKdKmr .main-banner:before {
    display: none;
  }
  .cid-un8XjKdKmr .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un8XjKdKmr .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un8XjKdKmr H6 {
  color: #e43f3f;
}
.cid-un8XjKdKmr H2 {
  color: #000000;
}
.cid-un8XjKdKmr P {
  color: #000000;
}
.cid-un8XjKsTOr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un8XjKsTOr #footer {
  padding: 0 0 25px 0;
}
.cid-un8XjKsTOr #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un8XjKsTOr #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un8XjKsTOr #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un8XjKsTOr #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un8XjKsTOr #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un8XjKsTOr #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un8XjKsTOr #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un8XjKsTOr #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un8XjKsTOr #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un8XjKsTOr #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un8XjKsTOr #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un8XjKsTOr #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un8XjKsTOr #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un8XjKsTOr #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un8XjKsTOr #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un8XjKsTOr #footer .copyright {
  padding-top: 30px;
}
.cid-un8XjKsTOr ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un8XjKsTOr H4 {
  color: #000000;
  text-align: left;
}
.cid-un8XjKsTOr DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un8XjKsTOr P {
  color: #e43f3f;
  text-align: left;
}
.cid-un8XjKsTOr div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un8XjKsTOr .copyright a {
  text-decoration: none !important;
}
.cid-un8XjKsTOr .list,
.cid-un8XjKsTOr .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un8XjKsTOr ul li a {
  text-decoration: none !important;
}
.cid-un8XjKsTOr .list {
  color: #e43f3f;
}
.cid-un8XrxbxPd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un8XrxbxPd nav.navbar {
  position: fixed;
}
.cid-un8XrxbxPd .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-un8XrxbxPd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un8XrxbxPd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un8XrxbxPd .dropdown-item:hover,
.cid-un8XrxbxPd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un8XrxbxPd .dropdown-item:hover span {
  color: white;
}
.cid-un8XrxbxPd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un8XrxbxPd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un8XrxbxPd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un8XrxbxPd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un8XrxbxPd .nav-link {
  position: relative;
}
.cid-un8XrxbxPd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un8XrxbxPd .container {
    flex-wrap: nowrap;
  }
}
.cid-un8XrxbxPd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un8XrxbxPd .dropdown-menu,
.cid-un8XrxbxPd .navbar.opened {
  background: #e43f3f !important;
}
.cid-un8XrxbxPd .nav-item:focus,
.cid-un8XrxbxPd .nav-link:focus {
  outline: none;
}
.cid-un8XrxbxPd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un8XrxbxPd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un8XrxbxPd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un8XrxbxPd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un8XrxbxPd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un8XrxbxPd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un8XrxbxPd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un8XrxbxPd .navbar.opened {
  transition: all 0.3s;
}
.cid-un8XrxbxPd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un8XrxbxPd .navbar .navbar-logo img {
  width: auto;
}
.cid-un8XrxbxPd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un8XrxbxPd .navbar.collapsed {
  justify-content: center;
}
.cid-un8XrxbxPd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un8XrxbxPd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un8XrxbxPd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un8XrxbxPd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un8XrxbxPd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un8XrxbxPd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un8XrxbxPd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un8XrxbxPd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un8XrxbxPd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un8XrxbxPd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un8XrxbxPd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un8XrxbxPd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un8XrxbxPd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un8XrxbxPd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un8XrxbxPd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un8XrxbxPd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un8XrxbxPd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un8XrxbxPd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un8XrxbxPd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un8XrxbxPd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un8XrxbxPd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un8XrxbxPd .navbar.navbar-short {
  min-height: 60px;
}
.cid-un8XrxbxPd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un8XrxbxPd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un8XrxbxPd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un8XrxbxPd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un8XrxbxPd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un8XrxbxPd .dropdown-item.active,
.cid-un8XrxbxPd .dropdown-item:active {
  background-color: transparent;
}
.cid-un8XrxbxPd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un8XrxbxPd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un8XrxbxPd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un8XrxbxPd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un8XrxbxPd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un8XrxbxPd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un8XrxbxPd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un8XrxbxPd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un8XrxbxPd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un8XrxbxPd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un8XrxbxPd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un8XrxbxPd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un8XrxbxPd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un8XrxbxPd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un8XrxbxPd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un8XrxbxPd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un8XrxbxPd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un8XrxbxPd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un8XrxbxPd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un8XrxbxPd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un8XrxbxPd .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-un8XrxbxPd .navbar {
    height: 70px;
  }
  .cid-un8XrxbxPd .navbar.opened {
    height: auto;
  }
  .cid-un8XrxbxPd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un8XrvzdUo {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un8XrvzdUo .row {
  flex-direction: row-reverse;
}
.cid-un8XrvzdUo p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un8XrvzdUo .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un8XrvzdUo .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un8XrvzdUo .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un8XrvzdUo .main-banner .left-content {
  margin-right: 15px;
}
.cid-un8XrvzdUo .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un8XrvzdUo .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un8XrvzdUo .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un8XrvzdUo .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un8XrvzdUo .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un8XrvzdUo .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un8XrvzdUo .main-banner:before {
    display: none;
  }
  .cid-un8XrvzdUo .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un8XrvzdUo .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un8XrvzdUo H6 {
  color: #e43f3f;
}
.cid-un8XrvzdUo H2 {
  color: #000000;
}
.cid-un8XrvYUTT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un8XrvYUTT .mbr-section-title {
  color: #000000;
}
.cid-un8XrwcBEV {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un8XrwcBEV .container {
  padding: 0 5%;
}
.cid-un8XrwcBEV #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un8XrwcBEV #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un8XrwcBEV #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un8XrwcBEV #expand-button:hover {
  background-color: #7787a5;
}
.cid-un8XrwcBEV .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un8XrwcBEV .item:focus,
.cid-un8XrwcBEV span:focus {
  outline: none;
}
.cid-un8XrwcBEV .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un8XrwcBEV .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un8XrwcBEV .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un8XrwcBEV .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un8XrwcBEV .item {
    padding: 1.5rem;
  }
}
.cid-un8XrwcBEV .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un8XrwcBEV .item .item-icon {
    margin-top: 0;
  }
}
.cid-un8XrwcBEV .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un8XrwcBEV .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un8XrwcBEV .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un8XrwcBEV .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un8XrwcBEV .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un8XrwcBEV .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un8XrwcBEV .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un8XrwcBEV .item-content {
    margin-left: 0;
  }
}
.cid-un8XrwcBEV .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un8XrwcBEV .item-title {
  color: #ffffff;
}
.cid-un8XrwcBEV .mbr-text,
.cid-un8XrwcBEV .item-icon {
  color: #ffffff;
}
.cid-un8XrwcBEV .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un8XrwcBEV .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un8XrwcBEV .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un8XrwcBEV .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un8XrwcBEV .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un8XrwcBEV .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un8XrwcBEV .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un8XrwcBEV .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un8XrwcBEV .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un8XrwcBEV .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un8XrwcBEV .article-column1 {
    padding-right: 16px;
  }
}
.cid-un8XrwcBEV .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un8XrwcBEV .article-column2 {
    padding-left: 16px;
  }
}
.cid-un8XrwcBEV .mbr-section-subtitle,
.cid-un8XrwcBEV .mbr-iconfont {
  color: #e082c5;
}
.cid-un8XrwcBEV .mbr-section-subtitle {
  color: #000000;
}
.cid-un8XrwGItx {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un8XrwGItx p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un8XrwGItx .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un8XrwGItx .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un8XrwGItx .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un8XrwGItx .main-banner .left-content {
  margin-right: 15px;
}
.cid-un8XrwGItx .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un8XrwGItx .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un8XrwGItx .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un8XrwGItx .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un8XrwGItx .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un8XrwGItx .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un8XrwGItx .main-banner:before {
    display: none;
  }
  .cid-un8XrwGItx .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un8XrwGItx .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un8XrwGItx H6 {
  color: #e43f3f;
}
.cid-un8XrwGItx H2 {
  color: #000000;
}
.cid-un8XrwGItx P {
  color: #000000;
}
.cid-un8XrwT0fS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un8XrwT0fS #footer {
  padding: 0 0 25px 0;
}
.cid-un8XrwT0fS #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un8XrwT0fS #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un8XrwT0fS #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un8XrwT0fS #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un8XrwT0fS #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un8XrwT0fS #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un8XrwT0fS #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un8XrwT0fS #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un8XrwT0fS #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un8XrwT0fS #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un8XrwT0fS #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un8XrwT0fS #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un8XrwT0fS #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un8XrwT0fS #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un8XrwT0fS #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un8XrwT0fS #footer .copyright {
  padding-top: 30px;
}
.cid-un8XrwT0fS ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un8XrwT0fS H4 {
  color: #000000;
  text-align: left;
}
.cid-un8XrwT0fS DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un8XrwT0fS P {
  color: #e43f3f;
  text-align: left;
}
.cid-un8XrwT0fS div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un8XrwT0fS .copyright a {
  text-decoration: none !important;
}
.cid-un8XrwT0fS .list,
.cid-un8XrwT0fS .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un8XrwT0fS ul li a {
  text-decoration: none !important;
}
.cid-un8XrwT0fS .list {
  color: #e43f3f;
}
.cid-un8XxO2b9w {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un8XxO2b9w nav.navbar {
  position: fixed;
}
.cid-un8XxO2b9w .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-un8XxO2b9w .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un8XxO2b9w .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un8XxO2b9w .dropdown-item:hover,
.cid-un8XxO2b9w .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un8XxO2b9w .dropdown-item:hover span {
  color: white;
}
.cid-un8XxO2b9w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un8XxO2b9w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un8XxO2b9w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un8XxO2b9w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un8XxO2b9w .nav-link {
  position: relative;
}
.cid-un8XxO2b9w .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un8XxO2b9w .container {
    flex-wrap: nowrap;
  }
}
.cid-un8XxO2b9w .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un8XxO2b9w .dropdown-menu,
.cid-un8XxO2b9w .navbar.opened {
  background: #e43f3f !important;
}
.cid-un8XxO2b9w .nav-item:focus,
.cid-un8XxO2b9w .nav-link:focus {
  outline: none;
}
.cid-un8XxO2b9w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un8XxO2b9w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un8XxO2b9w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un8XxO2b9w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un8XxO2b9w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un8XxO2b9w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un8XxO2b9w .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un8XxO2b9w .navbar.opened {
  transition: all 0.3s;
}
.cid-un8XxO2b9w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un8XxO2b9w .navbar .navbar-logo img {
  width: auto;
}
.cid-un8XxO2b9w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un8XxO2b9w .navbar.collapsed {
  justify-content: center;
}
.cid-un8XxO2b9w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un8XxO2b9w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un8XxO2b9w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un8XxO2b9w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un8XxO2b9w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un8XxO2b9w .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un8XxO2b9w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un8XxO2b9w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un8XxO2b9w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un8XxO2b9w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un8XxO2b9w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un8XxO2b9w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un8XxO2b9w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un8XxO2b9w .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un8XxO2b9w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un8XxO2b9w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un8XxO2b9w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un8XxO2b9w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un8XxO2b9w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un8XxO2b9w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un8XxO2b9w .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un8XxO2b9w .navbar.navbar-short {
  min-height: 60px;
}
.cid-un8XxO2b9w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un8XxO2b9w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un8XxO2b9w .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un8XxO2b9w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un8XxO2b9w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un8XxO2b9w .dropdown-item.active,
.cid-un8XxO2b9w .dropdown-item:active {
  background-color: transparent;
}
.cid-un8XxO2b9w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un8XxO2b9w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un8XxO2b9w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un8XxO2b9w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un8XxO2b9w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un8XxO2b9w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un8XxO2b9w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un8XxO2b9w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un8XxO2b9w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un8XxO2b9w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un8XxO2b9w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un8XxO2b9w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un8XxO2b9w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un8XxO2b9w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un8XxO2b9w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un8XxO2b9w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un8XxO2b9w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un8XxO2b9w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un8XxO2b9w .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un8XxO2b9w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un8XxO2b9w .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-un8XxO2b9w .navbar {
    height: 70px;
  }
  .cid-un8XxO2b9w .navbar.opened {
    height: auto;
  }
  .cid-un8XxO2b9w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un8XxMrD1u {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un8XxMrD1u .row {
  flex-direction: row-reverse;
}
.cid-un8XxMrD1u p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un8XxMrD1u .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un8XxMrD1u .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un8XxMrD1u .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un8XxMrD1u .main-banner .left-content {
  margin-right: 15px;
}
.cid-un8XxMrD1u .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un8XxMrD1u .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un8XxMrD1u .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un8XxMrD1u .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un8XxMrD1u .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un8XxMrD1u .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un8XxMrD1u .main-banner:before {
    display: none;
  }
  .cid-un8XxMrD1u .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un8XxMrD1u .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un8XxMrD1u H6 {
  color: #e43f3f;
}
.cid-un8XxMrD1u H2 {
  color: #000000;
}
.cid-un8XxMPVb5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un8XxMPVb5 .mbr-section-title {
  color: #000000;
}
.cid-un8XxN28Cf {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un8XxN28Cf .container {
  padding: 0 5%;
}
.cid-un8XxN28Cf #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un8XxN28Cf #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un8XxN28Cf #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un8XxN28Cf #expand-button:hover {
  background-color: #7787a5;
}
.cid-un8XxN28Cf .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un8XxN28Cf .item:focus,
.cid-un8XxN28Cf span:focus {
  outline: none;
}
.cid-un8XxN28Cf .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un8XxN28Cf .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un8XxN28Cf .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un8XxN28Cf .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un8XxN28Cf .item {
    padding: 1.5rem;
  }
}
.cid-un8XxN28Cf .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un8XxN28Cf .item .item-icon {
    margin-top: 0;
  }
}
.cid-un8XxN28Cf .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un8XxN28Cf .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un8XxN28Cf .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un8XxN28Cf .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un8XxN28Cf .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un8XxN28Cf .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un8XxN28Cf .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un8XxN28Cf .item-content {
    margin-left: 0;
  }
}
.cid-un8XxN28Cf .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un8XxN28Cf .item-title {
  color: #ffffff;
}
.cid-un8XxN28Cf .mbr-text,
.cid-un8XxN28Cf .item-icon {
  color: #ffffff;
}
.cid-un8XxN28Cf .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un8XxN28Cf .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un8XxN28Cf .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un8XxN28Cf .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un8XxN28Cf .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un8XxN28Cf .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un8XxN28Cf .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un8XxN28Cf .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un8XxN28Cf .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un8XxN28Cf .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un8XxN28Cf .article-column1 {
    padding-right: 16px;
  }
}
.cid-un8XxN28Cf .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un8XxN28Cf .article-column2 {
    padding-left: 16px;
  }
}
.cid-un8XxN28Cf .mbr-section-subtitle,
.cid-un8XxN28Cf .mbr-iconfont {
  color: #e082c5;
}
.cid-un8XxN28Cf .mbr-section-subtitle {
  color: #000000;
}
.cid-un8XxNx0qH {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un8XxNx0qH p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un8XxNx0qH .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un8XxNx0qH .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un8XxNx0qH .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un8XxNx0qH .main-banner .left-content {
  margin-right: 15px;
}
.cid-un8XxNx0qH .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un8XxNx0qH .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un8XxNx0qH .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un8XxNx0qH .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un8XxNx0qH .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un8XxNx0qH .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un8XxNx0qH .main-banner:before {
    display: none;
  }
  .cid-un8XxNx0qH .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un8XxNx0qH .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un8XxNx0qH H6 {
  color: #e43f3f;
}
.cid-un8XxNx0qH H2 {
  color: #000000;
}
.cid-un8XxNx0qH P {
  color: #000000;
}
.cid-un8XxNKQbR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un8XxNKQbR #footer {
  padding: 0 0 25px 0;
}
.cid-un8XxNKQbR #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un8XxNKQbR #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un8XxNKQbR #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un8XxNKQbR #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un8XxNKQbR #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un8XxNKQbR #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un8XxNKQbR #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un8XxNKQbR #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un8XxNKQbR #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un8XxNKQbR #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un8XxNKQbR #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un8XxNKQbR #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un8XxNKQbR #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un8XxNKQbR #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un8XxNKQbR #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un8XxNKQbR #footer .copyright {
  padding-top: 30px;
}
.cid-un8XxNKQbR ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un8XxNKQbR H4 {
  color: #000000;
  text-align: left;
}
.cid-un8XxNKQbR DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un8XxNKQbR P {
  color: #e43f3f;
  text-align: left;
}
.cid-un8XxNKQbR div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un8XxNKQbR .copyright a {
  text-decoration: none !important;
}
.cid-un8XxNKQbR .list,
.cid-un8XxNKQbR .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un8XxNKQbR ul li a {
  text-decoration: none !important;
}
.cid-un8XxNKQbR .list {
  color: #e43f3f;
}
.cid-un8XDFAyeq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un8XDFAyeq nav.navbar {
  position: fixed;
}
.cid-un8XDFAyeq .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-un8XDFAyeq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un8XDFAyeq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un8XDFAyeq .dropdown-item:hover,
.cid-un8XDFAyeq .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un8XDFAyeq .dropdown-item:hover span {
  color: white;
}
.cid-un8XDFAyeq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un8XDFAyeq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un8XDFAyeq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un8XDFAyeq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un8XDFAyeq .nav-link {
  position: relative;
}
.cid-un8XDFAyeq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un8XDFAyeq .container {
    flex-wrap: nowrap;
  }
}
.cid-un8XDFAyeq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un8XDFAyeq .dropdown-menu,
.cid-un8XDFAyeq .navbar.opened {
  background: #e43f3f !important;
}
.cid-un8XDFAyeq .nav-item:focus,
.cid-un8XDFAyeq .nav-link:focus {
  outline: none;
}
.cid-un8XDFAyeq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un8XDFAyeq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un8XDFAyeq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un8XDFAyeq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un8XDFAyeq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un8XDFAyeq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un8XDFAyeq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un8XDFAyeq .navbar.opened {
  transition: all 0.3s;
}
.cid-un8XDFAyeq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un8XDFAyeq .navbar .navbar-logo img {
  width: auto;
}
.cid-un8XDFAyeq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un8XDFAyeq .navbar.collapsed {
  justify-content: center;
}
.cid-un8XDFAyeq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un8XDFAyeq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un8XDFAyeq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un8XDFAyeq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un8XDFAyeq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un8XDFAyeq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un8XDFAyeq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un8XDFAyeq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un8XDFAyeq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un8XDFAyeq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un8XDFAyeq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un8XDFAyeq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un8XDFAyeq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un8XDFAyeq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un8XDFAyeq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un8XDFAyeq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un8XDFAyeq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un8XDFAyeq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un8XDFAyeq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un8XDFAyeq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un8XDFAyeq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un8XDFAyeq .navbar.navbar-short {
  min-height: 60px;
}
.cid-un8XDFAyeq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un8XDFAyeq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un8XDFAyeq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un8XDFAyeq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un8XDFAyeq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un8XDFAyeq .dropdown-item.active,
.cid-un8XDFAyeq .dropdown-item:active {
  background-color: transparent;
}
.cid-un8XDFAyeq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un8XDFAyeq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un8XDFAyeq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un8XDFAyeq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un8XDFAyeq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un8XDFAyeq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un8XDFAyeq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un8XDFAyeq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un8XDFAyeq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un8XDFAyeq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un8XDFAyeq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un8XDFAyeq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un8XDFAyeq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un8XDFAyeq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un8XDFAyeq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un8XDFAyeq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un8XDFAyeq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un8XDFAyeq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un8XDFAyeq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un8XDFAyeq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un8XDFAyeq .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-un8XDFAyeq .navbar {
    height: 70px;
  }
  .cid-un8XDFAyeq .navbar.opened {
    height: auto;
  }
  .cid-un8XDFAyeq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un8XDDXUe1 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un8XDDXUe1 .row {
  flex-direction: row-reverse;
}
.cid-un8XDDXUe1 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un8XDDXUe1 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un8XDDXUe1 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un8XDDXUe1 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un8XDDXUe1 .main-banner .left-content {
  margin-right: 15px;
}
.cid-un8XDDXUe1 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un8XDDXUe1 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un8XDDXUe1 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un8XDDXUe1 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un8XDDXUe1 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un8XDDXUe1 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un8XDDXUe1 .main-banner:before {
    display: none;
  }
  .cid-un8XDDXUe1 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un8XDDXUe1 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un8XDDXUe1 H6 {
  color: #e43f3f;
}
.cid-un8XDDXUe1 H2 {
  color: #000000;
}
.cid-un8XDElQzS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un8XDElQzS .mbr-section-title {
  color: #000000;
}
.cid-un8XDEydWd {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un8XDEydWd .container {
  padding: 0 5%;
}
.cid-un8XDEydWd #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un8XDEydWd #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un8XDEydWd #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un8XDEydWd #expand-button:hover {
  background-color: #7787a5;
}
.cid-un8XDEydWd .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un8XDEydWd .item:focus,
.cid-un8XDEydWd span:focus {
  outline: none;
}
.cid-un8XDEydWd .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un8XDEydWd .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un8XDEydWd .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un8XDEydWd .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un8XDEydWd .item {
    padding: 1.5rem;
  }
}
.cid-un8XDEydWd .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un8XDEydWd .item .item-icon {
    margin-top: 0;
  }
}
.cid-un8XDEydWd .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un8XDEydWd .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un8XDEydWd .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un8XDEydWd .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un8XDEydWd .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un8XDEydWd .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un8XDEydWd .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un8XDEydWd .item-content {
    margin-left: 0;
  }
}
.cid-un8XDEydWd .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un8XDEydWd .item-title {
  color: #ffffff;
}
.cid-un8XDEydWd .mbr-text,
.cid-un8XDEydWd .item-icon {
  color: #ffffff;
}
.cid-un8XDEydWd .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un8XDEydWd .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un8XDEydWd .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un8XDEydWd .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un8XDEydWd .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un8XDEydWd .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un8XDEydWd .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un8XDEydWd .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un8XDEydWd .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un8XDEydWd .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un8XDEydWd .article-column1 {
    padding-right: 16px;
  }
}
.cid-un8XDEydWd .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un8XDEydWd .article-column2 {
    padding-left: 16px;
  }
}
.cid-un8XDEydWd .mbr-section-subtitle,
.cid-un8XDEydWd .mbr-iconfont {
  color: #e082c5;
}
.cid-un8XDEydWd .mbr-section-subtitle {
  color: #000000;
}
.cid-un8XDF2RX7 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un8XDF2RX7 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un8XDF2RX7 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un8XDF2RX7 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un8XDF2RX7 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un8XDF2RX7 .main-banner .left-content {
  margin-right: 15px;
}
.cid-un8XDF2RX7 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un8XDF2RX7 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un8XDF2RX7 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un8XDF2RX7 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un8XDF2RX7 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un8XDF2RX7 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un8XDF2RX7 .main-banner:before {
    display: none;
  }
  .cid-un8XDF2RX7 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un8XDF2RX7 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un8XDF2RX7 H6 {
  color: #e43f3f;
}
.cid-un8XDF2RX7 H2 {
  color: #000000;
}
.cid-un8XDF2RX7 P {
  color: #000000;
}
.cid-un8XDFhSTU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un8XDFhSTU #footer {
  padding: 0 0 25px 0;
}
.cid-un8XDFhSTU #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un8XDFhSTU #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un8XDFhSTU #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un8XDFhSTU #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un8XDFhSTU #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un8XDFhSTU #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un8XDFhSTU #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un8XDFhSTU #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un8XDFhSTU #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un8XDFhSTU #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un8XDFhSTU #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un8XDFhSTU #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un8XDFhSTU #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un8XDFhSTU #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un8XDFhSTU #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un8XDFhSTU #footer .copyright {
  padding-top: 30px;
}
.cid-un8XDFhSTU ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un8XDFhSTU H4 {
  color: #000000;
  text-align: left;
}
.cid-un8XDFhSTU DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un8XDFhSTU P {
  color: #e43f3f;
  text-align: left;
}
.cid-un8XDFhSTU div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un8XDFhSTU .copyright a {
  text-decoration: none !important;
}
.cid-un8XDFhSTU .list,
.cid-un8XDFhSTU .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un8XDFhSTU ul li a {
  text-decoration: none !important;
}
.cid-un8XDFhSTU .list {
  color: #e43f3f;
}
.cid-un8XJJFRxG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un8XJJFRxG nav.navbar {
  position: fixed;
}
.cid-un8XJJFRxG .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-un8XJJFRxG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un8XJJFRxG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un8XJJFRxG .dropdown-item:hover,
.cid-un8XJJFRxG .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un8XJJFRxG .dropdown-item:hover span {
  color: white;
}
.cid-un8XJJFRxG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un8XJJFRxG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un8XJJFRxG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un8XJJFRxG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un8XJJFRxG .nav-link {
  position: relative;
}
.cid-un8XJJFRxG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un8XJJFRxG .container {
    flex-wrap: nowrap;
  }
}
.cid-un8XJJFRxG .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un8XJJFRxG .dropdown-menu,
.cid-un8XJJFRxG .navbar.opened {
  background: #e43f3f !important;
}
.cid-un8XJJFRxG .nav-item:focus,
.cid-un8XJJFRxG .nav-link:focus {
  outline: none;
}
.cid-un8XJJFRxG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un8XJJFRxG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un8XJJFRxG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un8XJJFRxG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un8XJJFRxG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un8XJJFRxG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un8XJJFRxG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un8XJJFRxG .navbar.opened {
  transition: all 0.3s;
}
.cid-un8XJJFRxG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un8XJJFRxG .navbar .navbar-logo img {
  width: auto;
}
.cid-un8XJJFRxG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un8XJJFRxG .navbar.collapsed {
  justify-content: center;
}
.cid-un8XJJFRxG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un8XJJFRxG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un8XJJFRxG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un8XJJFRxG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un8XJJFRxG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un8XJJFRxG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un8XJJFRxG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un8XJJFRxG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un8XJJFRxG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un8XJJFRxG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un8XJJFRxG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un8XJJFRxG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un8XJJFRxG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un8XJJFRxG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un8XJJFRxG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un8XJJFRxG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un8XJJFRxG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un8XJJFRxG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un8XJJFRxG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un8XJJFRxG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un8XJJFRxG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un8XJJFRxG .navbar.navbar-short {
  min-height: 60px;
}
.cid-un8XJJFRxG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un8XJJFRxG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un8XJJFRxG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un8XJJFRxG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un8XJJFRxG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un8XJJFRxG .dropdown-item.active,
.cid-un8XJJFRxG .dropdown-item:active {
  background-color: transparent;
}
.cid-un8XJJFRxG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un8XJJFRxG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un8XJJFRxG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un8XJJFRxG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un8XJJFRxG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un8XJJFRxG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un8XJJFRxG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un8XJJFRxG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un8XJJFRxG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un8XJJFRxG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un8XJJFRxG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un8XJJFRxG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un8XJJFRxG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un8XJJFRxG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un8XJJFRxG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un8XJJFRxG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un8XJJFRxG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un8XJJFRxG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un8XJJFRxG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un8XJJFRxG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un8XJJFRxG .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-un8XJJFRxG .navbar {
    height: 70px;
  }
  .cid-un8XJJFRxG .navbar.opened {
    height: auto;
  }
  .cid-un8XJJFRxG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un8XJI3oIt {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un8XJI3oIt .row {
  flex-direction: row-reverse;
}
.cid-un8XJI3oIt p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un8XJI3oIt .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un8XJI3oIt .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un8XJI3oIt .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un8XJI3oIt .main-banner .left-content {
  margin-right: 15px;
}
.cid-un8XJI3oIt .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un8XJI3oIt .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un8XJI3oIt .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un8XJI3oIt .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un8XJI3oIt .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un8XJI3oIt .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un8XJI3oIt .main-banner:before {
    display: none;
  }
  .cid-un8XJI3oIt .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un8XJI3oIt .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un8XJI3oIt H6 {
  color: #e43f3f;
}
.cid-un8XJI3oIt H2 {
  color: #000000;
}
.cid-un8XJIrkKq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un8XJIrkKq .mbr-section-title {
  color: #000000;
}
.cid-un8XJIFXbZ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un8XJIFXbZ .container {
  padding: 0 5%;
}
.cid-un8XJIFXbZ #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un8XJIFXbZ #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un8XJIFXbZ #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un8XJIFXbZ #expand-button:hover {
  background-color: #7787a5;
}
.cid-un8XJIFXbZ .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un8XJIFXbZ .item:focus,
.cid-un8XJIFXbZ span:focus {
  outline: none;
}
.cid-un8XJIFXbZ .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un8XJIFXbZ .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un8XJIFXbZ .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un8XJIFXbZ .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un8XJIFXbZ .item {
    padding: 1.5rem;
  }
}
.cid-un8XJIFXbZ .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un8XJIFXbZ .item .item-icon {
    margin-top: 0;
  }
}
.cid-un8XJIFXbZ .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un8XJIFXbZ .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un8XJIFXbZ .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un8XJIFXbZ .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un8XJIFXbZ .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un8XJIFXbZ .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un8XJIFXbZ .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un8XJIFXbZ .item-content {
    margin-left: 0;
  }
}
.cid-un8XJIFXbZ .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un8XJIFXbZ .item-title {
  color: #ffffff;
}
.cid-un8XJIFXbZ .mbr-text,
.cid-un8XJIFXbZ .item-icon {
  color: #ffffff;
}
.cid-un8XJIFXbZ .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un8XJIFXbZ .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un8XJIFXbZ .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un8XJIFXbZ .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un8XJIFXbZ .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un8XJIFXbZ .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un8XJIFXbZ .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un8XJIFXbZ .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un8XJIFXbZ .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un8XJIFXbZ .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un8XJIFXbZ .article-column1 {
    padding-right: 16px;
  }
}
.cid-un8XJIFXbZ .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un8XJIFXbZ .article-column2 {
    padding-left: 16px;
  }
}
.cid-un8XJIFXbZ .mbr-section-subtitle,
.cid-un8XJIFXbZ .mbr-iconfont {
  color: #e082c5;
}
.cid-un8XJIFXbZ .mbr-section-subtitle {
  color: #000000;
}
.cid-un8XJJ9dDn {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un8XJJ9dDn p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un8XJJ9dDn .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un8XJJ9dDn .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un8XJJ9dDn .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un8XJJ9dDn .main-banner .left-content {
  margin-right: 15px;
}
.cid-un8XJJ9dDn .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un8XJJ9dDn .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un8XJJ9dDn .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un8XJJ9dDn .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un8XJJ9dDn .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un8XJJ9dDn .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un8XJJ9dDn .main-banner:before {
    display: none;
  }
  .cid-un8XJJ9dDn .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un8XJJ9dDn .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un8XJJ9dDn H6 {
  color: #e43f3f;
}
.cid-un8XJJ9dDn H2 {
  color: #000000;
}
.cid-un8XJJ9dDn P {
  color: #000000;
}
.cid-un8XJJmpih {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un8XJJmpih #footer {
  padding: 0 0 25px 0;
}
.cid-un8XJJmpih #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un8XJJmpih #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un8XJJmpih #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un8XJJmpih #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un8XJJmpih #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un8XJJmpih #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un8XJJmpih #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un8XJJmpih #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un8XJJmpih #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un8XJJmpih #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un8XJJmpih #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un8XJJmpih #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un8XJJmpih #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un8XJJmpih #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un8XJJmpih #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un8XJJmpih #footer .copyright {
  padding-top: 30px;
}
.cid-un8XJJmpih ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un8XJJmpih H4 {
  color: #000000;
  text-align: left;
}
.cid-un8XJJmpih DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un8XJJmpih P {
  color: #e43f3f;
  text-align: left;
}
.cid-un8XJJmpih div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un8XJJmpih .copyright a {
  text-decoration: none !important;
}
.cid-un8XJJmpih .list,
.cid-un8XJJmpih .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un8XJJmpih ul li a {
  text-decoration: none !important;
}
.cid-un8XJJmpih .list {
  color: #e43f3f;
}
.cid-un8XQCtA46 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un8XQCtA46 nav.navbar {
  position: fixed;
}
.cid-un8XQCtA46 .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-un8XQCtA46 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un8XQCtA46 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un8XQCtA46 .dropdown-item:hover,
.cid-un8XQCtA46 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un8XQCtA46 .dropdown-item:hover span {
  color: white;
}
.cid-un8XQCtA46 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un8XQCtA46 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un8XQCtA46 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un8XQCtA46 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un8XQCtA46 .nav-link {
  position: relative;
}
.cid-un8XQCtA46 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un8XQCtA46 .container {
    flex-wrap: nowrap;
  }
}
.cid-un8XQCtA46 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un8XQCtA46 .dropdown-menu,
.cid-un8XQCtA46 .navbar.opened {
  background: #e43f3f !important;
}
.cid-un8XQCtA46 .nav-item:focus,
.cid-un8XQCtA46 .nav-link:focus {
  outline: none;
}
.cid-un8XQCtA46 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un8XQCtA46 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un8XQCtA46 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un8XQCtA46 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un8XQCtA46 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un8XQCtA46 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un8XQCtA46 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un8XQCtA46 .navbar.opened {
  transition: all 0.3s;
}
.cid-un8XQCtA46 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un8XQCtA46 .navbar .navbar-logo img {
  width: auto;
}
.cid-un8XQCtA46 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un8XQCtA46 .navbar.collapsed {
  justify-content: center;
}
.cid-un8XQCtA46 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un8XQCtA46 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un8XQCtA46 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un8XQCtA46 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un8XQCtA46 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un8XQCtA46 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un8XQCtA46 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un8XQCtA46 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un8XQCtA46 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un8XQCtA46 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un8XQCtA46 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un8XQCtA46 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un8XQCtA46 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un8XQCtA46 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un8XQCtA46 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un8XQCtA46 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un8XQCtA46 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un8XQCtA46 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un8XQCtA46 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un8XQCtA46 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un8XQCtA46 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un8XQCtA46 .navbar.navbar-short {
  min-height: 60px;
}
.cid-un8XQCtA46 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un8XQCtA46 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un8XQCtA46 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un8XQCtA46 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un8XQCtA46 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un8XQCtA46 .dropdown-item.active,
.cid-un8XQCtA46 .dropdown-item:active {
  background-color: transparent;
}
.cid-un8XQCtA46 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un8XQCtA46 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un8XQCtA46 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un8XQCtA46 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un8XQCtA46 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un8XQCtA46 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un8XQCtA46 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un8XQCtA46 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un8XQCtA46 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un8XQCtA46 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un8XQCtA46 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un8XQCtA46 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un8XQCtA46 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un8XQCtA46 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un8XQCtA46 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un8XQCtA46 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un8XQCtA46 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un8XQCtA46 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un8XQCtA46 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un8XQCtA46 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un8XQCtA46 .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-un8XQCtA46 .navbar {
    height: 70px;
  }
  .cid-un8XQCtA46 .navbar.opened {
    height: auto;
  }
  .cid-un8XQCtA46 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un8XQAO3zG {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un8XQAO3zG .row {
  flex-direction: row-reverse;
}
.cid-un8XQAO3zG p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un8XQAO3zG .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un8XQAO3zG .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un8XQAO3zG .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un8XQAO3zG .main-banner .left-content {
  margin-right: 15px;
}
.cid-un8XQAO3zG .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un8XQAO3zG .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un8XQAO3zG .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un8XQAO3zG .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un8XQAO3zG .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un8XQAO3zG .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un8XQAO3zG .main-banner:before {
    display: none;
  }
  .cid-un8XQAO3zG .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un8XQAO3zG .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un8XQAO3zG H6 {
  color: #e43f3f;
}
.cid-un8XQAO3zG H2 {
  color: #000000;
}
.cid-un8XQBcG1z {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un8XQBcG1z .mbr-section-title {
  color: #000000;
}
.cid-un8XQBq337 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un8XQBq337 .container {
  padding: 0 5%;
}
.cid-un8XQBq337 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un8XQBq337 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un8XQBq337 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un8XQBq337 #expand-button:hover {
  background-color: #7787a5;
}
.cid-un8XQBq337 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un8XQBq337 .item:focus,
.cid-un8XQBq337 span:focus {
  outline: none;
}
.cid-un8XQBq337 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un8XQBq337 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un8XQBq337 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un8XQBq337 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un8XQBq337 .item {
    padding: 1.5rem;
  }
}
.cid-un8XQBq337 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un8XQBq337 .item .item-icon {
    margin-top: 0;
  }
}
.cid-un8XQBq337 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un8XQBq337 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un8XQBq337 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un8XQBq337 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un8XQBq337 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un8XQBq337 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un8XQBq337 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un8XQBq337 .item-content {
    margin-left: 0;
  }
}
.cid-un8XQBq337 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un8XQBq337 .item-title {
  color: #ffffff;
}
.cid-un8XQBq337 .mbr-text,
.cid-un8XQBq337 .item-icon {
  color: #ffffff;
}
.cid-un8XQBq337 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un8XQBq337 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un8XQBq337 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un8XQBq337 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un8XQBq337 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un8XQBq337 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un8XQBq337 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un8XQBq337 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un8XQBq337 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un8XQBq337 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un8XQBq337 .article-column1 {
    padding-right: 16px;
  }
}
.cid-un8XQBq337 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un8XQBq337 .article-column2 {
    padding-left: 16px;
  }
}
.cid-un8XQBq337 .mbr-section-subtitle,
.cid-un8XQBq337 .mbr-iconfont {
  color: #e082c5;
}
.cid-un8XQBq337 .mbr-section-subtitle {
  color: #000000;
}
.cid-un8XQBV5uq {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un8XQBV5uq p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un8XQBV5uq .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un8XQBV5uq .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un8XQBV5uq .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un8XQBV5uq .main-banner .left-content {
  margin-right: 15px;
}
.cid-un8XQBV5uq .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un8XQBV5uq .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un8XQBV5uq .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un8XQBV5uq .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un8XQBV5uq .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un8XQBV5uq .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un8XQBV5uq .main-banner:before {
    display: none;
  }
  .cid-un8XQBV5uq .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un8XQBV5uq .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un8XQBV5uq H6 {
  color: #e43f3f;
}
.cid-un8XQBV5uq H2 {
  color: #000000;
}
.cid-un8XQBV5uq P {
  color: #000000;
}
.cid-un8XQCaSQ1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un8XQCaSQ1 #footer {
  padding: 0 0 25px 0;
}
.cid-un8XQCaSQ1 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un8XQCaSQ1 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un8XQCaSQ1 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un8XQCaSQ1 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un8XQCaSQ1 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un8XQCaSQ1 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un8XQCaSQ1 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un8XQCaSQ1 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un8XQCaSQ1 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un8XQCaSQ1 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un8XQCaSQ1 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un8XQCaSQ1 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un8XQCaSQ1 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un8XQCaSQ1 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un8XQCaSQ1 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un8XQCaSQ1 #footer .copyright {
  padding-top: 30px;
}
.cid-un8XQCaSQ1 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un8XQCaSQ1 H4 {
  color: #000000;
  text-align: left;
}
.cid-un8XQCaSQ1 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un8XQCaSQ1 P {
  color: #e43f3f;
  text-align: left;
}
.cid-un8XQCaSQ1 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un8XQCaSQ1 .copyright a {
  text-decoration: none !important;
}
.cid-un8XQCaSQ1 .list,
.cid-un8XQCaSQ1 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un8XQCaSQ1 ul li a {
  text-decoration: none !important;
}
.cid-un8XQCaSQ1 .list {
  color: #e43f3f;
}
.cid-un8XY9RX5T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un8XY9RX5T nav.navbar {
  position: fixed;
}
.cid-un8XY9RX5T .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-un8XY9RX5T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un8XY9RX5T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un8XY9RX5T .dropdown-item:hover,
.cid-un8XY9RX5T .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un8XY9RX5T .dropdown-item:hover span {
  color: white;
}
.cid-un8XY9RX5T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un8XY9RX5T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un8XY9RX5T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un8XY9RX5T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un8XY9RX5T .nav-link {
  position: relative;
}
.cid-un8XY9RX5T .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un8XY9RX5T .container {
    flex-wrap: nowrap;
  }
}
.cid-un8XY9RX5T .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un8XY9RX5T .dropdown-menu,
.cid-un8XY9RX5T .navbar.opened {
  background: #e43f3f !important;
}
.cid-un8XY9RX5T .nav-item:focus,
.cid-un8XY9RX5T .nav-link:focus {
  outline: none;
}
.cid-un8XY9RX5T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un8XY9RX5T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un8XY9RX5T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un8XY9RX5T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un8XY9RX5T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un8XY9RX5T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un8XY9RX5T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un8XY9RX5T .navbar.opened {
  transition: all 0.3s;
}
.cid-un8XY9RX5T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un8XY9RX5T .navbar .navbar-logo img {
  width: auto;
}
.cid-un8XY9RX5T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un8XY9RX5T .navbar.collapsed {
  justify-content: center;
}
.cid-un8XY9RX5T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un8XY9RX5T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un8XY9RX5T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un8XY9RX5T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un8XY9RX5T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un8XY9RX5T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un8XY9RX5T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un8XY9RX5T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un8XY9RX5T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un8XY9RX5T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un8XY9RX5T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un8XY9RX5T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un8XY9RX5T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un8XY9RX5T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un8XY9RX5T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un8XY9RX5T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un8XY9RX5T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un8XY9RX5T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un8XY9RX5T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un8XY9RX5T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un8XY9RX5T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un8XY9RX5T .navbar.navbar-short {
  min-height: 60px;
}
.cid-un8XY9RX5T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un8XY9RX5T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un8XY9RX5T .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un8XY9RX5T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un8XY9RX5T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un8XY9RX5T .dropdown-item.active,
.cid-un8XY9RX5T .dropdown-item:active {
  background-color: transparent;
}
.cid-un8XY9RX5T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un8XY9RX5T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un8XY9RX5T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un8XY9RX5T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un8XY9RX5T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un8XY9RX5T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un8XY9RX5T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un8XY9RX5T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un8XY9RX5T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un8XY9RX5T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un8XY9RX5T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un8XY9RX5T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un8XY9RX5T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un8XY9RX5T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un8XY9RX5T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un8XY9RX5T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un8XY9RX5T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un8XY9RX5T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un8XY9RX5T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un8XY9RX5T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un8XY9RX5T .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-un8XY9RX5T .navbar {
    height: 70px;
  }
  .cid-un8XY9RX5T .navbar.opened {
    height: auto;
  }
  .cid-un8XY9RX5T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un8XY899nW {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un8XY899nW .row {
  flex-direction: row-reverse;
}
.cid-un8XY899nW p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un8XY899nW .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un8XY899nW .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un8XY899nW .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un8XY899nW .main-banner .left-content {
  margin-right: 15px;
}
.cid-un8XY899nW .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un8XY899nW .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un8XY899nW .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un8XY899nW .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un8XY899nW .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un8XY899nW .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un8XY899nW .main-banner:before {
    display: none;
  }
  .cid-un8XY899nW .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un8XY899nW .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un8XY899nW H6 {
  color: #e43f3f;
}
.cid-un8XY899nW H2 {
  color: #000000;
}
.cid-un8XY8zu9E {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un8XY8zu9E .mbr-section-title {
  color: #000000;
}
.cid-un8XY8SPL3 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un8XY8SPL3 .container {
  padding: 0 5%;
}
.cid-un8XY8SPL3 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un8XY8SPL3 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un8XY8SPL3 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un8XY8SPL3 #expand-button:hover {
  background-color: #7787a5;
}
.cid-un8XY8SPL3 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un8XY8SPL3 .item:focus,
.cid-un8XY8SPL3 span:focus {
  outline: none;
}
.cid-un8XY8SPL3 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un8XY8SPL3 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un8XY8SPL3 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un8XY8SPL3 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un8XY8SPL3 .item {
    padding: 1.5rem;
  }
}
.cid-un8XY8SPL3 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un8XY8SPL3 .item .item-icon {
    margin-top: 0;
  }
}
.cid-un8XY8SPL3 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un8XY8SPL3 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un8XY8SPL3 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un8XY8SPL3 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un8XY8SPL3 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un8XY8SPL3 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un8XY8SPL3 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un8XY8SPL3 .item-content {
    margin-left: 0;
  }
}
.cid-un8XY8SPL3 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un8XY8SPL3 .item-title {
  color: #ffffff;
}
.cid-un8XY8SPL3 .mbr-text,
.cid-un8XY8SPL3 .item-icon {
  color: #ffffff;
}
.cid-un8XY8SPL3 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un8XY8SPL3 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un8XY8SPL3 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un8XY8SPL3 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un8XY8SPL3 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un8XY8SPL3 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un8XY8SPL3 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un8XY8SPL3 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un8XY8SPL3 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un8XY8SPL3 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un8XY8SPL3 .article-column1 {
    padding-right: 16px;
  }
}
.cid-un8XY8SPL3 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un8XY8SPL3 .article-column2 {
    padding-left: 16px;
  }
}
.cid-un8XY8SPL3 .mbr-section-subtitle,
.cid-un8XY8SPL3 .mbr-iconfont {
  color: #e082c5;
}
.cid-un8XY8SPL3 .mbr-section-subtitle {
  color: #000000;
}
.cid-un8XY9lGJB {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un8XY9lGJB p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un8XY9lGJB .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un8XY9lGJB .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un8XY9lGJB .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un8XY9lGJB .main-banner .left-content {
  margin-right: 15px;
}
.cid-un8XY9lGJB .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un8XY9lGJB .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un8XY9lGJB .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un8XY9lGJB .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un8XY9lGJB .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un8XY9lGJB .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un8XY9lGJB .main-banner:before {
    display: none;
  }
  .cid-un8XY9lGJB .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un8XY9lGJB .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un8XY9lGJB H6 {
  color: #e43f3f;
}
.cid-un8XY9lGJB H2 {
  color: #000000;
}
.cid-un8XY9lGJB P {
  color: #000000;
}
.cid-un8XY9ybN8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un8XY9ybN8 #footer {
  padding: 0 0 25px 0;
}
.cid-un8XY9ybN8 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un8XY9ybN8 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un8XY9ybN8 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un8XY9ybN8 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un8XY9ybN8 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un8XY9ybN8 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un8XY9ybN8 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un8XY9ybN8 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un8XY9ybN8 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un8XY9ybN8 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un8XY9ybN8 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un8XY9ybN8 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un8XY9ybN8 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un8XY9ybN8 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un8XY9ybN8 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un8XY9ybN8 #footer .copyright {
  padding-top: 30px;
}
.cid-un8XY9ybN8 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un8XY9ybN8 H4 {
  color: #000000;
  text-align: left;
}
.cid-un8XY9ybN8 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un8XY9ybN8 P {
  color: #e43f3f;
  text-align: left;
}
.cid-un8XY9ybN8 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un8XY9ybN8 .copyright a {
  text-decoration: none !important;
}
.cid-un8XY9ybN8 .list,
.cid-un8XY9ybN8 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un8XY9ybN8 ul li a {
  text-decoration: none !important;
}
.cid-un8XY9ybN8 .list {
  color: #e43f3f;
}
.cid-un8YedX62S {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un8YedX62S nav.navbar {
  position: fixed;
}
.cid-un8YedX62S .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-un8YedX62S .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un8YedX62S .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un8YedX62S .dropdown-item:hover,
.cid-un8YedX62S .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un8YedX62S .dropdown-item:hover span {
  color: white;
}
.cid-un8YedX62S .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un8YedX62S .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un8YedX62S .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un8YedX62S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un8YedX62S .nav-link {
  position: relative;
}
.cid-un8YedX62S .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un8YedX62S .container {
    flex-wrap: nowrap;
  }
}
.cid-un8YedX62S .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un8YedX62S .dropdown-menu,
.cid-un8YedX62S .navbar.opened {
  background: #e43f3f !important;
}
.cid-un8YedX62S .nav-item:focus,
.cid-un8YedX62S .nav-link:focus {
  outline: none;
}
.cid-un8YedX62S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un8YedX62S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un8YedX62S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un8YedX62S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un8YedX62S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un8YedX62S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un8YedX62S .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un8YedX62S .navbar.opened {
  transition: all 0.3s;
}
.cid-un8YedX62S .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un8YedX62S .navbar .navbar-logo img {
  width: auto;
}
.cid-un8YedX62S .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un8YedX62S .navbar.collapsed {
  justify-content: center;
}
.cid-un8YedX62S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un8YedX62S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un8YedX62S .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un8YedX62S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un8YedX62S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un8YedX62S .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un8YedX62S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un8YedX62S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un8YedX62S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un8YedX62S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un8YedX62S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un8YedX62S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un8YedX62S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un8YedX62S .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un8YedX62S .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un8YedX62S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un8YedX62S .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un8YedX62S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un8YedX62S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un8YedX62S .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un8YedX62S .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un8YedX62S .navbar.navbar-short {
  min-height: 60px;
}
.cid-un8YedX62S .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un8YedX62S .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un8YedX62S .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un8YedX62S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un8YedX62S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un8YedX62S .dropdown-item.active,
.cid-un8YedX62S .dropdown-item:active {
  background-color: transparent;
}
.cid-un8YedX62S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un8YedX62S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un8YedX62S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un8YedX62S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un8YedX62S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un8YedX62S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un8YedX62S ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un8YedX62S .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un8YedX62S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un8YedX62S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un8YedX62S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un8YedX62S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un8YedX62S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un8YedX62S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un8YedX62S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un8YedX62S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un8YedX62S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un8YedX62S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un8YedX62S .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un8YedX62S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un8YedX62S .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-un8YedX62S .navbar {
    height: 70px;
  }
  .cid-un8YedX62S .navbar.opened {
    height: auto;
  }
  .cid-un8YedX62S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un8YecbxXK {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un8YecbxXK .row {
  flex-direction: row-reverse;
}
.cid-un8YecbxXK p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un8YecbxXK .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un8YecbxXK .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un8YecbxXK .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un8YecbxXK .main-banner .left-content {
  margin-right: 15px;
}
.cid-un8YecbxXK .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un8YecbxXK .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un8YecbxXK .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un8YecbxXK .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un8YecbxXK .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un8YecbxXK .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un8YecbxXK .main-banner:before {
    display: none;
  }
  .cid-un8YecbxXK .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un8YecbxXK .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un8YecbxXK H6 {
  color: #e43f3f;
}
.cid-un8YecbxXK H2 {
  color: #000000;
}
.cid-un8YecCZsy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un8YecCZsy .mbr-section-title {
  color: #000000;
}
.cid-un8YecUqMr {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un8YecUqMr .container {
  padding: 0 5%;
}
.cid-un8YecUqMr #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un8YecUqMr #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un8YecUqMr #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un8YecUqMr #expand-button:hover {
  background-color: #7787a5;
}
.cid-un8YecUqMr .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un8YecUqMr .item:focus,
.cid-un8YecUqMr span:focus {
  outline: none;
}
.cid-un8YecUqMr .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un8YecUqMr .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un8YecUqMr .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un8YecUqMr .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un8YecUqMr .item {
    padding: 1.5rem;
  }
}
.cid-un8YecUqMr .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un8YecUqMr .item .item-icon {
    margin-top: 0;
  }
}
.cid-un8YecUqMr .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un8YecUqMr .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un8YecUqMr .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un8YecUqMr .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un8YecUqMr .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un8YecUqMr .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un8YecUqMr .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un8YecUqMr .item-content {
    margin-left: 0;
  }
}
.cid-un8YecUqMr .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un8YecUqMr .item-title {
  color: #ffffff;
}
.cid-un8YecUqMr .mbr-text,
.cid-un8YecUqMr .item-icon {
  color: #ffffff;
}
.cid-un8YecUqMr .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un8YecUqMr .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un8YecUqMr .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un8YecUqMr .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un8YecUqMr .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un8YecUqMr .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un8YecUqMr .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un8YecUqMr .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un8YecUqMr .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un8YecUqMr .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un8YecUqMr .article-column1 {
    padding-right: 16px;
  }
}
.cid-un8YecUqMr .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un8YecUqMr .article-column2 {
    padding-left: 16px;
  }
}
.cid-un8YecUqMr .mbr-section-subtitle,
.cid-un8YecUqMr .mbr-iconfont {
  color: #e082c5;
}
.cid-un8YecUqMr .mbr-section-subtitle {
  color: #000000;
}
.cid-un8Yedq6z0 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un8Yedq6z0 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un8Yedq6z0 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un8Yedq6z0 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un8Yedq6z0 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un8Yedq6z0 .main-banner .left-content {
  margin-right: 15px;
}
.cid-un8Yedq6z0 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un8Yedq6z0 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un8Yedq6z0 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un8Yedq6z0 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un8Yedq6z0 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un8Yedq6z0 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un8Yedq6z0 .main-banner:before {
    display: none;
  }
  .cid-un8Yedq6z0 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un8Yedq6z0 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un8Yedq6z0 H6 {
  color: #e43f3f;
}
.cid-un8Yedq6z0 H2 {
  color: #000000;
}
.cid-un8Yedq6z0 P {
  color: #000000;
}
.cid-un8YedENRv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un8YedENRv #footer {
  padding: 0 0 25px 0;
}
.cid-un8YedENRv #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un8YedENRv #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un8YedENRv #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un8YedENRv #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un8YedENRv #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un8YedENRv #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un8YedENRv #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un8YedENRv #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un8YedENRv #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un8YedENRv #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un8YedENRv #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un8YedENRv #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un8YedENRv #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un8YedENRv #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un8YedENRv #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un8YedENRv #footer .copyright {
  padding-top: 30px;
}
.cid-un8YedENRv ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un8YedENRv H4 {
  color: #000000;
  text-align: left;
}
.cid-un8YedENRv DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un8YedENRv P {
  color: #e43f3f;
  text-align: left;
}
.cid-un8YedENRv div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un8YedENRv .copyright a {
  text-decoration: none !important;
}
.cid-un8YedENRv .list,
.cid-un8YedENRv .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un8YedENRv ul li a {
  text-decoration: none !important;
}
.cid-un8YedENRv .list {
  color: #e43f3f;
}
.cid-un8YkDnty4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-un8YkDnty4 nav.navbar {
  position: fixed;
}
.cid-un8YkDnty4 .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-un8YkDnty4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-un8YkDnty4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-un8YkDnty4 .dropdown-item:hover,
.cid-un8YkDnty4 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-un8YkDnty4 .dropdown-item:hover span {
  color: white;
}
.cid-un8YkDnty4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-un8YkDnty4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-un8YkDnty4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-un8YkDnty4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-un8YkDnty4 .nav-link {
  position: relative;
}
.cid-un8YkDnty4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-un8YkDnty4 .container {
    flex-wrap: nowrap;
  }
}
.cid-un8YkDnty4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-un8YkDnty4 .dropdown-menu,
.cid-un8YkDnty4 .navbar.opened {
  background: #e43f3f !important;
}
.cid-un8YkDnty4 .nav-item:focus,
.cid-un8YkDnty4 .nav-link:focus {
  outline: none;
}
.cid-un8YkDnty4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-un8YkDnty4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un8YkDnty4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-un8YkDnty4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-un8YkDnty4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-un8YkDnty4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-un8YkDnty4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-un8YkDnty4 .navbar.opened {
  transition: all 0.3s;
}
.cid-un8YkDnty4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-un8YkDnty4 .navbar .navbar-logo img {
  width: auto;
}
.cid-un8YkDnty4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-un8YkDnty4 .navbar.collapsed {
  justify-content: center;
}
.cid-un8YkDnty4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-un8YkDnty4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-un8YkDnty4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-un8YkDnty4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-un8YkDnty4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-un8YkDnty4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-un8YkDnty4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-un8YkDnty4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-un8YkDnty4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-un8YkDnty4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-un8YkDnty4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-un8YkDnty4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-un8YkDnty4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-un8YkDnty4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-un8YkDnty4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-un8YkDnty4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-un8YkDnty4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-un8YkDnty4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-un8YkDnty4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-un8YkDnty4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-un8YkDnty4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-un8YkDnty4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-un8YkDnty4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-un8YkDnty4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-un8YkDnty4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-un8YkDnty4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-un8YkDnty4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-un8YkDnty4 .dropdown-item.active,
.cid-un8YkDnty4 .dropdown-item:active {
  background-color: transparent;
}
.cid-un8YkDnty4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-un8YkDnty4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-un8YkDnty4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-un8YkDnty4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-un8YkDnty4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-un8YkDnty4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un8YkDnty4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-un8YkDnty4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-un8YkDnty4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-un8YkDnty4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un8YkDnty4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-un8YkDnty4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un8YkDnty4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-un8YkDnty4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-un8YkDnty4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un8YkDnty4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-un8YkDnty4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-un8YkDnty4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-un8YkDnty4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-un8YkDnty4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-un8YkDnty4 .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-un8YkDnty4 .navbar {
    height: 70px;
  }
  .cid-un8YkDnty4 .navbar.opened {
    height: auto;
  }
  .cid-un8YkDnty4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un8YkBAZaZ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un8YkBAZaZ .row {
  flex-direction: row-reverse;
}
.cid-un8YkBAZaZ p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un8YkBAZaZ .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un8YkBAZaZ .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un8YkBAZaZ .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un8YkBAZaZ .main-banner .left-content {
  margin-right: 15px;
}
.cid-un8YkBAZaZ .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un8YkBAZaZ .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un8YkBAZaZ .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un8YkBAZaZ .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un8YkBAZaZ .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un8YkBAZaZ .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un8YkBAZaZ .main-banner:before {
    display: none;
  }
  .cid-un8YkBAZaZ .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un8YkBAZaZ .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un8YkBAZaZ H6 {
  color: #e43f3f;
}
.cid-un8YkBAZaZ H2 {
  color: #000000;
}
.cid-un8YkC0p4c {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-un8YkC0p4c .mbr-section-title {
  color: #000000;
}
.cid-un8YkCgEps {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-un8YkCgEps .container {
  padding: 0 5%;
}
.cid-un8YkCgEps #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un8YkCgEps #collapse-button:hover {
  background-color: #7787a5;
}
.cid-un8YkCgEps #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-un8YkCgEps #expand-button:hover {
  background-color: #7787a5;
}
.cid-un8YkCgEps .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-un8YkCgEps .item:focus,
.cid-un8YkCgEps span:focus {
  outline: none;
}
.cid-un8YkCgEps .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-un8YkCgEps .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-un8YkCgEps .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-un8YkCgEps .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-un8YkCgEps .item {
    padding: 1.5rem;
  }
}
.cid-un8YkCgEps .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un8YkCgEps .item .item-icon {
    margin-top: 0;
  }
}
.cid-un8YkCgEps .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-un8YkCgEps .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-un8YkCgEps .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-un8YkCgEps .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-un8YkCgEps .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-un8YkCgEps .item-title-wrapper {
    min-width: auto;
  }
}
.cid-un8YkCgEps .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-un8YkCgEps .item-content {
    margin-left: 0;
  }
}
.cid-un8YkCgEps .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-un8YkCgEps .item-title {
  color: #ffffff;
}
.cid-un8YkCgEps .mbr-text,
.cid-un8YkCgEps .item-icon {
  color: #ffffff;
}
.cid-un8YkCgEps .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-un8YkCgEps .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-un8YkCgEps .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-un8YkCgEps .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-un8YkCgEps .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-un8YkCgEps .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-un8YkCgEps .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-un8YkCgEps .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-un8YkCgEps .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-un8YkCgEps .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-un8YkCgEps .article-column1 {
    padding-right: 16px;
  }
}
.cid-un8YkCgEps .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-un8YkCgEps .article-column2 {
    padding-left: 16px;
  }
}
.cid-un8YkCgEps .mbr-section-subtitle,
.cid-un8YkCgEps .mbr-iconfont {
  color: #e082c5;
}
.cid-un8YkCgEps .mbr-section-subtitle {
  color: #000000;
}
.cid-un8YkCL6lU {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un8YkCL6lU p {
  line-height: 30px;
  font-weight: 300;
}
.cid-un8YkCL6lU .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-un8YkCL6lU .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-un8YkCL6lU .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-un8YkCL6lU .main-banner .left-content {
  margin-right: 15px;
}
.cid-un8YkCL6lU .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-un8YkCL6lU .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-un8YkCL6lU .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-un8YkCL6lU .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-un8YkCL6lU .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-un8YkCL6lU .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-un8YkCL6lU .main-banner:before {
    display: none;
  }
  .cid-un8YkCL6lU .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-un8YkCL6lU .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-un8YkCL6lU H6 {
  color: #e43f3f;
}
.cid-un8YkCL6lU H2 {
  color: #000000;
}
.cid-un8YkCL6lU P {
  color: #000000;
}
.cid-un8YkD4VNb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-un8YkD4VNb #footer {
  padding: 0 0 25px 0;
}
.cid-un8YkD4VNb #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-un8YkD4VNb #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-un8YkD4VNb #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-un8YkD4VNb #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-un8YkD4VNb #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-un8YkD4VNb #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-un8YkD4VNb #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-un8YkD4VNb #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-un8YkD4VNb #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-un8YkD4VNb #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-un8YkD4VNb #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-un8YkD4VNb #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-un8YkD4VNb #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-un8YkD4VNb #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-un8YkD4VNb #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-un8YkD4VNb #footer .copyright {
  padding-top: 30px;
}
.cid-un8YkD4VNb ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-un8YkD4VNb H4 {
  color: #000000;
  text-align: left;
}
.cid-un8YkD4VNb DIV {
  text-align: center;
  color: #fafafa;
}
.cid-un8YkD4VNb P {
  color: #e43f3f;
  text-align: left;
}
.cid-un8YkD4VNb div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-un8YkD4VNb .copyright a {
  text-decoration: none !important;
}
.cid-un8YkD4VNb .list,
.cid-un8YkD4VNb .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-un8YkD4VNb ul li a {
  text-decoration: none !important;
}
.cid-un8YkD4VNb .list {
  color: #e43f3f;
}
.cid-uned5ufaQD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uned5ufaQD nav.navbar {
  position: fixed;
}
.cid-uned5ufaQD .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-uned5ufaQD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uned5ufaQD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uned5ufaQD .dropdown-item:hover,
.cid-uned5ufaQD .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uned5ufaQD .dropdown-item:hover span {
  color: white;
}
.cid-uned5ufaQD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uned5ufaQD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uned5ufaQD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uned5ufaQD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uned5ufaQD .nav-link {
  position: relative;
}
.cid-uned5ufaQD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uned5ufaQD .container {
    flex-wrap: nowrap;
  }
}
.cid-uned5ufaQD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uned5ufaQD .dropdown-menu,
.cid-uned5ufaQD .navbar.opened {
  background: #e43f3f !important;
}
.cid-uned5ufaQD .nav-item:focus,
.cid-uned5ufaQD .nav-link:focus {
  outline: none;
}
.cid-uned5ufaQD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uned5ufaQD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uned5ufaQD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uned5ufaQD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uned5ufaQD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uned5ufaQD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uned5ufaQD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uned5ufaQD .navbar.opened {
  transition: all 0.3s;
}
.cid-uned5ufaQD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uned5ufaQD .navbar .navbar-logo img {
  width: auto;
}
.cid-uned5ufaQD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uned5ufaQD .navbar.collapsed {
  justify-content: center;
}
.cid-uned5ufaQD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uned5ufaQD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uned5ufaQD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uned5ufaQD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uned5ufaQD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uned5ufaQD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uned5ufaQD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uned5ufaQD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uned5ufaQD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uned5ufaQD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uned5ufaQD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uned5ufaQD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uned5ufaQD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uned5ufaQD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uned5ufaQD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uned5ufaQD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uned5ufaQD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uned5ufaQD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uned5ufaQD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uned5ufaQD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uned5ufaQD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uned5ufaQD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uned5ufaQD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uned5ufaQD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uned5ufaQD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uned5ufaQD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uned5ufaQD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uned5ufaQD .dropdown-item.active,
.cid-uned5ufaQD .dropdown-item:active {
  background-color: transparent;
}
.cid-uned5ufaQD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uned5ufaQD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uned5ufaQD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uned5ufaQD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uned5ufaQD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uned5ufaQD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uned5ufaQD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uned5ufaQD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uned5ufaQD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uned5ufaQD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uned5ufaQD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uned5ufaQD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uned5ufaQD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uned5ufaQD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uned5ufaQD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uned5ufaQD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uned5ufaQD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uned5ufaQD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uned5ufaQD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uned5ufaQD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uned5ufaQD .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-uned5ufaQD .navbar {
    height: 70px;
  }
  .cid-uned5ufaQD .navbar.opened {
    height: auto;
  }
  .cid-uned5ufaQD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uned5suaNE {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uned5suaNE .row {
  flex-direction: row-reverse;
}
.cid-uned5suaNE p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uned5suaNE .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uned5suaNE .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uned5suaNE .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uned5suaNE .main-banner .left-content {
  margin-right: 15px;
}
.cid-uned5suaNE .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uned5suaNE .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uned5suaNE .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uned5suaNE .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uned5suaNE .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uned5suaNE .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uned5suaNE .main-banner:before {
    display: none;
  }
  .cid-uned5suaNE .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uned5suaNE .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uned5suaNE H6 {
  color: #e43f3f;
}
.cid-uned5suaNE H2 {
  color: #000000;
}
.cid-uned5sVO0T {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uned5sVO0T .mbr-section-title {
  color: #000000;
}
.cid-uned5taGPe {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uned5taGPe .container {
  padding: 0 5%;
}
.cid-uned5taGPe #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uned5taGPe #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uned5taGPe #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uned5taGPe #expand-button:hover {
  background-color: #7787a5;
}
.cid-uned5taGPe .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uned5taGPe .item:focus,
.cid-uned5taGPe span:focus {
  outline: none;
}
.cid-uned5taGPe .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uned5taGPe .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uned5taGPe .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uned5taGPe .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uned5taGPe .item {
    padding: 1.5rem;
  }
}
.cid-uned5taGPe .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uned5taGPe .item .item-icon {
    margin-top: 0;
  }
}
.cid-uned5taGPe .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uned5taGPe .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uned5taGPe .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uned5taGPe .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uned5taGPe .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uned5taGPe .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uned5taGPe .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uned5taGPe .item-content {
    margin-left: 0;
  }
}
.cid-uned5taGPe .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uned5taGPe .item-title {
  color: #ffffff;
}
.cid-uned5taGPe .mbr-text,
.cid-uned5taGPe .item-icon {
  color: #ffffff;
}
.cid-uned5taGPe .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uned5taGPe .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uned5taGPe .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uned5taGPe .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uned5taGPe .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uned5taGPe .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uned5taGPe .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uned5taGPe .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uned5taGPe .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uned5taGPe .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uned5taGPe .article-column1 {
    padding-right: 16px;
  }
}
.cid-uned5taGPe .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uned5taGPe .article-column2 {
    padding-left: 16px;
  }
}
.cid-uned5taGPe .mbr-section-subtitle,
.cid-uned5taGPe .mbr-iconfont {
  color: #e082c5;
}
.cid-uned5taGPe .mbr-section-subtitle {
  color: #000000;
}
.cid-uned5tGWfQ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uned5tGWfQ p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uned5tGWfQ .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uned5tGWfQ .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uned5tGWfQ .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uned5tGWfQ .main-banner .left-content {
  margin-right: 15px;
}
.cid-uned5tGWfQ .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uned5tGWfQ .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uned5tGWfQ .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uned5tGWfQ .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uned5tGWfQ .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uned5tGWfQ .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uned5tGWfQ .main-banner:before {
    display: none;
  }
  .cid-uned5tGWfQ .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uned5tGWfQ .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uned5tGWfQ H6 {
  color: #e43f3f;
}
.cid-uned5tGWfQ H2 {
  color: #000000;
}
.cid-uned5tGWfQ P {
  color: #000000;
}
.cid-uned5tWBr3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uned5tWBr3 #footer {
  padding: 0 0 25px 0;
}
.cid-uned5tWBr3 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uned5tWBr3 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uned5tWBr3 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uned5tWBr3 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uned5tWBr3 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uned5tWBr3 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uned5tWBr3 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uned5tWBr3 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uned5tWBr3 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uned5tWBr3 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uned5tWBr3 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uned5tWBr3 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uned5tWBr3 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uned5tWBr3 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uned5tWBr3 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uned5tWBr3 #footer .copyright {
  padding-top: 30px;
}
.cid-uned5tWBr3 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uned5tWBr3 H4 {
  color: #000000;
  text-align: left;
}
.cid-uned5tWBr3 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uned5tWBr3 P {
  color: #e43f3f;
  text-align: left;
}
.cid-uned5tWBr3 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uned5tWBr3 .copyright a {
  text-decoration: none !important;
}
.cid-uned5tWBr3 .list,
.cid-uned5tWBr3 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uned5tWBr3 ul li a {
  text-decoration: none !important;
}
.cid-uned5tWBr3 .list {
  color: #e43f3f;
}
.cid-unedcAnQ9u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unedcAnQ9u nav.navbar {
  position: fixed;
}
.cid-unedcAnQ9u .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-unedcAnQ9u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unedcAnQ9u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unedcAnQ9u .dropdown-item:hover,
.cid-unedcAnQ9u .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unedcAnQ9u .dropdown-item:hover span {
  color: white;
}
.cid-unedcAnQ9u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unedcAnQ9u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unedcAnQ9u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unedcAnQ9u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unedcAnQ9u .nav-link {
  position: relative;
}
.cid-unedcAnQ9u .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unedcAnQ9u .container {
    flex-wrap: nowrap;
  }
}
.cid-unedcAnQ9u .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unedcAnQ9u .dropdown-menu,
.cid-unedcAnQ9u .navbar.opened {
  background: #e43f3f !important;
}
.cid-unedcAnQ9u .nav-item:focus,
.cid-unedcAnQ9u .nav-link:focus {
  outline: none;
}
.cid-unedcAnQ9u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unedcAnQ9u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unedcAnQ9u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unedcAnQ9u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unedcAnQ9u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unedcAnQ9u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unedcAnQ9u .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unedcAnQ9u .navbar.opened {
  transition: all 0.3s;
}
.cid-unedcAnQ9u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unedcAnQ9u .navbar .navbar-logo img {
  width: auto;
}
.cid-unedcAnQ9u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unedcAnQ9u .navbar.collapsed {
  justify-content: center;
}
.cid-unedcAnQ9u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unedcAnQ9u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unedcAnQ9u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unedcAnQ9u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unedcAnQ9u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unedcAnQ9u .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unedcAnQ9u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unedcAnQ9u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unedcAnQ9u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unedcAnQ9u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unedcAnQ9u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unedcAnQ9u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unedcAnQ9u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unedcAnQ9u .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unedcAnQ9u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unedcAnQ9u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unedcAnQ9u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unedcAnQ9u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unedcAnQ9u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unedcAnQ9u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unedcAnQ9u .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unedcAnQ9u .navbar.navbar-short {
  min-height: 60px;
}
.cid-unedcAnQ9u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unedcAnQ9u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unedcAnQ9u .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unedcAnQ9u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unedcAnQ9u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unedcAnQ9u .dropdown-item.active,
.cid-unedcAnQ9u .dropdown-item:active {
  background-color: transparent;
}
.cid-unedcAnQ9u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unedcAnQ9u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unedcAnQ9u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unedcAnQ9u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unedcAnQ9u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unedcAnQ9u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unedcAnQ9u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unedcAnQ9u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unedcAnQ9u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unedcAnQ9u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unedcAnQ9u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unedcAnQ9u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unedcAnQ9u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unedcAnQ9u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unedcAnQ9u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unedcAnQ9u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unedcAnQ9u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unedcAnQ9u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unedcAnQ9u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unedcAnQ9u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unedcAnQ9u .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-unedcAnQ9u .navbar {
    height: 70px;
  }
  .cid-unedcAnQ9u .navbar.opened {
    height: auto;
  }
  .cid-unedcAnQ9u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unedcxWnYN {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unedcxWnYN .row {
  flex-direction: row-reverse;
}
.cid-unedcxWnYN p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unedcxWnYN .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unedcxWnYN .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unedcxWnYN .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unedcxWnYN .main-banner .left-content {
  margin-right: 15px;
}
.cid-unedcxWnYN .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unedcxWnYN .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unedcxWnYN .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unedcxWnYN .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unedcxWnYN .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unedcxWnYN .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unedcxWnYN .main-banner:before {
    display: none;
  }
  .cid-unedcxWnYN .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unedcxWnYN .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unedcxWnYN H6 {
  color: #e43f3f;
}
.cid-unedcxWnYN H2 {
  color: #000000;
}
.cid-unedcywZX5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unedcywZX5 .mbr-section-title {
  color: #000000;
}
.cid-unedcyQWvg {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unedcyQWvg .container {
  padding: 0 5%;
}
.cid-unedcyQWvg #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unedcyQWvg #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unedcyQWvg #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unedcyQWvg #expand-button:hover {
  background-color: #7787a5;
}
.cid-unedcyQWvg .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unedcyQWvg .item:focus,
.cid-unedcyQWvg span:focus {
  outline: none;
}
.cid-unedcyQWvg .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unedcyQWvg .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unedcyQWvg .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unedcyQWvg .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unedcyQWvg .item {
    padding: 1.5rem;
  }
}
.cid-unedcyQWvg .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unedcyQWvg .item .item-icon {
    margin-top: 0;
  }
}
.cid-unedcyQWvg .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unedcyQWvg .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unedcyQWvg .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unedcyQWvg .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unedcyQWvg .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unedcyQWvg .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unedcyQWvg .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unedcyQWvg .item-content {
    margin-left: 0;
  }
}
.cid-unedcyQWvg .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unedcyQWvg .item-title {
  color: #ffffff;
}
.cid-unedcyQWvg .mbr-text,
.cid-unedcyQWvg .item-icon {
  color: #ffffff;
}
.cid-unedcyQWvg .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unedcyQWvg .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unedcyQWvg .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unedcyQWvg .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unedcyQWvg .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unedcyQWvg .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unedcyQWvg .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unedcyQWvg .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unedcyQWvg .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unedcyQWvg .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unedcyQWvg .article-column1 {
    padding-right: 16px;
  }
}
.cid-unedcyQWvg .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unedcyQWvg .article-column2 {
    padding-left: 16px;
  }
}
.cid-unedcyQWvg .mbr-section-subtitle,
.cid-unedcyQWvg .mbr-iconfont {
  color: #e082c5;
}
.cid-unedcyQWvg .mbr-section-subtitle {
  color: #000000;
}
.cid-unedczDWQd {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unedczDWQd p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unedczDWQd .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unedczDWQd .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unedczDWQd .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unedczDWQd .main-banner .left-content {
  margin-right: 15px;
}
.cid-unedczDWQd .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unedczDWQd .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unedczDWQd .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unedczDWQd .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unedczDWQd .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unedczDWQd .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unedczDWQd .main-banner:before {
    display: none;
  }
  .cid-unedczDWQd .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unedczDWQd .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unedczDWQd H6 {
  color: #e43f3f;
}
.cid-unedczDWQd H2 {
  color: #000000;
}
.cid-unedczDWQd P {
  color: #000000;
}
.cid-unedczXhg3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unedczXhg3 #footer {
  padding: 0 0 25px 0;
}
.cid-unedczXhg3 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unedczXhg3 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unedczXhg3 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unedczXhg3 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unedczXhg3 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unedczXhg3 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unedczXhg3 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unedczXhg3 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unedczXhg3 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unedczXhg3 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unedczXhg3 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unedczXhg3 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unedczXhg3 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unedczXhg3 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unedczXhg3 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unedczXhg3 #footer .copyright {
  padding-top: 30px;
}
.cid-unedczXhg3 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unedczXhg3 H4 {
  color: #000000;
  text-align: left;
}
.cid-unedczXhg3 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unedczXhg3 P {
  color: #e43f3f;
  text-align: left;
}
.cid-unedczXhg3 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unedczXhg3 .copyright a {
  text-decoration: none !important;
}
.cid-unedczXhg3 .list,
.cid-unedczXhg3 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unedczXhg3 ul li a {
  text-decoration: none !important;
}
.cid-unedczXhg3 .list {
  color: #e43f3f;
}
.cid-uneehaRR9q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uneehaRR9q nav.navbar {
  position: fixed;
}
.cid-uneehaRR9q .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-uneehaRR9q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uneehaRR9q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uneehaRR9q .dropdown-item:hover,
.cid-uneehaRR9q .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uneehaRR9q .dropdown-item:hover span {
  color: white;
}
.cid-uneehaRR9q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uneehaRR9q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uneehaRR9q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uneehaRR9q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uneehaRR9q .nav-link {
  position: relative;
}
.cid-uneehaRR9q .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uneehaRR9q .container {
    flex-wrap: nowrap;
  }
}
.cid-uneehaRR9q .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uneehaRR9q .dropdown-menu,
.cid-uneehaRR9q .navbar.opened {
  background: #e43f3f !important;
}
.cid-uneehaRR9q .nav-item:focus,
.cid-uneehaRR9q .nav-link:focus {
  outline: none;
}
.cid-uneehaRR9q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uneehaRR9q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uneehaRR9q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uneehaRR9q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uneehaRR9q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uneehaRR9q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uneehaRR9q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uneehaRR9q .navbar.opened {
  transition: all 0.3s;
}
.cid-uneehaRR9q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uneehaRR9q .navbar .navbar-logo img {
  width: auto;
}
.cid-uneehaRR9q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uneehaRR9q .navbar.collapsed {
  justify-content: center;
}
.cid-uneehaRR9q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uneehaRR9q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uneehaRR9q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uneehaRR9q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uneehaRR9q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uneehaRR9q .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uneehaRR9q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uneehaRR9q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uneehaRR9q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uneehaRR9q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uneehaRR9q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uneehaRR9q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uneehaRR9q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uneehaRR9q .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uneehaRR9q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uneehaRR9q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uneehaRR9q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uneehaRR9q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uneehaRR9q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uneehaRR9q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uneehaRR9q .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uneehaRR9q .navbar.navbar-short {
  min-height: 60px;
}
.cid-uneehaRR9q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uneehaRR9q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uneehaRR9q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uneehaRR9q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uneehaRR9q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uneehaRR9q .dropdown-item.active,
.cid-uneehaRR9q .dropdown-item:active {
  background-color: transparent;
}
.cid-uneehaRR9q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uneehaRR9q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uneehaRR9q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uneehaRR9q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uneehaRR9q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uneehaRR9q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uneehaRR9q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uneehaRR9q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uneehaRR9q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uneehaRR9q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uneehaRR9q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uneehaRR9q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneehaRR9q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneehaRR9q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uneehaRR9q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneehaRR9q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uneehaRR9q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uneehaRR9q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneehaRR9q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uneehaRR9q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uneehaRR9q .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-uneehaRR9q .navbar {
    height: 70px;
  }
  .cid-uneehaRR9q .navbar.opened {
    height: auto;
  }
  .cid-uneehaRR9q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uneeh93DW6 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneeh93DW6 .row {
  flex-direction: row-reverse;
}
.cid-uneeh93DW6 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneeh93DW6 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneeh93DW6 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneeh93DW6 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneeh93DW6 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneeh93DW6 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneeh93DW6 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneeh93DW6 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneeh93DW6 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneeh93DW6 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneeh93DW6 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneeh93DW6 .main-banner:before {
    display: none;
  }
  .cid-uneeh93DW6 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneeh93DW6 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneeh93DW6 H6 {
  color: #e43f3f;
}
.cid-uneeh93DW6 H2 {
  color: #000000;
}
.cid-uneeh9t7SC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uneeh9t7SC .mbr-section-title {
  color: #000000;
}
.cid-uneeh9LOCG {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uneeh9LOCG .container {
  padding: 0 5%;
}
.cid-uneeh9LOCG #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneeh9LOCG #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uneeh9LOCG #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneeh9LOCG #expand-button:hover {
  background-color: #7787a5;
}
.cid-uneeh9LOCG .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uneeh9LOCG .item:focus,
.cid-uneeh9LOCG span:focus {
  outline: none;
}
.cid-uneeh9LOCG .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uneeh9LOCG .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uneeh9LOCG .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uneeh9LOCG .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uneeh9LOCG .item {
    padding: 1.5rem;
  }
}
.cid-uneeh9LOCG .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneeh9LOCG .item .item-icon {
    margin-top: 0;
  }
}
.cid-uneeh9LOCG .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uneeh9LOCG .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uneeh9LOCG .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uneeh9LOCG .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uneeh9LOCG .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneeh9LOCG .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uneeh9LOCG .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uneeh9LOCG .item-content {
    margin-left: 0;
  }
}
.cid-uneeh9LOCG .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uneeh9LOCG .item-title {
  color: #ffffff;
}
.cid-uneeh9LOCG .mbr-text,
.cid-uneeh9LOCG .item-icon {
  color: #ffffff;
}
.cid-uneeh9LOCG .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uneeh9LOCG .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uneeh9LOCG .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uneeh9LOCG .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uneeh9LOCG .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uneeh9LOCG .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uneeh9LOCG .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uneeh9LOCG .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uneeh9LOCG .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uneeh9LOCG .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uneeh9LOCG .article-column1 {
    padding-right: 16px;
  }
}
.cid-uneeh9LOCG .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uneeh9LOCG .article-column2 {
    padding-left: 16px;
  }
}
.cid-uneeh9LOCG .mbr-section-subtitle,
.cid-uneeh9LOCG .mbr-iconfont {
  color: #e082c5;
}
.cid-uneeh9LOCG .mbr-section-subtitle {
  color: #000000;
}
.cid-uneehalt9w {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneehalt9w p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneehalt9w .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneehalt9w .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneehalt9w .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneehalt9w .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneehalt9w .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneehalt9w .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneehalt9w .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneehalt9w .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneehalt9w .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneehalt9w .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneehalt9w .main-banner:before {
    display: none;
  }
  .cid-uneehalt9w .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneehalt9w .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneehalt9w H6 {
  color: #e43f3f;
}
.cid-uneehalt9w H2 {
  color: #000000;
}
.cid-uneehalt9w P {
  color: #000000;
}
.cid-uneehaAmaq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uneehaAmaq #footer {
  padding: 0 0 25px 0;
}
.cid-uneehaAmaq #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uneehaAmaq #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uneehaAmaq #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uneehaAmaq #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uneehaAmaq #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uneehaAmaq #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uneehaAmaq #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uneehaAmaq #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uneehaAmaq #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uneehaAmaq #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uneehaAmaq #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uneehaAmaq #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uneehaAmaq #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uneehaAmaq #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uneehaAmaq #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uneehaAmaq #footer .copyright {
  padding-top: 30px;
}
.cid-uneehaAmaq ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uneehaAmaq H4 {
  color: #000000;
  text-align: left;
}
.cid-uneehaAmaq DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uneehaAmaq P {
  color: #e43f3f;
  text-align: left;
}
.cid-uneehaAmaq div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uneehaAmaq .copyright a {
  text-decoration: none !important;
}
.cid-uneehaAmaq .list,
.cid-uneehaAmaq .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uneehaAmaq ul li a {
  text-decoration: none !important;
}
.cid-uneehaAmaq .list {
  color: #e43f3f;
}
.cid-unegLxF3D1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unegLxF3D1 nav.navbar {
  position: fixed;
}
.cid-unegLxF3D1 .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-unegLxF3D1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unegLxF3D1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unegLxF3D1 .dropdown-item:hover,
.cid-unegLxF3D1 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unegLxF3D1 .dropdown-item:hover span {
  color: white;
}
.cid-unegLxF3D1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unegLxF3D1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unegLxF3D1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unegLxF3D1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unegLxF3D1 .nav-link {
  position: relative;
}
.cid-unegLxF3D1 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unegLxF3D1 .container {
    flex-wrap: nowrap;
  }
}
.cid-unegLxF3D1 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unegLxF3D1 .dropdown-menu,
.cid-unegLxF3D1 .navbar.opened {
  background: #e43f3f !important;
}
.cid-unegLxF3D1 .nav-item:focus,
.cid-unegLxF3D1 .nav-link:focus {
  outline: none;
}
.cid-unegLxF3D1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unegLxF3D1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unegLxF3D1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unegLxF3D1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unegLxF3D1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unegLxF3D1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unegLxF3D1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unegLxF3D1 .navbar.opened {
  transition: all 0.3s;
}
.cid-unegLxF3D1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unegLxF3D1 .navbar .navbar-logo img {
  width: auto;
}
.cid-unegLxF3D1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unegLxF3D1 .navbar.collapsed {
  justify-content: center;
}
.cid-unegLxF3D1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unegLxF3D1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unegLxF3D1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unegLxF3D1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unegLxF3D1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unegLxF3D1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unegLxF3D1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unegLxF3D1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unegLxF3D1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unegLxF3D1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unegLxF3D1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unegLxF3D1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unegLxF3D1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unegLxF3D1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unegLxF3D1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unegLxF3D1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unegLxF3D1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unegLxF3D1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unegLxF3D1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unegLxF3D1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unegLxF3D1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unegLxF3D1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-unegLxF3D1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unegLxF3D1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unegLxF3D1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unegLxF3D1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unegLxF3D1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unegLxF3D1 .dropdown-item.active,
.cid-unegLxF3D1 .dropdown-item:active {
  background-color: transparent;
}
.cid-unegLxF3D1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unegLxF3D1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unegLxF3D1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unegLxF3D1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unegLxF3D1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unegLxF3D1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unegLxF3D1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unegLxF3D1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unegLxF3D1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unegLxF3D1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unegLxF3D1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unegLxF3D1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unegLxF3D1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unegLxF3D1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unegLxF3D1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unegLxF3D1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unegLxF3D1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unegLxF3D1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unegLxF3D1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unegLxF3D1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unegLxF3D1 .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-unegLxF3D1 .navbar {
    height: 70px;
  }
  .cid-unegLxF3D1 .navbar.opened {
    height: auto;
  }
  .cid-unegLxF3D1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unegLvJmJS {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unegLvJmJS .row {
  flex-direction: row-reverse;
}
.cid-unegLvJmJS p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unegLvJmJS .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unegLvJmJS .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unegLvJmJS .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unegLvJmJS .main-banner .left-content {
  margin-right: 15px;
}
.cid-unegLvJmJS .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unegLvJmJS .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unegLvJmJS .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unegLvJmJS .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unegLvJmJS .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unegLvJmJS .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unegLvJmJS .main-banner:before {
    display: none;
  }
  .cid-unegLvJmJS .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unegLvJmJS .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unegLvJmJS H6 {
  color: #e43f3f;
}
.cid-unegLvJmJS H2 {
  color: #000000;
}
.cid-unegLwdd6W {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unegLwdd6W .mbr-section-title {
  color: #000000;
}
.cid-unegLwyJ5m {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unegLwyJ5m .container {
  padding: 0 5%;
}
.cid-unegLwyJ5m #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unegLwyJ5m #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unegLwyJ5m #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unegLwyJ5m #expand-button:hover {
  background-color: #7787a5;
}
.cid-unegLwyJ5m .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unegLwyJ5m .item:focus,
.cid-unegLwyJ5m span:focus {
  outline: none;
}
.cid-unegLwyJ5m .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unegLwyJ5m .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unegLwyJ5m .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unegLwyJ5m .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unegLwyJ5m .item {
    padding: 1.5rem;
  }
}
.cid-unegLwyJ5m .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unegLwyJ5m .item .item-icon {
    margin-top: 0;
  }
}
.cid-unegLwyJ5m .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unegLwyJ5m .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unegLwyJ5m .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unegLwyJ5m .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unegLwyJ5m .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unegLwyJ5m .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unegLwyJ5m .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unegLwyJ5m .item-content {
    margin-left: 0;
  }
}
.cid-unegLwyJ5m .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unegLwyJ5m .item-title {
  color: #ffffff;
}
.cid-unegLwyJ5m .mbr-text,
.cid-unegLwyJ5m .item-icon {
  color: #ffffff;
}
.cid-unegLwyJ5m .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unegLwyJ5m .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unegLwyJ5m .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unegLwyJ5m .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unegLwyJ5m .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unegLwyJ5m .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unegLwyJ5m .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unegLwyJ5m .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unegLwyJ5m .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unegLwyJ5m .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unegLwyJ5m .article-column1 {
    padding-right: 16px;
  }
}
.cid-unegLwyJ5m .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unegLwyJ5m .article-column2 {
    padding-left: 16px;
  }
}
.cid-unegLwyJ5m .mbr-section-subtitle,
.cid-unegLwyJ5m .mbr-iconfont {
  color: #e082c5;
}
.cid-unegLwyJ5m .mbr-section-subtitle {
  color: #000000;
}
.cid-unegLx68Ip {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unegLx68Ip p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unegLx68Ip .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unegLx68Ip .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unegLx68Ip .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unegLx68Ip .main-banner .left-content {
  margin-right: 15px;
}
.cid-unegLx68Ip .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unegLx68Ip .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unegLx68Ip .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unegLx68Ip .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unegLx68Ip .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unegLx68Ip .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unegLx68Ip .main-banner:before {
    display: none;
  }
  .cid-unegLx68Ip .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unegLx68Ip .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unegLx68Ip H6 {
  color: #e43f3f;
}
.cid-unegLx68Ip H2 {
  color: #000000;
}
.cid-unegLx68Ip P {
  color: #000000;
}
.cid-unegLxlpvp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unegLxlpvp #footer {
  padding: 0 0 25px 0;
}
.cid-unegLxlpvp #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unegLxlpvp #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unegLxlpvp #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unegLxlpvp #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unegLxlpvp #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unegLxlpvp #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unegLxlpvp #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unegLxlpvp #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unegLxlpvp #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unegLxlpvp #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unegLxlpvp #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unegLxlpvp #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unegLxlpvp #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unegLxlpvp #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unegLxlpvp #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unegLxlpvp #footer .copyright {
  padding-top: 30px;
}
.cid-unegLxlpvp ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unegLxlpvp H4 {
  color: #000000;
  text-align: left;
}
.cid-unegLxlpvp DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unegLxlpvp P {
  color: #e43f3f;
  text-align: left;
}
.cid-unegLxlpvp div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unegLxlpvp .copyright a {
  text-decoration: none !important;
}
.cid-unegLxlpvp .list,
.cid-unegLxlpvp .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unegLxlpvp ul li a {
  text-decoration: none !important;
}
.cid-unegLxlpvp .list {
  color: #e43f3f;
}
.cid-unegSs6ASq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unegSs6ASq nav.navbar {
  position: fixed;
}
.cid-unegSs6ASq .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-unegSs6ASq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unegSs6ASq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unegSs6ASq .dropdown-item:hover,
.cid-unegSs6ASq .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unegSs6ASq .dropdown-item:hover span {
  color: white;
}
.cid-unegSs6ASq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unegSs6ASq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unegSs6ASq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unegSs6ASq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unegSs6ASq .nav-link {
  position: relative;
}
.cid-unegSs6ASq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unegSs6ASq .container {
    flex-wrap: nowrap;
  }
}
.cid-unegSs6ASq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unegSs6ASq .dropdown-menu,
.cid-unegSs6ASq .navbar.opened {
  background: #e43f3f !important;
}
.cid-unegSs6ASq .nav-item:focus,
.cid-unegSs6ASq .nav-link:focus {
  outline: none;
}
.cid-unegSs6ASq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unegSs6ASq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unegSs6ASq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unegSs6ASq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unegSs6ASq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unegSs6ASq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unegSs6ASq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unegSs6ASq .navbar.opened {
  transition: all 0.3s;
}
.cid-unegSs6ASq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unegSs6ASq .navbar .navbar-logo img {
  width: auto;
}
.cid-unegSs6ASq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unegSs6ASq .navbar.collapsed {
  justify-content: center;
}
.cid-unegSs6ASq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unegSs6ASq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unegSs6ASq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unegSs6ASq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unegSs6ASq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unegSs6ASq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unegSs6ASq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unegSs6ASq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unegSs6ASq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unegSs6ASq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unegSs6ASq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unegSs6ASq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unegSs6ASq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unegSs6ASq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unegSs6ASq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unegSs6ASq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unegSs6ASq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unegSs6ASq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unegSs6ASq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unegSs6ASq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unegSs6ASq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unegSs6ASq .navbar.navbar-short {
  min-height: 60px;
}
.cid-unegSs6ASq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unegSs6ASq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unegSs6ASq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unegSs6ASq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unegSs6ASq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unegSs6ASq .dropdown-item.active,
.cid-unegSs6ASq .dropdown-item:active {
  background-color: transparent;
}
.cid-unegSs6ASq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unegSs6ASq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unegSs6ASq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unegSs6ASq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unegSs6ASq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unegSs6ASq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unegSs6ASq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unegSs6ASq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unegSs6ASq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unegSs6ASq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unegSs6ASq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unegSs6ASq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unegSs6ASq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unegSs6ASq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unegSs6ASq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unegSs6ASq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unegSs6ASq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unegSs6ASq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unegSs6ASq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unegSs6ASq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unegSs6ASq .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-unegSs6ASq .navbar {
    height: 70px;
  }
  .cid-unegSs6ASq .navbar.opened {
    height: auto;
  }
  .cid-unegSs6ASq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unegSqljWw {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unegSqljWw .row {
  flex-direction: row-reverse;
}
.cid-unegSqljWw p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unegSqljWw .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unegSqljWw .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unegSqljWw .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unegSqljWw .main-banner .left-content {
  margin-right: 15px;
}
.cid-unegSqljWw .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unegSqljWw .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unegSqljWw .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unegSqljWw .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unegSqljWw .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unegSqljWw .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unegSqljWw .main-banner:before {
    display: none;
  }
  .cid-unegSqljWw .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unegSqljWw .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unegSqljWw H6 {
  color: #e43f3f;
}
.cid-unegSqljWw H2 {
  color: #000000;
}
.cid-unegSqN7N1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unegSqN7N1 .mbr-section-title {
  color: #000000;
}
.cid-unegSr2Gx6 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unegSr2Gx6 .container {
  padding: 0 5%;
}
.cid-unegSr2Gx6 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unegSr2Gx6 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unegSr2Gx6 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unegSr2Gx6 #expand-button:hover {
  background-color: #7787a5;
}
.cid-unegSr2Gx6 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unegSr2Gx6 .item:focus,
.cid-unegSr2Gx6 span:focus {
  outline: none;
}
.cid-unegSr2Gx6 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unegSr2Gx6 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unegSr2Gx6 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unegSr2Gx6 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unegSr2Gx6 .item {
    padding: 1.5rem;
  }
}
.cid-unegSr2Gx6 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unegSr2Gx6 .item .item-icon {
    margin-top: 0;
  }
}
.cid-unegSr2Gx6 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unegSr2Gx6 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unegSr2Gx6 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unegSr2Gx6 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unegSr2Gx6 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unegSr2Gx6 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unegSr2Gx6 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unegSr2Gx6 .item-content {
    margin-left: 0;
  }
}
.cid-unegSr2Gx6 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unegSr2Gx6 .item-title {
  color: #ffffff;
}
.cid-unegSr2Gx6 .mbr-text,
.cid-unegSr2Gx6 .item-icon {
  color: #ffffff;
}
.cid-unegSr2Gx6 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unegSr2Gx6 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unegSr2Gx6 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unegSr2Gx6 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unegSr2Gx6 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unegSr2Gx6 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unegSr2Gx6 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unegSr2Gx6 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unegSr2Gx6 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unegSr2Gx6 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unegSr2Gx6 .article-column1 {
    padding-right: 16px;
  }
}
.cid-unegSr2Gx6 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unegSr2Gx6 .article-column2 {
    padding-left: 16px;
  }
}
.cid-unegSr2Gx6 .mbr-section-subtitle,
.cid-unegSr2Gx6 .mbr-iconfont {
  color: #e082c5;
}
.cid-unegSr2Gx6 .mbr-section-subtitle {
  color: #000000;
}
.cid-unegSry04d {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unegSry04d p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unegSry04d .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unegSry04d .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unegSry04d .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unegSry04d .main-banner .left-content {
  margin-right: 15px;
}
.cid-unegSry04d .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unegSry04d .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unegSry04d .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unegSry04d .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unegSry04d .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unegSry04d .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unegSry04d .main-banner:before {
    display: none;
  }
  .cid-unegSry04d .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unegSry04d .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unegSry04d H6 {
  color: #e43f3f;
}
.cid-unegSry04d H2 {
  color: #000000;
}
.cid-unegSry04d P {
  color: #000000;
}
.cid-unegSrMGxE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unegSrMGxE #footer {
  padding: 0 0 25px 0;
}
.cid-unegSrMGxE #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unegSrMGxE #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unegSrMGxE #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unegSrMGxE #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unegSrMGxE #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unegSrMGxE #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unegSrMGxE #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unegSrMGxE #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unegSrMGxE #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unegSrMGxE #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unegSrMGxE #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unegSrMGxE #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unegSrMGxE #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unegSrMGxE #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unegSrMGxE #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unegSrMGxE #footer .copyright {
  padding-top: 30px;
}
.cid-unegSrMGxE ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unegSrMGxE H4 {
  color: #000000;
  text-align: left;
}
.cid-unegSrMGxE DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unegSrMGxE P {
  color: #e43f3f;
  text-align: left;
}
.cid-unegSrMGxE div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unegSrMGxE .copyright a {
  text-decoration: none !important;
}
.cid-unegSrMGxE .list,
.cid-unegSrMGxE .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unegSrMGxE ul li a {
  text-decoration: none !important;
}
.cid-unegSrMGxE .list {
  color: #e43f3f;
}
.cid-uneh5uVSu0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uneh5uVSu0 nav.navbar {
  position: fixed;
}
.cid-uneh5uVSu0 .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-uneh5uVSu0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uneh5uVSu0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uneh5uVSu0 .dropdown-item:hover,
.cid-uneh5uVSu0 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uneh5uVSu0 .dropdown-item:hover span {
  color: white;
}
.cid-uneh5uVSu0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uneh5uVSu0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uneh5uVSu0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uneh5uVSu0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uneh5uVSu0 .nav-link {
  position: relative;
}
.cid-uneh5uVSu0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uneh5uVSu0 .container {
    flex-wrap: nowrap;
  }
}
.cid-uneh5uVSu0 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uneh5uVSu0 .dropdown-menu,
.cid-uneh5uVSu0 .navbar.opened {
  background: #e43f3f !important;
}
.cid-uneh5uVSu0 .nav-item:focus,
.cid-uneh5uVSu0 .nav-link:focus {
  outline: none;
}
.cid-uneh5uVSu0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uneh5uVSu0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uneh5uVSu0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uneh5uVSu0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uneh5uVSu0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uneh5uVSu0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uneh5uVSu0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uneh5uVSu0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uneh5uVSu0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uneh5uVSu0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uneh5uVSu0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uneh5uVSu0 .navbar.collapsed {
  justify-content: center;
}
.cid-uneh5uVSu0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uneh5uVSu0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uneh5uVSu0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uneh5uVSu0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uneh5uVSu0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uneh5uVSu0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uneh5uVSu0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uneh5uVSu0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uneh5uVSu0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uneh5uVSu0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uneh5uVSu0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uneh5uVSu0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uneh5uVSu0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uneh5uVSu0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uneh5uVSu0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uneh5uVSu0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uneh5uVSu0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uneh5uVSu0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uneh5uVSu0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uneh5uVSu0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uneh5uVSu0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uneh5uVSu0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uneh5uVSu0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uneh5uVSu0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uneh5uVSu0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uneh5uVSu0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uneh5uVSu0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uneh5uVSu0 .dropdown-item.active,
.cid-uneh5uVSu0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uneh5uVSu0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uneh5uVSu0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uneh5uVSu0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uneh5uVSu0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uneh5uVSu0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uneh5uVSu0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uneh5uVSu0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uneh5uVSu0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uneh5uVSu0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uneh5uVSu0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uneh5uVSu0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uneh5uVSu0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneh5uVSu0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneh5uVSu0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uneh5uVSu0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneh5uVSu0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uneh5uVSu0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uneh5uVSu0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneh5uVSu0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uneh5uVSu0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uneh5uVSu0 .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-uneh5uVSu0 .navbar {
    height: 70px;
  }
  .cid-uneh5uVSu0 .navbar.opened {
    height: auto;
  }
  .cid-uneh5uVSu0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uneh5sYaPP {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneh5sYaPP .row {
  flex-direction: row-reverse;
}
.cid-uneh5sYaPP p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneh5sYaPP .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneh5sYaPP .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneh5sYaPP .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneh5sYaPP .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneh5sYaPP .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneh5sYaPP .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneh5sYaPP .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneh5sYaPP .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneh5sYaPP .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneh5sYaPP .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneh5sYaPP .main-banner:before {
    display: none;
  }
  .cid-uneh5sYaPP .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneh5sYaPP .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneh5sYaPP H6 {
  color: #e43f3f;
}
.cid-uneh5sYaPP H2 {
  color: #000000;
}
.cid-uneh5tsc3u {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uneh5tsc3u .mbr-section-title {
  color: #000000;
}
.cid-uneh5tMPoG {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uneh5tMPoG .container {
  padding: 0 5%;
}
.cid-uneh5tMPoG #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneh5tMPoG #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uneh5tMPoG #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneh5tMPoG #expand-button:hover {
  background-color: #7787a5;
}
.cid-uneh5tMPoG .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uneh5tMPoG .item:focus,
.cid-uneh5tMPoG span:focus {
  outline: none;
}
.cid-uneh5tMPoG .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uneh5tMPoG .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uneh5tMPoG .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uneh5tMPoG .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uneh5tMPoG .item {
    padding: 1.5rem;
  }
}
.cid-uneh5tMPoG .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneh5tMPoG .item .item-icon {
    margin-top: 0;
  }
}
.cid-uneh5tMPoG .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uneh5tMPoG .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uneh5tMPoG .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uneh5tMPoG .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uneh5tMPoG .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneh5tMPoG .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uneh5tMPoG .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uneh5tMPoG .item-content {
    margin-left: 0;
  }
}
.cid-uneh5tMPoG .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uneh5tMPoG .item-title {
  color: #ffffff;
}
.cid-uneh5tMPoG .mbr-text,
.cid-uneh5tMPoG .item-icon {
  color: #ffffff;
}
.cid-uneh5tMPoG .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uneh5tMPoG .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uneh5tMPoG .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uneh5tMPoG .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uneh5tMPoG .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uneh5tMPoG .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uneh5tMPoG .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uneh5tMPoG .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uneh5tMPoG .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uneh5tMPoG .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uneh5tMPoG .article-column1 {
    padding-right: 16px;
  }
}
.cid-uneh5tMPoG .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uneh5tMPoG .article-column2 {
    padding-left: 16px;
  }
}
.cid-uneh5tMPoG .mbr-section-subtitle,
.cid-uneh5tMPoG .mbr-iconfont {
  color: #e082c5;
}
.cid-uneh5tMPoG .mbr-section-subtitle {
  color: #000000;
}
.cid-uneh5ukbtC {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneh5ukbtC p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneh5ukbtC .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneh5ukbtC .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneh5ukbtC .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneh5ukbtC .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneh5ukbtC .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneh5ukbtC .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneh5ukbtC .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneh5ukbtC .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneh5ukbtC .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneh5ukbtC .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneh5ukbtC .main-banner:before {
    display: none;
  }
  .cid-uneh5ukbtC .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneh5ukbtC .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneh5ukbtC H6 {
  color: #e43f3f;
}
.cid-uneh5ukbtC H2 {
  color: #000000;
}
.cid-uneh5ukbtC P {
  color: #000000;
}
.cid-uneh5uAiDp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uneh5uAiDp #footer {
  padding: 0 0 25px 0;
}
.cid-uneh5uAiDp #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uneh5uAiDp #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uneh5uAiDp #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uneh5uAiDp #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uneh5uAiDp #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uneh5uAiDp #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uneh5uAiDp #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uneh5uAiDp #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uneh5uAiDp #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uneh5uAiDp #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uneh5uAiDp #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uneh5uAiDp #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uneh5uAiDp #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uneh5uAiDp #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uneh5uAiDp #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uneh5uAiDp #footer .copyright {
  padding-top: 30px;
}
.cid-uneh5uAiDp ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uneh5uAiDp H4 {
  color: #000000;
  text-align: left;
}
.cid-uneh5uAiDp DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uneh5uAiDp P {
  color: #e43f3f;
  text-align: left;
}
.cid-uneh5uAiDp div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uneh5uAiDp .copyright a {
  text-decoration: none !important;
}
.cid-uneh5uAiDp .list,
.cid-uneh5uAiDp .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uneh5uAiDp ul li a {
  text-decoration: none !important;
}
.cid-uneh5uAiDp .list {
  color: #e43f3f;
}
.cid-unehpwidmg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unehpwidmg nav.navbar {
  position: fixed;
}
.cid-unehpwidmg .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-unehpwidmg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unehpwidmg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unehpwidmg .dropdown-item:hover,
.cid-unehpwidmg .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unehpwidmg .dropdown-item:hover span {
  color: white;
}
.cid-unehpwidmg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unehpwidmg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unehpwidmg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unehpwidmg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unehpwidmg .nav-link {
  position: relative;
}
.cid-unehpwidmg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unehpwidmg .container {
    flex-wrap: nowrap;
  }
}
.cid-unehpwidmg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unehpwidmg .dropdown-menu,
.cid-unehpwidmg .navbar.opened {
  background: #e43f3f !important;
}
.cid-unehpwidmg .nav-item:focus,
.cid-unehpwidmg .nav-link:focus {
  outline: none;
}
.cid-unehpwidmg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unehpwidmg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unehpwidmg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unehpwidmg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unehpwidmg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unehpwidmg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unehpwidmg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unehpwidmg .navbar.opened {
  transition: all 0.3s;
}
.cid-unehpwidmg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unehpwidmg .navbar .navbar-logo img {
  width: auto;
}
.cid-unehpwidmg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unehpwidmg .navbar.collapsed {
  justify-content: center;
}
.cid-unehpwidmg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unehpwidmg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unehpwidmg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unehpwidmg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unehpwidmg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unehpwidmg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unehpwidmg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unehpwidmg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unehpwidmg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unehpwidmg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unehpwidmg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unehpwidmg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unehpwidmg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unehpwidmg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unehpwidmg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unehpwidmg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unehpwidmg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unehpwidmg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unehpwidmg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unehpwidmg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unehpwidmg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unehpwidmg .navbar.navbar-short {
  min-height: 60px;
}
.cid-unehpwidmg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unehpwidmg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unehpwidmg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unehpwidmg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unehpwidmg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unehpwidmg .dropdown-item.active,
.cid-unehpwidmg .dropdown-item:active {
  background-color: transparent;
}
.cid-unehpwidmg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unehpwidmg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unehpwidmg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unehpwidmg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unehpwidmg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unehpwidmg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unehpwidmg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unehpwidmg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unehpwidmg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unehpwidmg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unehpwidmg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unehpwidmg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unehpwidmg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unehpwidmg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unehpwidmg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unehpwidmg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unehpwidmg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unehpwidmg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unehpwidmg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unehpwidmg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unehpwidmg .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-unehpwidmg .navbar {
    height: 70px;
  }
  .cid-unehpwidmg .navbar.opened {
    height: auto;
  }
  .cid-unehpwidmg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unehpuopEd {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unehpuopEd .row {
  flex-direction: row-reverse;
}
.cid-unehpuopEd p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unehpuopEd .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unehpuopEd .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unehpuopEd .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unehpuopEd .main-banner .left-content {
  margin-right: 15px;
}
.cid-unehpuopEd .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unehpuopEd .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unehpuopEd .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unehpuopEd .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unehpuopEd .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unehpuopEd .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unehpuopEd .main-banner:before {
    display: none;
  }
  .cid-unehpuopEd .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unehpuopEd .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unehpuopEd H6 {
  color: #e43f3f;
}
.cid-unehpuopEd H2 {
  color: #000000;
}
.cid-unehpuROFB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unehpuROFB .mbr-section-title {
  color: #000000;
}
.cid-unehpv5U7y {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unehpv5U7y .container {
  padding: 0 5%;
}
.cid-unehpv5U7y #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unehpv5U7y #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unehpv5U7y #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unehpv5U7y #expand-button:hover {
  background-color: #7787a5;
}
.cid-unehpv5U7y .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unehpv5U7y .item:focus,
.cid-unehpv5U7y span:focus {
  outline: none;
}
.cid-unehpv5U7y .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unehpv5U7y .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unehpv5U7y .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unehpv5U7y .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unehpv5U7y .item {
    padding: 1.5rem;
  }
}
.cid-unehpv5U7y .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unehpv5U7y .item .item-icon {
    margin-top: 0;
  }
}
.cid-unehpv5U7y .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unehpv5U7y .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unehpv5U7y .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unehpv5U7y .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unehpv5U7y .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unehpv5U7y .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unehpv5U7y .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unehpv5U7y .item-content {
    margin-left: 0;
  }
}
.cid-unehpv5U7y .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unehpv5U7y .item-title {
  color: #ffffff;
}
.cid-unehpv5U7y .mbr-text,
.cid-unehpv5U7y .item-icon {
  color: #ffffff;
}
.cid-unehpv5U7y .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unehpv5U7y .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unehpv5U7y .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unehpv5U7y .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unehpv5U7y .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unehpv5U7y .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unehpv5U7y .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unehpv5U7y .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unehpv5U7y .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unehpv5U7y .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unehpv5U7y .article-column1 {
    padding-right: 16px;
  }
}
.cid-unehpv5U7y .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unehpv5U7y .article-column2 {
    padding-left: 16px;
  }
}
.cid-unehpv5U7y .mbr-section-subtitle,
.cid-unehpv5U7y .mbr-iconfont {
  color: #e082c5;
}
.cid-unehpv5U7y .mbr-section-subtitle {
  color: #000000;
}
.cid-unehpvGMtw {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unehpvGMtw p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unehpvGMtw .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unehpvGMtw .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unehpvGMtw .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unehpvGMtw .main-banner .left-content {
  margin-right: 15px;
}
.cid-unehpvGMtw .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unehpvGMtw .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unehpvGMtw .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unehpvGMtw .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unehpvGMtw .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unehpvGMtw .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unehpvGMtw .main-banner:before {
    display: none;
  }
  .cid-unehpvGMtw .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unehpvGMtw .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unehpvGMtw H6 {
  color: #e43f3f;
}
.cid-unehpvGMtw H2 {
  color: #000000;
}
.cid-unehpvGMtw P {
  color: #000000;
}
.cid-unehpvV0PD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unehpvV0PD #footer {
  padding: 0 0 25px 0;
}
.cid-unehpvV0PD #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unehpvV0PD #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unehpvV0PD #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unehpvV0PD #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unehpvV0PD #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unehpvV0PD #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unehpvV0PD #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unehpvV0PD #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unehpvV0PD #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unehpvV0PD #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unehpvV0PD #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unehpvV0PD #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unehpvV0PD #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unehpvV0PD #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unehpvV0PD #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unehpvV0PD #footer .copyright {
  padding-top: 30px;
}
.cid-unehpvV0PD ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unehpvV0PD H4 {
  color: #000000;
  text-align: left;
}
.cid-unehpvV0PD DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unehpvV0PD P {
  color: #e43f3f;
  text-align: left;
}
.cid-unehpvV0PD div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unehpvV0PD .copyright a {
  text-decoration: none !important;
}
.cid-unehpvV0PD .list,
.cid-unehpvV0PD .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unehpvV0PD ul li a {
  text-decoration: none !important;
}
.cid-unehpvV0PD .list {
  color: #e43f3f;
}
.cid-unehApyIjo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unehApyIjo nav.navbar {
  position: fixed;
}
.cid-unehApyIjo .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-unehApyIjo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unehApyIjo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unehApyIjo .dropdown-item:hover,
.cid-unehApyIjo .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unehApyIjo .dropdown-item:hover span {
  color: white;
}
.cid-unehApyIjo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unehApyIjo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unehApyIjo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unehApyIjo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unehApyIjo .nav-link {
  position: relative;
}
.cid-unehApyIjo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unehApyIjo .container {
    flex-wrap: nowrap;
  }
}
.cid-unehApyIjo .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unehApyIjo .dropdown-menu,
.cid-unehApyIjo .navbar.opened {
  background: #e43f3f !important;
}
.cid-unehApyIjo .nav-item:focus,
.cid-unehApyIjo .nav-link:focus {
  outline: none;
}
.cid-unehApyIjo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unehApyIjo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unehApyIjo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unehApyIjo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unehApyIjo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unehApyIjo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unehApyIjo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unehApyIjo .navbar.opened {
  transition: all 0.3s;
}
.cid-unehApyIjo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unehApyIjo .navbar .navbar-logo img {
  width: auto;
}
.cid-unehApyIjo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unehApyIjo .navbar.collapsed {
  justify-content: center;
}
.cid-unehApyIjo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unehApyIjo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unehApyIjo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unehApyIjo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unehApyIjo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unehApyIjo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unehApyIjo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unehApyIjo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unehApyIjo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unehApyIjo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unehApyIjo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unehApyIjo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unehApyIjo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unehApyIjo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unehApyIjo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unehApyIjo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unehApyIjo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unehApyIjo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unehApyIjo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unehApyIjo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unehApyIjo .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unehApyIjo .navbar.navbar-short {
  min-height: 60px;
}
.cid-unehApyIjo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unehApyIjo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unehApyIjo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unehApyIjo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unehApyIjo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unehApyIjo .dropdown-item.active,
.cid-unehApyIjo .dropdown-item:active {
  background-color: transparent;
}
.cid-unehApyIjo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unehApyIjo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unehApyIjo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unehApyIjo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unehApyIjo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unehApyIjo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unehApyIjo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unehApyIjo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unehApyIjo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unehApyIjo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unehApyIjo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unehApyIjo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unehApyIjo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unehApyIjo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unehApyIjo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unehApyIjo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unehApyIjo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unehApyIjo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unehApyIjo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unehApyIjo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unehApyIjo .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-unehApyIjo .navbar {
    height: 70px;
  }
  .cid-unehApyIjo .navbar.opened {
    height: auto;
  }
  .cid-unehApyIjo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unehAngEXl {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unehAngEXl .row {
  flex-direction: row-reverse;
}
.cid-unehAngEXl p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unehAngEXl .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unehAngEXl .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unehAngEXl .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unehAngEXl .main-banner .left-content {
  margin-right: 15px;
}
.cid-unehAngEXl .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unehAngEXl .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unehAngEXl .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unehAngEXl .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unehAngEXl .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unehAngEXl .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unehAngEXl .main-banner:before {
    display: none;
  }
  .cid-unehAngEXl .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unehAngEXl .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unehAngEXl H6 {
  color: #e43f3f;
}
.cid-unehAngEXl H2 {
  color: #000000;
}
.cid-unehAnP7f3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unehAnP7f3 .mbr-section-title {
  color: #000000;
}
.cid-unehAo9ssk {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unehAo9ssk .container {
  padding: 0 5%;
}
.cid-unehAo9ssk #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unehAo9ssk #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unehAo9ssk #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unehAo9ssk #expand-button:hover {
  background-color: #7787a5;
}
.cid-unehAo9ssk .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unehAo9ssk .item:focus,
.cid-unehAo9ssk span:focus {
  outline: none;
}
.cid-unehAo9ssk .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unehAo9ssk .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unehAo9ssk .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unehAo9ssk .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unehAo9ssk .item {
    padding: 1.5rem;
  }
}
.cid-unehAo9ssk .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unehAo9ssk .item .item-icon {
    margin-top: 0;
  }
}
.cid-unehAo9ssk .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unehAo9ssk .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unehAo9ssk .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unehAo9ssk .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unehAo9ssk .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unehAo9ssk .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unehAo9ssk .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unehAo9ssk .item-content {
    margin-left: 0;
  }
}
.cid-unehAo9ssk .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unehAo9ssk .item-title {
  color: #ffffff;
}
.cid-unehAo9ssk .mbr-text,
.cid-unehAo9ssk .item-icon {
  color: #ffffff;
}
.cid-unehAo9ssk .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unehAo9ssk .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unehAo9ssk .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unehAo9ssk .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unehAo9ssk .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unehAo9ssk .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unehAo9ssk .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unehAo9ssk .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unehAo9ssk .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unehAo9ssk .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unehAo9ssk .article-column1 {
    padding-right: 16px;
  }
}
.cid-unehAo9ssk .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unehAo9ssk .article-column2 {
    padding-left: 16px;
  }
}
.cid-unehAo9ssk .mbr-section-subtitle,
.cid-unehAo9ssk .mbr-iconfont {
  color: #e082c5;
}
.cid-unehAo9ssk .mbr-section-subtitle {
  color: #000000;
}
.cid-unehAoO5rU {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unehAoO5rU p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unehAoO5rU .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unehAoO5rU .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unehAoO5rU .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unehAoO5rU .main-banner .left-content {
  margin-right: 15px;
}
.cid-unehAoO5rU .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unehAoO5rU .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unehAoO5rU .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unehAoO5rU .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unehAoO5rU .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unehAoO5rU .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unehAoO5rU .main-banner:before {
    display: none;
  }
  .cid-unehAoO5rU .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unehAoO5rU .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unehAoO5rU H6 {
  color: #e43f3f;
}
.cid-unehAoO5rU H2 {
  color: #000000;
}
.cid-unehAoO5rU P {
  color: #000000;
}
.cid-unehAp9IoV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unehAp9IoV #footer {
  padding: 0 0 25px 0;
}
.cid-unehAp9IoV #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unehAp9IoV #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unehAp9IoV #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unehAp9IoV #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unehAp9IoV #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unehAp9IoV #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unehAp9IoV #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unehAp9IoV #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unehAp9IoV #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unehAp9IoV #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unehAp9IoV #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unehAp9IoV #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unehAp9IoV #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unehAp9IoV #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unehAp9IoV #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unehAp9IoV #footer .copyright {
  padding-top: 30px;
}
.cid-unehAp9IoV ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unehAp9IoV H4 {
  color: #000000;
  text-align: left;
}
.cid-unehAp9IoV DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unehAp9IoV P {
  color: #e43f3f;
  text-align: left;
}
.cid-unehAp9IoV div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unehAp9IoV .copyright a {
  text-decoration: none !important;
}
.cid-unehAp9IoV .list,
.cid-unehAp9IoV .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unehAp9IoV ul li a {
  text-decoration: none !important;
}
.cid-unehAp9IoV .list {
  color: #e43f3f;
}
.cid-unehHWmQbp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unehHWmQbp nav.navbar {
  position: fixed;
}
.cid-unehHWmQbp .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-unehHWmQbp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unehHWmQbp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unehHWmQbp .dropdown-item:hover,
.cid-unehHWmQbp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unehHWmQbp .dropdown-item:hover span {
  color: white;
}
.cid-unehHWmQbp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unehHWmQbp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unehHWmQbp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unehHWmQbp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unehHWmQbp .nav-link {
  position: relative;
}
.cid-unehHWmQbp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unehHWmQbp .container {
    flex-wrap: nowrap;
  }
}
.cid-unehHWmQbp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unehHWmQbp .dropdown-menu,
.cid-unehHWmQbp .navbar.opened {
  background: #e43f3f !important;
}
.cid-unehHWmQbp .nav-item:focus,
.cid-unehHWmQbp .nav-link:focus {
  outline: none;
}
.cid-unehHWmQbp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unehHWmQbp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unehHWmQbp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unehHWmQbp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unehHWmQbp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unehHWmQbp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unehHWmQbp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unehHWmQbp .navbar.opened {
  transition: all 0.3s;
}
.cid-unehHWmQbp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unehHWmQbp .navbar .navbar-logo img {
  width: auto;
}
.cid-unehHWmQbp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unehHWmQbp .navbar.collapsed {
  justify-content: center;
}
.cid-unehHWmQbp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unehHWmQbp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unehHWmQbp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unehHWmQbp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unehHWmQbp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unehHWmQbp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unehHWmQbp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unehHWmQbp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unehHWmQbp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unehHWmQbp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unehHWmQbp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unehHWmQbp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unehHWmQbp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unehHWmQbp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unehHWmQbp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unehHWmQbp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unehHWmQbp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unehHWmQbp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unehHWmQbp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unehHWmQbp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unehHWmQbp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unehHWmQbp .navbar.navbar-short {
  min-height: 60px;
}
.cid-unehHWmQbp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unehHWmQbp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unehHWmQbp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unehHWmQbp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unehHWmQbp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unehHWmQbp .dropdown-item.active,
.cid-unehHWmQbp .dropdown-item:active {
  background-color: transparent;
}
.cid-unehHWmQbp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unehHWmQbp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unehHWmQbp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unehHWmQbp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unehHWmQbp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unehHWmQbp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unehHWmQbp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unehHWmQbp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unehHWmQbp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unehHWmQbp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unehHWmQbp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unehHWmQbp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unehHWmQbp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unehHWmQbp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unehHWmQbp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unehHWmQbp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unehHWmQbp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unehHWmQbp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unehHWmQbp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unehHWmQbp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unehHWmQbp .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-unehHWmQbp .navbar {
    height: 70px;
  }
  .cid-unehHWmQbp .navbar.opened {
    height: auto;
  }
  .cid-unehHWmQbp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unehHU5MAh {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unehHU5MAh .row {
  flex-direction: row-reverse;
}
.cid-unehHU5MAh p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unehHU5MAh .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unehHU5MAh .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unehHU5MAh .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unehHU5MAh .main-banner .left-content {
  margin-right: 15px;
}
.cid-unehHU5MAh .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unehHU5MAh .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unehHU5MAh .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unehHU5MAh .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unehHU5MAh .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unehHU5MAh .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unehHU5MAh .main-banner:before {
    display: none;
  }
  .cid-unehHU5MAh .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unehHU5MAh .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unehHU5MAh H6 {
  color: #e43f3f;
}
.cid-unehHU5MAh H2 {
  color: #000000;
}
.cid-unehHUE2Gn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unehHUE2Gn .mbr-section-title {
  color: #000000;
}
.cid-unehHV1R57 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unehHV1R57 .container {
  padding: 0 5%;
}
.cid-unehHV1R57 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unehHV1R57 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unehHV1R57 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unehHV1R57 #expand-button:hover {
  background-color: #7787a5;
}
.cid-unehHV1R57 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unehHV1R57 .item:focus,
.cid-unehHV1R57 span:focus {
  outline: none;
}
.cid-unehHV1R57 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unehHV1R57 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unehHV1R57 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unehHV1R57 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unehHV1R57 .item {
    padding: 1.5rem;
  }
}
.cid-unehHV1R57 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unehHV1R57 .item .item-icon {
    margin-top: 0;
  }
}
.cid-unehHV1R57 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unehHV1R57 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unehHV1R57 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unehHV1R57 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unehHV1R57 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unehHV1R57 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unehHV1R57 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unehHV1R57 .item-content {
    margin-left: 0;
  }
}
.cid-unehHV1R57 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unehHV1R57 .item-title {
  color: #ffffff;
}
.cid-unehHV1R57 .mbr-text,
.cid-unehHV1R57 .item-icon {
  color: #ffffff;
}
.cid-unehHV1R57 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unehHV1R57 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unehHV1R57 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unehHV1R57 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unehHV1R57 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unehHV1R57 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unehHV1R57 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unehHV1R57 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unehHV1R57 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unehHV1R57 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unehHV1R57 .article-column1 {
    padding-right: 16px;
  }
}
.cid-unehHV1R57 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unehHV1R57 .article-column2 {
    padding-left: 16px;
  }
}
.cid-unehHV1R57 .mbr-section-subtitle,
.cid-unehHV1R57 .mbr-iconfont {
  color: #e082c5;
}
.cid-unehHV1R57 .mbr-section-subtitle {
  color: #000000;
}
.cid-unehHVE7il {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unehHVE7il p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unehHVE7il .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unehHVE7il .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unehHVE7il .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unehHVE7il .main-banner .left-content {
  margin-right: 15px;
}
.cid-unehHVE7il .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unehHVE7il .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unehHVE7il .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unehHVE7il .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unehHVE7il .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unehHVE7il .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unehHVE7il .main-banner:before {
    display: none;
  }
  .cid-unehHVE7il .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unehHVE7il .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unehHVE7il H6 {
  color: #e43f3f;
}
.cid-unehHVE7il H2 {
  color: #000000;
}
.cid-unehHVE7il P {
  color: #000000;
}
.cid-unehHVV1UO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unehHVV1UO #footer {
  padding: 0 0 25px 0;
}
.cid-unehHVV1UO #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unehHVV1UO #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unehHVV1UO #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unehHVV1UO #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unehHVV1UO #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unehHVV1UO #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unehHVV1UO #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unehHVV1UO #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unehHVV1UO #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unehHVV1UO #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unehHVV1UO #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unehHVV1UO #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unehHVV1UO #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unehHVV1UO #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unehHVV1UO #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unehHVV1UO #footer .copyright {
  padding-top: 30px;
}
.cid-unehHVV1UO ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unehHVV1UO H4 {
  color: #000000;
  text-align: left;
}
.cid-unehHVV1UO DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unehHVV1UO P {
  color: #e43f3f;
  text-align: left;
}
.cid-unehHVV1UO div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unehHVV1UO .copyright a {
  text-decoration: none !important;
}
.cid-unehHVV1UO .list,
.cid-unehHVV1UO .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unehHVV1UO ul li a {
  text-decoration: none !important;
}
.cid-unehHVV1UO .list {
  color: #e43f3f;
}
.cid-unehY2eh49 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unehY2eh49 nav.navbar {
  position: fixed;
}
.cid-unehY2eh49 .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-unehY2eh49 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unehY2eh49 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unehY2eh49 .dropdown-item:hover,
.cid-unehY2eh49 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unehY2eh49 .dropdown-item:hover span {
  color: white;
}
.cid-unehY2eh49 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unehY2eh49 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unehY2eh49 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unehY2eh49 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unehY2eh49 .nav-link {
  position: relative;
}
.cid-unehY2eh49 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unehY2eh49 .container {
    flex-wrap: nowrap;
  }
}
.cid-unehY2eh49 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unehY2eh49 .dropdown-menu,
.cid-unehY2eh49 .navbar.opened {
  background: #e43f3f !important;
}
.cid-unehY2eh49 .nav-item:focus,
.cid-unehY2eh49 .nav-link:focus {
  outline: none;
}
.cid-unehY2eh49 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unehY2eh49 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unehY2eh49 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unehY2eh49 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unehY2eh49 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unehY2eh49 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unehY2eh49 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unehY2eh49 .navbar.opened {
  transition: all 0.3s;
}
.cid-unehY2eh49 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unehY2eh49 .navbar .navbar-logo img {
  width: auto;
}
.cid-unehY2eh49 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unehY2eh49 .navbar.collapsed {
  justify-content: center;
}
.cid-unehY2eh49 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unehY2eh49 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unehY2eh49 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unehY2eh49 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unehY2eh49 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unehY2eh49 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unehY2eh49 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unehY2eh49 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unehY2eh49 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unehY2eh49 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unehY2eh49 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unehY2eh49 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unehY2eh49 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unehY2eh49 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unehY2eh49 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unehY2eh49 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unehY2eh49 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unehY2eh49 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unehY2eh49 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unehY2eh49 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unehY2eh49 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unehY2eh49 .navbar.navbar-short {
  min-height: 60px;
}
.cid-unehY2eh49 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unehY2eh49 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unehY2eh49 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unehY2eh49 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unehY2eh49 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unehY2eh49 .dropdown-item.active,
.cid-unehY2eh49 .dropdown-item:active {
  background-color: transparent;
}
.cid-unehY2eh49 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unehY2eh49 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unehY2eh49 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unehY2eh49 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unehY2eh49 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unehY2eh49 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unehY2eh49 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unehY2eh49 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unehY2eh49 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unehY2eh49 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unehY2eh49 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unehY2eh49 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unehY2eh49 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unehY2eh49 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unehY2eh49 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unehY2eh49 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unehY2eh49 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unehY2eh49 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unehY2eh49 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unehY2eh49 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unehY2eh49 .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-unehY2eh49 .navbar {
    height: 70px;
  }
  .cid-unehY2eh49 .navbar.opened {
    height: auto;
  }
  .cid-unehY2eh49 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unehY0c6es {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unehY0c6es .row {
  flex-direction: row-reverse;
}
.cid-unehY0c6es p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unehY0c6es .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unehY0c6es .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unehY0c6es .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unehY0c6es .main-banner .left-content {
  margin-right: 15px;
}
.cid-unehY0c6es .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unehY0c6es .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unehY0c6es .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unehY0c6es .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unehY0c6es .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unehY0c6es .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unehY0c6es .main-banner:before {
    display: none;
  }
  .cid-unehY0c6es .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unehY0c6es .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unehY0c6es H6 {
  color: #e43f3f;
}
.cid-unehY0c6es H2 {
  color: #000000;
}
.cid-unehY0Hymg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unehY0Hymg .mbr-section-title {
  color: #000000;
}
.cid-unehY10ed3 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unehY10ed3 .container {
  padding: 0 5%;
}
.cid-unehY10ed3 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unehY10ed3 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unehY10ed3 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unehY10ed3 #expand-button:hover {
  background-color: #7787a5;
}
.cid-unehY10ed3 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unehY10ed3 .item:focus,
.cid-unehY10ed3 span:focus {
  outline: none;
}
.cid-unehY10ed3 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unehY10ed3 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unehY10ed3 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unehY10ed3 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unehY10ed3 .item {
    padding: 1.5rem;
  }
}
.cid-unehY10ed3 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unehY10ed3 .item .item-icon {
    margin-top: 0;
  }
}
.cid-unehY10ed3 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unehY10ed3 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unehY10ed3 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unehY10ed3 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unehY10ed3 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unehY10ed3 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unehY10ed3 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unehY10ed3 .item-content {
    margin-left: 0;
  }
}
.cid-unehY10ed3 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unehY10ed3 .item-title {
  color: #ffffff;
}
.cid-unehY10ed3 .mbr-text,
.cid-unehY10ed3 .item-icon {
  color: #ffffff;
}
.cid-unehY10ed3 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unehY10ed3 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unehY10ed3 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unehY10ed3 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unehY10ed3 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unehY10ed3 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unehY10ed3 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unehY10ed3 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unehY10ed3 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unehY10ed3 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unehY10ed3 .article-column1 {
    padding-right: 16px;
  }
}
.cid-unehY10ed3 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unehY10ed3 .article-column2 {
    padding-left: 16px;
  }
}
.cid-unehY10ed3 .mbr-section-subtitle,
.cid-unehY10ed3 .mbr-iconfont {
  color: #e082c5;
}
.cid-unehY10ed3 .mbr-section-subtitle {
  color: #000000;
}
.cid-unehY1zCbW {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unehY1zCbW p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unehY1zCbW .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unehY1zCbW .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unehY1zCbW .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unehY1zCbW .main-banner .left-content {
  margin-right: 15px;
}
.cid-unehY1zCbW .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unehY1zCbW .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unehY1zCbW .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unehY1zCbW .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unehY1zCbW .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unehY1zCbW .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unehY1zCbW .main-banner:before {
    display: none;
  }
  .cid-unehY1zCbW .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unehY1zCbW .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unehY1zCbW H6 {
  color: #e43f3f;
}
.cid-unehY1zCbW H2 {
  color: #000000;
}
.cid-unehY1zCbW P {
  color: #000000;
}
.cid-unehY1QU8f {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unehY1QU8f #footer {
  padding: 0 0 25px 0;
}
.cid-unehY1QU8f #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unehY1QU8f #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unehY1QU8f #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unehY1QU8f #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unehY1QU8f #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unehY1QU8f #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unehY1QU8f #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unehY1QU8f #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unehY1QU8f #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unehY1QU8f #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unehY1QU8f #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unehY1QU8f #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unehY1QU8f #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unehY1QU8f #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unehY1QU8f #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unehY1QU8f #footer .copyright {
  padding-top: 30px;
}
.cid-unehY1QU8f ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unehY1QU8f H4 {
  color: #000000;
  text-align: left;
}
.cid-unehY1QU8f DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unehY1QU8f P {
  color: #e43f3f;
  text-align: left;
}
.cid-unehY1QU8f div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unehY1QU8f .copyright a {
  text-decoration: none !important;
}
.cid-unehY1QU8f .list,
.cid-unehY1QU8f .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unehY1QU8f ul li a {
  text-decoration: none !important;
}
.cid-unehY1QU8f .list {
  color: #e43f3f;
}
.cid-uneijKjodm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uneijKjodm nav.navbar {
  position: fixed;
}
.cid-uneijKjodm .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-uneijKjodm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uneijKjodm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uneijKjodm .dropdown-item:hover,
.cid-uneijKjodm .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uneijKjodm .dropdown-item:hover span {
  color: white;
}
.cid-uneijKjodm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uneijKjodm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uneijKjodm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uneijKjodm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uneijKjodm .nav-link {
  position: relative;
}
.cid-uneijKjodm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uneijKjodm .container {
    flex-wrap: nowrap;
  }
}
.cid-uneijKjodm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uneijKjodm .dropdown-menu,
.cid-uneijKjodm .navbar.opened {
  background: #e43f3f !important;
}
.cid-uneijKjodm .nav-item:focus,
.cid-uneijKjodm .nav-link:focus {
  outline: none;
}
.cid-uneijKjodm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uneijKjodm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uneijKjodm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uneijKjodm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uneijKjodm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uneijKjodm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uneijKjodm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uneijKjodm .navbar.opened {
  transition: all 0.3s;
}
.cid-uneijKjodm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uneijKjodm .navbar .navbar-logo img {
  width: auto;
}
.cid-uneijKjodm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uneijKjodm .navbar.collapsed {
  justify-content: center;
}
.cid-uneijKjodm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uneijKjodm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uneijKjodm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uneijKjodm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uneijKjodm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uneijKjodm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uneijKjodm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uneijKjodm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uneijKjodm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uneijKjodm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uneijKjodm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uneijKjodm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uneijKjodm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uneijKjodm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uneijKjodm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uneijKjodm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uneijKjodm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uneijKjodm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uneijKjodm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uneijKjodm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uneijKjodm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uneijKjodm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uneijKjodm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uneijKjodm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uneijKjodm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uneijKjodm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uneijKjodm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uneijKjodm .dropdown-item.active,
.cid-uneijKjodm .dropdown-item:active {
  background-color: transparent;
}
.cid-uneijKjodm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uneijKjodm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uneijKjodm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uneijKjodm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uneijKjodm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uneijKjodm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uneijKjodm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uneijKjodm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uneijKjodm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uneijKjodm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uneijKjodm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uneijKjodm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneijKjodm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneijKjodm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uneijKjodm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneijKjodm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uneijKjodm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uneijKjodm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneijKjodm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uneijKjodm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uneijKjodm .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-uneijKjodm .navbar {
    height: 70px;
  }
  .cid-uneijKjodm .navbar.opened {
    height: auto;
  }
  .cid-uneijKjodm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uneijHCxP6 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneijHCxP6 .row {
  flex-direction: row-reverse;
}
.cid-uneijHCxP6 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneijHCxP6 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneijHCxP6 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneijHCxP6 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneijHCxP6 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneijHCxP6 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneijHCxP6 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneijHCxP6 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneijHCxP6 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneijHCxP6 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneijHCxP6 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneijHCxP6 .main-banner:before {
    display: none;
  }
  .cid-uneijHCxP6 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneijHCxP6 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneijHCxP6 H6 {
  color: #e43f3f;
}
.cid-uneijHCxP6 H2 {
  color: #000000;
}
.cid-uneijIgveG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uneijIgveG .mbr-section-title {
  color: #000000;
}
.cid-uneijIKKsf {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uneijIKKsf .container {
  padding: 0 5%;
}
.cid-uneijIKKsf #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneijIKKsf #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uneijIKKsf #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneijIKKsf #expand-button:hover {
  background-color: #7787a5;
}
.cid-uneijIKKsf .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uneijIKKsf .item:focus,
.cid-uneijIKKsf span:focus {
  outline: none;
}
.cid-uneijIKKsf .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uneijIKKsf .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uneijIKKsf .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uneijIKKsf .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uneijIKKsf .item {
    padding: 1.5rem;
  }
}
.cid-uneijIKKsf .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneijIKKsf .item .item-icon {
    margin-top: 0;
  }
}
.cid-uneijIKKsf .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uneijIKKsf .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uneijIKKsf .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uneijIKKsf .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uneijIKKsf .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneijIKKsf .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uneijIKKsf .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uneijIKKsf .item-content {
    margin-left: 0;
  }
}
.cid-uneijIKKsf .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uneijIKKsf .item-title {
  color: #ffffff;
}
.cid-uneijIKKsf .mbr-text,
.cid-uneijIKKsf .item-icon {
  color: #ffffff;
}
.cid-uneijIKKsf .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uneijIKKsf .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uneijIKKsf .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uneijIKKsf .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uneijIKKsf .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uneijIKKsf .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uneijIKKsf .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uneijIKKsf .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uneijIKKsf .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uneijIKKsf .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uneijIKKsf .article-column1 {
    padding-right: 16px;
  }
}
.cid-uneijIKKsf .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uneijIKKsf .article-column2 {
    padding-left: 16px;
  }
}
.cid-uneijIKKsf .mbr-section-subtitle,
.cid-uneijIKKsf .mbr-iconfont {
  color: #e082c5;
}
.cid-uneijIKKsf .mbr-section-subtitle {
  color: #000000;
}
.cid-uneijJw58B {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneijJw58B p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneijJw58B .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneijJw58B .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneijJw58B .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneijJw58B .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneijJw58B .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneijJw58B .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneijJw58B .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneijJw58B .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneijJw58B .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneijJw58B .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneijJw58B .main-banner:before {
    display: none;
  }
  .cid-uneijJw58B .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneijJw58B .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneijJw58B H6 {
  color: #e43f3f;
}
.cid-uneijJw58B H2 {
  color: #000000;
}
.cid-uneijJw58B P {
  color: #000000;
}
.cid-uneijJRc4Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uneijJRc4Q #footer {
  padding: 0 0 25px 0;
}
.cid-uneijJRc4Q #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uneijJRc4Q #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uneijJRc4Q #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uneijJRc4Q #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uneijJRc4Q #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uneijJRc4Q #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uneijJRc4Q #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uneijJRc4Q #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uneijJRc4Q #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uneijJRc4Q #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uneijJRc4Q #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uneijJRc4Q #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uneijJRc4Q #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uneijJRc4Q #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uneijJRc4Q #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uneijJRc4Q #footer .copyright {
  padding-top: 30px;
}
.cid-uneijJRc4Q ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uneijJRc4Q H4 {
  color: #000000;
  text-align: left;
}
.cid-uneijJRc4Q DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uneijJRc4Q P {
  color: #e43f3f;
  text-align: left;
}
.cid-uneijJRc4Q div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uneijJRc4Q .copyright a {
  text-decoration: none !important;
}
.cid-uneijJRc4Q .list,
.cid-uneijJRc4Q .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uneijJRc4Q ul li a {
  text-decoration: none !important;
}
.cid-uneijJRc4Q .list {
  color: #e43f3f;
}
.cid-uneirhU4E5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uneirhU4E5 nav.navbar {
  position: fixed;
}
.cid-uneirhU4E5 .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-uneirhU4E5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uneirhU4E5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uneirhU4E5 .dropdown-item:hover,
.cid-uneirhU4E5 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uneirhU4E5 .dropdown-item:hover span {
  color: white;
}
.cid-uneirhU4E5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uneirhU4E5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uneirhU4E5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uneirhU4E5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uneirhU4E5 .nav-link {
  position: relative;
}
.cid-uneirhU4E5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uneirhU4E5 .container {
    flex-wrap: nowrap;
  }
}
.cid-uneirhU4E5 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uneirhU4E5 .dropdown-menu,
.cid-uneirhU4E5 .navbar.opened {
  background: #e43f3f !important;
}
.cid-uneirhU4E5 .nav-item:focus,
.cid-uneirhU4E5 .nav-link:focus {
  outline: none;
}
.cid-uneirhU4E5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uneirhU4E5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uneirhU4E5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uneirhU4E5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uneirhU4E5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uneirhU4E5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uneirhU4E5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uneirhU4E5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uneirhU4E5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uneirhU4E5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uneirhU4E5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uneirhU4E5 .navbar.collapsed {
  justify-content: center;
}
.cid-uneirhU4E5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uneirhU4E5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uneirhU4E5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uneirhU4E5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uneirhU4E5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uneirhU4E5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uneirhU4E5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uneirhU4E5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uneirhU4E5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uneirhU4E5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uneirhU4E5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uneirhU4E5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uneirhU4E5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uneirhU4E5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uneirhU4E5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uneirhU4E5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uneirhU4E5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uneirhU4E5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uneirhU4E5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uneirhU4E5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uneirhU4E5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uneirhU4E5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uneirhU4E5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uneirhU4E5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uneirhU4E5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uneirhU4E5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uneirhU4E5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uneirhU4E5 .dropdown-item.active,
.cid-uneirhU4E5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uneirhU4E5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uneirhU4E5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uneirhU4E5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uneirhU4E5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uneirhU4E5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uneirhU4E5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uneirhU4E5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uneirhU4E5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uneirhU4E5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uneirhU4E5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uneirhU4E5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uneirhU4E5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneirhU4E5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneirhU4E5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uneirhU4E5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneirhU4E5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uneirhU4E5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uneirhU4E5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneirhU4E5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uneirhU4E5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uneirhU4E5 .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-uneirhU4E5 .navbar {
    height: 70px;
  }
  .cid-uneirhU4E5 .navbar.opened {
    height: auto;
  }
  .cid-uneirhU4E5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uneirg4IE2 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneirg4IE2 .row {
  flex-direction: row-reverse;
}
.cid-uneirg4IE2 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneirg4IE2 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneirg4IE2 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneirg4IE2 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneirg4IE2 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneirg4IE2 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneirg4IE2 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneirg4IE2 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneirg4IE2 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneirg4IE2 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneirg4IE2 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneirg4IE2 .main-banner:before {
    display: none;
  }
  .cid-uneirg4IE2 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneirg4IE2 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneirg4IE2 H6 {
  color: #e43f3f;
}
.cid-uneirg4IE2 H2 {
  color: #000000;
}
.cid-uneirgxXph {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uneirgxXph .mbr-section-title {
  color: #000000;
}
.cid-uneirgN3bo {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uneirgN3bo .container {
  padding: 0 5%;
}
.cid-uneirgN3bo #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneirgN3bo #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uneirgN3bo #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneirgN3bo #expand-button:hover {
  background-color: #7787a5;
}
.cid-uneirgN3bo .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uneirgN3bo .item:focus,
.cid-uneirgN3bo span:focus {
  outline: none;
}
.cid-uneirgN3bo .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uneirgN3bo .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uneirgN3bo .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uneirgN3bo .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uneirgN3bo .item {
    padding: 1.5rem;
  }
}
.cid-uneirgN3bo .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneirgN3bo .item .item-icon {
    margin-top: 0;
  }
}
.cid-uneirgN3bo .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uneirgN3bo .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uneirgN3bo .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uneirgN3bo .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uneirgN3bo .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneirgN3bo .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uneirgN3bo .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uneirgN3bo .item-content {
    margin-left: 0;
  }
}
.cid-uneirgN3bo .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uneirgN3bo .item-title {
  color: #ffffff;
}
.cid-uneirgN3bo .mbr-text,
.cid-uneirgN3bo .item-icon {
  color: #ffffff;
}
.cid-uneirgN3bo .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uneirgN3bo .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uneirgN3bo .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uneirgN3bo .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uneirgN3bo .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uneirgN3bo .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uneirgN3bo .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uneirgN3bo .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uneirgN3bo .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uneirgN3bo .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uneirgN3bo .article-column1 {
    padding-right: 16px;
  }
}
.cid-uneirgN3bo .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uneirgN3bo .article-column2 {
    padding-left: 16px;
  }
}
.cid-uneirgN3bo .mbr-section-subtitle,
.cid-uneirgN3bo .mbr-iconfont {
  color: #e082c5;
}
.cid-uneirgN3bo .mbr-section-subtitle {
  color: #000000;
}
.cid-uneirhlGE4 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneirhlGE4 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneirhlGE4 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneirhlGE4 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneirhlGE4 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneirhlGE4 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneirhlGE4 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneirhlGE4 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneirhlGE4 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneirhlGE4 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneirhlGE4 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneirhlGE4 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneirhlGE4 .main-banner:before {
    display: none;
  }
  .cid-uneirhlGE4 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneirhlGE4 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneirhlGE4 H6 {
  color: #e43f3f;
}
.cid-uneirhlGE4 H2 {
  color: #000000;
}
.cid-uneirhlGE4 P {
  color: #000000;
}
.cid-uneirhzH2M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uneirhzH2M #footer {
  padding: 0 0 25px 0;
}
.cid-uneirhzH2M #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uneirhzH2M #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uneirhzH2M #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uneirhzH2M #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uneirhzH2M #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uneirhzH2M #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uneirhzH2M #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uneirhzH2M #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uneirhzH2M #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uneirhzH2M #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uneirhzH2M #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uneirhzH2M #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uneirhzH2M #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uneirhzH2M #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uneirhzH2M #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uneirhzH2M #footer .copyright {
  padding-top: 30px;
}
.cid-uneirhzH2M ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uneirhzH2M H4 {
  color: #000000;
  text-align: left;
}
.cid-uneirhzH2M DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uneirhzH2M P {
  color: #e43f3f;
  text-align: left;
}
.cid-uneirhzH2M div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uneirhzH2M .copyright a {
  text-decoration: none !important;
}
.cid-uneirhzH2M .list,
.cid-uneirhzH2M .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uneirhzH2M ul li a {
  text-decoration: none !important;
}
.cid-uneirhzH2M .list {
  color: #e43f3f;
}
.cid-uneiCBe3P8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uneiCBe3P8 nav.navbar {
  position: fixed;
}
.cid-uneiCBe3P8 .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-uneiCBe3P8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uneiCBe3P8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uneiCBe3P8 .dropdown-item:hover,
.cid-uneiCBe3P8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uneiCBe3P8 .dropdown-item:hover span {
  color: white;
}
.cid-uneiCBe3P8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uneiCBe3P8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uneiCBe3P8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uneiCBe3P8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uneiCBe3P8 .nav-link {
  position: relative;
}
.cid-uneiCBe3P8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uneiCBe3P8 .container {
    flex-wrap: nowrap;
  }
}
.cid-uneiCBe3P8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uneiCBe3P8 .dropdown-menu,
.cid-uneiCBe3P8 .navbar.opened {
  background: #e43f3f !important;
}
.cid-uneiCBe3P8 .nav-item:focus,
.cid-uneiCBe3P8 .nav-link:focus {
  outline: none;
}
.cid-uneiCBe3P8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uneiCBe3P8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uneiCBe3P8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uneiCBe3P8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uneiCBe3P8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uneiCBe3P8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uneiCBe3P8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uneiCBe3P8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uneiCBe3P8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uneiCBe3P8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uneiCBe3P8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uneiCBe3P8 .navbar.collapsed {
  justify-content: center;
}
.cid-uneiCBe3P8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uneiCBe3P8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uneiCBe3P8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uneiCBe3P8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uneiCBe3P8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uneiCBe3P8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uneiCBe3P8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uneiCBe3P8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uneiCBe3P8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uneiCBe3P8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uneiCBe3P8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uneiCBe3P8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uneiCBe3P8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uneiCBe3P8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uneiCBe3P8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uneiCBe3P8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uneiCBe3P8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uneiCBe3P8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uneiCBe3P8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uneiCBe3P8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uneiCBe3P8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uneiCBe3P8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uneiCBe3P8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uneiCBe3P8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uneiCBe3P8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uneiCBe3P8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uneiCBe3P8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uneiCBe3P8 .dropdown-item.active,
.cid-uneiCBe3P8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uneiCBe3P8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uneiCBe3P8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uneiCBe3P8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uneiCBe3P8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uneiCBe3P8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uneiCBe3P8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uneiCBe3P8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uneiCBe3P8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uneiCBe3P8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uneiCBe3P8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uneiCBe3P8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uneiCBe3P8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneiCBe3P8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneiCBe3P8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uneiCBe3P8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneiCBe3P8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uneiCBe3P8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uneiCBe3P8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneiCBe3P8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uneiCBe3P8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uneiCBe3P8 .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-uneiCBe3P8 .navbar {
    height: 70px;
  }
  .cid-uneiCBe3P8 .navbar.opened {
    height: auto;
  }
  .cid-uneiCBe3P8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uneiCyHGY0 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneiCyHGY0 .row {
  flex-direction: row-reverse;
}
.cid-uneiCyHGY0 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneiCyHGY0 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneiCyHGY0 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneiCyHGY0 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneiCyHGY0 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneiCyHGY0 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneiCyHGY0 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneiCyHGY0 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneiCyHGY0 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneiCyHGY0 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneiCyHGY0 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneiCyHGY0 .main-banner:before {
    display: none;
  }
  .cid-uneiCyHGY0 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneiCyHGY0 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneiCyHGY0 H6 {
  color: #e43f3f;
}
.cid-uneiCyHGY0 H2 {
  color: #000000;
}
.cid-uneiCzkhL8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uneiCzkhL8 .mbr-section-title {
  color: #000000;
}
.cid-uneiCzJGjh {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uneiCzJGjh .container {
  padding: 0 5%;
}
.cid-uneiCzJGjh #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneiCzJGjh #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uneiCzJGjh #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneiCzJGjh #expand-button:hover {
  background-color: #7787a5;
}
.cid-uneiCzJGjh .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uneiCzJGjh .item:focus,
.cid-uneiCzJGjh span:focus {
  outline: none;
}
.cid-uneiCzJGjh .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uneiCzJGjh .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uneiCzJGjh .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uneiCzJGjh .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uneiCzJGjh .item {
    padding: 1.5rem;
  }
}
.cid-uneiCzJGjh .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneiCzJGjh .item .item-icon {
    margin-top: 0;
  }
}
.cid-uneiCzJGjh .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uneiCzJGjh .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uneiCzJGjh .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uneiCzJGjh .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uneiCzJGjh .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneiCzJGjh .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uneiCzJGjh .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uneiCzJGjh .item-content {
    margin-left: 0;
  }
}
.cid-uneiCzJGjh .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uneiCzJGjh .item-title {
  color: #ffffff;
}
.cid-uneiCzJGjh .mbr-text,
.cid-uneiCzJGjh .item-icon {
  color: #ffffff;
}
.cid-uneiCzJGjh .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uneiCzJGjh .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uneiCzJGjh .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uneiCzJGjh .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uneiCzJGjh .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uneiCzJGjh .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uneiCzJGjh .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uneiCzJGjh .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uneiCzJGjh .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uneiCzJGjh .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uneiCzJGjh .article-column1 {
    padding-right: 16px;
  }
}
.cid-uneiCzJGjh .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uneiCzJGjh .article-column2 {
    padding-left: 16px;
  }
}
.cid-uneiCzJGjh .mbr-section-subtitle,
.cid-uneiCzJGjh .mbr-iconfont {
  color: #e082c5;
}
.cid-uneiCzJGjh .mbr-section-subtitle {
  color: #000000;
}
.cid-uneiCAs0QX {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneiCAs0QX p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneiCAs0QX .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneiCAs0QX .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneiCAs0QX .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneiCAs0QX .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneiCAs0QX .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneiCAs0QX .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneiCAs0QX .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneiCAs0QX .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneiCAs0QX .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneiCAs0QX .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneiCAs0QX .main-banner:before {
    display: none;
  }
  .cid-uneiCAs0QX .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneiCAs0QX .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneiCAs0QX H6 {
  color: #e43f3f;
}
.cid-uneiCAs0QX H2 {
  color: #000000;
}
.cid-uneiCAs0QX P {
  color: #000000;
}
.cid-uneiCAMJ3m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uneiCAMJ3m #footer {
  padding: 0 0 25px 0;
}
.cid-uneiCAMJ3m #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uneiCAMJ3m #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uneiCAMJ3m #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uneiCAMJ3m #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uneiCAMJ3m #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uneiCAMJ3m #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uneiCAMJ3m #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uneiCAMJ3m #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uneiCAMJ3m #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uneiCAMJ3m #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uneiCAMJ3m #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uneiCAMJ3m #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uneiCAMJ3m #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uneiCAMJ3m #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uneiCAMJ3m #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uneiCAMJ3m #footer .copyright {
  padding-top: 30px;
}
.cid-uneiCAMJ3m ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uneiCAMJ3m H4 {
  color: #000000;
  text-align: left;
}
.cid-uneiCAMJ3m DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uneiCAMJ3m P {
  color: #e43f3f;
  text-align: left;
}
.cid-uneiCAMJ3m div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uneiCAMJ3m .copyright a {
  text-decoration: none !important;
}
.cid-uneiCAMJ3m .list,
.cid-uneiCAMJ3m .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uneiCAMJ3m ul li a {
  text-decoration: none !important;
}
.cid-uneiCAMJ3m .list {
  color: #e43f3f;
}
.cid-uneiM7Q6br {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uneiM7Q6br nav.navbar {
  position: fixed;
}
.cid-uneiM7Q6br .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-uneiM7Q6br .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uneiM7Q6br .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uneiM7Q6br .dropdown-item:hover,
.cid-uneiM7Q6br .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uneiM7Q6br .dropdown-item:hover span {
  color: white;
}
.cid-uneiM7Q6br .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uneiM7Q6br .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uneiM7Q6br .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uneiM7Q6br .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uneiM7Q6br .nav-link {
  position: relative;
}
.cid-uneiM7Q6br .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uneiM7Q6br .container {
    flex-wrap: nowrap;
  }
}
.cid-uneiM7Q6br .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uneiM7Q6br .dropdown-menu,
.cid-uneiM7Q6br .navbar.opened {
  background: #e43f3f !important;
}
.cid-uneiM7Q6br .nav-item:focus,
.cid-uneiM7Q6br .nav-link:focus {
  outline: none;
}
.cid-uneiM7Q6br .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uneiM7Q6br .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uneiM7Q6br .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uneiM7Q6br .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uneiM7Q6br .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uneiM7Q6br .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uneiM7Q6br .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uneiM7Q6br .navbar.opened {
  transition: all 0.3s;
}
.cid-uneiM7Q6br .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uneiM7Q6br .navbar .navbar-logo img {
  width: auto;
}
.cid-uneiM7Q6br .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uneiM7Q6br .navbar.collapsed {
  justify-content: center;
}
.cid-uneiM7Q6br .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uneiM7Q6br .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uneiM7Q6br .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uneiM7Q6br .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uneiM7Q6br .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uneiM7Q6br .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uneiM7Q6br .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uneiM7Q6br .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uneiM7Q6br .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uneiM7Q6br .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uneiM7Q6br .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uneiM7Q6br .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uneiM7Q6br .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uneiM7Q6br .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uneiM7Q6br .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uneiM7Q6br .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uneiM7Q6br .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uneiM7Q6br .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uneiM7Q6br .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uneiM7Q6br .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uneiM7Q6br .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uneiM7Q6br .navbar.navbar-short {
  min-height: 60px;
}
.cid-uneiM7Q6br .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uneiM7Q6br .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uneiM7Q6br .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uneiM7Q6br .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uneiM7Q6br .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uneiM7Q6br .dropdown-item.active,
.cid-uneiM7Q6br .dropdown-item:active {
  background-color: transparent;
}
.cid-uneiM7Q6br .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uneiM7Q6br .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uneiM7Q6br .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uneiM7Q6br .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uneiM7Q6br .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uneiM7Q6br .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uneiM7Q6br ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uneiM7Q6br .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uneiM7Q6br button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uneiM7Q6br button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uneiM7Q6br button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uneiM7Q6br button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneiM7Q6br button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneiM7Q6br button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uneiM7Q6br nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneiM7Q6br nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uneiM7Q6br nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uneiM7Q6br nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneiM7Q6br .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uneiM7Q6br a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uneiM7Q6br .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-uneiM7Q6br .navbar {
    height: 70px;
  }
  .cid-uneiM7Q6br .navbar.opened {
    height: auto;
  }
  .cid-uneiM7Q6br .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uneiM60TBN {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneiM60TBN .row {
  flex-direction: row-reverse;
}
.cid-uneiM60TBN p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneiM60TBN .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneiM60TBN .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneiM60TBN .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneiM60TBN .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneiM60TBN .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneiM60TBN .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneiM60TBN .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneiM60TBN .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneiM60TBN .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneiM60TBN .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneiM60TBN .main-banner:before {
    display: none;
  }
  .cid-uneiM60TBN .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneiM60TBN .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneiM60TBN H6 {
  color: #e43f3f;
}
.cid-uneiM60TBN H2 {
  color: #000000;
}
.cid-uneiM6tNav {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uneiM6tNav .mbr-section-title {
  color: #000000;
}
.cid-uneiM6HkKF {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uneiM6HkKF .container {
  padding: 0 5%;
}
.cid-uneiM6HkKF #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneiM6HkKF #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uneiM6HkKF #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneiM6HkKF #expand-button:hover {
  background-color: #7787a5;
}
.cid-uneiM6HkKF .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uneiM6HkKF .item:focus,
.cid-uneiM6HkKF span:focus {
  outline: none;
}
.cid-uneiM6HkKF .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uneiM6HkKF .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uneiM6HkKF .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uneiM6HkKF .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uneiM6HkKF .item {
    padding: 1.5rem;
  }
}
.cid-uneiM6HkKF .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneiM6HkKF .item .item-icon {
    margin-top: 0;
  }
}
.cid-uneiM6HkKF .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uneiM6HkKF .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uneiM6HkKF .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uneiM6HkKF .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uneiM6HkKF .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneiM6HkKF .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uneiM6HkKF .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uneiM6HkKF .item-content {
    margin-left: 0;
  }
}
.cid-uneiM6HkKF .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uneiM6HkKF .item-title {
  color: #ffffff;
}
.cid-uneiM6HkKF .mbr-text,
.cid-uneiM6HkKF .item-icon {
  color: #ffffff;
}
.cid-uneiM6HkKF .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uneiM6HkKF .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uneiM6HkKF .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uneiM6HkKF .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uneiM6HkKF .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uneiM6HkKF .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uneiM6HkKF .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uneiM6HkKF .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uneiM6HkKF .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uneiM6HkKF .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uneiM6HkKF .article-column1 {
    padding-right: 16px;
  }
}
.cid-uneiM6HkKF .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uneiM6HkKF .article-column2 {
    padding-left: 16px;
  }
}
.cid-uneiM6HkKF .mbr-section-subtitle,
.cid-uneiM6HkKF .mbr-iconfont {
  color: #e082c5;
}
.cid-uneiM6HkKF .mbr-section-subtitle {
  color: #000000;
}
.cid-uneiM7fTIT {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneiM7fTIT p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneiM7fTIT .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneiM7fTIT .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneiM7fTIT .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneiM7fTIT .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneiM7fTIT .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneiM7fTIT .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneiM7fTIT .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneiM7fTIT .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneiM7fTIT .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneiM7fTIT .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneiM7fTIT .main-banner:before {
    display: none;
  }
  .cid-uneiM7fTIT .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneiM7fTIT .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneiM7fTIT H6 {
  color: #e43f3f;
}
.cid-uneiM7fTIT H2 {
  color: #000000;
}
.cid-uneiM7fTIT P {
  color: #000000;
}
.cid-uneiM7wbcg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uneiM7wbcg #footer {
  padding: 0 0 25px 0;
}
.cid-uneiM7wbcg #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uneiM7wbcg #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uneiM7wbcg #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uneiM7wbcg #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uneiM7wbcg #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uneiM7wbcg #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uneiM7wbcg #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uneiM7wbcg #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uneiM7wbcg #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uneiM7wbcg #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uneiM7wbcg #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uneiM7wbcg #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uneiM7wbcg #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uneiM7wbcg #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uneiM7wbcg #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uneiM7wbcg #footer .copyright {
  padding-top: 30px;
}
.cid-uneiM7wbcg ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uneiM7wbcg H4 {
  color: #000000;
  text-align: left;
}
.cid-uneiM7wbcg DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uneiM7wbcg P {
  color: #e43f3f;
  text-align: left;
}
.cid-uneiM7wbcg div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uneiM7wbcg .copyright a {
  text-decoration: none !important;
}
.cid-uneiM7wbcg .list,
.cid-uneiM7wbcg .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uneiM7wbcg ul li a {
  text-decoration: none !important;
}
.cid-uneiM7wbcg .list {
  color: #e43f3f;
}
.cid-uneiUHyOGb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uneiUHyOGb nav.navbar {
  position: fixed;
}
.cid-uneiUHyOGb .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-uneiUHyOGb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uneiUHyOGb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uneiUHyOGb .dropdown-item:hover,
.cid-uneiUHyOGb .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uneiUHyOGb .dropdown-item:hover span {
  color: white;
}
.cid-uneiUHyOGb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uneiUHyOGb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uneiUHyOGb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uneiUHyOGb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uneiUHyOGb .nav-link {
  position: relative;
}
.cid-uneiUHyOGb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uneiUHyOGb .container {
    flex-wrap: nowrap;
  }
}
.cid-uneiUHyOGb .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uneiUHyOGb .dropdown-menu,
.cid-uneiUHyOGb .navbar.opened {
  background: #e43f3f !important;
}
.cid-uneiUHyOGb .nav-item:focus,
.cid-uneiUHyOGb .nav-link:focus {
  outline: none;
}
.cid-uneiUHyOGb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uneiUHyOGb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uneiUHyOGb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uneiUHyOGb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uneiUHyOGb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uneiUHyOGb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uneiUHyOGb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uneiUHyOGb .navbar.opened {
  transition: all 0.3s;
}
.cid-uneiUHyOGb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uneiUHyOGb .navbar .navbar-logo img {
  width: auto;
}
.cid-uneiUHyOGb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uneiUHyOGb .navbar.collapsed {
  justify-content: center;
}
.cid-uneiUHyOGb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uneiUHyOGb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uneiUHyOGb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uneiUHyOGb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uneiUHyOGb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uneiUHyOGb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uneiUHyOGb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uneiUHyOGb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uneiUHyOGb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uneiUHyOGb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uneiUHyOGb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uneiUHyOGb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uneiUHyOGb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uneiUHyOGb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uneiUHyOGb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uneiUHyOGb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uneiUHyOGb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uneiUHyOGb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uneiUHyOGb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uneiUHyOGb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uneiUHyOGb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uneiUHyOGb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uneiUHyOGb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uneiUHyOGb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uneiUHyOGb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uneiUHyOGb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uneiUHyOGb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uneiUHyOGb .dropdown-item.active,
.cid-uneiUHyOGb .dropdown-item:active {
  background-color: transparent;
}
.cid-uneiUHyOGb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uneiUHyOGb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uneiUHyOGb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uneiUHyOGb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uneiUHyOGb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uneiUHyOGb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uneiUHyOGb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uneiUHyOGb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uneiUHyOGb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uneiUHyOGb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uneiUHyOGb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uneiUHyOGb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneiUHyOGb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneiUHyOGb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uneiUHyOGb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneiUHyOGb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uneiUHyOGb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uneiUHyOGb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneiUHyOGb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uneiUHyOGb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uneiUHyOGb .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-uneiUHyOGb .navbar {
    height: 70px;
  }
  .cid-uneiUHyOGb .navbar.opened {
    height: auto;
  }
  .cid-uneiUHyOGb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uneiUFGMih {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneiUFGMih .row {
  flex-direction: row-reverse;
}
.cid-uneiUFGMih p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneiUFGMih .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneiUFGMih .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneiUFGMih .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneiUFGMih .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneiUFGMih .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneiUFGMih .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneiUFGMih .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneiUFGMih .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneiUFGMih .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneiUFGMih .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneiUFGMih .main-banner:before {
    display: none;
  }
  .cid-uneiUFGMih .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneiUFGMih .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneiUFGMih H6 {
  color: #e43f3f;
}
.cid-uneiUFGMih H2 {
  color: #000000;
}
.cid-uneiUGbT2l {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uneiUGbT2l .mbr-section-title {
  color: #000000;
}
.cid-uneiUGpYfl {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uneiUGpYfl .container {
  padding: 0 5%;
}
.cid-uneiUGpYfl #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneiUGpYfl #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uneiUGpYfl #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneiUGpYfl #expand-button:hover {
  background-color: #7787a5;
}
.cid-uneiUGpYfl .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uneiUGpYfl .item:focus,
.cid-uneiUGpYfl span:focus {
  outline: none;
}
.cid-uneiUGpYfl .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uneiUGpYfl .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uneiUGpYfl .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uneiUGpYfl .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uneiUGpYfl .item {
    padding: 1.5rem;
  }
}
.cid-uneiUGpYfl .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneiUGpYfl .item .item-icon {
    margin-top: 0;
  }
}
.cid-uneiUGpYfl .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uneiUGpYfl .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uneiUGpYfl .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uneiUGpYfl .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uneiUGpYfl .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneiUGpYfl .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uneiUGpYfl .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uneiUGpYfl .item-content {
    margin-left: 0;
  }
}
.cid-uneiUGpYfl .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uneiUGpYfl .item-title {
  color: #ffffff;
}
.cid-uneiUGpYfl .mbr-text,
.cid-uneiUGpYfl .item-icon {
  color: #ffffff;
}
.cid-uneiUGpYfl .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uneiUGpYfl .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uneiUGpYfl .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uneiUGpYfl .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uneiUGpYfl .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uneiUGpYfl .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uneiUGpYfl .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uneiUGpYfl .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uneiUGpYfl .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uneiUGpYfl .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uneiUGpYfl .article-column1 {
    padding-right: 16px;
  }
}
.cid-uneiUGpYfl .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uneiUGpYfl .article-column2 {
    padding-left: 16px;
  }
}
.cid-uneiUGpYfl .mbr-section-subtitle,
.cid-uneiUGpYfl .mbr-iconfont {
  color: #e082c5;
}
.cid-uneiUGpYfl .mbr-section-subtitle {
  color: #000000;
}
.cid-uneiUH10Gz {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneiUH10Gz p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneiUH10Gz .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneiUH10Gz .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneiUH10Gz .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneiUH10Gz .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneiUH10Gz .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneiUH10Gz .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneiUH10Gz .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneiUH10Gz .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneiUH10Gz .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneiUH10Gz .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneiUH10Gz .main-banner:before {
    display: none;
  }
  .cid-uneiUH10Gz .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneiUH10Gz .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneiUH10Gz H6 {
  color: #e43f3f;
}
.cid-uneiUH10Gz H2 {
  color: #000000;
}
.cid-uneiUH10Gz P {
  color: #000000;
}
.cid-uneiUHfaxB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uneiUHfaxB #footer {
  padding: 0 0 25px 0;
}
.cid-uneiUHfaxB #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uneiUHfaxB #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uneiUHfaxB #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uneiUHfaxB #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uneiUHfaxB #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uneiUHfaxB #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uneiUHfaxB #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uneiUHfaxB #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uneiUHfaxB #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uneiUHfaxB #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uneiUHfaxB #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uneiUHfaxB #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uneiUHfaxB #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uneiUHfaxB #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uneiUHfaxB #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uneiUHfaxB #footer .copyright {
  padding-top: 30px;
}
.cid-uneiUHfaxB ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uneiUHfaxB H4 {
  color: #000000;
  text-align: left;
}
.cid-uneiUHfaxB DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uneiUHfaxB P {
  color: #e43f3f;
  text-align: left;
}
.cid-uneiUHfaxB div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uneiUHfaxB .copyright a {
  text-decoration: none !important;
}
.cid-uneiUHfaxB .list,
.cid-uneiUHfaxB .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uneiUHfaxB ul li a {
  text-decoration: none !important;
}
.cid-uneiUHfaxB .list {
  color: #e43f3f;
}
.cid-unej3jrg1h {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unej3jrg1h nav.navbar {
  position: fixed;
}
.cid-unej3jrg1h .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-unej3jrg1h .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unej3jrg1h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unej3jrg1h .dropdown-item:hover,
.cid-unej3jrg1h .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unej3jrg1h .dropdown-item:hover span {
  color: white;
}
.cid-unej3jrg1h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unej3jrg1h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unej3jrg1h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unej3jrg1h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unej3jrg1h .nav-link {
  position: relative;
}
.cid-unej3jrg1h .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unej3jrg1h .container {
    flex-wrap: nowrap;
  }
}
.cid-unej3jrg1h .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unej3jrg1h .dropdown-menu,
.cid-unej3jrg1h .navbar.opened {
  background: #e43f3f !important;
}
.cid-unej3jrg1h .nav-item:focus,
.cid-unej3jrg1h .nav-link:focus {
  outline: none;
}
.cid-unej3jrg1h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unej3jrg1h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unej3jrg1h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unej3jrg1h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unej3jrg1h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unej3jrg1h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unej3jrg1h .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unej3jrg1h .navbar.opened {
  transition: all 0.3s;
}
.cid-unej3jrg1h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unej3jrg1h .navbar .navbar-logo img {
  width: auto;
}
.cid-unej3jrg1h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unej3jrg1h .navbar.collapsed {
  justify-content: center;
}
.cid-unej3jrg1h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unej3jrg1h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unej3jrg1h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unej3jrg1h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unej3jrg1h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unej3jrg1h .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unej3jrg1h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unej3jrg1h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unej3jrg1h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unej3jrg1h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unej3jrg1h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unej3jrg1h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unej3jrg1h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unej3jrg1h .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unej3jrg1h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unej3jrg1h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unej3jrg1h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unej3jrg1h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unej3jrg1h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unej3jrg1h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unej3jrg1h .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unej3jrg1h .navbar.navbar-short {
  min-height: 60px;
}
.cid-unej3jrg1h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unej3jrg1h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unej3jrg1h .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unej3jrg1h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unej3jrg1h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unej3jrg1h .dropdown-item.active,
.cid-unej3jrg1h .dropdown-item:active {
  background-color: transparent;
}
.cid-unej3jrg1h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unej3jrg1h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unej3jrg1h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unej3jrg1h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unej3jrg1h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unej3jrg1h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unej3jrg1h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unej3jrg1h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unej3jrg1h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unej3jrg1h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unej3jrg1h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unej3jrg1h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unej3jrg1h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unej3jrg1h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unej3jrg1h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unej3jrg1h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unej3jrg1h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unej3jrg1h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unej3jrg1h .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unej3jrg1h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unej3jrg1h .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-unej3jrg1h .navbar {
    height: 70px;
  }
  .cid-unej3jrg1h .navbar.opened {
    height: auto;
  }
  .cid-unej3jrg1h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unej3h8Vo5 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unej3h8Vo5 .row {
  flex-direction: row-reverse;
}
.cid-unej3h8Vo5 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unej3h8Vo5 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unej3h8Vo5 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unej3h8Vo5 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unej3h8Vo5 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unej3h8Vo5 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unej3h8Vo5 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unej3h8Vo5 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unej3h8Vo5 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unej3h8Vo5 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unej3h8Vo5 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unej3h8Vo5 .main-banner:before {
    display: none;
  }
  .cid-unej3h8Vo5 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unej3h8Vo5 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unej3h8Vo5 H6 {
  color: #e43f3f;
}
.cid-unej3h8Vo5 H2 {
  color: #000000;
}
.cid-unej3hKStm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unej3hKStm .mbr-section-title {
  color: #000000;
}
.cid-unej3i2Zxw {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unej3i2Zxw .container {
  padding: 0 5%;
}
.cid-unej3i2Zxw #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unej3i2Zxw #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unej3i2Zxw #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unej3i2Zxw #expand-button:hover {
  background-color: #7787a5;
}
.cid-unej3i2Zxw .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unej3i2Zxw .item:focus,
.cid-unej3i2Zxw span:focus {
  outline: none;
}
.cid-unej3i2Zxw .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unej3i2Zxw .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unej3i2Zxw .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unej3i2Zxw .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unej3i2Zxw .item {
    padding: 1.5rem;
  }
}
.cid-unej3i2Zxw .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unej3i2Zxw .item .item-icon {
    margin-top: 0;
  }
}
.cid-unej3i2Zxw .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unej3i2Zxw .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unej3i2Zxw .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unej3i2Zxw .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unej3i2Zxw .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unej3i2Zxw .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unej3i2Zxw .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unej3i2Zxw .item-content {
    margin-left: 0;
  }
}
.cid-unej3i2Zxw .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unej3i2Zxw .item-title {
  color: #ffffff;
}
.cid-unej3i2Zxw .mbr-text,
.cid-unej3i2Zxw .item-icon {
  color: #ffffff;
}
.cid-unej3i2Zxw .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unej3i2Zxw .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unej3i2Zxw .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unej3i2Zxw .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unej3i2Zxw .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unej3i2Zxw .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unej3i2Zxw .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unej3i2Zxw .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unej3i2Zxw .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unej3i2Zxw .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unej3i2Zxw .article-column1 {
    padding-right: 16px;
  }
}
.cid-unej3i2Zxw .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unej3i2Zxw .article-column2 {
    padding-left: 16px;
  }
}
.cid-unej3i2Zxw .mbr-section-subtitle,
.cid-unej3i2Zxw .mbr-iconfont {
  color: #e082c5;
}
.cid-unej3i2Zxw .mbr-section-subtitle {
  color: #000000;
}
.cid-unej3iI1mD {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unej3iI1mD p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unej3iI1mD .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unej3iI1mD .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unej3iI1mD .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unej3iI1mD .main-banner .left-content {
  margin-right: 15px;
}
.cid-unej3iI1mD .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unej3iI1mD .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unej3iI1mD .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unej3iI1mD .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unej3iI1mD .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unej3iI1mD .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unej3iI1mD .main-banner:before {
    display: none;
  }
  .cid-unej3iI1mD .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unej3iI1mD .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unej3iI1mD H6 {
  color: #e43f3f;
}
.cid-unej3iI1mD H2 {
  color: #000000;
}
.cid-unej3iI1mD P {
  color: #000000;
}
.cid-unej3j28vD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unej3j28vD #footer {
  padding: 0 0 25px 0;
}
.cid-unej3j28vD #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unej3j28vD #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unej3j28vD #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unej3j28vD #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unej3j28vD #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unej3j28vD #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unej3j28vD #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unej3j28vD #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unej3j28vD #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unej3j28vD #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unej3j28vD #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unej3j28vD #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unej3j28vD #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unej3j28vD #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unej3j28vD #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unej3j28vD #footer .copyright {
  padding-top: 30px;
}
.cid-unej3j28vD ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unej3j28vD H4 {
  color: #000000;
  text-align: left;
}
.cid-unej3j28vD DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unej3j28vD P {
  color: #e43f3f;
  text-align: left;
}
.cid-unej3j28vD div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unej3j28vD .copyright a {
  text-decoration: none !important;
}
.cid-unej3j28vD .list,
.cid-unej3j28vD .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unej3j28vD ul li a {
  text-decoration: none !important;
}
.cid-unej3j28vD .list {
  color: #e43f3f;
}
.cid-unejcDsQIX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unejcDsQIX nav.navbar {
  position: fixed;
}
.cid-unejcDsQIX .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-unejcDsQIX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unejcDsQIX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unejcDsQIX .dropdown-item:hover,
.cid-unejcDsQIX .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unejcDsQIX .dropdown-item:hover span {
  color: white;
}
.cid-unejcDsQIX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unejcDsQIX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unejcDsQIX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unejcDsQIX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unejcDsQIX .nav-link {
  position: relative;
}
.cid-unejcDsQIX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unejcDsQIX .container {
    flex-wrap: nowrap;
  }
}
.cid-unejcDsQIX .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unejcDsQIX .dropdown-menu,
.cid-unejcDsQIX .navbar.opened {
  background: #e43f3f !important;
}
.cid-unejcDsQIX .nav-item:focus,
.cid-unejcDsQIX .nav-link:focus {
  outline: none;
}
.cid-unejcDsQIX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unejcDsQIX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unejcDsQIX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unejcDsQIX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unejcDsQIX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unejcDsQIX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unejcDsQIX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unejcDsQIX .navbar.opened {
  transition: all 0.3s;
}
.cid-unejcDsQIX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unejcDsQIX .navbar .navbar-logo img {
  width: auto;
}
.cid-unejcDsQIX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unejcDsQIX .navbar.collapsed {
  justify-content: center;
}
.cid-unejcDsQIX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unejcDsQIX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unejcDsQIX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unejcDsQIX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unejcDsQIX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unejcDsQIX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unejcDsQIX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unejcDsQIX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unejcDsQIX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unejcDsQIX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unejcDsQIX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unejcDsQIX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unejcDsQIX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unejcDsQIX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unejcDsQIX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unejcDsQIX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unejcDsQIX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unejcDsQIX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unejcDsQIX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unejcDsQIX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unejcDsQIX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unejcDsQIX .navbar.navbar-short {
  min-height: 60px;
}
.cid-unejcDsQIX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unejcDsQIX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unejcDsQIX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unejcDsQIX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unejcDsQIX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unejcDsQIX .dropdown-item.active,
.cid-unejcDsQIX .dropdown-item:active {
  background-color: transparent;
}
.cid-unejcDsQIX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unejcDsQIX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unejcDsQIX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unejcDsQIX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unejcDsQIX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unejcDsQIX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unejcDsQIX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unejcDsQIX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unejcDsQIX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unejcDsQIX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unejcDsQIX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unejcDsQIX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unejcDsQIX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unejcDsQIX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unejcDsQIX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unejcDsQIX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unejcDsQIX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unejcDsQIX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unejcDsQIX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unejcDsQIX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unejcDsQIX .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-unejcDsQIX .navbar {
    height: 70px;
  }
  .cid-unejcDsQIX .navbar.opened {
    height: auto;
  }
  .cid-unejcDsQIX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unejcBDgqy {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unejcBDgqy .row {
  flex-direction: row-reverse;
}
.cid-unejcBDgqy p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unejcBDgqy .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unejcBDgqy .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unejcBDgqy .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unejcBDgqy .main-banner .left-content {
  margin-right: 15px;
}
.cid-unejcBDgqy .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unejcBDgqy .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unejcBDgqy .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unejcBDgqy .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unejcBDgqy .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unejcBDgqy .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unejcBDgqy .main-banner:before {
    display: none;
  }
  .cid-unejcBDgqy .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unejcBDgqy .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unejcBDgqy H6 {
  color: #e43f3f;
}
.cid-unejcBDgqy H2 {
  color: #000000;
}
.cid-unejcC7Yhy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unejcC7Yhy .mbr-section-title {
  color: #000000;
}
.cid-unejcCkdW9 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unejcCkdW9 .container {
  padding: 0 5%;
}
.cid-unejcCkdW9 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unejcCkdW9 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unejcCkdW9 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unejcCkdW9 #expand-button:hover {
  background-color: #7787a5;
}
.cid-unejcCkdW9 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unejcCkdW9 .item:focus,
.cid-unejcCkdW9 span:focus {
  outline: none;
}
.cid-unejcCkdW9 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unejcCkdW9 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unejcCkdW9 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unejcCkdW9 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unejcCkdW9 .item {
    padding: 1.5rem;
  }
}
.cid-unejcCkdW9 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unejcCkdW9 .item .item-icon {
    margin-top: 0;
  }
}
.cid-unejcCkdW9 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unejcCkdW9 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unejcCkdW9 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unejcCkdW9 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unejcCkdW9 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unejcCkdW9 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unejcCkdW9 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unejcCkdW9 .item-content {
    margin-left: 0;
  }
}
.cid-unejcCkdW9 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unejcCkdW9 .item-title {
  color: #ffffff;
}
.cid-unejcCkdW9 .mbr-text,
.cid-unejcCkdW9 .item-icon {
  color: #ffffff;
}
.cid-unejcCkdW9 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unejcCkdW9 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unejcCkdW9 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unejcCkdW9 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unejcCkdW9 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unejcCkdW9 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unejcCkdW9 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unejcCkdW9 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unejcCkdW9 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unejcCkdW9 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unejcCkdW9 .article-column1 {
    padding-right: 16px;
  }
}
.cid-unejcCkdW9 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unejcCkdW9 .article-column2 {
    padding-left: 16px;
  }
}
.cid-unejcCkdW9 .mbr-section-subtitle,
.cid-unejcCkdW9 .mbr-iconfont {
  color: #e082c5;
}
.cid-unejcCkdW9 .mbr-section-subtitle {
  color: #000000;
}
.cid-unejcCXgHt {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unejcCXgHt p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unejcCXgHt .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unejcCXgHt .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unejcCXgHt .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unejcCXgHt .main-banner .left-content {
  margin-right: 15px;
}
.cid-unejcCXgHt .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unejcCXgHt .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unejcCXgHt .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unejcCXgHt .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unejcCXgHt .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unejcCXgHt .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unejcCXgHt .main-banner:before {
    display: none;
  }
  .cid-unejcCXgHt .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unejcCXgHt .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unejcCXgHt H6 {
  color: #e43f3f;
}
.cid-unejcCXgHt H2 {
  color: #000000;
}
.cid-unejcCXgHt P {
  color: #000000;
}
.cid-unejcDbUUp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unejcDbUUp #footer {
  padding: 0 0 25px 0;
}
.cid-unejcDbUUp #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unejcDbUUp #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unejcDbUUp #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unejcDbUUp #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unejcDbUUp #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unejcDbUUp #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unejcDbUUp #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unejcDbUUp #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unejcDbUUp #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unejcDbUUp #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unejcDbUUp #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unejcDbUUp #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unejcDbUUp #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unejcDbUUp #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unejcDbUUp #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unejcDbUUp #footer .copyright {
  padding-top: 30px;
}
.cid-unejcDbUUp ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unejcDbUUp H4 {
  color: #000000;
  text-align: left;
}
.cid-unejcDbUUp DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unejcDbUUp P {
  color: #e43f3f;
  text-align: left;
}
.cid-unejcDbUUp div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unejcDbUUp .copyright a {
  text-decoration: none !important;
}
.cid-unejcDbUUp .list,
.cid-unejcDbUUp .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unejcDbUUp ul li a {
  text-decoration: none !important;
}
.cid-unejcDbUUp .list {
  color: #e43f3f;
}
.cid-unejkYDDMO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unejkYDDMO nav.navbar {
  position: fixed;
}
.cid-unejkYDDMO .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-unejkYDDMO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unejkYDDMO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unejkYDDMO .dropdown-item:hover,
.cid-unejkYDDMO .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unejkYDDMO .dropdown-item:hover span {
  color: white;
}
.cid-unejkYDDMO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unejkYDDMO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unejkYDDMO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unejkYDDMO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unejkYDDMO .nav-link {
  position: relative;
}
.cid-unejkYDDMO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unejkYDDMO .container {
    flex-wrap: nowrap;
  }
}
.cid-unejkYDDMO .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unejkYDDMO .dropdown-menu,
.cid-unejkYDDMO .navbar.opened {
  background: #e43f3f !important;
}
.cid-unejkYDDMO .nav-item:focus,
.cid-unejkYDDMO .nav-link:focus {
  outline: none;
}
.cid-unejkYDDMO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unejkYDDMO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unejkYDDMO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unejkYDDMO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unejkYDDMO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unejkYDDMO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unejkYDDMO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unejkYDDMO .navbar.opened {
  transition: all 0.3s;
}
.cid-unejkYDDMO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unejkYDDMO .navbar .navbar-logo img {
  width: auto;
}
.cid-unejkYDDMO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unejkYDDMO .navbar.collapsed {
  justify-content: center;
}
.cid-unejkYDDMO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unejkYDDMO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unejkYDDMO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unejkYDDMO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unejkYDDMO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unejkYDDMO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unejkYDDMO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unejkYDDMO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unejkYDDMO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unejkYDDMO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unejkYDDMO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unejkYDDMO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unejkYDDMO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unejkYDDMO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unejkYDDMO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unejkYDDMO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unejkYDDMO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unejkYDDMO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unejkYDDMO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unejkYDDMO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unejkYDDMO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unejkYDDMO .navbar.navbar-short {
  min-height: 60px;
}
.cid-unejkYDDMO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unejkYDDMO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unejkYDDMO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unejkYDDMO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unejkYDDMO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unejkYDDMO .dropdown-item.active,
.cid-unejkYDDMO .dropdown-item:active {
  background-color: transparent;
}
.cid-unejkYDDMO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unejkYDDMO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unejkYDDMO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unejkYDDMO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unejkYDDMO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unejkYDDMO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unejkYDDMO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unejkYDDMO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unejkYDDMO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unejkYDDMO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unejkYDDMO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unejkYDDMO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unejkYDDMO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unejkYDDMO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unejkYDDMO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unejkYDDMO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unejkYDDMO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unejkYDDMO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unejkYDDMO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unejkYDDMO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unejkYDDMO .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-unejkYDDMO .navbar {
    height: 70px;
  }
  .cid-unejkYDDMO .navbar.opened {
    height: auto;
  }
  .cid-unejkYDDMO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unejkWuEMY {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unejkWuEMY .row {
  flex-direction: row-reverse;
}
.cid-unejkWuEMY p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unejkWuEMY .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unejkWuEMY .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unejkWuEMY .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unejkWuEMY .main-banner .left-content {
  margin-right: 15px;
}
.cid-unejkWuEMY .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unejkWuEMY .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unejkWuEMY .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unejkWuEMY .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unejkWuEMY .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unejkWuEMY .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unejkWuEMY .main-banner:before {
    display: none;
  }
  .cid-unejkWuEMY .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unejkWuEMY .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unejkWuEMY H6 {
  color: #e43f3f;
}
.cid-unejkWuEMY H2 {
  color: #000000;
}
.cid-unejkWXEYr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unejkWXEYr .mbr-section-title {
  color: #000000;
}
.cid-unejkXfETG {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unejkXfETG .container {
  padding: 0 5%;
}
.cid-unejkXfETG #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unejkXfETG #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unejkXfETG #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unejkXfETG #expand-button:hover {
  background-color: #7787a5;
}
.cid-unejkXfETG .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unejkXfETG .item:focus,
.cid-unejkXfETG span:focus {
  outline: none;
}
.cid-unejkXfETG .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unejkXfETG .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unejkXfETG .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unejkXfETG .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unejkXfETG .item {
    padding: 1.5rem;
  }
}
.cid-unejkXfETG .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unejkXfETG .item .item-icon {
    margin-top: 0;
  }
}
.cid-unejkXfETG .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unejkXfETG .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unejkXfETG .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unejkXfETG .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unejkXfETG .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unejkXfETG .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unejkXfETG .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unejkXfETG .item-content {
    margin-left: 0;
  }
}
.cid-unejkXfETG .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unejkXfETG .item-title {
  color: #ffffff;
}
.cid-unejkXfETG .mbr-text,
.cid-unejkXfETG .item-icon {
  color: #ffffff;
}
.cid-unejkXfETG .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unejkXfETG .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unejkXfETG .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unejkXfETG .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unejkXfETG .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unejkXfETG .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unejkXfETG .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unejkXfETG .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unejkXfETG .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unejkXfETG .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unejkXfETG .article-column1 {
    padding-right: 16px;
  }
}
.cid-unejkXfETG .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unejkXfETG .article-column2 {
    padding-left: 16px;
  }
}
.cid-unejkXfETG .mbr-section-subtitle,
.cid-unejkXfETG .mbr-iconfont {
  color: #e082c5;
}
.cid-unejkXfETG .mbr-section-subtitle {
  color: #000000;
}
.cid-unejkXSO3c {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unejkXSO3c p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unejkXSO3c .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unejkXSO3c .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unejkXSO3c .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unejkXSO3c .main-banner .left-content {
  margin-right: 15px;
}
.cid-unejkXSO3c .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unejkXSO3c .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unejkXSO3c .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unejkXSO3c .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unejkXSO3c .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unejkXSO3c .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unejkXSO3c .main-banner:before {
    display: none;
  }
  .cid-unejkXSO3c .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unejkXSO3c .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unejkXSO3c H6 {
  color: #e43f3f;
}
.cid-unejkXSO3c H2 {
  color: #000000;
}
.cid-unejkXSO3c P {
  color: #000000;
}
.cid-unejkY74vj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unejkY74vj #footer {
  padding: 0 0 25px 0;
}
.cid-unejkY74vj #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unejkY74vj #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unejkY74vj #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unejkY74vj #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unejkY74vj #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unejkY74vj #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unejkY74vj #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unejkY74vj #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unejkY74vj #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unejkY74vj #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unejkY74vj #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unejkY74vj #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unejkY74vj #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unejkY74vj #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unejkY74vj #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unejkY74vj #footer .copyright {
  padding-top: 30px;
}
.cid-unejkY74vj ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unejkY74vj H4 {
  color: #000000;
  text-align: left;
}
.cid-unejkY74vj DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unejkY74vj P {
  color: #e43f3f;
  text-align: left;
}
.cid-unejkY74vj div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unejkY74vj .copyright a {
  text-decoration: none !important;
}
.cid-unejkY74vj .list,
.cid-unejkY74vj .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unejkY74vj ul li a {
  text-decoration: none !important;
}
.cid-unejkY74vj .list {
  color: #e43f3f;
}
.cid-unejsP1WAy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unejsP1WAy nav.navbar {
  position: fixed;
}
.cid-unejsP1WAy .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-unejsP1WAy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unejsP1WAy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unejsP1WAy .dropdown-item:hover,
.cid-unejsP1WAy .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unejsP1WAy .dropdown-item:hover span {
  color: white;
}
.cid-unejsP1WAy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unejsP1WAy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unejsP1WAy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unejsP1WAy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unejsP1WAy .nav-link {
  position: relative;
}
.cid-unejsP1WAy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unejsP1WAy .container {
    flex-wrap: nowrap;
  }
}
.cid-unejsP1WAy .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unejsP1WAy .dropdown-menu,
.cid-unejsP1WAy .navbar.opened {
  background: #e43f3f !important;
}
.cid-unejsP1WAy .nav-item:focus,
.cid-unejsP1WAy .nav-link:focus {
  outline: none;
}
.cid-unejsP1WAy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unejsP1WAy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unejsP1WAy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unejsP1WAy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unejsP1WAy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unejsP1WAy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unejsP1WAy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unejsP1WAy .navbar.opened {
  transition: all 0.3s;
}
.cid-unejsP1WAy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unejsP1WAy .navbar .navbar-logo img {
  width: auto;
}
.cid-unejsP1WAy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unejsP1WAy .navbar.collapsed {
  justify-content: center;
}
.cid-unejsP1WAy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unejsP1WAy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unejsP1WAy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unejsP1WAy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unejsP1WAy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unejsP1WAy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unejsP1WAy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unejsP1WAy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unejsP1WAy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unejsP1WAy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unejsP1WAy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unejsP1WAy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unejsP1WAy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unejsP1WAy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unejsP1WAy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unejsP1WAy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unejsP1WAy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unejsP1WAy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unejsP1WAy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unejsP1WAy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unejsP1WAy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unejsP1WAy .navbar.navbar-short {
  min-height: 60px;
}
.cid-unejsP1WAy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unejsP1WAy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unejsP1WAy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unejsP1WAy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unejsP1WAy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unejsP1WAy .dropdown-item.active,
.cid-unejsP1WAy .dropdown-item:active {
  background-color: transparent;
}
.cid-unejsP1WAy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unejsP1WAy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unejsP1WAy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unejsP1WAy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unejsP1WAy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unejsP1WAy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unejsP1WAy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unejsP1WAy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unejsP1WAy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unejsP1WAy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unejsP1WAy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unejsP1WAy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unejsP1WAy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unejsP1WAy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unejsP1WAy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unejsP1WAy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unejsP1WAy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unejsP1WAy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unejsP1WAy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unejsP1WAy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unejsP1WAy .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-unejsP1WAy .navbar {
    height: 70px;
  }
  .cid-unejsP1WAy .navbar.opened {
    height: auto;
  }
  .cid-unejsP1WAy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unejsNdfuj {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unejsNdfuj .row {
  flex-direction: row-reverse;
}
.cid-unejsNdfuj p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unejsNdfuj .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unejsNdfuj .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unejsNdfuj .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unejsNdfuj .main-banner .left-content {
  margin-right: 15px;
}
.cid-unejsNdfuj .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unejsNdfuj .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unejsNdfuj .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unejsNdfuj .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unejsNdfuj .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unejsNdfuj .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unejsNdfuj .main-banner:before {
    display: none;
  }
  .cid-unejsNdfuj .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unejsNdfuj .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unejsNdfuj H6 {
  color: #e43f3f;
}
.cid-unejsNdfuj H2 {
  color: #000000;
}
.cid-unejsNEAGE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unejsNEAGE .mbr-section-title {
  color: #000000;
}
.cid-unejsNSqWp {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unejsNSqWp .container {
  padding: 0 5%;
}
.cid-unejsNSqWp #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unejsNSqWp #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unejsNSqWp #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unejsNSqWp #expand-button:hover {
  background-color: #7787a5;
}
.cid-unejsNSqWp .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unejsNSqWp .item:focus,
.cid-unejsNSqWp span:focus {
  outline: none;
}
.cid-unejsNSqWp .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unejsNSqWp .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unejsNSqWp .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unejsNSqWp .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unejsNSqWp .item {
    padding: 1.5rem;
  }
}
.cid-unejsNSqWp .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unejsNSqWp .item .item-icon {
    margin-top: 0;
  }
}
.cid-unejsNSqWp .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unejsNSqWp .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unejsNSqWp .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unejsNSqWp .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unejsNSqWp .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unejsNSqWp .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unejsNSqWp .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unejsNSqWp .item-content {
    margin-left: 0;
  }
}
.cid-unejsNSqWp .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unejsNSqWp .item-title {
  color: #ffffff;
}
.cid-unejsNSqWp .mbr-text,
.cid-unejsNSqWp .item-icon {
  color: #ffffff;
}
.cid-unejsNSqWp .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unejsNSqWp .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unejsNSqWp .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unejsNSqWp .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unejsNSqWp .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unejsNSqWp .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unejsNSqWp .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unejsNSqWp .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unejsNSqWp .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unejsNSqWp .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unejsNSqWp .article-column1 {
    padding-right: 16px;
  }
}
.cid-unejsNSqWp .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unejsNSqWp .article-column2 {
    padding-left: 16px;
  }
}
.cid-unejsNSqWp .mbr-section-subtitle,
.cid-unejsNSqWp .mbr-iconfont {
  color: #e082c5;
}
.cid-unejsNSqWp .mbr-section-subtitle {
  color: #000000;
}
.cid-unejsOsVVJ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unejsOsVVJ p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unejsOsVVJ .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unejsOsVVJ .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unejsOsVVJ .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unejsOsVVJ .main-banner .left-content {
  margin-right: 15px;
}
.cid-unejsOsVVJ .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unejsOsVVJ .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unejsOsVVJ .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unejsOsVVJ .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unejsOsVVJ .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unejsOsVVJ .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unejsOsVVJ .main-banner:before {
    display: none;
  }
  .cid-unejsOsVVJ .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unejsOsVVJ .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unejsOsVVJ H6 {
  color: #e43f3f;
}
.cid-unejsOsVVJ H2 {
  color: #000000;
}
.cid-unejsOsVVJ P {
  color: #000000;
}
.cid-unejsOImcQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unejsOImcQ #footer {
  padding: 0 0 25px 0;
}
.cid-unejsOImcQ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unejsOImcQ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unejsOImcQ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unejsOImcQ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unejsOImcQ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unejsOImcQ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unejsOImcQ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unejsOImcQ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unejsOImcQ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unejsOImcQ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unejsOImcQ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unejsOImcQ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unejsOImcQ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unejsOImcQ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unejsOImcQ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unejsOImcQ #footer .copyright {
  padding-top: 30px;
}
.cid-unejsOImcQ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unejsOImcQ H4 {
  color: #000000;
  text-align: left;
}
.cid-unejsOImcQ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unejsOImcQ P {
  color: #e43f3f;
  text-align: left;
}
.cid-unejsOImcQ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unejsOImcQ .copyright a {
  text-decoration: none !important;
}
.cid-unejsOImcQ .list,
.cid-unejsOImcQ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unejsOImcQ ul li a {
  text-decoration: none !important;
}
.cid-unejsOImcQ .list {
  color: #e43f3f;
}
.cid-unejK8VGAa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unejK8VGAa nav.navbar {
  position: fixed;
}
.cid-unejK8VGAa .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-unejK8VGAa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unejK8VGAa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unejK8VGAa .dropdown-item:hover,
.cid-unejK8VGAa .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unejK8VGAa .dropdown-item:hover span {
  color: white;
}
.cid-unejK8VGAa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unejK8VGAa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unejK8VGAa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unejK8VGAa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unejK8VGAa .nav-link {
  position: relative;
}
.cid-unejK8VGAa .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unejK8VGAa .container {
    flex-wrap: nowrap;
  }
}
.cid-unejK8VGAa .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unejK8VGAa .dropdown-menu,
.cid-unejK8VGAa .navbar.opened {
  background: #e43f3f !important;
}
.cid-unejK8VGAa .nav-item:focus,
.cid-unejK8VGAa .nav-link:focus {
  outline: none;
}
.cid-unejK8VGAa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unejK8VGAa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unejK8VGAa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unejK8VGAa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unejK8VGAa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unejK8VGAa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unejK8VGAa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unejK8VGAa .navbar.opened {
  transition: all 0.3s;
}
.cid-unejK8VGAa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unejK8VGAa .navbar .navbar-logo img {
  width: auto;
}
.cid-unejK8VGAa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unejK8VGAa .navbar.collapsed {
  justify-content: center;
}
.cid-unejK8VGAa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unejK8VGAa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unejK8VGAa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unejK8VGAa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unejK8VGAa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unejK8VGAa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unejK8VGAa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unejK8VGAa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unejK8VGAa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unejK8VGAa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unejK8VGAa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unejK8VGAa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unejK8VGAa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unejK8VGAa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unejK8VGAa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unejK8VGAa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unejK8VGAa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unejK8VGAa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unejK8VGAa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unejK8VGAa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unejK8VGAa .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unejK8VGAa .navbar.navbar-short {
  min-height: 60px;
}
.cid-unejK8VGAa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unejK8VGAa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unejK8VGAa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unejK8VGAa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unejK8VGAa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unejK8VGAa .dropdown-item.active,
.cid-unejK8VGAa .dropdown-item:active {
  background-color: transparent;
}
.cid-unejK8VGAa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unejK8VGAa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unejK8VGAa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unejK8VGAa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unejK8VGAa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unejK8VGAa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unejK8VGAa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unejK8VGAa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unejK8VGAa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unejK8VGAa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unejK8VGAa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unejK8VGAa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unejK8VGAa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unejK8VGAa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unejK8VGAa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unejK8VGAa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unejK8VGAa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unejK8VGAa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unejK8VGAa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unejK8VGAa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unejK8VGAa .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-unejK8VGAa .navbar {
    height: 70px;
  }
  .cid-unejK8VGAa .navbar.opened {
    height: auto;
  }
  .cid-unejK8VGAa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unejK77Ogj {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unejK77Ogj .row {
  flex-direction: row-reverse;
}
.cid-unejK77Ogj p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unejK77Ogj .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unejK77Ogj .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unejK77Ogj .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unejK77Ogj .main-banner .left-content {
  margin-right: 15px;
}
.cid-unejK77Ogj .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unejK77Ogj .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unejK77Ogj .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unejK77Ogj .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unejK77Ogj .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unejK77Ogj .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unejK77Ogj .main-banner:before {
    display: none;
  }
  .cid-unejK77Ogj .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unejK77Ogj .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unejK77Ogj H6 {
  color: #e43f3f;
}
.cid-unejK77Ogj H2 {
  color: #000000;
}
.cid-unejK7Alsj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unejK7Alsj .mbr-section-title {
  color: #000000;
}
.cid-unejK7ReFd {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unejK7ReFd .container {
  padding: 0 5%;
}
.cid-unejK7ReFd #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unejK7ReFd #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unejK7ReFd #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unejK7ReFd #expand-button:hover {
  background-color: #7787a5;
}
.cid-unejK7ReFd .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unejK7ReFd .item:focus,
.cid-unejK7ReFd span:focus {
  outline: none;
}
.cid-unejK7ReFd .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unejK7ReFd .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unejK7ReFd .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unejK7ReFd .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unejK7ReFd .item {
    padding: 1.5rem;
  }
}
.cid-unejK7ReFd .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unejK7ReFd .item .item-icon {
    margin-top: 0;
  }
}
.cid-unejK7ReFd .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unejK7ReFd .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unejK7ReFd .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unejK7ReFd .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unejK7ReFd .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unejK7ReFd .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unejK7ReFd .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unejK7ReFd .item-content {
    margin-left: 0;
  }
}
.cid-unejK7ReFd .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unejK7ReFd .item-title {
  color: #ffffff;
}
.cid-unejK7ReFd .mbr-text,
.cid-unejK7ReFd .item-icon {
  color: #ffffff;
}
.cid-unejK7ReFd .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unejK7ReFd .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unejK7ReFd .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unejK7ReFd .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unejK7ReFd .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unejK7ReFd .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unejK7ReFd .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unejK7ReFd .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unejK7ReFd .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unejK7ReFd .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unejK7ReFd .article-column1 {
    padding-right: 16px;
  }
}
.cid-unejK7ReFd .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unejK7ReFd .article-column2 {
    padding-left: 16px;
  }
}
.cid-unejK7ReFd .mbr-section-subtitle,
.cid-unejK7ReFd .mbr-iconfont {
  color: #e082c5;
}
.cid-unejK7ReFd .mbr-section-subtitle {
  color: #000000;
}
.cid-unejK8pguF {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unejK8pguF p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unejK8pguF .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unejK8pguF .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unejK8pguF .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unejK8pguF .main-banner .left-content {
  margin-right: 15px;
}
.cid-unejK8pguF .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unejK8pguF .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unejK8pguF .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unejK8pguF .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unejK8pguF .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unejK8pguF .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unejK8pguF .main-banner:before {
    display: none;
  }
  .cid-unejK8pguF .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unejK8pguF .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unejK8pguF H6 {
  color: #e43f3f;
}
.cid-unejK8pguF H2 {
  color: #000000;
}
.cid-unejK8pguF P {
  color: #000000;
}
.cid-unejK8CRPE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unejK8CRPE #footer {
  padding: 0 0 25px 0;
}
.cid-unejK8CRPE #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unejK8CRPE #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unejK8CRPE #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unejK8CRPE #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unejK8CRPE #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unejK8CRPE #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unejK8CRPE #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unejK8CRPE #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unejK8CRPE #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unejK8CRPE #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unejK8CRPE #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unejK8CRPE #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unejK8CRPE #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unejK8CRPE #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unejK8CRPE #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unejK8CRPE #footer .copyright {
  padding-top: 30px;
}
.cid-unejK8CRPE ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unejK8CRPE H4 {
  color: #000000;
  text-align: left;
}
.cid-unejK8CRPE DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unejK8CRPE P {
  color: #e43f3f;
  text-align: left;
}
.cid-unejK8CRPE div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unejK8CRPE .copyright a {
  text-decoration: none !important;
}
.cid-unejK8CRPE .list,
.cid-unejK8CRPE .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unejK8CRPE ul li a {
  text-decoration: none !important;
}
.cid-unejK8CRPE .list {
  color: #e43f3f;
}
.cid-unek6O22gx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unek6O22gx nav.navbar {
  position: fixed;
}
.cid-unek6O22gx .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-unek6O22gx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unek6O22gx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unek6O22gx .dropdown-item:hover,
.cid-unek6O22gx .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unek6O22gx .dropdown-item:hover span {
  color: white;
}
.cid-unek6O22gx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unek6O22gx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unek6O22gx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unek6O22gx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unek6O22gx .nav-link {
  position: relative;
}
.cid-unek6O22gx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unek6O22gx .container {
    flex-wrap: nowrap;
  }
}
.cid-unek6O22gx .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unek6O22gx .dropdown-menu,
.cid-unek6O22gx .navbar.opened {
  background: #e43f3f !important;
}
.cid-unek6O22gx .nav-item:focus,
.cid-unek6O22gx .nav-link:focus {
  outline: none;
}
.cid-unek6O22gx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unek6O22gx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unek6O22gx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unek6O22gx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unek6O22gx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unek6O22gx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unek6O22gx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unek6O22gx .navbar.opened {
  transition: all 0.3s;
}
.cid-unek6O22gx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unek6O22gx .navbar .navbar-logo img {
  width: auto;
}
.cid-unek6O22gx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unek6O22gx .navbar.collapsed {
  justify-content: center;
}
.cid-unek6O22gx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unek6O22gx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unek6O22gx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unek6O22gx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unek6O22gx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unek6O22gx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unek6O22gx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unek6O22gx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unek6O22gx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unek6O22gx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unek6O22gx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unek6O22gx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unek6O22gx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unek6O22gx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unek6O22gx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unek6O22gx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unek6O22gx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unek6O22gx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unek6O22gx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unek6O22gx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unek6O22gx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unek6O22gx .navbar.navbar-short {
  min-height: 60px;
}
.cid-unek6O22gx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unek6O22gx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unek6O22gx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unek6O22gx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unek6O22gx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unek6O22gx .dropdown-item.active,
.cid-unek6O22gx .dropdown-item:active {
  background-color: transparent;
}
.cid-unek6O22gx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unek6O22gx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unek6O22gx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unek6O22gx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unek6O22gx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unek6O22gx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unek6O22gx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unek6O22gx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unek6O22gx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unek6O22gx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unek6O22gx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unek6O22gx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unek6O22gx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unek6O22gx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unek6O22gx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unek6O22gx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unek6O22gx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unek6O22gx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unek6O22gx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unek6O22gx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unek6O22gx .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-unek6O22gx .navbar {
    height: 70px;
  }
  .cid-unek6O22gx .navbar.opened {
    height: auto;
  }
  .cid-unek6O22gx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unek6M7pky {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unek6M7pky .row {
  flex-direction: row-reverse;
}
.cid-unek6M7pky p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unek6M7pky .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unek6M7pky .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unek6M7pky .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unek6M7pky .main-banner .left-content {
  margin-right: 15px;
}
.cid-unek6M7pky .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unek6M7pky .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unek6M7pky .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unek6M7pky .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unek6M7pky .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unek6M7pky .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unek6M7pky .main-banner:before {
    display: none;
  }
  .cid-unek6M7pky .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unek6M7pky .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unek6M7pky H6 {
  color: #e43f3f;
}
.cid-unek6M7pky H2 {
  color: #000000;
}
.cid-unek6MAMSQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unek6MAMSQ .mbr-section-title {
  color: #000000;
}
.cid-unek6MUgFu {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unek6MUgFu .container {
  padding: 0 5%;
}
.cid-unek6MUgFu #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unek6MUgFu #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unek6MUgFu #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unek6MUgFu #expand-button:hover {
  background-color: #7787a5;
}
.cid-unek6MUgFu .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unek6MUgFu .item:focus,
.cid-unek6MUgFu span:focus {
  outline: none;
}
.cid-unek6MUgFu .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unek6MUgFu .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unek6MUgFu .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unek6MUgFu .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unek6MUgFu .item {
    padding: 1.5rem;
  }
}
.cid-unek6MUgFu .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unek6MUgFu .item .item-icon {
    margin-top: 0;
  }
}
.cid-unek6MUgFu .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unek6MUgFu .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unek6MUgFu .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unek6MUgFu .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unek6MUgFu .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unek6MUgFu .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unek6MUgFu .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unek6MUgFu .item-content {
    margin-left: 0;
  }
}
.cid-unek6MUgFu .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unek6MUgFu .item-title {
  color: #ffffff;
}
.cid-unek6MUgFu .mbr-text,
.cid-unek6MUgFu .item-icon {
  color: #ffffff;
}
.cid-unek6MUgFu .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unek6MUgFu .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unek6MUgFu .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unek6MUgFu .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unek6MUgFu .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unek6MUgFu .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unek6MUgFu .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unek6MUgFu .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unek6MUgFu .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unek6MUgFu .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unek6MUgFu .article-column1 {
    padding-right: 16px;
  }
}
.cid-unek6MUgFu .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unek6MUgFu .article-column2 {
    padding-left: 16px;
  }
}
.cid-unek6MUgFu .mbr-section-subtitle,
.cid-unek6MUgFu .mbr-iconfont {
  color: #e082c5;
}
.cid-unek6MUgFu .mbr-section-subtitle {
  color: #000000;
}
.cid-unek6NstsW {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unek6NstsW p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unek6NstsW .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unek6NstsW .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unek6NstsW .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unek6NstsW .main-banner .left-content {
  margin-right: 15px;
}
.cid-unek6NstsW .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unek6NstsW .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unek6NstsW .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unek6NstsW .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unek6NstsW .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unek6NstsW .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unek6NstsW .main-banner:before {
    display: none;
  }
  .cid-unek6NstsW .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unek6NstsW .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unek6NstsW H6 {
  color: #e43f3f;
}
.cid-unek6NstsW H2 {
  color: #000000;
}
.cid-unek6NstsW P {
  color: #000000;
}
.cid-unek6NInLp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unek6NInLp #footer {
  padding: 0 0 25px 0;
}
.cid-unek6NInLp #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unek6NInLp #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unek6NInLp #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unek6NInLp #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unek6NInLp #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unek6NInLp #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unek6NInLp #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unek6NInLp #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unek6NInLp #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unek6NInLp #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unek6NInLp #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unek6NInLp #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unek6NInLp #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unek6NInLp #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unek6NInLp #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unek6NInLp #footer .copyright {
  padding-top: 30px;
}
.cid-unek6NInLp ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unek6NInLp H4 {
  color: #000000;
  text-align: left;
}
.cid-unek6NInLp DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unek6NInLp P {
  color: #e43f3f;
  text-align: left;
}
.cid-unek6NInLp div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unek6NInLp .copyright a {
  text-decoration: none !important;
}
.cid-unek6NInLp .list,
.cid-unek6NInLp .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unek6NInLp ul li a {
  text-decoration: none !important;
}
.cid-unek6NInLp .list {
  color: #e43f3f;
}
.cid-unekMnlxS8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unekMnlxS8 nav.navbar {
  position: fixed;
}
.cid-unekMnlxS8 .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-unekMnlxS8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unekMnlxS8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unekMnlxS8 .dropdown-item:hover,
.cid-unekMnlxS8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unekMnlxS8 .dropdown-item:hover span {
  color: white;
}
.cid-unekMnlxS8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unekMnlxS8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unekMnlxS8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unekMnlxS8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unekMnlxS8 .nav-link {
  position: relative;
}
.cid-unekMnlxS8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unekMnlxS8 .container {
    flex-wrap: nowrap;
  }
}
.cid-unekMnlxS8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unekMnlxS8 .dropdown-menu,
.cid-unekMnlxS8 .navbar.opened {
  background: #e43f3f !important;
}
.cid-unekMnlxS8 .nav-item:focus,
.cid-unekMnlxS8 .nav-link:focus {
  outline: none;
}
.cid-unekMnlxS8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unekMnlxS8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unekMnlxS8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unekMnlxS8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unekMnlxS8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unekMnlxS8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unekMnlxS8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unekMnlxS8 .navbar.opened {
  transition: all 0.3s;
}
.cid-unekMnlxS8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unekMnlxS8 .navbar .navbar-logo img {
  width: auto;
}
.cid-unekMnlxS8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unekMnlxS8 .navbar.collapsed {
  justify-content: center;
}
.cid-unekMnlxS8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unekMnlxS8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unekMnlxS8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unekMnlxS8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unekMnlxS8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unekMnlxS8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unekMnlxS8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unekMnlxS8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unekMnlxS8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unekMnlxS8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unekMnlxS8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unekMnlxS8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unekMnlxS8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unekMnlxS8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unekMnlxS8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unekMnlxS8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unekMnlxS8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unekMnlxS8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unekMnlxS8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unekMnlxS8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unekMnlxS8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unekMnlxS8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-unekMnlxS8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unekMnlxS8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unekMnlxS8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unekMnlxS8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unekMnlxS8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unekMnlxS8 .dropdown-item.active,
.cid-unekMnlxS8 .dropdown-item:active {
  background-color: transparent;
}
.cid-unekMnlxS8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unekMnlxS8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unekMnlxS8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unekMnlxS8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unekMnlxS8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unekMnlxS8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unekMnlxS8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unekMnlxS8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unekMnlxS8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unekMnlxS8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unekMnlxS8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unekMnlxS8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unekMnlxS8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unekMnlxS8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unekMnlxS8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unekMnlxS8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unekMnlxS8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unekMnlxS8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unekMnlxS8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unekMnlxS8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unekMnlxS8 .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-unekMnlxS8 .navbar {
    height: 70px;
  }
  .cid-unekMnlxS8 .navbar.opened {
    height: auto;
  }
  .cid-unekMnlxS8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unekMlivE4 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unekMlivE4 .row {
  flex-direction: row-reverse;
}
.cid-unekMlivE4 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unekMlivE4 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unekMlivE4 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unekMlivE4 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unekMlivE4 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unekMlivE4 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unekMlivE4 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unekMlivE4 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unekMlivE4 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unekMlivE4 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unekMlivE4 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unekMlivE4 .main-banner:before {
    display: none;
  }
  .cid-unekMlivE4 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unekMlivE4 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unekMlivE4 H6 {
  color: #e43f3f;
}
.cid-unekMlivE4 H2 {
  color: #000000;
}
.cid-unekMlOXPK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unekMlOXPK .mbr-section-title {
  color: #000000;
}
.cid-unekMm9tNg {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unekMm9tNg .container {
  padding: 0 5%;
}
.cid-unekMm9tNg #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unekMm9tNg #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unekMm9tNg #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unekMm9tNg #expand-button:hover {
  background-color: #7787a5;
}
.cid-unekMm9tNg .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unekMm9tNg .item:focus,
.cid-unekMm9tNg span:focus {
  outline: none;
}
.cid-unekMm9tNg .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unekMm9tNg .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unekMm9tNg .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unekMm9tNg .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unekMm9tNg .item {
    padding: 1.5rem;
  }
}
.cid-unekMm9tNg .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unekMm9tNg .item .item-icon {
    margin-top: 0;
  }
}
.cid-unekMm9tNg .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unekMm9tNg .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unekMm9tNg .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unekMm9tNg .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unekMm9tNg .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unekMm9tNg .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unekMm9tNg .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unekMm9tNg .item-content {
    margin-left: 0;
  }
}
.cid-unekMm9tNg .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unekMm9tNg .item-title {
  color: #ffffff;
}
.cid-unekMm9tNg .mbr-text,
.cid-unekMm9tNg .item-icon {
  color: #ffffff;
}
.cid-unekMm9tNg .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unekMm9tNg .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unekMm9tNg .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unekMm9tNg .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unekMm9tNg .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unekMm9tNg .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unekMm9tNg .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unekMm9tNg .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unekMm9tNg .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unekMm9tNg .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unekMm9tNg .article-column1 {
    padding-right: 16px;
  }
}
.cid-unekMm9tNg .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unekMm9tNg .article-column2 {
    padding-left: 16px;
  }
}
.cid-unekMm9tNg .mbr-section-subtitle,
.cid-unekMm9tNg .mbr-iconfont {
  color: #e082c5;
}
.cid-unekMm9tNg .mbr-section-subtitle {
  color: #000000;
}
.cid-unekMmK62u {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unekMmK62u p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unekMmK62u .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unekMmK62u .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unekMmK62u .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unekMmK62u .main-banner .left-content {
  margin-right: 15px;
}
.cid-unekMmK62u .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unekMmK62u .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unekMmK62u .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unekMmK62u .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unekMmK62u .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unekMmK62u .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unekMmK62u .main-banner:before {
    display: none;
  }
  .cid-unekMmK62u .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unekMmK62u .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unekMmK62u H6 {
  color: #e43f3f;
}
.cid-unekMmK62u H2 {
  color: #000000;
}
.cid-unekMmK62u P {
  color: #000000;
}
.cid-unekMn12vo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unekMn12vo #footer {
  padding: 0 0 25px 0;
}
.cid-unekMn12vo #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unekMn12vo #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unekMn12vo #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unekMn12vo #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unekMn12vo #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unekMn12vo #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unekMn12vo #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unekMn12vo #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unekMn12vo #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unekMn12vo #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unekMn12vo #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unekMn12vo #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unekMn12vo #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unekMn12vo #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unekMn12vo #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unekMn12vo #footer .copyright {
  padding-top: 30px;
}
.cid-unekMn12vo ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unekMn12vo H4 {
  color: #000000;
  text-align: left;
}
.cid-unekMn12vo DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unekMn12vo P {
  color: #e43f3f;
  text-align: left;
}
.cid-unekMn12vo div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unekMn12vo .copyright a {
  text-decoration: none !important;
}
.cid-unekMn12vo .list,
.cid-unekMn12vo .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unekMn12vo ul li a {
  text-decoration: none !important;
}
.cid-unekMn12vo .list {
  color: #e43f3f;
}
.cid-unekVhS9KA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unekVhS9KA nav.navbar {
  position: fixed;
}
.cid-unekVhS9KA .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-unekVhS9KA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unekVhS9KA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unekVhS9KA .dropdown-item:hover,
.cid-unekVhS9KA .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unekVhS9KA .dropdown-item:hover span {
  color: white;
}
.cid-unekVhS9KA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unekVhS9KA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unekVhS9KA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unekVhS9KA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unekVhS9KA .nav-link {
  position: relative;
}
.cid-unekVhS9KA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unekVhS9KA .container {
    flex-wrap: nowrap;
  }
}
.cid-unekVhS9KA .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unekVhS9KA .dropdown-menu,
.cid-unekVhS9KA .navbar.opened {
  background: #e43f3f !important;
}
.cid-unekVhS9KA .nav-item:focus,
.cid-unekVhS9KA .nav-link:focus {
  outline: none;
}
.cid-unekVhS9KA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unekVhS9KA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unekVhS9KA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unekVhS9KA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unekVhS9KA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unekVhS9KA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unekVhS9KA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unekVhS9KA .navbar.opened {
  transition: all 0.3s;
}
.cid-unekVhS9KA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unekVhS9KA .navbar .navbar-logo img {
  width: auto;
}
.cid-unekVhS9KA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unekVhS9KA .navbar.collapsed {
  justify-content: center;
}
.cid-unekVhS9KA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unekVhS9KA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unekVhS9KA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unekVhS9KA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unekVhS9KA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unekVhS9KA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unekVhS9KA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unekVhS9KA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unekVhS9KA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unekVhS9KA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unekVhS9KA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unekVhS9KA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unekVhS9KA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unekVhS9KA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unekVhS9KA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unekVhS9KA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unekVhS9KA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unekVhS9KA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unekVhS9KA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unekVhS9KA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unekVhS9KA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unekVhS9KA .navbar.navbar-short {
  min-height: 60px;
}
.cid-unekVhS9KA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unekVhS9KA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unekVhS9KA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unekVhS9KA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unekVhS9KA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unekVhS9KA .dropdown-item.active,
.cid-unekVhS9KA .dropdown-item:active {
  background-color: transparent;
}
.cid-unekVhS9KA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unekVhS9KA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unekVhS9KA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unekVhS9KA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unekVhS9KA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unekVhS9KA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unekVhS9KA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unekVhS9KA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unekVhS9KA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unekVhS9KA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unekVhS9KA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unekVhS9KA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unekVhS9KA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unekVhS9KA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unekVhS9KA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unekVhS9KA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unekVhS9KA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unekVhS9KA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unekVhS9KA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unekVhS9KA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unekVhS9KA .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-unekVhS9KA .navbar {
    height: 70px;
  }
  .cid-unekVhS9KA .navbar.opened {
    height: auto;
  }
  .cid-unekVhS9KA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unekVg698O {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unekVg698O .row {
  flex-direction: row-reverse;
}
.cid-unekVg698O p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unekVg698O .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unekVg698O .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unekVg698O .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unekVg698O .main-banner .left-content {
  margin-right: 15px;
}
.cid-unekVg698O .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unekVg698O .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unekVg698O .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unekVg698O .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unekVg698O .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unekVg698O .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unekVg698O .main-banner:before {
    display: none;
  }
  .cid-unekVg698O .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unekVg698O .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unekVg698O H6 {
  color: #e43f3f;
}
.cid-unekVg698O H2 {
  color: #000000;
}
.cid-unekVgxa7P {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unekVgxa7P .mbr-section-title {
  color: #000000;
}
.cid-unekVgPO9B {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unekVgPO9B .container {
  padding: 0 5%;
}
.cid-unekVgPO9B #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unekVgPO9B #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unekVgPO9B #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unekVgPO9B #expand-button:hover {
  background-color: #7787a5;
}
.cid-unekVgPO9B .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unekVgPO9B .item:focus,
.cid-unekVgPO9B span:focus {
  outline: none;
}
.cid-unekVgPO9B .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unekVgPO9B .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unekVgPO9B .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unekVgPO9B .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unekVgPO9B .item {
    padding: 1.5rem;
  }
}
.cid-unekVgPO9B .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unekVgPO9B .item .item-icon {
    margin-top: 0;
  }
}
.cid-unekVgPO9B .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unekVgPO9B .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unekVgPO9B .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unekVgPO9B .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unekVgPO9B .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unekVgPO9B .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unekVgPO9B .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unekVgPO9B .item-content {
    margin-left: 0;
  }
}
.cid-unekVgPO9B .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unekVgPO9B .item-title {
  color: #ffffff;
}
.cid-unekVgPO9B .mbr-text,
.cid-unekVgPO9B .item-icon {
  color: #ffffff;
}
.cid-unekVgPO9B .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unekVgPO9B .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unekVgPO9B .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unekVgPO9B .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unekVgPO9B .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unekVgPO9B .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unekVgPO9B .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unekVgPO9B .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unekVgPO9B .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unekVgPO9B .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unekVgPO9B .article-column1 {
    padding-right: 16px;
  }
}
.cid-unekVgPO9B .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unekVgPO9B .article-column2 {
    padding-left: 16px;
  }
}
.cid-unekVgPO9B .mbr-section-subtitle,
.cid-unekVgPO9B .mbr-iconfont {
  color: #e082c5;
}
.cid-unekVgPO9B .mbr-section-subtitle {
  color: #000000;
}
.cid-unekVhmPrd {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unekVhmPrd p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unekVhmPrd .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unekVhmPrd .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unekVhmPrd .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unekVhmPrd .main-banner .left-content {
  margin-right: 15px;
}
.cid-unekVhmPrd .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unekVhmPrd .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unekVhmPrd .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unekVhmPrd .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unekVhmPrd .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unekVhmPrd .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unekVhmPrd .main-banner:before {
    display: none;
  }
  .cid-unekVhmPrd .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unekVhmPrd .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unekVhmPrd H6 {
  color: #e43f3f;
}
.cid-unekVhmPrd H2 {
  color: #000000;
}
.cid-unekVhmPrd P {
  color: #000000;
}
.cid-unekVhABxq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unekVhABxq #footer {
  padding: 0 0 25px 0;
}
.cid-unekVhABxq #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unekVhABxq #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unekVhABxq #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unekVhABxq #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unekVhABxq #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unekVhABxq #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unekVhABxq #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unekVhABxq #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unekVhABxq #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unekVhABxq #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unekVhABxq #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unekVhABxq #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unekVhABxq #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unekVhABxq #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unekVhABxq #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unekVhABxq #footer .copyright {
  padding-top: 30px;
}
.cid-unekVhABxq ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unekVhABxq H4 {
  color: #000000;
  text-align: left;
}
.cid-unekVhABxq DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unekVhABxq P {
  color: #e43f3f;
  text-align: left;
}
.cid-unekVhABxq div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unekVhABxq .copyright a {
  text-decoration: none !important;
}
.cid-unekVhABxq .list,
.cid-unekVhABxq .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unekVhABxq ul li a {
  text-decoration: none !important;
}
.cid-unekVhABxq .list {
  color: #e43f3f;
}
.cid-unelz30rxz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unelz30rxz nav.navbar {
  position: fixed;
}
.cid-unelz30rxz .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-unelz30rxz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unelz30rxz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unelz30rxz .dropdown-item:hover,
.cid-unelz30rxz .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unelz30rxz .dropdown-item:hover span {
  color: white;
}
.cid-unelz30rxz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unelz30rxz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unelz30rxz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unelz30rxz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unelz30rxz .nav-link {
  position: relative;
}
.cid-unelz30rxz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unelz30rxz .container {
    flex-wrap: nowrap;
  }
}
.cid-unelz30rxz .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unelz30rxz .dropdown-menu,
.cid-unelz30rxz .navbar.opened {
  background: #e43f3f !important;
}
.cid-unelz30rxz .nav-item:focus,
.cid-unelz30rxz .nav-link:focus {
  outline: none;
}
.cid-unelz30rxz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unelz30rxz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unelz30rxz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unelz30rxz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unelz30rxz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unelz30rxz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unelz30rxz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unelz30rxz .navbar.opened {
  transition: all 0.3s;
}
.cid-unelz30rxz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unelz30rxz .navbar .navbar-logo img {
  width: auto;
}
.cid-unelz30rxz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unelz30rxz .navbar.collapsed {
  justify-content: center;
}
.cid-unelz30rxz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unelz30rxz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unelz30rxz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unelz30rxz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unelz30rxz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unelz30rxz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unelz30rxz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unelz30rxz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unelz30rxz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unelz30rxz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unelz30rxz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unelz30rxz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unelz30rxz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unelz30rxz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unelz30rxz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unelz30rxz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unelz30rxz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unelz30rxz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unelz30rxz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unelz30rxz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unelz30rxz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unelz30rxz .navbar.navbar-short {
  min-height: 60px;
}
.cid-unelz30rxz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unelz30rxz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unelz30rxz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unelz30rxz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unelz30rxz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unelz30rxz .dropdown-item.active,
.cid-unelz30rxz .dropdown-item:active {
  background-color: transparent;
}
.cid-unelz30rxz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unelz30rxz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unelz30rxz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unelz30rxz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unelz30rxz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unelz30rxz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unelz30rxz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unelz30rxz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unelz30rxz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unelz30rxz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unelz30rxz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unelz30rxz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unelz30rxz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unelz30rxz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unelz30rxz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unelz30rxz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unelz30rxz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unelz30rxz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unelz30rxz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unelz30rxz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unelz30rxz .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-unelz30rxz .navbar {
    height: 70px;
  }
  .cid-unelz30rxz .navbar.opened {
    height: auto;
  }
  .cid-unelz30rxz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unelz192OQ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unelz192OQ .row {
  flex-direction: row-reverse;
}
.cid-unelz192OQ p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unelz192OQ .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unelz192OQ .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unelz192OQ .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unelz192OQ .main-banner .left-content {
  margin-right: 15px;
}
.cid-unelz192OQ .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unelz192OQ .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unelz192OQ .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unelz192OQ .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unelz192OQ .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unelz192OQ .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unelz192OQ .main-banner:before {
    display: none;
  }
  .cid-unelz192OQ .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unelz192OQ .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unelz192OQ H6 {
  color: #e43f3f;
}
.cid-unelz192OQ H2 {
  color: #000000;
}
.cid-unelz1BRW9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unelz1BRW9 .mbr-section-title {
  color: #000000;
}
.cid-unelz1TcJp {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unelz1TcJp .container {
  padding: 0 5%;
}
.cid-unelz1TcJp #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unelz1TcJp #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unelz1TcJp #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unelz1TcJp #expand-button:hover {
  background-color: #7787a5;
}
.cid-unelz1TcJp .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unelz1TcJp .item:focus,
.cid-unelz1TcJp span:focus {
  outline: none;
}
.cid-unelz1TcJp .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unelz1TcJp .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unelz1TcJp .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unelz1TcJp .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unelz1TcJp .item {
    padding: 1.5rem;
  }
}
.cid-unelz1TcJp .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unelz1TcJp .item .item-icon {
    margin-top: 0;
  }
}
.cid-unelz1TcJp .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unelz1TcJp .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unelz1TcJp .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unelz1TcJp .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unelz1TcJp .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unelz1TcJp .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unelz1TcJp .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unelz1TcJp .item-content {
    margin-left: 0;
  }
}
.cid-unelz1TcJp .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unelz1TcJp .item-title {
  color: #ffffff;
}
.cid-unelz1TcJp .mbr-text,
.cid-unelz1TcJp .item-icon {
  color: #ffffff;
}
.cid-unelz1TcJp .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unelz1TcJp .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unelz1TcJp .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unelz1TcJp .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unelz1TcJp .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unelz1TcJp .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unelz1TcJp .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unelz1TcJp .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unelz1TcJp .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unelz1TcJp .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unelz1TcJp .article-column1 {
    padding-right: 16px;
  }
}
.cid-unelz1TcJp .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unelz1TcJp .article-column2 {
    padding-left: 16px;
  }
}
.cid-unelz1TcJp .mbr-section-subtitle,
.cid-unelz1TcJp .mbr-iconfont {
  color: #e082c5;
}
.cid-unelz1TcJp .mbr-section-subtitle {
  color: #000000;
}
.cid-unelz2s5Tj {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unelz2s5Tj p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unelz2s5Tj .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unelz2s5Tj .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unelz2s5Tj .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unelz2s5Tj .main-banner .left-content {
  margin-right: 15px;
}
.cid-unelz2s5Tj .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unelz2s5Tj .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unelz2s5Tj .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unelz2s5Tj .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unelz2s5Tj .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unelz2s5Tj .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unelz2s5Tj .main-banner:before {
    display: none;
  }
  .cid-unelz2s5Tj .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unelz2s5Tj .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unelz2s5Tj H6 {
  color: #e43f3f;
}
.cid-unelz2s5Tj H2 {
  color: #000000;
}
.cid-unelz2s5Tj P {
  color: #000000;
}
.cid-unelz2GTJP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unelz2GTJP #footer {
  padding: 0 0 25px 0;
}
.cid-unelz2GTJP #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unelz2GTJP #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unelz2GTJP #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unelz2GTJP #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unelz2GTJP #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unelz2GTJP #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unelz2GTJP #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unelz2GTJP #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unelz2GTJP #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unelz2GTJP #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unelz2GTJP #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unelz2GTJP #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unelz2GTJP #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unelz2GTJP #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unelz2GTJP #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unelz2GTJP #footer .copyright {
  padding-top: 30px;
}
.cid-unelz2GTJP ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unelz2GTJP H4 {
  color: #000000;
  text-align: left;
}
.cid-unelz2GTJP DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unelz2GTJP P {
  color: #e43f3f;
  text-align: left;
}
.cid-unelz2GTJP div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unelz2GTJP .copyright a {
  text-decoration: none !important;
}
.cid-unelz2GTJP .list,
.cid-unelz2GTJP .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unelz2GTJP ul li a {
  text-decoration: none !important;
}
.cid-unelz2GTJP .list {
  color: #e43f3f;
}
.cid-unezVIfHrv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unezVIfHrv nav.navbar {
  position: fixed;
}
.cid-unezVIfHrv .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-unezVIfHrv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unezVIfHrv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unezVIfHrv .dropdown-item:hover,
.cid-unezVIfHrv .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unezVIfHrv .dropdown-item:hover span {
  color: white;
}
.cid-unezVIfHrv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unezVIfHrv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unezVIfHrv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unezVIfHrv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unezVIfHrv .nav-link {
  position: relative;
}
.cid-unezVIfHrv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unezVIfHrv .container {
    flex-wrap: nowrap;
  }
}
.cid-unezVIfHrv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unezVIfHrv .dropdown-menu,
.cid-unezVIfHrv .navbar.opened {
  background: #e43f3f !important;
}
.cid-unezVIfHrv .nav-item:focus,
.cid-unezVIfHrv .nav-link:focus {
  outline: none;
}
.cid-unezVIfHrv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unezVIfHrv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unezVIfHrv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unezVIfHrv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unezVIfHrv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unezVIfHrv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unezVIfHrv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unezVIfHrv .navbar.opened {
  transition: all 0.3s;
}
.cid-unezVIfHrv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unezVIfHrv .navbar .navbar-logo img {
  width: auto;
}
.cid-unezVIfHrv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unezVIfHrv .navbar.collapsed {
  justify-content: center;
}
.cid-unezVIfHrv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unezVIfHrv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unezVIfHrv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unezVIfHrv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unezVIfHrv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unezVIfHrv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unezVIfHrv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unezVIfHrv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unezVIfHrv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unezVIfHrv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unezVIfHrv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unezVIfHrv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unezVIfHrv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unezVIfHrv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unezVIfHrv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unezVIfHrv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unezVIfHrv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unezVIfHrv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unezVIfHrv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unezVIfHrv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unezVIfHrv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unezVIfHrv .navbar.navbar-short {
  min-height: 60px;
}
.cid-unezVIfHrv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unezVIfHrv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unezVIfHrv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unezVIfHrv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unezVIfHrv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unezVIfHrv .dropdown-item.active,
.cid-unezVIfHrv .dropdown-item:active {
  background-color: transparent;
}
.cid-unezVIfHrv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unezVIfHrv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unezVIfHrv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unezVIfHrv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unezVIfHrv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unezVIfHrv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unezVIfHrv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unezVIfHrv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unezVIfHrv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unezVIfHrv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unezVIfHrv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unezVIfHrv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unezVIfHrv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unezVIfHrv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unezVIfHrv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unezVIfHrv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unezVIfHrv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unezVIfHrv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unezVIfHrv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unezVIfHrv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unezVIfHrv .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-unezVIfHrv .navbar {
    height: 70px;
  }
  .cid-unezVIfHrv .navbar.opened {
    height: auto;
  }
  .cid-unezVIfHrv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unezVGgltQ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unezVGgltQ .row {
  flex-direction: row-reverse;
}
.cid-unezVGgltQ p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unezVGgltQ .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unezVGgltQ .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unezVGgltQ .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unezVGgltQ .main-banner .left-content {
  margin-right: 15px;
}
.cid-unezVGgltQ .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unezVGgltQ .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unezVGgltQ .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unezVGgltQ .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unezVGgltQ .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unezVGgltQ .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unezVGgltQ .main-banner:before {
    display: none;
  }
  .cid-unezVGgltQ .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unezVGgltQ .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unezVGgltQ H6 {
  color: #e43f3f;
}
.cid-unezVGgltQ H2 {
  color: #000000;
}
.cid-unezVGMASm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unezVGMASm .mbr-section-title {
  color: #000000;
}
.cid-unezVH7Xxx {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unezVH7Xxx .container {
  padding: 0 5%;
}
.cid-unezVH7Xxx #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unezVH7Xxx #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unezVH7Xxx #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unezVH7Xxx #expand-button:hover {
  background-color: #7787a5;
}
.cid-unezVH7Xxx .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unezVH7Xxx .item:focus,
.cid-unezVH7Xxx span:focus {
  outline: none;
}
.cid-unezVH7Xxx .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unezVH7Xxx .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unezVH7Xxx .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unezVH7Xxx .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unezVH7Xxx .item {
    padding: 1.5rem;
  }
}
.cid-unezVH7Xxx .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unezVH7Xxx .item .item-icon {
    margin-top: 0;
  }
}
.cid-unezVH7Xxx .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unezVH7Xxx .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unezVH7Xxx .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unezVH7Xxx .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unezVH7Xxx .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unezVH7Xxx .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unezVH7Xxx .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unezVH7Xxx .item-content {
    margin-left: 0;
  }
}
.cid-unezVH7Xxx .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unezVH7Xxx .item-title {
  color: #ffffff;
}
.cid-unezVH7Xxx .mbr-text,
.cid-unezVH7Xxx .item-icon {
  color: #ffffff;
}
.cid-unezVH7Xxx .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unezVH7Xxx .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unezVH7Xxx .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unezVH7Xxx .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unezVH7Xxx .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unezVH7Xxx .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unezVH7Xxx .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unezVH7Xxx .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unezVH7Xxx .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unezVH7Xxx .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unezVH7Xxx .article-column1 {
    padding-right: 16px;
  }
}
.cid-unezVH7Xxx .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unezVH7Xxx .article-column2 {
    padding-left: 16px;
  }
}
.cid-unezVH7Xxx .mbr-section-subtitle,
.cid-unezVH7Xxx .mbr-iconfont {
  color: #e082c5;
}
.cid-unezVH7Xxx .mbr-section-subtitle {
  color: #000000;
}
.cid-unezVHGirM {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unezVHGirM p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unezVHGirM .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unezVHGirM .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unezVHGirM .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unezVHGirM .main-banner .left-content {
  margin-right: 15px;
}
.cid-unezVHGirM .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unezVHGirM .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unezVHGirM .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unezVHGirM .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unezVHGirM .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unezVHGirM .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unezVHGirM .main-banner:before {
    display: none;
  }
  .cid-unezVHGirM .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unezVHGirM .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unezVHGirM H6 {
  color: #e43f3f;
}
.cid-unezVHGirM H2 {
  color: #000000;
}
.cid-unezVHGirM P {
  color: #000000;
}
.cid-unezVHXt1k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unezVHXt1k #footer {
  padding: 0 0 25px 0;
}
.cid-unezVHXt1k #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unezVHXt1k #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unezVHXt1k #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unezVHXt1k #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unezVHXt1k #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unezVHXt1k #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unezVHXt1k #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unezVHXt1k #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unezVHXt1k #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unezVHXt1k #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unezVHXt1k #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unezVHXt1k #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unezVHXt1k #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unezVHXt1k #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unezVHXt1k #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unezVHXt1k #footer .copyright {
  padding-top: 30px;
}
.cid-unezVHXt1k ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unezVHXt1k H4 {
  color: #000000;
  text-align: left;
}
.cid-unezVHXt1k DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unezVHXt1k P {
  color: #e43f3f;
  text-align: left;
}
.cid-unezVHXt1k div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unezVHXt1k .copyright a {
  text-decoration: none !important;
}
.cid-unezVHXt1k .list,
.cid-unezVHXt1k .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unezVHXt1k ul li a {
  text-decoration: none !important;
}
.cid-unezVHXt1k .list {
  color: #e43f3f;
}
.cid-uneA4Xm0OA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uneA4Xm0OA nav.navbar {
  position: fixed;
}
.cid-uneA4Xm0OA .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-uneA4Xm0OA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uneA4Xm0OA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uneA4Xm0OA .dropdown-item:hover,
.cid-uneA4Xm0OA .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uneA4Xm0OA .dropdown-item:hover span {
  color: white;
}
.cid-uneA4Xm0OA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uneA4Xm0OA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uneA4Xm0OA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uneA4Xm0OA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uneA4Xm0OA .nav-link {
  position: relative;
}
.cid-uneA4Xm0OA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uneA4Xm0OA .container {
    flex-wrap: nowrap;
  }
}
.cid-uneA4Xm0OA .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uneA4Xm0OA .dropdown-menu,
.cid-uneA4Xm0OA .navbar.opened {
  background: #e43f3f !important;
}
.cid-uneA4Xm0OA .nav-item:focus,
.cid-uneA4Xm0OA .nav-link:focus {
  outline: none;
}
.cid-uneA4Xm0OA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uneA4Xm0OA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uneA4Xm0OA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uneA4Xm0OA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uneA4Xm0OA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uneA4Xm0OA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uneA4Xm0OA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uneA4Xm0OA .navbar.opened {
  transition: all 0.3s;
}
.cid-uneA4Xm0OA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uneA4Xm0OA .navbar .navbar-logo img {
  width: auto;
}
.cid-uneA4Xm0OA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uneA4Xm0OA .navbar.collapsed {
  justify-content: center;
}
.cid-uneA4Xm0OA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uneA4Xm0OA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uneA4Xm0OA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uneA4Xm0OA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uneA4Xm0OA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uneA4Xm0OA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uneA4Xm0OA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uneA4Xm0OA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uneA4Xm0OA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uneA4Xm0OA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uneA4Xm0OA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uneA4Xm0OA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uneA4Xm0OA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uneA4Xm0OA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uneA4Xm0OA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uneA4Xm0OA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uneA4Xm0OA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uneA4Xm0OA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uneA4Xm0OA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uneA4Xm0OA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uneA4Xm0OA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uneA4Xm0OA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uneA4Xm0OA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uneA4Xm0OA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uneA4Xm0OA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uneA4Xm0OA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uneA4Xm0OA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uneA4Xm0OA .dropdown-item.active,
.cid-uneA4Xm0OA .dropdown-item:active {
  background-color: transparent;
}
.cid-uneA4Xm0OA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uneA4Xm0OA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uneA4Xm0OA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uneA4Xm0OA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uneA4Xm0OA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uneA4Xm0OA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uneA4Xm0OA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uneA4Xm0OA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uneA4Xm0OA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uneA4Xm0OA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uneA4Xm0OA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uneA4Xm0OA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneA4Xm0OA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneA4Xm0OA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uneA4Xm0OA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneA4Xm0OA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uneA4Xm0OA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uneA4Xm0OA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneA4Xm0OA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uneA4Xm0OA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uneA4Xm0OA .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-uneA4Xm0OA .navbar {
    height: 70px;
  }
  .cid-uneA4Xm0OA .navbar.opened {
    height: auto;
  }
  .cid-uneA4Xm0OA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uneA4VxniC {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneA4VxniC .row {
  flex-direction: row-reverse;
}
.cid-uneA4VxniC p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneA4VxniC .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneA4VxniC .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneA4VxniC .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneA4VxniC .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneA4VxniC .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneA4VxniC .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneA4VxniC .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneA4VxniC .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneA4VxniC .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneA4VxniC .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneA4VxniC .main-banner:before {
    display: none;
  }
  .cid-uneA4VxniC .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneA4VxniC .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneA4VxniC H6 {
  color: #e43f3f;
}
.cid-uneA4VxniC H2 {
  color: #000000;
}
.cid-uneA4W1AA9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uneA4W1AA9 .mbr-section-title {
  color: #000000;
}
.cid-uneA4Wf08O {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uneA4Wf08O .container {
  padding: 0 5%;
}
.cid-uneA4Wf08O #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneA4Wf08O #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uneA4Wf08O #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneA4Wf08O #expand-button:hover {
  background-color: #7787a5;
}
.cid-uneA4Wf08O .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uneA4Wf08O .item:focus,
.cid-uneA4Wf08O span:focus {
  outline: none;
}
.cid-uneA4Wf08O .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uneA4Wf08O .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uneA4Wf08O .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uneA4Wf08O .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uneA4Wf08O .item {
    padding: 1.5rem;
  }
}
.cid-uneA4Wf08O .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneA4Wf08O .item .item-icon {
    margin-top: 0;
  }
}
.cid-uneA4Wf08O .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uneA4Wf08O .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uneA4Wf08O .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uneA4Wf08O .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uneA4Wf08O .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneA4Wf08O .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uneA4Wf08O .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uneA4Wf08O .item-content {
    margin-left: 0;
  }
}
.cid-uneA4Wf08O .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uneA4Wf08O .item-title {
  color: #ffffff;
}
.cid-uneA4Wf08O .mbr-text,
.cid-uneA4Wf08O .item-icon {
  color: #ffffff;
}
.cid-uneA4Wf08O .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uneA4Wf08O .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uneA4Wf08O .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uneA4Wf08O .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uneA4Wf08O .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uneA4Wf08O .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uneA4Wf08O .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uneA4Wf08O .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uneA4Wf08O .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uneA4Wf08O .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uneA4Wf08O .article-column1 {
    padding-right: 16px;
  }
}
.cid-uneA4Wf08O .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uneA4Wf08O .article-column2 {
    padding-left: 16px;
  }
}
.cid-uneA4Wf08O .mbr-section-subtitle,
.cid-uneA4Wf08O .mbr-iconfont {
  color: #e082c5;
}
.cid-uneA4Wf08O .mbr-section-subtitle {
  color: #000000;
}
.cid-uneA4WM5CH {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneA4WM5CH p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneA4WM5CH .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneA4WM5CH .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneA4WM5CH .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneA4WM5CH .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneA4WM5CH .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneA4WM5CH .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneA4WM5CH .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneA4WM5CH .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneA4WM5CH .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneA4WM5CH .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneA4WM5CH .main-banner:before {
    display: none;
  }
  .cid-uneA4WM5CH .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneA4WM5CH .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneA4WM5CH H6 {
  color: #e43f3f;
}
.cid-uneA4WM5CH H2 {
  color: #000000;
}
.cid-uneA4WM5CH P {
  color: #000000;
}
.cid-uneA4X1ok8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uneA4X1ok8 #footer {
  padding: 0 0 25px 0;
}
.cid-uneA4X1ok8 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uneA4X1ok8 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uneA4X1ok8 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uneA4X1ok8 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uneA4X1ok8 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uneA4X1ok8 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uneA4X1ok8 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uneA4X1ok8 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uneA4X1ok8 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uneA4X1ok8 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uneA4X1ok8 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uneA4X1ok8 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uneA4X1ok8 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uneA4X1ok8 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uneA4X1ok8 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uneA4X1ok8 #footer .copyright {
  padding-top: 30px;
}
.cid-uneA4X1ok8 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uneA4X1ok8 H4 {
  color: #000000;
  text-align: left;
}
.cid-uneA4X1ok8 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uneA4X1ok8 P {
  color: #e43f3f;
  text-align: left;
}
.cid-uneA4X1ok8 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uneA4X1ok8 .copyright a {
  text-decoration: none !important;
}
.cid-uneA4X1ok8 .list,
.cid-uneA4X1ok8 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uneA4X1ok8 ul li a {
  text-decoration: none !important;
}
.cid-uneA4X1ok8 .list {
  color: #e43f3f;
}
.cid-uneAAP2X6q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uneAAP2X6q nav.navbar {
  position: fixed;
}
.cid-uneAAP2X6q .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-uneAAP2X6q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uneAAP2X6q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uneAAP2X6q .dropdown-item:hover,
.cid-uneAAP2X6q .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uneAAP2X6q .dropdown-item:hover span {
  color: white;
}
.cid-uneAAP2X6q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uneAAP2X6q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uneAAP2X6q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uneAAP2X6q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uneAAP2X6q .nav-link {
  position: relative;
}
.cid-uneAAP2X6q .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uneAAP2X6q .container {
    flex-wrap: nowrap;
  }
}
.cid-uneAAP2X6q .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uneAAP2X6q .dropdown-menu,
.cid-uneAAP2X6q .navbar.opened {
  background: #e43f3f !important;
}
.cid-uneAAP2X6q .nav-item:focus,
.cid-uneAAP2X6q .nav-link:focus {
  outline: none;
}
.cid-uneAAP2X6q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uneAAP2X6q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uneAAP2X6q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uneAAP2X6q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uneAAP2X6q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uneAAP2X6q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uneAAP2X6q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uneAAP2X6q .navbar.opened {
  transition: all 0.3s;
}
.cid-uneAAP2X6q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uneAAP2X6q .navbar .navbar-logo img {
  width: auto;
}
.cid-uneAAP2X6q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uneAAP2X6q .navbar.collapsed {
  justify-content: center;
}
.cid-uneAAP2X6q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uneAAP2X6q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uneAAP2X6q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uneAAP2X6q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uneAAP2X6q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uneAAP2X6q .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uneAAP2X6q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uneAAP2X6q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uneAAP2X6q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uneAAP2X6q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uneAAP2X6q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uneAAP2X6q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uneAAP2X6q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uneAAP2X6q .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uneAAP2X6q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uneAAP2X6q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uneAAP2X6q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uneAAP2X6q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uneAAP2X6q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uneAAP2X6q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uneAAP2X6q .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uneAAP2X6q .navbar.navbar-short {
  min-height: 60px;
}
.cid-uneAAP2X6q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uneAAP2X6q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uneAAP2X6q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uneAAP2X6q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uneAAP2X6q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uneAAP2X6q .dropdown-item.active,
.cid-uneAAP2X6q .dropdown-item:active {
  background-color: transparent;
}
.cid-uneAAP2X6q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uneAAP2X6q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uneAAP2X6q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uneAAP2X6q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uneAAP2X6q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uneAAP2X6q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uneAAP2X6q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uneAAP2X6q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uneAAP2X6q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uneAAP2X6q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uneAAP2X6q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uneAAP2X6q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneAAP2X6q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneAAP2X6q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uneAAP2X6q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneAAP2X6q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uneAAP2X6q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uneAAP2X6q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneAAP2X6q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uneAAP2X6q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uneAAP2X6q .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-uneAAP2X6q .navbar {
    height: 70px;
  }
  .cid-uneAAP2X6q .navbar.opened {
    height: auto;
  }
  .cid-uneAAP2X6q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uneAAMS1ej {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneAAMS1ej .row {
  flex-direction: row-reverse;
}
.cid-uneAAMS1ej p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneAAMS1ej .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneAAMS1ej .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneAAMS1ej .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneAAMS1ej .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneAAMS1ej .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneAAMS1ej .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneAAMS1ej .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneAAMS1ej .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneAAMS1ej .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneAAMS1ej .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneAAMS1ej .main-banner:before {
    display: none;
  }
  .cid-uneAAMS1ej .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneAAMS1ej .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneAAMS1ej H6 {
  color: #e43f3f;
}
.cid-uneAAMS1ej H2 {
  color: #000000;
}
.cid-uneAANroQV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uneAANroQV .mbr-section-title {
  color: #000000;
}
.cid-uneAANOWJy {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uneAANOWJy .container {
  padding: 0 5%;
}
.cid-uneAANOWJy #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneAANOWJy #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uneAANOWJy #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneAANOWJy #expand-button:hover {
  background-color: #7787a5;
}
.cid-uneAANOWJy .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uneAANOWJy .item:focus,
.cid-uneAANOWJy span:focus {
  outline: none;
}
.cid-uneAANOWJy .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uneAANOWJy .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uneAANOWJy .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uneAANOWJy .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uneAANOWJy .item {
    padding: 1.5rem;
  }
}
.cid-uneAANOWJy .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneAANOWJy .item .item-icon {
    margin-top: 0;
  }
}
.cid-uneAANOWJy .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uneAANOWJy .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uneAANOWJy .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uneAANOWJy .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uneAANOWJy .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneAANOWJy .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uneAANOWJy .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uneAANOWJy .item-content {
    margin-left: 0;
  }
}
.cid-uneAANOWJy .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uneAANOWJy .item-title {
  color: #ffffff;
}
.cid-uneAANOWJy .mbr-text,
.cid-uneAANOWJy .item-icon {
  color: #ffffff;
}
.cid-uneAANOWJy .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uneAANOWJy .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uneAANOWJy .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uneAANOWJy .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uneAANOWJy .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uneAANOWJy .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uneAANOWJy .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uneAANOWJy .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uneAANOWJy .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uneAANOWJy .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uneAANOWJy .article-column1 {
    padding-right: 16px;
  }
}
.cid-uneAANOWJy .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uneAANOWJy .article-column2 {
    padding-left: 16px;
  }
}
.cid-uneAANOWJy .mbr-section-subtitle,
.cid-uneAANOWJy .mbr-iconfont {
  color: #e082c5;
}
.cid-uneAANOWJy .mbr-section-subtitle {
  color: #000000;
}
.cid-uneAAOqjOE {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneAAOqjOE p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneAAOqjOE .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneAAOqjOE .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneAAOqjOE .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneAAOqjOE .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneAAOqjOE .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneAAOqjOE .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneAAOqjOE .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneAAOqjOE .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneAAOqjOE .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneAAOqjOE .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneAAOqjOE .main-banner:before {
    display: none;
  }
  .cid-uneAAOqjOE .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneAAOqjOE .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneAAOqjOE H6 {
  color: #e43f3f;
}
.cid-uneAAOqjOE H2 {
  color: #000000;
}
.cid-uneAAOqjOE P {
  color: #000000;
}
.cid-uneAAOG4cH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uneAAOG4cH #footer {
  padding: 0 0 25px 0;
}
.cid-uneAAOG4cH #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uneAAOG4cH #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uneAAOG4cH #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uneAAOG4cH #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uneAAOG4cH #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uneAAOG4cH #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uneAAOG4cH #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uneAAOG4cH #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uneAAOG4cH #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uneAAOG4cH #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uneAAOG4cH #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uneAAOG4cH #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uneAAOG4cH #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uneAAOG4cH #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uneAAOG4cH #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uneAAOG4cH #footer .copyright {
  padding-top: 30px;
}
.cid-uneAAOG4cH ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uneAAOG4cH H4 {
  color: #000000;
  text-align: left;
}
.cid-uneAAOG4cH DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uneAAOG4cH P {
  color: #e43f3f;
  text-align: left;
}
.cid-uneAAOG4cH div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uneAAOG4cH .copyright a {
  text-decoration: none !important;
}
.cid-uneAAOG4cH .list,
.cid-uneAAOG4cH .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uneAAOG4cH ul li a {
  text-decoration: none !important;
}
.cid-uneAAOG4cH .list {
  color: #e43f3f;
}
.cid-uneALS1W3c {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uneALS1W3c nav.navbar {
  position: fixed;
}
.cid-uneALS1W3c .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-uneALS1W3c .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uneALS1W3c .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uneALS1W3c .dropdown-item:hover,
.cid-uneALS1W3c .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uneALS1W3c .dropdown-item:hover span {
  color: white;
}
.cid-uneALS1W3c .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uneALS1W3c .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uneALS1W3c .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uneALS1W3c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uneALS1W3c .nav-link {
  position: relative;
}
.cid-uneALS1W3c .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uneALS1W3c .container {
    flex-wrap: nowrap;
  }
}
.cid-uneALS1W3c .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uneALS1W3c .dropdown-menu,
.cid-uneALS1W3c .navbar.opened {
  background: #e43f3f !important;
}
.cid-uneALS1W3c .nav-item:focus,
.cid-uneALS1W3c .nav-link:focus {
  outline: none;
}
.cid-uneALS1W3c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uneALS1W3c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uneALS1W3c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uneALS1W3c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uneALS1W3c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uneALS1W3c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uneALS1W3c .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uneALS1W3c .navbar.opened {
  transition: all 0.3s;
}
.cid-uneALS1W3c .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uneALS1W3c .navbar .navbar-logo img {
  width: auto;
}
.cid-uneALS1W3c .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uneALS1W3c .navbar.collapsed {
  justify-content: center;
}
.cid-uneALS1W3c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uneALS1W3c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uneALS1W3c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uneALS1W3c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uneALS1W3c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uneALS1W3c .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uneALS1W3c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uneALS1W3c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uneALS1W3c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uneALS1W3c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uneALS1W3c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uneALS1W3c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uneALS1W3c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uneALS1W3c .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uneALS1W3c .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uneALS1W3c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uneALS1W3c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uneALS1W3c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uneALS1W3c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uneALS1W3c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uneALS1W3c .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uneALS1W3c .navbar.navbar-short {
  min-height: 60px;
}
.cid-uneALS1W3c .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uneALS1W3c .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uneALS1W3c .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uneALS1W3c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uneALS1W3c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uneALS1W3c .dropdown-item.active,
.cid-uneALS1W3c .dropdown-item:active {
  background-color: transparent;
}
.cid-uneALS1W3c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uneALS1W3c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uneALS1W3c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uneALS1W3c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uneALS1W3c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uneALS1W3c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uneALS1W3c ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uneALS1W3c .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uneALS1W3c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uneALS1W3c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uneALS1W3c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uneALS1W3c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneALS1W3c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneALS1W3c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uneALS1W3c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneALS1W3c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uneALS1W3c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uneALS1W3c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneALS1W3c .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uneALS1W3c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uneALS1W3c .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-uneALS1W3c .navbar {
    height: 70px;
  }
  .cid-uneALS1W3c .navbar.opened {
    height: auto;
  }
  .cid-uneALS1W3c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uneALQ6EPK {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneALQ6EPK .row {
  flex-direction: row-reverse;
}
.cid-uneALQ6EPK p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneALQ6EPK .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneALQ6EPK .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneALQ6EPK .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneALQ6EPK .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneALQ6EPK .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneALQ6EPK .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneALQ6EPK .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneALQ6EPK .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneALQ6EPK .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneALQ6EPK .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneALQ6EPK .main-banner:before {
    display: none;
  }
  .cid-uneALQ6EPK .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneALQ6EPK .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneALQ6EPK H6 {
  color: #e43f3f;
}
.cid-uneALQ6EPK H2 {
  color: #000000;
}
.cid-uneALQA0YF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uneALQA0YF .mbr-section-title {
  color: #000000;
}
.cid-uneALQQkoR {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uneALQQkoR .container {
  padding: 0 5%;
}
.cid-uneALQQkoR #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneALQQkoR #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uneALQQkoR #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneALQQkoR #expand-button:hover {
  background-color: #7787a5;
}
.cid-uneALQQkoR .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uneALQQkoR .item:focus,
.cid-uneALQQkoR span:focus {
  outline: none;
}
.cid-uneALQQkoR .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uneALQQkoR .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uneALQQkoR .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uneALQQkoR .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uneALQQkoR .item {
    padding: 1.5rem;
  }
}
.cid-uneALQQkoR .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneALQQkoR .item .item-icon {
    margin-top: 0;
  }
}
.cid-uneALQQkoR .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uneALQQkoR .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uneALQQkoR .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uneALQQkoR .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uneALQQkoR .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneALQQkoR .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uneALQQkoR .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uneALQQkoR .item-content {
    margin-left: 0;
  }
}
.cid-uneALQQkoR .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uneALQQkoR .item-title {
  color: #ffffff;
}
.cid-uneALQQkoR .mbr-text,
.cid-uneALQQkoR .item-icon {
  color: #ffffff;
}
.cid-uneALQQkoR .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uneALQQkoR .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uneALQQkoR .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uneALQQkoR .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uneALQQkoR .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uneALQQkoR .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uneALQQkoR .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uneALQQkoR .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uneALQQkoR .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uneALQQkoR .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uneALQQkoR .article-column1 {
    padding-right: 16px;
  }
}
.cid-uneALQQkoR .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uneALQQkoR .article-column2 {
    padding-left: 16px;
  }
}
.cid-uneALQQkoR .mbr-section-subtitle,
.cid-uneALQQkoR .mbr-iconfont {
  color: #e082c5;
}
.cid-uneALQQkoR .mbr-section-subtitle {
  color: #000000;
}
.cid-uneALRoE3k {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneALRoE3k p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneALRoE3k .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneALRoE3k .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneALRoE3k .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneALRoE3k .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneALRoE3k .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneALRoE3k .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneALRoE3k .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneALRoE3k .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneALRoE3k .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneALRoE3k .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneALRoE3k .main-banner:before {
    display: none;
  }
  .cid-uneALRoE3k .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneALRoE3k .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneALRoE3k H6 {
  color: #e43f3f;
}
.cid-uneALRoE3k H2 {
  color: #000000;
}
.cid-uneALRoE3k P {
  color: #000000;
}
.cid-uneALRCZZT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uneALRCZZT #footer {
  padding: 0 0 25px 0;
}
.cid-uneALRCZZT #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uneALRCZZT #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uneALRCZZT #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uneALRCZZT #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uneALRCZZT #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uneALRCZZT #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uneALRCZZT #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uneALRCZZT #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uneALRCZZT #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uneALRCZZT #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uneALRCZZT #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uneALRCZZT #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uneALRCZZT #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uneALRCZZT #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uneALRCZZT #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uneALRCZZT #footer .copyright {
  padding-top: 30px;
}
.cid-uneALRCZZT ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uneALRCZZT H4 {
  color: #000000;
  text-align: left;
}
.cid-uneALRCZZT DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uneALRCZZT P {
  color: #e43f3f;
  text-align: left;
}
.cid-uneALRCZZT div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uneALRCZZT .copyright a {
  text-decoration: none !important;
}
.cid-uneALRCZZT .list,
.cid-uneALRCZZT .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uneALRCZZT ul li a {
  text-decoration: none !important;
}
.cid-uneALRCZZT .list {
  color: #e43f3f;
}
.cid-uneAVuYFcI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uneAVuYFcI nav.navbar {
  position: fixed;
}
.cid-uneAVuYFcI .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-uneAVuYFcI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uneAVuYFcI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uneAVuYFcI .dropdown-item:hover,
.cid-uneAVuYFcI .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uneAVuYFcI .dropdown-item:hover span {
  color: white;
}
.cid-uneAVuYFcI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uneAVuYFcI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uneAVuYFcI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uneAVuYFcI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uneAVuYFcI .nav-link {
  position: relative;
}
.cid-uneAVuYFcI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uneAVuYFcI .container {
    flex-wrap: nowrap;
  }
}
.cid-uneAVuYFcI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uneAVuYFcI .dropdown-menu,
.cid-uneAVuYFcI .navbar.opened {
  background: #e43f3f !important;
}
.cid-uneAVuYFcI .nav-item:focus,
.cid-uneAVuYFcI .nav-link:focus {
  outline: none;
}
.cid-uneAVuYFcI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uneAVuYFcI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uneAVuYFcI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uneAVuYFcI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uneAVuYFcI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uneAVuYFcI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uneAVuYFcI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uneAVuYFcI .navbar.opened {
  transition: all 0.3s;
}
.cid-uneAVuYFcI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uneAVuYFcI .navbar .navbar-logo img {
  width: auto;
}
.cid-uneAVuYFcI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uneAVuYFcI .navbar.collapsed {
  justify-content: center;
}
.cid-uneAVuYFcI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uneAVuYFcI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uneAVuYFcI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uneAVuYFcI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uneAVuYFcI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uneAVuYFcI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uneAVuYFcI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uneAVuYFcI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uneAVuYFcI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uneAVuYFcI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uneAVuYFcI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uneAVuYFcI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uneAVuYFcI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uneAVuYFcI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uneAVuYFcI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uneAVuYFcI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uneAVuYFcI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uneAVuYFcI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uneAVuYFcI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uneAVuYFcI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uneAVuYFcI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uneAVuYFcI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uneAVuYFcI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uneAVuYFcI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uneAVuYFcI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uneAVuYFcI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uneAVuYFcI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uneAVuYFcI .dropdown-item.active,
.cid-uneAVuYFcI .dropdown-item:active {
  background-color: transparent;
}
.cid-uneAVuYFcI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uneAVuYFcI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uneAVuYFcI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uneAVuYFcI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uneAVuYFcI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uneAVuYFcI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uneAVuYFcI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uneAVuYFcI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uneAVuYFcI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uneAVuYFcI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uneAVuYFcI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uneAVuYFcI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneAVuYFcI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneAVuYFcI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uneAVuYFcI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneAVuYFcI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uneAVuYFcI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uneAVuYFcI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneAVuYFcI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uneAVuYFcI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uneAVuYFcI .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-uneAVuYFcI .navbar {
    height: 70px;
  }
  .cid-uneAVuYFcI .navbar.opened {
    height: auto;
  }
  .cid-uneAVuYFcI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uneAVt0Xwp {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneAVt0Xwp .row {
  flex-direction: row-reverse;
}
.cid-uneAVt0Xwp p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneAVt0Xwp .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneAVt0Xwp .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneAVt0Xwp .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneAVt0Xwp .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneAVt0Xwp .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneAVt0Xwp .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneAVt0Xwp .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneAVt0Xwp .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneAVt0Xwp .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneAVt0Xwp .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneAVt0Xwp .main-banner:before {
    display: none;
  }
  .cid-uneAVt0Xwp .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneAVt0Xwp .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneAVt0Xwp H6 {
  color: #e43f3f;
}
.cid-uneAVt0Xwp H2 {
  color: #000000;
}
.cid-uneAVtu4Hc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uneAVtu4Hc .mbr-section-title {
  color: #000000;
}
.cid-uneAVtKFKk {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uneAVtKFKk .container {
  padding: 0 5%;
}
.cid-uneAVtKFKk #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneAVtKFKk #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uneAVtKFKk #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneAVtKFKk #expand-button:hover {
  background-color: #7787a5;
}
.cid-uneAVtKFKk .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uneAVtKFKk .item:focus,
.cid-uneAVtKFKk span:focus {
  outline: none;
}
.cid-uneAVtKFKk .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uneAVtKFKk .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uneAVtKFKk .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uneAVtKFKk .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uneAVtKFKk .item {
    padding: 1.5rem;
  }
}
.cid-uneAVtKFKk .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneAVtKFKk .item .item-icon {
    margin-top: 0;
  }
}
.cid-uneAVtKFKk .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uneAVtKFKk .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uneAVtKFKk .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uneAVtKFKk .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uneAVtKFKk .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneAVtKFKk .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uneAVtKFKk .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uneAVtKFKk .item-content {
    margin-left: 0;
  }
}
.cid-uneAVtKFKk .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uneAVtKFKk .item-title {
  color: #ffffff;
}
.cid-uneAVtKFKk .mbr-text,
.cid-uneAVtKFKk .item-icon {
  color: #ffffff;
}
.cid-uneAVtKFKk .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uneAVtKFKk .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uneAVtKFKk .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uneAVtKFKk .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uneAVtKFKk .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uneAVtKFKk .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uneAVtKFKk .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uneAVtKFKk .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uneAVtKFKk .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uneAVtKFKk .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uneAVtKFKk .article-column1 {
    padding-right: 16px;
  }
}
.cid-uneAVtKFKk .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uneAVtKFKk .article-column2 {
    padding-left: 16px;
  }
}
.cid-uneAVtKFKk .mbr-section-subtitle,
.cid-uneAVtKFKk .mbr-iconfont {
  color: #e082c5;
}
.cid-uneAVtKFKk .mbr-section-subtitle {
  color: #000000;
}
.cid-uneAVukPw1 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneAVukPw1 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneAVukPw1 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneAVukPw1 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneAVukPw1 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneAVukPw1 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneAVukPw1 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneAVukPw1 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneAVukPw1 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneAVukPw1 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneAVukPw1 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneAVukPw1 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneAVukPw1 .main-banner:before {
    display: none;
  }
  .cid-uneAVukPw1 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneAVukPw1 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneAVukPw1 H6 {
  color: #e43f3f;
}
.cid-uneAVukPw1 H2 {
  color: #000000;
}
.cid-uneAVukPw1 P {
  color: #000000;
}
.cid-uneAVuyNgh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uneAVuyNgh #footer {
  padding: 0 0 25px 0;
}
.cid-uneAVuyNgh #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uneAVuyNgh #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uneAVuyNgh #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uneAVuyNgh #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uneAVuyNgh #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uneAVuyNgh #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uneAVuyNgh #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uneAVuyNgh #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uneAVuyNgh #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uneAVuyNgh #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uneAVuyNgh #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uneAVuyNgh #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uneAVuyNgh #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uneAVuyNgh #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uneAVuyNgh #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uneAVuyNgh #footer .copyright {
  padding-top: 30px;
}
.cid-uneAVuyNgh ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uneAVuyNgh H4 {
  color: #000000;
  text-align: left;
}
.cid-uneAVuyNgh DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uneAVuyNgh P {
  color: #e43f3f;
  text-align: left;
}
.cid-uneAVuyNgh div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uneAVuyNgh .copyright a {
  text-decoration: none !important;
}
.cid-uneAVuyNgh .list,
.cid-uneAVuyNgh .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uneAVuyNgh ul li a {
  text-decoration: none !important;
}
.cid-uneAVuyNgh .list {
  color: #e43f3f;
}
.cid-uneB70VB8f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uneB70VB8f nav.navbar {
  position: fixed;
}
.cid-uneB70VB8f .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-uneB70VB8f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uneB70VB8f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uneB70VB8f .dropdown-item:hover,
.cid-uneB70VB8f .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uneB70VB8f .dropdown-item:hover span {
  color: white;
}
.cid-uneB70VB8f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uneB70VB8f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uneB70VB8f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uneB70VB8f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uneB70VB8f .nav-link {
  position: relative;
}
.cid-uneB70VB8f .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uneB70VB8f .container {
    flex-wrap: nowrap;
  }
}
.cid-uneB70VB8f .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uneB70VB8f .dropdown-menu,
.cid-uneB70VB8f .navbar.opened {
  background: #e43f3f !important;
}
.cid-uneB70VB8f .nav-item:focus,
.cid-uneB70VB8f .nav-link:focus {
  outline: none;
}
.cid-uneB70VB8f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uneB70VB8f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uneB70VB8f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uneB70VB8f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uneB70VB8f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uneB70VB8f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uneB70VB8f .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uneB70VB8f .navbar.opened {
  transition: all 0.3s;
}
.cid-uneB70VB8f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uneB70VB8f .navbar .navbar-logo img {
  width: auto;
}
.cid-uneB70VB8f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uneB70VB8f .navbar.collapsed {
  justify-content: center;
}
.cid-uneB70VB8f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uneB70VB8f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uneB70VB8f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uneB70VB8f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uneB70VB8f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uneB70VB8f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uneB70VB8f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uneB70VB8f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uneB70VB8f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uneB70VB8f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uneB70VB8f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uneB70VB8f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uneB70VB8f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uneB70VB8f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uneB70VB8f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uneB70VB8f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uneB70VB8f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uneB70VB8f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uneB70VB8f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uneB70VB8f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uneB70VB8f .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uneB70VB8f .navbar.navbar-short {
  min-height: 60px;
}
.cid-uneB70VB8f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uneB70VB8f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uneB70VB8f .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uneB70VB8f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uneB70VB8f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uneB70VB8f .dropdown-item.active,
.cid-uneB70VB8f .dropdown-item:active {
  background-color: transparent;
}
.cid-uneB70VB8f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uneB70VB8f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uneB70VB8f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uneB70VB8f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uneB70VB8f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uneB70VB8f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uneB70VB8f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uneB70VB8f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uneB70VB8f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uneB70VB8f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uneB70VB8f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uneB70VB8f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneB70VB8f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneB70VB8f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uneB70VB8f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneB70VB8f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uneB70VB8f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uneB70VB8f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneB70VB8f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uneB70VB8f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uneB70VB8f .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-uneB70VB8f .navbar {
    height: 70px;
  }
  .cid-uneB70VB8f .navbar.opened {
    height: auto;
  }
  .cid-uneB70VB8f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uneB6Z78tO {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneB6Z78tO .row {
  flex-direction: row-reverse;
}
.cid-uneB6Z78tO p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneB6Z78tO .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneB6Z78tO .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneB6Z78tO .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneB6Z78tO .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneB6Z78tO .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneB6Z78tO .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneB6Z78tO .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneB6Z78tO .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneB6Z78tO .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneB6Z78tO .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneB6Z78tO .main-banner:before {
    display: none;
  }
  .cid-uneB6Z78tO .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneB6Z78tO .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneB6Z78tO H6 {
  color: #e43f3f;
}
.cid-uneB6Z78tO H2 {
  color: #000000;
}
.cid-uneB6ZyczI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uneB6ZyczI .mbr-section-title {
  color: #000000;
}
.cid-uneB6ZQEJM {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uneB6ZQEJM .container {
  padding: 0 5%;
}
.cid-uneB6ZQEJM #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneB6ZQEJM #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uneB6ZQEJM #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneB6ZQEJM #expand-button:hover {
  background-color: #7787a5;
}
.cid-uneB6ZQEJM .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uneB6ZQEJM .item:focus,
.cid-uneB6ZQEJM span:focus {
  outline: none;
}
.cid-uneB6ZQEJM .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uneB6ZQEJM .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uneB6ZQEJM .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uneB6ZQEJM .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uneB6ZQEJM .item {
    padding: 1.5rem;
  }
}
.cid-uneB6ZQEJM .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneB6ZQEJM .item .item-icon {
    margin-top: 0;
  }
}
.cid-uneB6ZQEJM .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uneB6ZQEJM .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uneB6ZQEJM .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uneB6ZQEJM .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uneB6ZQEJM .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneB6ZQEJM .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uneB6ZQEJM .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uneB6ZQEJM .item-content {
    margin-left: 0;
  }
}
.cid-uneB6ZQEJM .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uneB6ZQEJM .item-title {
  color: #ffffff;
}
.cid-uneB6ZQEJM .mbr-text,
.cid-uneB6ZQEJM .item-icon {
  color: #ffffff;
}
.cid-uneB6ZQEJM .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uneB6ZQEJM .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uneB6ZQEJM .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uneB6ZQEJM .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uneB6ZQEJM .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uneB6ZQEJM .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uneB6ZQEJM .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uneB6ZQEJM .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uneB6ZQEJM .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uneB6ZQEJM .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uneB6ZQEJM .article-column1 {
    padding-right: 16px;
  }
}
.cid-uneB6ZQEJM .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uneB6ZQEJM .article-column2 {
    padding-left: 16px;
  }
}
.cid-uneB6ZQEJM .mbr-section-subtitle,
.cid-uneB6ZQEJM .mbr-iconfont {
  color: #e082c5;
}
.cid-uneB6ZQEJM .mbr-section-subtitle {
  color: #000000;
}
.cid-uneB70padq {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneB70padq p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneB70padq .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneB70padq .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneB70padq .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneB70padq .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneB70padq .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneB70padq .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneB70padq .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneB70padq .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneB70padq .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneB70padq .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneB70padq .main-banner:before {
    display: none;
  }
  .cid-uneB70padq .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneB70padq .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneB70padq H6 {
  color: #e43f3f;
}
.cid-uneB70padq H2 {
  color: #000000;
}
.cid-uneB70padq P {
  color: #000000;
}
.cid-uneB70D5wR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uneB70D5wR #footer {
  padding: 0 0 25px 0;
}
.cid-uneB70D5wR #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uneB70D5wR #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uneB70D5wR #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uneB70D5wR #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uneB70D5wR #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uneB70D5wR #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uneB70D5wR #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uneB70D5wR #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uneB70D5wR #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uneB70D5wR #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uneB70D5wR #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uneB70D5wR #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uneB70D5wR #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uneB70D5wR #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uneB70D5wR #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uneB70D5wR #footer .copyright {
  padding-top: 30px;
}
.cid-uneB70D5wR ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uneB70D5wR H4 {
  color: #000000;
  text-align: left;
}
.cid-uneB70D5wR DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uneB70D5wR P {
  color: #e43f3f;
  text-align: left;
}
.cid-uneB70D5wR div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uneB70D5wR .copyright a {
  text-decoration: none !important;
}
.cid-uneB70D5wR .list,
.cid-uneB70D5wR .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uneB70D5wR ul li a {
  text-decoration: none !important;
}
.cid-uneB70D5wR .list {
  color: #e43f3f;
}
.cid-uneBm6AvUz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uneBm6AvUz nav.navbar {
  position: fixed;
}
.cid-uneBm6AvUz .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-uneBm6AvUz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uneBm6AvUz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uneBm6AvUz .dropdown-item:hover,
.cid-uneBm6AvUz .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uneBm6AvUz .dropdown-item:hover span {
  color: white;
}
.cid-uneBm6AvUz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uneBm6AvUz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uneBm6AvUz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uneBm6AvUz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uneBm6AvUz .nav-link {
  position: relative;
}
.cid-uneBm6AvUz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uneBm6AvUz .container {
    flex-wrap: nowrap;
  }
}
.cid-uneBm6AvUz .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uneBm6AvUz .dropdown-menu,
.cid-uneBm6AvUz .navbar.opened {
  background: #e43f3f !important;
}
.cid-uneBm6AvUz .nav-item:focus,
.cid-uneBm6AvUz .nav-link:focus {
  outline: none;
}
.cid-uneBm6AvUz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uneBm6AvUz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uneBm6AvUz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uneBm6AvUz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uneBm6AvUz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uneBm6AvUz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uneBm6AvUz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uneBm6AvUz .navbar.opened {
  transition: all 0.3s;
}
.cid-uneBm6AvUz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uneBm6AvUz .navbar .navbar-logo img {
  width: auto;
}
.cid-uneBm6AvUz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uneBm6AvUz .navbar.collapsed {
  justify-content: center;
}
.cid-uneBm6AvUz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uneBm6AvUz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uneBm6AvUz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uneBm6AvUz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uneBm6AvUz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uneBm6AvUz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uneBm6AvUz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uneBm6AvUz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uneBm6AvUz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uneBm6AvUz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uneBm6AvUz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uneBm6AvUz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uneBm6AvUz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uneBm6AvUz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uneBm6AvUz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uneBm6AvUz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uneBm6AvUz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uneBm6AvUz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uneBm6AvUz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uneBm6AvUz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uneBm6AvUz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uneBm6AvUz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uneBm6AvUz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uneBm6AvUz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uneBm6AvUz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uneBm6AvUz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uneBm6AvUz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uneBm6AvUz .dropdown-item.active,
.cid-uneBm6AvUz .dropdown-item:active {
  background-color: transparent;
}
.cid-uneBm6AvUz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uneBm6AvUz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uneBm6AvUz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uneBm6AvUz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uneBm6AvUz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uneBm6AvUz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uneBm6AvUz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uneBm6AvUz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uneBm6AvUz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uneBm6AvUz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uneBm6AvUz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uneBm6AvUz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneBm6AvUz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneBm6AvUz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uneBm6AvUz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneBm6AvUz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uneBm6AvUz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uneBm6AvUz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneBm6AvUz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uneBm6AvUz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uneBm6AvUz .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-uneBm6AvUz .navbar {
    height: 70px;
  }
  .cid-uneBm6AvUz .navbar.opened {
    height: auto;
  }
  .cid-uneBm6AvUz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uneBm4CULm {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneBm4CULm .row {
  flex-direction: row-reverse;
}
.cid-uneBm4CULm p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneBm4CULm .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneBm4CULm .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneBm4CULm .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneBm4CULm .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneBm4CULm .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneBm4CULm .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneBm4CULm .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneBm4CULm .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneBm4CULm .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneBm4CULm .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneBm4CULm .main-banner:before {
    display: none;
  }
  .cid-uneBm4CULm .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneBm4CULm .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneBm4CULm H6 {
  color: #e43f3f;
}
.cid-uneBm4CULm H2 {
  color: #000000;
}
.cid-uneBm58y6F {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uneBm58y6F .mbr-section-title {
  color: #000000;
}
.cid-uneBm5sRr2 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uneBm5sRr2 .container {
  padding: 0 5%;
}
.cid-uneBm5sRr2 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneBm5sRr2 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uneBm5sRr2 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneBm5sRr2 #expand-button:hover {
  background-color: #7787a5;
}
.cid-uneBm5sRr2 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uneBm5sRr2 .item:focus,
.cid-uneBm5sRr2 span:focus {
  outline: none;
}
.cid-uneBm5sRr2 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uneBm5sRr2 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uneBm5sRr2 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uneBm5sRr2 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uneBm5sRr2 .item {
    padding: 1.5rem;
  }
}
.cid-uneBm5sRr2 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneBm5sRr2 .item .item-icon {
    margin-top: 0;
  }
}
.cid-uneBm5sRr2 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uneBm5sRr2 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uneBm5sRr2 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uneBm5sRr2 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uneBm5sRr2 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneBm5sRr2 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uneBm5sRr2 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uneBm5sRr2 .item-content {
    margin-left: 0;
  }
}
.cid-uneBm5sRr2 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uneBm5sRr2 .item-title {
  color: #ffffff;
}
.cid-uneBm5sRr2 .mbr-text,
.cid-uneBm5sRr2 .item-icon {
  color: #ffffff;
}
.cid-uneBm5sRr2 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uneBm5sRr2 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uneBm5sRr2 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uneBm5sRr2 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uneBm5sRr2 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uneBm5sRr2 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uneBm5sRr2 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uneBm5sRr2 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uneBm5sRr2 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uneBm5sRr2 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uneBm5sRr2 .article-column1 {
    padding-right: 16px;
  }
}
.cid-uneBm5sRr2 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uneBm5sRr2 .article-column2 {
    padding-left: 16px;
  }
}
.cid-uneBm5sRr2 .mbr-section-subtitle,
.cid-uneBm5sRr2 .mbr-iconfont {
  color: #e082c5;
}
.cid-uneBm5sRr2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uneBm60orx {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneBm60orx p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneBm60orx .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneBm60orx .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneBm60orx .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneBm60orx .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneBm60orx .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneBm60orx .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneBm60orx .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneBm60orx .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneBm60orx .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneBm60orx .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneBm60orx .main-banner:before {
    display: none;
  }
  .cid-uneBm60orx .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneBm60orx .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneBm60orx H6 {
  color: #e43f3f;
}
.cid-uneBm60orx H2 {
  color: #000000;
}
.cid-uneBm60orx P {
  color: #000000;
}
.cid-uneBm6elfj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uneBm6elfj #footer {
  padding: 0 0 25px 0;
}
.cid-uneBm6elfj #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uneBm6elfj #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uneBm6elfj #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uneBm6elfj #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uneBm6elfj #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uneBm6elfj #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uneBm6elfj #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uneBm6elfj #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uneBm6elfj #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uneBm6elfj #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uneBm6elfj #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uneBm6elfj #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uneBm6elfj #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uneBm6elfj #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uneBm6elfj #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uneBm6elfj #footer .copyright {
  padding-top: 30px;
}
.cid-uneBm6elfj ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uneBm6elfj H4 {
  color: #000000;
  text-align: left;
}
.cid-uneBm6elfj DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uneBm6elfj P {
  color: #e43f3f;
  text-align: left;
}
.cid-uneBm6elfj div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uneBm6elfj .copyright a {
  text-decoration: none !important;
}
.cid-uneBm6elfj .list,
.cid-uneBm6elfj .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uneBm6elfj ul li a {
  text-decoration: none !important;
}
.cid-uneBm6elfj .list {
  color: #e43f3f;
}
.cid-uneBwC1IJ4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uneBwC1IJ4 nav.navbar {
  position: fixed;
}
.cid-uneBwC1IJ4 .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-uneBwC1IJ4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uneBwC1IJ4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uneBwC1IJ4 .dropdown-item:hover,
.cid-uneBwC1IJ4 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uneBwC1IJ4 .dropdown-item:hover span {
  color: white;
}
.cid-uneBwC1IJ4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uneBwC1IJ4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uneBwC1IJ4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uneBwC1IJ4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uneBwC1IJ4 .nav-link {
  position: relative;
}
.cid-uneBwC1IJ4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uneBwC1IJ4 .container {
    flex-wrap: nowrap;
  }
}
.cid-uneBwC1IJ4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uneBwC1IJ4 .dropdown-menu,
.cid-uneBwC1IJ4 .navbar.opened {
  background: #e43f3f !important;
}
.cid-uneBwC1IJ4 .nav-item:focus,
.cid-uneBwC1IJ4 .nav-link:focus {
  outline: none;
}
.cid-uneBwC1IJ4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uneBwC1IJ4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uneBwC1IJ4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uneBwC1IJ4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uneBwC1IJ4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uneBwC1IJ4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uneBwC1IJ4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uneBwC1IJ4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uneBwC1IJ4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uneBwC1IJ4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uneBwC1IJ4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uneBwC1IJ4 .navbar.collapsed {
  justify-content: center;
}
.cid-uneBwC1IJ4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uneBwC1IJ4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uneBwC1IJ4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uneBwC1IJ4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uneBwC1IJ4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uneBwC1IJ4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uneBwC1IJ4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uneBwC1IJ4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uneBwC1IJ4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uneBwC1IJ4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uneBwC1IJ4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uneBwC1IJ4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uneBwC1IJ4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uneBwC1IJ4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uneBwC1IJ4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uneBwC1IJ4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uneBwC1IJ4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uneBwC1IJ4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uneBwC1IJ4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uneBwC1IJ4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uneBwC1IJ4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uneBwC1IJ4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uneBwC1IJ4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uneBwC1IJ4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uneBwC1IJ4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uneBwC1IJ4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uneBwC1IJ4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uneBwC1IJ4 .dropdown-item.active,
.cid-uneBwC1IJ4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uneBwC1IJ4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uneBwC1IJ4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uneBwC1IJ4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uneBwC1IJ4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uneBwC1IJ4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uneBwC1IJ4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uneBwC1IJ4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uneBwC1IJ4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uneBwC1IJ4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uneBwC1IJ4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uneBwC1IJ4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uneBwC1IJ4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneBwC1IJ4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneBwC1IJ4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uneBwC1IJ4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneBwC1IJ4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uneBwC1IJ4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uneBwC1IJ4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneBwC1IJ4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uneBwC1IJ4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uneBwC1IJ4 .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-uneBwC1IJ4 .navbar {
    height: 70px;
  }
  .cid-uneBwC1IJ4 .navbar.opened {
    height: auto;
  }
  .cid-uneBwC1IJ4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uneBwAiuvD {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneBwAiuvD .row {
  flex-direction: row-reverse;
}
.cid-uneBwAiuvD p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneBwAiuvD .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneBwAiuvD .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneBwAiuvD .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneBwAiuvD .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneBwAiuvD .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneBwAiuvD .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneBwAiuvD .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneBwAiuvD .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneBwAiuvD .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneBwAiuvD .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneBwAiuvD .main-banner:before {
    display: none;
  }
  .cid-uneBwAiuvD .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneBwAiuvD .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneBwAiuvD H6 {
  color: #e43f3f;
}
.cid-uneBwAiuvD H2 {
  color: #000000;
}
.cid-uneBwAKNRG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uneBwAKNRG .mbr-section-title {
  color: #000000;
}
.cid-uneBwAXMDs {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uneBwAXMDs .container {
  padding: 0 5%;
}
.cid-uneBwAXMDs #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneBwAXMDs #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uneBwAXMDs #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneBwAXMDs #expand-button:hover {
  background-color: #7787a5;
}
.cid-uneBwAXMDs .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uneBwAXMDs .item:focus,
.cid-uneBwAXMDs span:focus {
  outline: none;
}
.cid-uneBwAXMDs .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uneBwAXMDs .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uneBwAXMDs .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uneBwAXMDs .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uneBwAXMDs .item {
    padding: 1.5rem;
  }
}
.cid-uneBwAXMDs .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneBwAXMDs .item .item-icon {
    margin-top: 0;
  }
}
.cid-uneBwAXMDs .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uneBwAXMDs .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uneBwAXMDs .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uneBwAXMDs .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uneBwAXMDs .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneBwAXMDs .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uneBwAXMDs .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uneBwAXMDs .item-content {
    margin-left: 0;
  }
}
.cid-uneBwAXMDs .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uneBwAXMDs .item-title {
  color: #ffffff;
}
.cid-uneBwAXMDs .mbr-text,
.cid-uneBwAXMDs .item-icon {
  color: #ffffff;
}
.cid-uneBwAXMDs .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uneBwAXMDs .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uneBwAXMDs .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uneBwAXMDs .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uneBwAXMDs .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uneBwAXMDs .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uneBwAXMDs .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uneBwAXMDs .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uneBwAXMDs .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uneBwAXMDs .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uneBwAXMDs .article-column1 {
    padding-right: 16px;
  }
}
.cid-uneBwAXMDs .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uneBwAXMDs .article-column2 {
    padding-left: 16px;
  }
}
.cid-uneBwAXMDs .mbr-section-subtitle,
.cid-uneBwAXMDs .mbr-iconfont {
  color: #e082c5;
}
.cid-uneBwAXMDs .mbr-section-subtitle {
  color: #000000;
}
.cid-uneBwBuCUZ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneBwBuCUZ p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneBwBuCUZ .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneBwBuCUZ .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneBwBuCUZ .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneBwBuCUZ .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneBwBuCUZ .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneBwBuCUZ .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneBwBuCUZ .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneBwBuCUZ .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneBwBuCUZ .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneBwBuCUZ .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneBwBuCUZ .main-banner:before {
    display: none;
  }
  .cid-uneBwBuCUZ .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneBwBuCUZ .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneBwBuCUZ H6 {
  color: #e43f3f;
}
.cid-uneBwBuCUZ H2 {
  color: #000000;
}
.cid-uneBwBuCUZ P {
  color: #000000;
}
.cid-uneBwBIrHJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uneBwBIrHJ #footer {
  padding: 0 0 25px 0;
}
.cid-uneBwBIrHJ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uneBwBIrHJ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uneBwBIrHJ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uneBwBIrHJ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uneBwBIrHJ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uneBwBIrHJ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uneBwBIrHJ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uneBwBIrHJ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uneBwBIrHJ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uneBwBIrHJ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uneBwBIrHJ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uneBwBIrHJ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uneBwBIrHJ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uneBwBIrHJ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uneBwBIrHJ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uneBwBIrHJ #footer .copyright {
  padding-top: 30px;
}
.cid-uneBwBIrHJ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uneBwBIrHJ H4 {
  color: #000000;
  text-align: left;
}
.cid-uneBwBIrHJ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uneBwBIrHJ P {
  color: #e43f3f;
  text-align: left;
}
.cid-uneBwBIrHJ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uneBwBIrHJ .copyright a {
  text-decoration: none !important;
}
.cid-uneBwBIrHJ .list,
.cid-uneBwBIrHJ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uneBwBIrHJ ul li a {
  text-decoration: none !important;
}
.cid-uneBwBIrHJ .list {
  color: #e43f3f;
}
.cid-uneBOB49Wr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uneBOB49Wr nav.navbar {
  position: fixed;
}
.cid-uneBOB49Wr .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-uneBOB49Wr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uneBOB49Wr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uneBOB49Wr .dropdown-item:hover,
.cid-uneBOB49Wr .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uneBOB49Wr .dropdown-item:hover span {
  color: white;
}
.cid-uneBOB49Wr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uneBOB49Wr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uneBOB49Wr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uneBOB49Wr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uneBOB49Wr .nav-link {
  position: relative;
}
.cid-uneBOB49Wr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uneBOB49Wr .container {
    flex-wrap: nowrap;
  }
}
.cid-uneBOB49Wr .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uneBOB49Wr .dropdown-menu,
.cid-uneBOB49Wr .navbar.opened {
  background: #e43f3f !important;
}
.cid-uneBOB49Wr .nav-item:focus,
.cid-uneBOB49Wr .nav-link:focus {
  outline: none;
}
.cid-uneBOB49Wr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uneBOB49Wr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uneBOB49Wr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uneBOB49Wr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uneBOB49Wr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uneBOB49Wr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uneBOB49Wr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uneBOB49Wr .navbar.opened {
  transition: all 0.3s;
}
.cid-uneBOB49Wr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uneBOB49Wr .navbar .navbar-logo img {
  width: auto;
}
.cid-uneBOB49Wr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uneBOB49Wr .navbar.collapsed {
  justify-content: center;
}
.cid-uneBOB49Wr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uneBOB49Wr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uneBOB49Wr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uneBOB49Wr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uneBOB49Wr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uneBOB49Wr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uneBOB49Wr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uneBOB49Wr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uneBOB49Wr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uneBOB49Wr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uneBOB49Wr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uneBOB49Wr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uneBOB49Wr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uneBOB49Wr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uneBOB49Wr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uneBOB49Wr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uneBOB49Wr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uneBOB49Wr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uneBOB49Wr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uneBOB49Wr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uneBOB49Wr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uneBOB49Wr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uneBOB49Wr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uneBOB49Wr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uneBOB49Wr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uneBOB49Wr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uneBOB49Wr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uneBOB49Wr .dropdown-item.active,
.cid-uneBOB49Wr .dropdown-item:active {
  background-color: transparent;
}
.cid-uneBOB49Wr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uneBOB49Wr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uneBOB49Wr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uneBOB49Wr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uneBOB49Wr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uneBOB49Wr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uneBOB49Wr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uneBOB49Wr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uneBOB49Wr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uneBOB49Wr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uneBOB49Wr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uneBOB49Wr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneBOB49Wr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneBOB49Wr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uneBOB49Wr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneBOB49Wr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uneBOB49Wr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uneBOB49Wr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneBOB49Wr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uneBOB49Wr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uneBOB49Wr .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-uneBOB49Wr .navbar {
    height: 70px;
  }
  .cid-uneBOB49Wr .navbar.opened {
    height: auto;
  }
  .cid-uneBOB49Wr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uneBOzeD0F {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneBOzeD0F .row {
  flex-direction: row-reverse;
}
.cid-uneBOzeD0F p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneBOzeD0F .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneBOzeD0F .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneBOzeD0F .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneBOzeD0F .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneBOzeD0F .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneBOzeD0F .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneBOzeD0F .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneBOzeD0F .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneBOzeD0F .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneBOzeD0F .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneBOzeD0F .main-banner:before {
    display: none;
  }
  .cid-uneBOzeD0F .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneBOzeD0F .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneBOzeD0F H6 {
  color: #e43f3f;
}
.cid-uneBOzeD0F H2 {
  color: #000000;
}
.cid-uneBOzGsCu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uneBOzGsCu .mbr-section-title {
  color: #000000;
}
.cid-uneBOzZAx2 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uneBOzZAx2 .container {
  padding: 0 5%;
}
.cid-uneBOzZAx2 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneBOzZAx2 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uneBOzZAx2 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneBOzZAx2 #expand-button:hover {
  background-color: #7787a5;
}
.cid-uneBOzZAx2 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uneBOzZAx2 .item:focus,
.cid-uneBOzZAx2 span:focus {
  outline: none;
}
.cid-uneBOzZAx2 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uneBOzZAx2 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uneBOzZAx2 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uneBOzZAx2 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uneBOzZAx2 .item {
    padding: 1.5rem;
  }
}
.cid-uneBOzZAx2 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneBOzZAx2 .item .item-icon {
    margin-top: 0;
  }
}
.cid-uneBOzZAx2 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uneBOzZAx2 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uneBOzZAx2 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uneBOzZAx2 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uneBOzZAx2 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneBOzZAx2 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uneBOzZAx2 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uneBOzZAx2 .item-content {
    margin-left: 0;
  }
}
.cid-uneBOzZAx2 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uneBOzZAx2 .item-title {
  color: #ffffff;
}
.cid-uneBOzZAx2 .mbr-text,
.cid-uneBOzZAx2 .item-icon {
  color: #ffffff;
}
.cid-uneBOzZAx2 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uneBOzZAx2 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uneBOzZAx2 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uneBOzZAx2 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uneBOzZAx2 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uneBOzZAx2 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uneBOzZAx2 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uneBOzZAx2 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uneBOzZAx2 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uneBOzZAx2 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uneBOzZAx2 .article-column1 {
    padding-right: 16px;
  }
}
.cid-uneBOzZAx2 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uneBOzZAx2 .article-column2 {
    padding-left: 16px;
  }
}
.cid-uneBOzZAx2 .mbr-section-subtitle,
.cid-uneBOzZAx2 .mbr-iconfont {
  color: #e082c5;
}
.cid-uneBOzZAx2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uneBOAxpa6 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneBOAxpa6 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneBOAxpa6 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneBOAxpa6 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneBOAxpa6 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneBOAxpa6 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneBOAxpa6 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneBOAxpa6 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneBOAxpa6 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneBOAxpa6 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneBOAxpa6 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneBOAxpa6 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneBOAxpa6 .main-banner:before {
    display: none;
  }
  .cid-uneBOAxpa6 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneBOAxpa6 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneBOAxpa6 H6 {
  color: #e43f3f;
}
.cid-uneBOAxpa6 H2 {
  color: #000000;
}
.cid-uneBOAxpa6 P {
  color: #000000;
}
.cid-uneBOALAUf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uneBOALAUf #footer {
  padding: 0 0 25px 0;
}
.cid-uneBOALAUf #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uneBOALAUf #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uneBOALAUf #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uneBOALAUf #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uneBOALAUf #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uneBOALAUf #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uneBOALAUf #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uneBOALAUf #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uneBOALAUf #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uneBOALAUf #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uneBOALAUf #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uneBOALAUf #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uneBOALAUf #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uneBOALAUf #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uneBOALAUf #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uneBOALAUf #footer .copyright {
  padding-top: 30px;
}
.cid-uneBOALAUf ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uneBOALAUf H4 {
  color: #000000;
  text-align: left;
}
.cid-uneBOALAUf DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uneBOALAUf P {
  color: #e43f3f;
  text-align: left;
}
.cid-uneBOALAUf div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uneBOALAUf .copyright a {
  text-decoration: none !important;
}
.cid-uneBOALAUf .list,
.cid-uneBOALAUf .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uneBOALAUf ul li a {
  text-decoration: none !important;
}
.cid-uneBOALAUf .list {
  color: #e43f3f;
}
.cid-uneCwvhoyE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uneCwvhoyE nav.navbar {
  position: fixed;
}
.cid-uneCwvhoyE .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-uneCwvhoyE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uneCwvhoyE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uneCwvhoyE .dropdown-item:hover,
.cid-uneCwvhoyE .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uneCwvhoyE .dropdown-item:hover span {
  color: white;
}
.cid-uneCwvhoyE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uneCwvhoyE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uneCwvhoyE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uneCwvhoyE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uneCwvhoyE .nav-link {
  position: relative;
}
.cid-uneCwvhoyE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uneCwvhoyE .container {
    flex-wrap: nowrap;
  }
}
.cid-uneCwvhoyE .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uneCwvhoyE .dropdown-menu,
.cid-uneCwvhoyE .navbar.opened {
  background: #e43f3f !important;
}
.cid-uneCwvhoyE .nav-item:focus,
.cid-uneCwvhoyE .nav-link:focus {
  outline: none;
}
.cid-uneCwvhoyE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uneCwvhoyE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uneCwvhoyE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uneCwvhoyE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uneCwvhoyE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uneCwvhoyE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uneCwvhoyE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uneCwvhoyE .navbar.opened {
  transition: all 0.3s;
}
.cid-uneCwvhoyE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uneCwvhoyE .navbar .navbar-logo img {
  width: auto;
}
.cid-uneCwvhoyE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uneCwvhoyE .navbar.collapsed {
  justify-content: center;
}
.cid-uneCwvhoyE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uneCwvhoyE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uneCwvhoyE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uneCwvhoyE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uneCwvhoyE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uneCwvhoyE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uneCwvhoyE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uneCwvhoyE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uneCwvhoyE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uneCwvhoyE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uneCwvhoyE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uneCwvhoyE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uneCwvhoyE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uneCwvhoyE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uneCwvhoyE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uneCwvhoyE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uneCwvhoyE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uneCwvhoyE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uneCwvhoyE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uneCwvhoyE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uneCwvhoyE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uneCwvhoyE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uneCwvhoyE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uneCwvhoyE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uneCwvhoyE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uneCwvhoyE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uneCwvhoyE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uneCwvhoyE .dropdown-item.active,
.cid-uneCwvhoyE .dropdown-item:active {
  background-color: transparent;
}
.cid-uneCwvhoyE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uneCwvhoyE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uneCwvhoyE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uneCwvhoyE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uneCwvhoyE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uneCwvhoyE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uneCwvhoyE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uneCwvhoyE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uneCwvhoyE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uneCwvhoyE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uneCwvhoyE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uneCwvhoyE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneCwvhoyE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneCwvhoyE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uneCwvhoyE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneCwvhoyE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uneCwvhoyE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uneCwvhoyE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneCwvhoyE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uneCwvhoyE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uneCwvhoyE .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-uneCwvhoyE .navbar {
    height: 70px;
  }
  .cid-uneCwvhoyE .navbar.opened {
    height: auto;
  }
  .cid-uneCwvhoyE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uneCwtjvNR {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneCwtjvNR .row {
  flex-direction: row-reverse;
}
.cid-uneCwtjvNR p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneCwtjvNR .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneCwtjvNR .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneCwtjvNR .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneCwtjvNR .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneCwtjvNR .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneCwtjvNR .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneCwtjvNR .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneCwtjvNR .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneCwtjvNR .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneCwtjvNR .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneCwtjvNR .main-banner:before {
    display: none;
  }
  .cid-uneCwtjvNR .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneCwtjvNR .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneCwtjvNR H6 {
  color: #e43f3f;
}
.cid-uneCwtjvNR H2 {
  color: #000000;
}
.cid-uneCwtNXdL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uneCwtNXdL .mbr-section-title {
  color: #000000;
}
.cid-uneCwu62iV {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uneCwu62iV .container {
  padding: 0 5%;
}
.cid-uneCwu62iV #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneCwu62iV #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uneCwu62iV #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneCwu62iV #expand-button:hover {
  background-color: #7787a5;
}
.cid-uneCwu62iV .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uneCwu62iV .item:focus,
.cid-uneCwu62iV span:focus {
  outline: none;
}
.cid-uneCwu62iV .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uneCwu62iV .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uneCwu62iV .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uneCwu62iV .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uneCwu62iV .item {
    padding: 1.5rem;
  }
}
.cid-uneCwu62iV .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneCwu62iV .item .item-icon {
    margin-top: 0;
  }
}
.cid-uneCwu62iV .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uneCwu62iV .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uneCwu62iV .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uneCwu62iV .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uneCwu62iV .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneCwu62iV .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uneCwu62iV .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uneCwu62iV .item-content {
    margin-left: 0;
  }
}
.cid-uneCwu62iV .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uneCwu62iV .item-title {
  color: #ffffff;
}
.cid-uneCwu62iV .mbr-text,
.cid-uneCwu62iV .item-icon {
  color: #ffffff;
}
.cid-uneCwu62iV .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uneCwu62iV .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uneCwu62iV .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uneCwu62iV .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uneCwu62iV .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uneCwu62iV .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uneCwu62iV .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uneCwu62iV .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uneCwu62iV .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uneCwu62iV .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uneCwu62iV .article-column1 {
    padding-right: 16px;
  }
}
.cid-uneCwu62iV .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uneCwu62iV .article-column2 {
    padding-left: 16px;
  }
}
.cid-uneCwu62iV .mbr-section-subtitle,
.cid-uneCwu62iV .mbr-iconfont {
  color: #e082c5;
}
.cid-uneCwu62iV .mbr-section-subtitle {
  color: #000000;
}
.cid-uneCwuGQ3i {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneCwuGQ3i p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneCwuGQ3i .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneCwuGQ3i .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneCwuGQ3i .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneCwuGQ3i .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneCwuGQ3i .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneCwuGQ3i .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneCwuGQ3i .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneCwuGQ3i .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneCwuGQ3i .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneCwuGQ3i .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneCwuGQ3i .main-banner:before {
    display: none;
  }
  .cid-uneCwuGQ3i .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneCwuGQ3i .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneCwuGQ3i H6 {
  color: #e43f3f;
}
.cid-uneCwuGQ3i H2 {
  color: #000000;
}
.cid-uneCwuGQ3i P {
  color: #000000;
}
.cid-uneCwuX6Es {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uneCwuX6Es #footer {
  padding: 0 0 25px 0;
}
.cid-uneCwuX6Es #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uneCwuX6Es #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uneCwuX6Es #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uneCwuX6Es #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uneCwuX6Es #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uneCwuX6Es #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uneCwuX6Es #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uneCwuX6Es #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uneCwuX6Es #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uneCwuX6Es #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uneCwuX6Es #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uneCwuX6Es #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uneCwuX6Es #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uneCwuX6Es #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uneCwuX6Es #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uneCwuX6Es #footer .copyright {
  padding-top: 30px;
}
.cid-uneCwuX6Es ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uneCwuX6Es H4 {
  color: #000000;
  text-align: left;
}
.cid-uneCwuX6Es DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uneCwuX6Es P {
  color: #e43f3f;
  text-align: left;
}
.cid-uneCwuX6Es div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uneCwuX6Es .copyright a {
  text-decoration: none !important;
}
.cid-uneCwuX6Es .list,
.cid-uneCwuX6Es .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uneCwuX6Es ul li a {
  text-decoration: none !important;
}
.cid-uneCwuX6Es .list {
  color: #e43f3f;
}
.cid-uneCGquGak {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uneCGquGak nav.navbar {
  position: fixed;
}
.cid-uneCGquGak .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-uneCGquGak .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uneCGquGak .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uneCGquGak .dropdown-item:hover,
.cid-uneCGquGak .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uneCGquGak .dropdown-item:hover span {
  color: white;
}
.cid-uneCGquGak .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uneCGquGak .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uneCGquGak .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uneCGquGak .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uneCGquGak .nav-link {
  position: relative;
}
.cid-uneCGquGak .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uneCGquGak .container {
    flex-wrap: nowrap;
  }
}
.cid-uneCGquGak .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uneCGquGak .dropdown-menu,
.cid-uneCGquGak .navbar.opened {
  background: #e43f3f !important;
}
.cid-uneCGquGak .nav-item:focus,
.cid-uneCGquGak .nav-link:focus {
  outline: none;
}
.cid-uneCGquGak .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uneCGquGak .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uneCGquGak .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uneCGquGak .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uneCGquGak .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uneCGquGak .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uneCGquGak .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uneCGquGak .navbar.opened {
  transition: all 0.3s;
}
.cid-uneCGquGak .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uneCGquGak .navbar .navbar-logo img {
  width: auto;
}
.cid-uneCGquGak .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uneCGquGak .navbar.collapsed {
  justify-content: center;
}
.cid-uneCGquGak .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uneCGquGak .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uneCGquGak .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uneCGquGak .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uneCGquGak .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uneCGquGak .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uneCGquGak .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uneCGquGak .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uneCGquGak .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uneCGquGak .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uneCGquGak .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uneCGquGak .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uneCGquGak .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uneCGquGak .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uneCGquGak .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uneCGquGak .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uneCGquGak .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uneCGquGak .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uneCGquGak .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uneCGquGak .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uneCGquGak .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uneCGquGak .navbar.navbar-short {
  min-height: 60px;
}
.cid-uneCGquGak .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uneCGquGak .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uneCGquGak .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uneCGquGak .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uneCGquGak .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uneCGquGak .dropdown-item.active,
.cid-uneCGquGak .dropdown-item:active {
  background-color: transparent;
}
.cid-uneCGquGak .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uneCGquGak .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uneCGquGak .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uneCGquGak .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uneCGquGak .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uneCGquGak .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uneCGquGak ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uneCGquGak .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uneCGquGak button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uneCGquGak button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uneCGquGak button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uneCGquGak button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneCGquGak button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneCGquGak button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uneCGquGak nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneCGquGak nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uneCGquGak nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uneCGquGak nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneCGquGak .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uneCGquGak a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uneCGquGak .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-uneCGquGak .navbar {
    height: 70px;
  }
  .cid-uneCGquGak .navbar.opened {
    height: auto;
  }
  .cid-uneCGquGak .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uneCGoEviT {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneCGoEviT .row {
  flex-direction: row-reverse;
}
.cid-uneCGoEviT p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneCGoEviT .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneCGoEviT .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneCGoEviT .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneCGoEviT .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneCGoEviT .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneCGoEviT .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneCGoEviT .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneCGoEviT .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneCGoEviT .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneCGoEviT .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneCGoEviT .main-banner:before {
    display: none;
  }
  .cid-uneCGoEviT .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneCGoEviT .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneCGoEviT H6 {
  color: #e43f3f;
}
.cid-uneCGoEviT H2 {
  color: #000000;
}
.cid-uneCGp7yC2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uneCGp7yC2 .mbr-section-title {
  color: #000000;
}
.cid-uneCGpkK6R {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uneCGpkK6R .container {
  padding: 0 5%;
}
.cid-uneCGpkK6R #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneCGpkK6R #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uneCGpkK6R #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneCGpkK6R #expand-button:hover {
  background-color: #7787a5;
}
.cid-uneCGpkK6R .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uneCGpkK6R .item:focus,
.cid-uneCGpkK6R span:focus {
  outline: none;
}
.cid-uneCGpkK6R .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uneCGpkK6R .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uneCGpkK6R .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uneCGpkK6R .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uneCGpkK6R .item {
    padding: 1.5rem;
  }
}
.cid-uneCGpkK6R .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneCGpkK6R .item .item-icon {
    margin-top: 0;
  }
}
.cid-uneCGpkK6R .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uneCGpkK6R .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uneCGpkK6R .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uneCGpkK6R .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uneCGpkK6R .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneCGpkK6R .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uneCGpkK6R .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uneCGpkK6R .item-content {
    margin-left: 0;
  }
}
.cid-uneCGpkK6R .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uneCGpkK6R .item-title {
  color: #ffffff;
}
.cid-uneCGpkK6R .mbr-text,
.cid-uneCGpkK6R .item-icon {
  color: #ffffff;
}
.cid-uneCGpkK6R .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uneCGpkK6R .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uneCGpkK6R .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uneCGpkK6R .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uneCGpkK6R .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uneCGpkK6R .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uneCGpkK6R .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uneCGpkK6R .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uneCGpkK6R .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uneCGpkK6R .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uneCGpkK6R .article-column1 {
    padding-right: 16px;
  }
}
.cid-uneCGpkK6R .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uneCGpkK6R .article-column2 {
    padding-left: 16px;
  }
}
.cid-uneCGpkK6R .mbr-section-subtitle,
.cid-uneCGpkK6R .mbr-iconfont {
  color: #e082c5;
}
.cid-uneCGpkK6R .mbr-section-subtitle {
  color: #000000;
}
.cid-uneCGpVtKk {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneCGpVtKk p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneCGpVtKk .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneCGpVtKk .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneCGpVtKk .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneCGpVtKk .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneCGpVtKk .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneCGpVtKk .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneCGpVtKk .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneCGpVtKk .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneCGpVtKk .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneCGpVtKk .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneCGpVtKk .main-banner:before {
    display: none;
  }
  .cid-uneCGpVtKk .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneCGpVtKk .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneCGpVtKk H6 {
  color: #e43f3f;
}
.cid-uneCGpVtKk H2 {
  color: #000000;
}
.cid-uneCGpVtKk P {
  color: #000000;
}
.cid-uneCGq9xfA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uneCGq9xfA #footer {
  padding: 0 0 25px 0;
}
.cid-uneCGq9xfA #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uneCGq9xfA #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uneCGq9xfA #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uneCGq9xfA #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uneCGq9xfA #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uneCGq9xfA #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uneCGq9xfA #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uneCGq9xfA #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uneCGq9xfA #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uneCGq9xfA #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uneCGq9xfA #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uneCGq9xfA #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uneCGq9xfA #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uneCGq9xfA #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uneCGq9xfA #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uneCGq9xfA #footer .copyright {
  padding-top: 30px;
}
.cid-uneCGq9xfA ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uneCGq9xfA H4 {
  color: #000000;
  text-align: left;
}
.cid-uneCGq9xfA DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uneCGq9xfA P {
  color: #e43f3f;
  text-align: left;
}
.cid-uneCGq9xfA div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uneCGq9xfA .copyright a {
  text-decoration: none !important;
}
.cid-uneCGq9xfA .list,
.cid-uneCGq9xfA .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uneCGq9xfA ul li a {
  text-decoration: none !important;
}
.cid-uneCGq9xfA .list {
  color: #e43f3f;
}
.cid-uneCQbfX8L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uneCQbfX8L nav.navbar {
  position: fixed;
}
.cid-uneCQbfX8L .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-uneCQbfX8L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uneCQbfX8L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uneCQbfX8L .dropdown-item:hover,
.cid-uneCQbfX8L .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uneCQbfX8L .dropdown-item:hover span {
  color: white;
}
.cid-uneCQbfX8L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uneCQbfX8L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uneCQbfX8L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uneCQbfX8L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uneCQbfX8L .nav-link {
  position: relative;
}
.cid-uneCQbfX8L .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uneCQbfX8L .container {
    flex-wrap: nowrap;
  }
}
.cid-uneCQbfX8L .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uneCQbfX8L .dropdown-menu,
.cid-uneCQbfX8L .navbar.opened {
  background: #e43f3f !important;
}
.cid-uneCQbfX8L .nav-item:focus,
.cid-uneCQbfX8L .nav-link:focus {
  outline: none;
}
.cid-uneCQbfX8L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uneCQbfX8L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uneCQbfX8L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uneCQbfX8L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uneCQbfX8L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uneCQbfX8L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uneCQbfX8L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uneCQbfX8L .navbar.opened {
  transition: all 0.3s;
}
.cid-uneCQbfX8L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uneCQbfX8L .navbar .navbar-logo img {
  width: auto;
}
.cid-uneCQbfX8L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uneCQbfX8L .navbar.collapsed {
  justify-content: center;
}
.cid-uneCQbfX8L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uneCQbfX8L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uneCQbfX8L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uneCQbfX8L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uneCQbfX8L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uneCQbfX8L .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uneCQbfX8L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uneCQbfX8L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uneCQbfX8L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uneCQbfX8L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uneCQbfX8L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uneCQbfX8L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uneCQbfX8L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uneCQbfX8L .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uneCQbfX8L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uneCQbfX8L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uneCQbfX8L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uneCQbfX8L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uneCQbfX8L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uneCQbfX8L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uneCQbfX8L .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uneCQbfX8L .navbar.navbar-short {
  min-height: 60px;
}
.cid-uneCQbfX8L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uneCQbfX8L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uneCQbfX8L .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uneCQbfX8L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uneCQbfX8L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uneCQbfX8L .dropdown-item.active,
.cid-uneCQbfX8L .dropdown-item:active {
  background-color: transparent;
}
.cid-uneCQbfX8L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uneCQbfX8L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uneCQbfX8L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uneCQbfX8L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uneCQbfX8L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uneCQbfX8L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uneCQbfX8L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uneCQbfX8L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uneCQbfX8L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uneCQbfX8L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uneCQbfX8L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uneCQbfX8L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneCQbfX8L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneCQbfX8L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uneCQbfX8L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneCQbfX8L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uneCQbfX8L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uneCQbfX8L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneCQbfX8L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uneCQbfX8L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uneCQbfX8L .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-uneCQbfX8L .navbar {
    height: 70px;
  }
  .cid-uneCQbfX8L .navbar.opened {
    height: auto;
  }
  .cid-uneCQbfX8L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uneCQ9nmVK {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneCQ9nmVK .row {
  flex-direction: row-reverse;
}
.cid-uneCQ9nmVK p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneCQ9nmVK .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneCQ9nmVK .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneCQ9nmVK .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneCQ9nmVK .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneCQ9nmVK .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneCQ9nmVK .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneCQ9nmVK .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneCQ9nmVK .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneCQ9nmVK .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneCQ9nmVK .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneCQ9nmVK .main-banner:before {
    display: none;
  }
  .cid-uneCQ9nmVK .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneCQ9nmVK .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneCQ9nmVK H6 {
  color: #e43f3f;
}
.cid-uneCQ9nmVK H2 {
  color: #000000;
}
.cid-uneCQ9R4Gd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uneCQ9R4Gd .mbr-section-title {
  color: #000000;
}
.cid-uneCQa5pZE {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uneCQa5pZE .container {
  padding: 0 5%;
}
.cid-uneCQa5pZE #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneCQa5pZE #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uneCQa5pZE #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneCQa5pZE #expand-button:hover {
  background-color: #7787a5;
}
.cid-uneCQa5pZE .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uneCQa5pZE .item:focus,
.cid-uneCQa5pZE span:focus {
  outline: none;
}
.cid-uneCQa5pZE .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uneCQa5pZE .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uneCQa5pZE .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uneCQa5pZE .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uneCQa5pZE .item {
    padding: 1.5rem;
  }
}
.cid-uneCQa5pZE .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneCQa5pZE .item .item-icon {
    margin-top: 0;
  }
}
.cid-uneCQa5pZE .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uneCQa5pZE .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uneCQa5pZE .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uneCQa5pZE .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uneCQa5pZE .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneCQa5pZE .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uneCQa5pZE .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uneCQa5pZE .item-content {
    margin-left: 0;
  }
}
.cid-uneCQa5pZE .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uneCQa5pZE .item-title {
  color: #ffffff;
}
.cid-uneCQa5pZE .mbr-text,
.cid-uneCQa5pZE .item-icon {
  color: #ffffff;
}
.cid-uneCQa5pZE .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uneCQa5pZE .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uneCQa5pZE .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uneCQa5pZE .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uneCQa5pZE .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uneCQa5pZE .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uneCQa5pZE .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uneCQa5pZE .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uneCQa5pZE .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uneCQa5pZE .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uneCQa5pZE .article-column1 {
    padding-right: 16px;
  }
}
.cid-uneCQa5pZE .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uneCQa5pZE .article-column2 {
    padding-left: 16px;
  }
}
.cid-uneCQa5pZE .mbr-section-subtitle,
.cid-uneCQa5pZE .mbr-iconfont {
  color: #e082c5;
}
.cid-uneCQa5pZE .mbr-section-subtitle {
  color: #000000;
}
.cid-uneCQaFws0 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneCQaFws0 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneCQaFws0 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneCQaFws0 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneCQaFws0 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneCQaFws0 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneCQaFws0 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneCQaFws0 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneCQaFws0 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneCQaFws0 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneCQaFws0 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneCQaFws0 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneCQaFws0 .main-banner:before {
    display: none;
  }
  .cid-uneCQaFws0 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneCQaFws0 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneCQaFws0 H6 {
  color: #e43f3f;
}
.cid-uneCQaFws0 H2 {
  color: #000000;
}
.cid-uneCQaFws0 P {
  color: #000000;
}
.cid-uneCQaUfm8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uneCQaUfm8 #footer {
  padding: 0 0 25px 0;
}
.cid-uneCQaUfm8 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uneCQaUfm8 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uneCQaUfm8 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uneCQaUfm8 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uneCQaUfm8 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uneCQaUfm8 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uneCQaUfm8 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uneCQaUfm8 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uneCQaUfm8 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uneCQaUfm8 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uneCQaUfm8 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uneCQaUfm8 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uneCQaUfm8 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uneCQaUfm8 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uneCQaUfm8 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uneCQaUfm8 #footer .copyright {
  padding-top: 30px;
}
.cid-uneCQaUfm8 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uneCQaUfm8 H4 {
  color: #000000;
  text-align: left;
}
.cid-uneCQaUfm8 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uneCQaUfm8 P {
  color: #e43f3f;
  text-align: left;
}
.cid-uneCQaUfm8 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uneCQaUfm8 .copyright a {
  text-decoration: none !important;
}
.cid-uneCQaUfm8 .list,
.cid-uneCQaUfm8 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uneCQaUfm8 ul li a {
  text-decoration: none !important;
}
.cid-uneCQaUfm8 .list {
  color: #e43f3f;
}
.cid-unfsF7RrYI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unfsF7RrYI nav.navbar {
  position: fixed;
}
.cid-unfsF7RrYI .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-unfsF7RrYI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unfsF7RrYI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unfsF7RrYI .dropdown-item:hover,
.cid-unfsF7RrYI .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unfsF7RrYI .dropdown-item:hover span {
  color: white;
}
.cid-unfsF7RrYI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unfsF7RrYI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unfsF7RrYI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unfsF7RrYI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unfsF7RrYI .nav-link {
  position: relative;
}
.cid-unfsF7RrYI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unfsF7RrYI .container {
    flex-wrap: nowrap;
  }
}
.cid-unfsF7RrYI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unfsF7RrYI .dropdown-menu,
.cid-unfsF7RrYI .navbar.opened {
  background: #e43f3f !important;
}
.cid-unfsF7RrYI .nav-item:focus,
.cid-unfsF7RrYI .nav-link:focus {
  outline: none;
}
.cid-unfsF7RrYI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unfsF7RrYI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unfsF7RrYI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unfsF7RrYI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unfsF7RrYI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unfsF7RrYI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unfsF7RrYI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unfsF7RrYI .navbar.opened {
  transition: all 0.3s;
}
.cid-unfsF7RrYI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unfsF7RrYI .navbar .navbar-logo img {
  width: auto;
}
.cid-unfsF7RrYI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unfsF7RrYI .navbar.collapsed {
  justify-content: center;
}
.cid-unfsF7RrYI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unfsF7RrYI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unfsF7RrYI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unfsF7RrYI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unfsF7RrYI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unfsF7RrYI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unfsF7RrYI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unfsF7RrYI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unfsF7RrYI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unfsF7RrYI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unfsF7RrYI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unfsF7RrYI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unfsF7RrYI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unfsF7RrYI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unfsF7RrYI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unfsF7RrYI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unfsF7RrYI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unfsF7RrYI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unfsF7RrYI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unfsF7RrYI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unfsF7RrYI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unfsF7RrYI .navbar.navbar-short {
  min-height: 60px;
}
.cid-unfsF7RrYI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unfsF7RrYI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unfsF7RrYI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unfsF7RrYI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unfsF7RrYI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unfsF7RrYI .dropdown-item.active,
.cid-unfsF7RrYI .dropdown-item:active {
  background-color: transparent;
}
.cid-unfsF7RrYI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unfsF7RrYI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unfsF7RrYI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unfsF7RrYI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unfsF7RrYI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unfsF7RrYI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unfsF7RrYI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unfsF7RrYI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unfsF7RrYI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unfsF7RrYI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unfsF7RrYI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unfsF7RrYI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unfsF7RrYI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unfsF7RrYI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unfsF7RrYI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unfsF7RrYI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unfsF7RrYI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unfsF7RrYI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unfsF7RrYI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unfsF7RrYI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unfsF7RrYI .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-unfsF7RrYI .navbar {
    height: 70px;
  }
  .cid-unfsF7RrYI .navbar.opened {
    height: auto;
  }
  .cid-unfsF7RrYI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unfsF5YFR0 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unfsF5YFR0 .row {
  flex-direction: row-reverse;
}
.cid-unfsF5YFR0 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unfsF5YFR0 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unfsF5YFR0 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unfsF5YFR0 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unfsF5YFR0 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unfsF5YFR0 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unfsF5YFR0 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unfsF5YFR0 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unfsF5YFR0 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unfsF5YFR0 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unfsF5YFR0 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unfsF5YFR0 .main-banner:before {
    display: none;
  }
  .cid-unfsF5YFR0 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unfsF5YFR0 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unfsF5YFR0 H6 {
  color: #e43f3f;
}
.cid-unfsF5YFR0 H2 {
  color: #000000;
}
.cid-unfsF6q5Fx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unfsF6q5Fx .mbr-section-title {
  color: #000000;
}
.cid-unfsF6Iooo {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unfsF6Iooo .container {
  padding: 0 5%;
}
.cid-unfsF6Iooo #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unfsF6Iooo #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unfsF6Iooo #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unfsF6Iooo #expand-button:hover {
  background-color: #7787a5;
}
.cid-unfsF6Iooo .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unfsF6Iooo .item:focus,
.cid-unfsF6Iooo span:focus {
  outline: none;
}
.cid-unfsF6Iooo .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unfsF6Iooo .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unfsF6Iooo .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unfsF6Iooo .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unfsF6Iooo .item {
    padding: 1.5rem;
  }
}
.cid-unfsF6Iooo .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unfsF6Iooo .item .item-icon {
    margin-top: 0;
  }
}
.cid-unfsF6Iooo .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unfsF6Iooo .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unfsF6Iooo .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unfsF6Iooo .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unfsF6Iooo .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unfsF6Iooo .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unfsF6Iooo .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unfsF6Iooo .item-content {
    margin-left: 0;
  }
}
.cid-unfsF6Iooo .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unfsF6Iooo .item-title {
  color: #ffffff;
}
.cid-unfsF6Iooo .mbr-text,
.cid-unfsF6Iooo .item-icon {
  color: #ffffff;
}
.cid-unfsF6Iooo .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unfsF6Iooo .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unfsF6Iooo .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unfsF6Iooo .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unfsF6Iooo .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unfsF6Iooo .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unfsF6Iooo .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unfsF6Iooo .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unfsF6Iooo .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unfsF6Iooo .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unfsF6Iooo .article-column1 {
    padding-right: 16px;
  }
}
.cid-unfsF6Iooo .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unfsF6Iooo .article-column2 {
    padding-left: 16px;
  }
}
.cid-unfsF6Iooo .mbr-section-subtitle,
.cid-unfsF6Iooo .mbr-iconfont {
  color: #e082c5;
}
.cid-unfsF6Iooo .mbr-section-subtitle {
  color: #000000;
}
.cid-unfsF7gxXX {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unfsF7gxXX p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unfsF7gxXX .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unfsF7gxXX .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unfsF7gxXX .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unfsF7gxXX .main-banner .left-content {
  margin-right: 15px;
}
.cid-unfsF7gxXX .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unfsF7gxXX .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unfsF7gxXX .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unfsF7gxXX .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unfsF7gxXX .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unfsF7gxXX .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unfsF7gxXX .main-banner:before {
    display: none;
  }
  .cid-unfsF7gxXX .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unfsF7gxXX .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unfsF7gxXX H6 {
  color: #e43f3f;
}
.cid-unfsF7gxXX H2 {
  color: #000000;
}
.cid-unfsF7gxXX P {
  color: #000000;
}
.cid-unfsF7v9Se {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unfsF7v9Se #footer {
  padding: 0 0 25px 0;
}
.cid-unfsF7v9Se #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unfsF7v9Se #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unfsF7v9Se #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unfsF7v9Se #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unfsF7v9Se #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unfsF7v9Se #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unfsF7v9Se #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unfsF7v9Se #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unfsF7v9Se #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unfsF7v9Se #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unfsF7v9Se #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unfsF7v9Se #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unfsF7v9Se #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unfsF7v9Se #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unfsF7v9Se #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unfsF7v9Se #footer .copyright {
  padding-top: 30px;
}
.cid-unfsF7v9Se ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unfsF7v9Se H4 {
  color: #000000;
  text-align: left;
}
.cid-unfsF7v9Se DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unfsF7v9Se P {
  color: #e43f3f;
  text-align: left;
}
.cid-unfsF7v9Se div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unfsF7v9Se .copyright a {
  text-decoration: none !important;
}
.cid-unfsF7v9Se .list,
.cid-unfsF7v9Se .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unfsF7v9Se ul li a {
  text-decoration: none !important;
}
.cid-unfsF7v9Se .list {
  color: #e43f3f;
}
.cid-uneD0zslq6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uneD0zslq6 nav.navbar {
  position: fixed;
}
.cid-uneD0zslq6 .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-uneD0zslq6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uneD0zslq6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uneD0zslq6 .dropdown-item:hover,
.cid-uneD0zslq6 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uneD0zslq6 .dropdown-item:hover span {
  color: white;
}
.cid-uneD0zslq6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uneD0zslq6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uneD0zslq6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uneD0zslq6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uneD0zslq6 .nav-link {
  position: relative;
}
.cid-uneD0zslq6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uneD0zslq6 .container {
    flex-wrap: nowrap;
  }
}
.cid-uneD0zslq6 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uneD0zslq6 .dropdown-menu,
.cid-uneD0zslq6 .navbar.opened {
  background: #e43f3f !important;
}
.cid-uneD0zslq6 .nav-item:focus,
.cid-uneD0zslq6 .nav-link:focus {
  outline: none;
}
.cid-uneD0zslq6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uneD0zslq6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uneD0zslq6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uneD0zslq6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uneD0zslq6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uneD0zslq6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uneD0zslq6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uneD0zslq6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uneD0zslq6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uneD0zslq6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uneD0zslq6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uneD0zslq6 .navbar.collapsed {
  justify-content: center;
}
.cid-uneD0zslq6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uneD0zslq6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uneD0zslq6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uneD0zslq6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uneD0zslq6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uneD0zslq6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uneD0zslq6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uneD0zslq6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uneD0zslq6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uneD0zslq6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uneD0zslq6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uneD0zslq6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uneD0zslq6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uneD0zslq6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uneD0zslq6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uneD0zslq6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uneD0zslq6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uneD0zslq6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uneD0zslq6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uneD0zslq6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uneD0zslq6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uneD0zslq6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uneD0zslq6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uneD0zslq6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uneD0zslq6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uneD0zslq6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uneD0zslq6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uneD0zslq6 .dropdown-item.active,
.cid-uneD0zslq6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uneD0zslq6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uneD0zslq6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uneD0zslq6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uneD0zslq6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uneD0zslq6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uneD0zslq6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uneD0zslq6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uneD0zslq6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uneD0zslq6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uneD0zslq6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uneD0zslq6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uneD0zslq6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneD0zslq6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneD0zslq6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uneD0zslq6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneD0zslq6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uneD0zslq6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uneD0zslq6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneD0zslq6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uneD0zslq6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uneD0zslq6 .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-uneD0zslq6 .navbar {
    height: 70px;
  }
  .cid-uneD0zslq6 .navbar.opened {
    height: auto;
  }
  .cid-uneD0zslq6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uneD0xNWVq {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneD0xNWVq .row {
  flex-direction: row-reverse;
}
.cid-uneD0xNWVq p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneD0xNWVq .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneD0xNWVq .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneD0xNWVq .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneD0xNWVq .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneD0xNWVq .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneD0xNWVq .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneD0xNWVq .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneD0xNWVq .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneD0xNWVq .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneD0xNWVq .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneD0xNWVq .main-banner:before {
    display: none;
  }
  .cid-uneD0xNWVq .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneD0xNWVq .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneD0xNWVq H6 {
  color: #e43f3f;
}
.cid-uneD0xNWVq H2 {
  color: #000000;
}
.cid-uneD0ydNcP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uneD0ydNcP .mbr-section-title {
  color: #000000;
}
.cid-uneD0yskTu {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uneD0yskTu .container {
  padding: 0 5%;
}
.cid-uneD0yskTu #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneD0yskTu #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uneD0yskTu #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneD0yskTu #expand-button:hover {
  background-color: #7787a5;
}
.cid-uneD0yskTu .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uneD0yskTu .item:focus,
.cid-uneD0yskTu span:focus {
  outline: none;
}
.cid-uneD0yskTu .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uneD0yskTu .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uneD0yskTu .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uneD0yskTu .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uneD0yskTu .item {
    padding: 1.5rem;
  }
}
.cid-uneD0yskTu .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneD0yskTu .item .item-icon {
    margin-top: 0;
  }
}
.cid-uneD0yskTu .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uneD0yskTu .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uneD0yskTu .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uneD0yskTu .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uneD0yskTu .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneD0yskTu .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uneD0yskTu .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uneD0yskTu .item-content {
    margin-left: 0;
  }
}
.cid-uneD0yskTu .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uneD0yskTu .item-title {
  color: #ffffff;
}
.cid-uneD0yskTu .mbr-text,
.cid-uneD0yskTu .item-icon {
  color: #ffffff;
}
.cid-uneD0yskTu .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uneD0yskTu .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uneD0yskTu .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uneD0yskTu .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uneD0yskTu .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uneD0yskTu .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uneD0yskTu .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uneD0yskTu .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uneD0yskTu .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uneD0yskTu .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uneD0yskTu .article-column1 {
    padding-right: 16px;
  }
}
.cid-uneD0yskTu .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uneD0yskTu .article-column2 {
    padding-left: 16px;
  }
}
.cid-uneD0yskTu .mbr-section-subtitle,
.cid-uneD0yskTu .mbr-iconfont {
  color: #e082c5;
}
.cid-uneD0yskTu .mbr-section-subtitle {
  color: #000000;
}
.cid-uneD0yWFr8 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneD0yWFr8 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneD0yWFr8 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneD0yWFr8 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneD0yWFr8 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneD0yWFr8 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneD0yWFr8 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneD0yWFr8 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneD0yWFr8 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneD0yWFr8 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneD0yWFr8 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneD0yWFr8 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneD0yWFr8 .main-banner:before {
    display: none;
  }
  .cid-uneD0yWFr8 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneD0yWFr8 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneD0yWFr8 H6 {
  color: #e43f3f;
}
.cid-uneD0yWFr8 H2 {
  color: #000000;
}
.cid-uneD0yWFr8 P {
  color: #000000;
}
.cid-uneD0zabNv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uneD0zabNv #footer {
  padding: 0 0 25px 0;
}
.cid-uneD0zabNv #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uneD0zabNv #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uneD0zabNv #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uneD0zabNv #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uneD0zabNv #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uneD0zabNv #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uneD0zabNv #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uneD0zabNv #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uneD0zabNv #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uneD0zabNv #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uneD0zabNv #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uneD0zabNv #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uneD0zabNv #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uneD0zabNv #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uneD0zabNv #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uneD0zabNv #footer .copyright {
  padding-top: 30px;
}
.cid-uneD0zabNv ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uneD0zabNv H4 {
  color: #000000;
  text-align: left;
}
.cid-uneD0zabNv DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uneD0zabNv P {
  color: #e43f3f;
  text-align: left;
}
.cid-uneD0zabNv div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uneD0zabNv .copyright a {
  text-decoration: none !important;
}
.cid-uneD0zabNv .list,
.cid-uneD0zabNv .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uneD0zabNv ul li a {
  text-decoration: none !important;
}
.cid-uneD0zabNv .list {
  color: #e43f3f;
}
.cid-uneDdJWXLO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uneDdJWXLO nav.navbar {
  position: fixed;
}
.cid-uneDdJWXLO .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-uneDdJWXLO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uneDdJWXLO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uneDdJWXLO .dropdown-item:hover,
.cid-uneDdJWXLO .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uneDdJWXLO .dropdown-item:hover span {
  color: white;
}
.cid-uneDdJWXLO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uneDdJWXLO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uneDdJWXLO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uneDdJWXLO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uneDdJWXLO .nav-link {
  position: relative;
}
.cid-uneDdJWXLO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uneDdJWXLO .container {
    flex-wrap: nowrap;
  }
}
.cid-uneDdJWXLO .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uneDdJWXLO .dropdown-menu,
.cid-uneDdJWXLO .navbar.opened {
  background: #e43f3f !important;
}
.cid-uneDdJWXLO .nav-item:focus,
.cid-uneDdJWXLO .nav-link:focus {
  outline: none;
}
.cid-uneDdJWXLO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uneDdJWXLO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uneDdJWXLO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uneDdJWXLO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uneDdJWXLO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uneDdJWXLO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uneDdJWXLO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uneDdJWXLO .navbar.opened {
  transition: all 0.3s;
}
.cid-uneDdJWXLO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uneDdJWXLO .navbar .navbar-logo img {
  width: auto;
}
.cid-uneDdJWXLO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uneDdJWXLO .navbar.collapsed {
  justify-content: center;
}
.cid-uneDdJWXLO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uneDdJWXLO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uneDdJWXLO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uneDdJWXLO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uneDdJWXLO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uneDdJWXLO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uneDdJWXLO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uneDdJWXLO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uneDdJWXLO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uneDdJWXLO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uneDdJWXLO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uneDdJWXLO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uneDdJWXLO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uneDdJWXLO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uneDdJWXLO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uneDdJWXLO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uneDdJWXLO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uneDdJWXLO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uneDdJWXLO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uneDdJWXLO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uneDdJWXLO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uneDdJWXLO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uneDdJWXLO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uneDdJWXLO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uneDdJWXLO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uneDdJWXLO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uneDdJWXLO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uneDdJWXLO .dropdown-item.active,
.cid-uneDdJWXLO .dropdown-item:active {
  background-color: transparent;
}
.cid-uneDdJWXLO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uneDdJWXLO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uneDdJWXLO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uneDdJWXLO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uneDdJWXLO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uneDdJWXLO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uneDdJWXLO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uneDdJWXLO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uneDdJWXLO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uneDdJWXLO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uneDdJWXLO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uneDdJWXLO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneDdJWXLO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneDdJWXLO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uneDdJWXLO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneDdJWXLO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uneDdJWXLO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uneDdJWXLO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneDdJWXLO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uneDdJWXLO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uneDdJWXLO .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-uneDdJWXLO .navbar {
    height: 70px;
  }
  .cid-uneDdJWXLO .navbar.opened {
    height: auto;
  }
  .cid-uneDdJWXLO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uneDdI2Qny {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneDdI2Qny .row {
  flex-direction: row-reverse;
}
.cid-uneDdI2Qny p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneDdI2Qny .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneDdI2Qny .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneDdI2Qny .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneDdI2Qny .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneDdI2Qny .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneDdI2Qny .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneDdI2Qny .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneDdI2Qny .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneDdI2Qny .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneDdI2Qny .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneDdI2Qny .main-banner:before {
    display: none;
  }
  .cid-uneDdI2Qny .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneDdI2Qny .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneDdI2Qny H6 {
  color: #e43f3f;
}
.cid-uneDdI2Qny H2 {
  color: #000000;
}
.cid-uneDdIvMJX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uneDdIvMJX .mbr-section-title {
  color: #000000;
}
.cid-uneDdIIp8l {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uneDdIIp8l .container {
  padding: 0 5%;
}
.cid-uneDdIIp8l #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneDdIIp8l #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uneDdIIp8l #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneDdIIp8l #expand-button:hover {
  background-color: #7787a5;
}
.cid-uneDdIIp8l .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uneDdIIp8l .item:focus,
.cid-uneDdIIp8l span:focus {
  outline: none;
}
.cid-uneDdIIp8l .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uneDdIIp8l .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uneDdIIp8l .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uneDdIIp8l .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uneDdIIp8l .item {
    padding: 1.5rem;
  }
}
.cid-uneDdIIp8l .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneDdIIp8l .item .item-icon {
    margin-top: 0;
  }
}
.cid-uneDdIIp8l .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uneDdIIp8l .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uneDdIIp8l .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uneDdIIp8l .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uneDdIIp8l .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneDdIIp8l .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uneDdIIp8l .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uneDdIIp8l .item-content {
    margin-left: 0;
  }
}
.cid-uneDdIIp8l .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uneDdIIp8l .item-title {
  color: #ffffff;
}
.cid-uneDdIIp8l .mbr-text,
.cid-uneDdIIp8l .item-icon {
  color: #ffffff;
}
.cid-uneDdIIp8l .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uneDdIIp8l .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uneDdIIp8l .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uneDdIIp8l .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uneDdIIp8l .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uneDdIIp8l .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uneDdIIp8l .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uneDdIIp8l .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uneDdIIp8l .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uneDdIIp8l .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uneDdIIp8l .article-column1 {
    padding-right: 16px;
  }
}
.cid-uneDdIIp8l .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uneDdIIp8l .article-column2 {
    padding-left: 16px;
  }
}
.cid-uneDdIIp8l .mbr-section-subtitle,
.cid-uneDdIIp8l .mbr-iconfont {
  color: #e082c5;
}
.cid-uneDdIIp8l .mbr-section-subtitle {
  color: #000000;
}
.cid-uneDdJi11p {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneDdJi11p p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneDdJi11p .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneDdJi11p .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneDdJi11p .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneDdJi11p .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneDdJi11p .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneDdJi11p .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneDdJi11p .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneDdJi11p .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneDdJi11p .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneDdJi11p .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneDdJi11p .main-banner:before {
    display: none;
  }
  .cid-uneDdJi11p .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneDdJi11p .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneDdJi11p H6 {
  color: #e43f3f;
}
.cid-uneDdJi11p H2 {
  color: #000000;
}
.cid-uneDdJi11p P {
  color: #000000;
}
.cid-uneDdJyXAt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uneDdJyXAt #footer {
  padding: 0 0 25px 0;
}
.cid-uneDdJyXAt #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uneDdJyXAt #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uneDdJyXAt #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uneDdJyXAt #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uneDdJyXAt #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uneDdJyXAt #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uneDdJyXAt #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uneDdJyXAt #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uneDdJyXAt #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uneDdJyXAt #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uneDdJyXAt #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uneDdJyXAt #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uneDdJyXAt #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uneDdJyXAt #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uneDdJyXAt #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uneDdJyXAt #footer .copyright {
  padding-top: 30px;
}
.cid-uneDdJyXAt ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uneDdJyXAt H4 {
  color: #000000;
  text-align: left;
}
.cid-uneDdJyXAt DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uneDdJyXAt P {
  color: #e43f3f;
  text-align: left;
}
.cid-uneDdJyXAt div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uneDdJyXAt .copyright a {
  text-decoration: none !important;
}
.cid-uneDdJyXAt .list,
.cid-uneDdJyXAt .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uneDdJyXAt ul li a {
  text-decoration: none !important;
}
.cid-uneDdJyXAt .list {
  color: #e43f3f;
}
.cid-uneDBa5GGy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uneDBa5GGy nav.navbar {
  position: fixed;
}
.cid-uneDBa5GGy .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-uneDBa5GGy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uneDBa5GGy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uneDBa5GGy .dropdown-item:hover,
.cid-uneDBa5GGy .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uneDBa5GGy .dropdown-item:hover span {
  color: white;
}
.cid-uneDBa5GGy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uneDBa5GGy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uneDBa5GGy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uneDBa5GGy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uneDBa5GGy .nav-link {
  position: relative;
}
.cid-uneDBa5GGy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uneDBa5GGy .container {
    flex-wrap: nowrap;
  }
}
.cid-uneDBa5GGy .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uneDBa5GGy .dropdown-menu,
.cid-uneDBa5GGy .navbar.opened {
  background: #e43f3f !important;
}
.cid-uneDBa5GGy .nav-item:focus,
.cid-uneDBa5GGy .nav-link:focus {
  outline: none;
}
.cid-uneDBa5GGy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uneDBa5GGy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uneDBa5GGy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uneDBa5GGy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uneDBa5GGy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uneDBa5GGy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uneDBa5GGy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uneDBa5GGy .navbar.opened {
  transition: all 0.3s;
}
.cid-uneDBa5GGy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uneDBa5GGy .navbar .navbar-logo img {
  width: auto;
}
.cid-uneDBa5GGy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uneDBa5GGy .navbar.collapsed {
  justify-content: center;
}
.cid-uneDBa5GGy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uneDBa5GGy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uneDBa5GGy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uneDBa5GGy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uneDBa5GGy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uneDBa5GGy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uneDBa5GGy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uneDBa5GGy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uneDBa5GGy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uneDBa5GGy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uneDBa5GGy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uneDBa5GGy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uneDBa5GGy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uneDBa5GGy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uneDBa5GGy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uneDBa5GGy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uneDBa5GGy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uneDBa5GGy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uneDBa5GGy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uneDBa5GGy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uneDBa5GGy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uneDBa5GGy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uneDBa5GGy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uneDBa5GGy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uneDBa5GGy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uneDBa5GGy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uneDBa5GGy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uneDBa5GGy .dropdown-item.active,
.cid-uneDBa5GGy .dropdown-item:active {
  background-color: transparent;
}
.cid-uneDBa5GGy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uneDBa5GGy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uneDBa5GGy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uneDBa5GGy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uneDBa5GGy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uneDBa5GGy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uneDBa5GGy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uneDBa5GGy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uneDBa5GGy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uneDBa5GGy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uneDBa5GGy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uneDBa5GGy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneDBa5GGy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneDBa5GGy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uneDBa5GGy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneDBa5GGy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uneDBa5GGy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uneDBa5GGy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneDBa5GGy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uneDBa5GGy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uneDBa5GGy .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-uneDBa5GGy .navbar {
    height: 70px;
  }
  .cid-uneDBa5GGy .navbar.opened {
    height: auto;
  }
  .cid-uneDBa5GGy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uneDB8ao8j {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneDB8ao8j .row {
  flex-direction: row-reverse;
}
.cid-uneDB8ao8j p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneDB8ao8j .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneDB8ao8j .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneDB8ao8j .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneDB8ao8j .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneDB8ao8j .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneDB8ao8j .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneDB8ao8j .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneDB8ao8j .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneDB8ao8j .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneDB8ao8j .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneDB8ao8j .main-banner:before {
    display: none;
  }
  .cid-uneDB8ao8j .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneDB8ao8j .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneDB8ao8j H6 {
  color: #e43f3f;
}
.cid-uneDB8ao8j H2 {
  color: #000000;
}
.cid-uneDB8DJoz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uneDB8DJoz .mbr-section-title {
  color: #000000;
}
.cid-uneDB8UrBl {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uneDB8UrBl .container {
  padding: 0 5%;
}
.cid-uneDB8UrBl #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneDB8UrBl #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uneDB8UrBl #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneDB8UrBl #expand-button:hover {
  background-color: #7787a5;
}
.cid-uneDB8UrBl .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uneDB8UrBl .item:focus,
.cid-uneDB8UrBl span:focus {
  outline: none;
}
.cid-uneDB8UrBl .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uneDB8UrBl .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uneDB8UrBl .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uneDB8UrBl .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uneDB8UrBl .item {
    padding: 1.5rem;
  }
}
.cid-uneDB8UrBl .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneDB8UrBl .item .item-icon {
    margin-top: 0;
  }
}
.cid-uneDB8UrBl .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uneDB8UrBl .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uneDB8UrBl .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uneDB8UrBl .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uneDB8UrBl .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneDB8UrBl .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uneDB8UrBl .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uneDB8UrBl .item-content {
    margin-left: 0;
  }
}
.cid-uneDB8UrBl .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uneDB8UrBl .item-title {
  color: #ffffff;
}
.cid-uneDB8UrBl .mbr-text,
.cid-uneDB8UrBl .item-icon {
  color: #ffffff;
}
.cid-uneDB8UrBl .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uneDB8UrBl .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uneDB8UrBl .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uneDB8UrBl .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uneDB8UrBl .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uneDB8UrBl .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uneDB8UrBl .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uneDB8UrBl .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uneDB8UrBl .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uneDB8UrBl .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uneDB8UrBl .article-column1 {
    padding-right: 16px;
  }
}
.cid-uneDB8UrBl .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uneDB8UrBl .article-column2 {
    padding-left: 16px;
  }
}
.cid-uneDB8UrBl .mbr-section-subtitle,
.cid-uneDB8UrBl .mbr-iconfont {
  color: #e082c5;
}
.cid-uneDB8UrBl .mbr-section-subtitle {
  color: #000000;
}
.cid-uneDB9tZzw {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneDB9tZzw p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneDB9tZzw .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneDB9tZzw .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneDB9tZzw .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneDB9tZzw .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneDB9tZzw .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneDB9tZzw .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneDB9tZzw .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneDB9tZzw .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneDB9tZzw .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneDB9tZzw .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneDB9tZzw .main-banner:before {
    display: none;
  }
  .cid-uneDB9tZzw .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneDB9tZzw .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneDB9tZzw H6 {
  color: #e43f3f;
}
.cid-uneDB9tZzw H2 {
  color: #000000;
}
.cid-uneDB9tZzw P {
  color: #000000;
}
.cid-uneDB9MgP8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uneDB9MgP8 #footer {
  padding: 0 0 25px 0;
}
.cid-uneDB9MgP8 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uneDB9MgP8 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uneDB9MgP8 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uneDB9MgP8 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uneDB9MgP8 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uneDB9MgP8 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uneDB9MgP8 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uneDB9MgP8 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uneDB9MgP8 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uneDB9MgP8 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uneDB9MgP8 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uneDB9MgP8 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uneDB9MgP8 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uneDB9MgP8 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uneDB9MgP8 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uneDB9MgP8 #footer .copyright {
  padding-top: 30px;
}
.cid-uneDB9MgP8 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uneDB9MgP8 H4 {
  color: #000000;
  text-align: left;
}
.cid-uneDB9MgP8 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uneDB9MgP8 P {
  color: #e43f3f;
  text-align: left;
}
.cid-uneDB9MgP8 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uneDB9MgP8 .copyright a {
  text-decoration: none !important;
}
.cid-uneDB9MgP8 .list,
.cid-uneDB9MgP8 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uneDB9MgP8 ul li a {
  text-decoration: none !important;
}
.cid-uneDB9MgP8 .list {
  color: #e43f3f;
}
.cid-uneDqOscSJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uneDqOscSJ nav.navbar {
  position: fixed;
}
.cid-uneDqOscSJ .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-uneDqOscSJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uneDqOscSJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uneDqOscSJ .dropdown-item:hover,
.cid-uneDqOscSJ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uneDqOscSJ .dropdown-item:hover span {
  color: white;
}
.cid-uneDqOscSJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uneDqOscSJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uneDqOscSJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uneDqOscSJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uneDqOscSJ .nav-link {
  position: relative;
}
.cid-uneDqOscSJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uneDqOscSJ .container {
    flex-wrap: nowrap;
  }
}
.cid-uneDqOscSJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uneDqOscSJ .dropdown-menu,
.cid-uneDqOscSJ .navbar.opened {
  background: #e43f3f !important;
}
.cid-uneDqOscSJ .nav-item:focus,
.cid-uneDqOscSJ .nav-link:focus {
  outline: none;
}
.cid-uneDqOscSJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uneDqOscSJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uneDqOscSJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uneDqOscSJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uneDqOscSJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uneDqOscSJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uneDqOscSJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uneDqOscSJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uneDqOscSJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uneDqOscSJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uneDqOscSJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uneDqOscSJ .navbar.collapsed {
  justify-content: center;
}
.cid-uneDqOscSJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uneDqOscSJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uneDqOscSJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uneDqOscSJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uneDqOscSJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uneDqOscSJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uneDqOscSJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uneDqOscSJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uneDqOscSJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uneDqOscSJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uneDqOscSJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uneDqOscSJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uneDqOscSJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uneDqOscSJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uneDqOscSJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uneDqOscSJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uneDqOscSJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uneDqOscSJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uneDqOscSJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uneDqOscSJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uneDqOscSJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uneDqOscSJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uneDqOscSJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uneDqOscSJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uneDqOscSJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uneDqOscSJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uneDqOscSJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uneDqOscSJ .dropdown-item.active,
.cid-uneDqOscSJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uneDqOscSJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uneDqOscSJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uneDqOscSJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uneDqOscSJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uneDqOscSJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uneDqOscSJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uneDqOscSJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uneDqOscSJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uneDqOscSJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uneDqOscSJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uneDqOscSJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uneDqOscSJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneDqOscSJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneDqOscSJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uneDqOscSJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneDqOscSJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uneDqOscSJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uneDqOscSJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneDqOscSJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uneDqOscSJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uneDqOscSJ .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-uneDqOscSJ .navbar {
    height: 70px;
  }
  .cid-uneDqOscSJ .navbar.opened {
    height: auto;
  }
  .cid-uneDqOscSJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uneDqMyydf {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneDqMyydf .row {
  flex-direction: row-reverse;
}
.cid-uneDqMyydf p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneDqMyydf .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneDqMyydf .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneDqMyydf .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneDqMyydf .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneDqMyydf .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneDqMyydf .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneDqMyydf .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneDqMyydf .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneDqMyydf .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneDqMyydf .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneDqMyydf .main-banner:before {
    display: none;
  }
  .cid-uneDqMyydf .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneDqMyydf .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneDqMyydf H6 {
  color: #e43f3f;
}
.cid-uneDqMyydf H2 {
  color: #000000;
}
.cid-uneDqN3DAA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uneDqN3DAA .mbr-section-title {
  color: #000000;
}
.cid-uneDqNihjY {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uneDqNihjY .container {
  padding: 0 5%;
}
.cid-uneDqNihjY #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneDqNihjY #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uneDqNihjY #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneDqNihjY #expand-button:hover {
  background-color: #7787a5;
}
.cid-uneDqNihjY .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uneDqNihjY .item:focus,
.cid-uneDqNihjY span:focus {
  outline: none;
}
.cid-uneDqNihjY .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uneDqNihjY .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uneDqNihjY .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uneDqNihjY .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uneDqNihjY .item {
    padding: 1.5rem;
  }
}
.cid-uneDqNihjY .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneDqNihjY .item .item-icon {
    margin-top: 0;
  }
}
.cid-uneDqNihjY .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uneDqNihjY .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uneDqNihjY .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uneDqNihjY .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uneDqNihjY .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneDqNihjY .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uneDqNihjY .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uneDqNihjY .item-content {
    margin-left: 0;
  }
}
.cid-uneDqNihjY .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uneDqNihjY .item-title {
  color: #ffffff;
}
.cid-uneDqNihjY .mbr-text,
.cid-uneDqNihjY .item-icon {
  color: #ffffff;
}
.cid-uneDqNihjY .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uneDqNihjY .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uneDqNihjY .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uneDqNihjY .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uneDqNihjY .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uneDqNihjY .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uneDqNihjY .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uneDqNihjY .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uneDqNihjY .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uneDqNihjY .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uneDqNihjY .article-column1 {
    padding-right: 16px;
  }
}
.cid-uneDqNihjY .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uneDqNihjY .article-column2 {
    padding-left: 16px;
  }
}
.cid-uneDqNihjY .mbr-section-subtitle,
.cid-uneDqNihjY .mbr-iconfont {
  color: #e082c5;
}
.cid-uneDqNihjY .mbr-section-subtitle {
  color: #000000;
}
.cid-uneDqNSQ2x {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneDqNSQ2x p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneDqNSQ2x .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneDqNSQ2x .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneDqNSQ2x .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneDqNSQ2x .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneDqNSQ2x .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneDqNSQ2x .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneDqNSQ2x .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneDqNSQ2x .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneDqNSQ2x .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneDqNSQ2x .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneDqNSQ2x .main-banner:before {
    display: none;
  }
  .cid-uneDqNSQ2x .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneDqNSQ2x .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneDqNSQ2x H6 {
  color: #e43f3f;
}
.cid-uneDqNSQ2x H2 {
  color: #000000;
}
.cid-uneDqNSQ2x P {
  color: #000000;
}
.cid-uneDqO5V7p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uneDqO5V7p #footer {
  padding: 0 0 25px 0;
}
.cid-uneDqO5V7p #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uneDqO5V7p #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uneDqO5V7p #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uneDqO5V7p #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uneDqO5V7p #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uneDqO5V7p #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uneDqO5V7p #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uneDqO5V7p #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uneDqO5V7p #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uneDqO5V7p #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uneDqO5V7p #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uneDqO5V7p #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uneDqO5V7p #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uneDqO5V7p #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uneDqO5V7p #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uneDqO5V7p #footer .copyright {
  padding-top: 30px;
}
.cid-uneDqO5V7p ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uneDqO5V7p H4 {
  color: #000000;
  text-align: left;
}
.cid-uneDqO5V7p DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uneDqO5V7p P {
  color: #e43f3f;
  text-align: left;
}
.cid-uneDqO5V7p div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uneDqO5V7p .copyright a {
  text-decoration: none !important;
}
.cid-uneDqO5V7p .list,
.cid-uneDqO5V7p .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uneDqO5V7p ul li a {
  text-decoration: none !important;
}
.cid-uneDqO5V7p .list {
  color: #e43f3f;
}
.cid-uneElBcawV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uneElBcawV nav.navbar {
  position: fixed;
}
.cid-uneElBcawV .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-uneElBcawV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uneElBcawV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uneElBcawV .dropdown-item:hover,
.cid-uneElBcawV .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uneElBcawV .dropdown-item:hover span {
  color: white;
}
.cid-uneElBcawV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uneElBcawV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uneElBcawV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uneElBcawV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uneElBcawV .nav-link {
  position: relative;
}
.cid-uneElBcawV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uneElBcawV .container {
    flex-wrap: nowrap;
  }
}
.cid-uneElBcawV .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uneElBcawV .dropdown-menu,
.cid-uneElBcawV .navbar.opened {
  background: #e43f3f !important;
}
.cid-uneElBcawV .nav-item:focus,
.cid-uneElBcawV .nav-link:focus {
  outline: none;
}
.cid-uneElBcawV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uneElBcawV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uneElBcawV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uneElBcawV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uneElBcawV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uneElBcawV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uneElBcawV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uneElBcawV .navbar.opened {
  transition: all 0.3s;
}
.cid-uneElBcawV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uneElBcawV .navbar .navbar-logo img {
  width: auto;
}
.cid-uneElBcawV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uneElBcawV .navbar.collapsed {
  justify-content: center;
}
.cid-uneElBcawV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uneElBcawV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uneElBcawV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uneElBcawV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uneElBcawV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uneElBcawV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uneElBcawV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uneElBcawV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uneElBcawV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uneElBcawV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uneElBcawV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uneElBcawV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uneElBcawV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uneElBcawV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uneElBcawV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uneElBcawV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uneElBcawV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uneElBcawV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uneElBcawV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uneElBcawV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uneElBcawV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uneElBcawV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uneElBcawV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uneElBcawV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uneElBcawV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uneElBcawV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uneElBcawV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uneElBcawV .dropdown-item.active,
.cid-uneElBcawV .dropdown-item:active {
  background-color: transparent;
}
.cid-uneElBcawV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uneElBcawV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uneElBcawV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uneElBcawV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uneElBcawV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uneElBcawV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uneElBcawV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uneElBcawV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uneElBcawV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uneElBcawV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uneElBcawV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uneElBcawV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneElBcawV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneElBcawV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uneElBcawV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneElBcawV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uneElBcawV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uneElBcawV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneElBcawV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uneElBcawV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uneElBcawV .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-uneElBcawV .navbar {
    height: 70px;
  }
  .cid-uneElBcawV .navbar.opened {
    height: auto;
  }
  .cid-uneElBcawV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uneElz02hD {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneElz02hD .row {
  flex-direction: row-reverse;
}
.cid-uneElz02hD p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneElz02hD .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneElz02hD .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneElz02hD .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneElz02hD .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneElz02hD .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneElz02hD .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneElz02hD .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneElz02hD .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneElz02hD .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneElz02hD .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneElz02hD .main-banner:before {
    display: none;
  }
  .cid-uneElz02hD .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneElz02hD .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneElz02hD H6 {
  color: #e43f3f;
}
.cid-uneElz02hD H2 {
  color: #000000;
}
.cid-uneElzxwGN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uneElzxwGN .mbr-section-title {
  color: #000000;
}
.cid-uneElzTO9x {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uneElzTO9x .container {
  padding: 0 5%;
}
.cid-uneElzTO9x #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneElzTO9x #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uneElzTO9x #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneElzTO9x #expand-button:hover {
  background-color: #7787a5;
}
.cid-uneElzTO9x .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uneElzTO9x .item:focus,
.cid-uneElzTO9x span:focus {
  outline: none;
}
.cid-uneElzTO9x .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uneElzTO9x .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uneElzTO9x .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uneElzTO9x .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uneElzTO9x .item {
    padding: 1.5rem;
  }
}
.cid-uneElzTO9x .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneElzTO9x .item .item-icon {
    margin-top: 0;
  }
}
.cid-uneElzTO9x .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uneElzTO9x .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uneElzTO9x .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uneElzTO9x .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uneElzTO9x .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneElzTO9x .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uneElzTO9x .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uneElzTO9x .item-content {
    margin-left: 0;
  }
}
.cid-uneElzTO9x .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uneElzTO9x .item-title {
  color: #ffffff;
}
.cid-uneElzTO9x .mbr-text,
.cid-uneElzTO9x .item-icon {
  color: #ffffff;
}
.cid-uneElzTO9x .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uneElzTO9x .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uneElzTO9x .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uneElzTO9x .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uneElzTO9x .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uneElzTO9x .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uneElzTO9x .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uneElzTO9x .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uneElzTO9x .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uneElzTO9x .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uneElzTO9x .article-column1 {
    padding-right: 16px;
  }
}
.cid-uneElzTO9x .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uneElzTO9x .article-column2 {
    padding-left: 16px;
  }
}
.cid-uneElzTO9x .mbr-section-subtitle,
.cid-uneElzTO9x .mbr-iconfont {
  color: #e082c5;
}
.cid-uneElzTO9x .mbr-section-subtitle {
  color: #000000;
}
.cid-uneElAyxf9 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneElAyxf9 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneElAyxf9 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneElAyxf9 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneElAyxf9 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneElAyxf9 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneElAyxf9 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneElAyxf9 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneElAyxf9 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneElAyxf9 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneElAyxf9 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneElAyxf9 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneElAyxf9 .main-banner:before {
    display: none;
  }
  .cid-uneElAyxf9 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneElAyxf9 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneElAyxf9 H6 {
  color: #e43f3f;
}
.cid-uneElAyxf9 H2 {
  color: #000000;
}
.cid-uneElAyxf9 P {
  color: #000000;
}
.cid-uneElAOUCL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uneElAOUCL #footer {
  padding: 0 0 25px 0;
}
.cid-uneElAOUCL #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uneElAOUCL #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uneElAOUCL #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uneElAOUCL #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uneElAOUCL #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uneElAOUCL #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uneElAOUCL #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uneElAOUCL #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uneElAOUCL #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uneElAOUCL #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uneElAOUCL #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uneElAOUCL #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uneElAOUCL #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uneElAOUCL #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uneElAOUCL #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uneElAOUCL #footer .copyright {
  padding-top: 30px;
}
.cid-uneElAOUCL ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uneElAOUCL H4 {
  color: #000000;
  text-align: left;
}
.cid-uneElAOUCL DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uneElAOUCL P {
  color: #e43f3f;
  text-align: left;
}
.cid-uneElAOUCL div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uneElAOUCL .copyright a {
  text-decoration: none !important;
}
.cid-uneElAOUCL .list,
.cid-uneElAOUCL .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uneElAOUCL ul li a {
  text-decoration: none !important;
}
.cid-uneElAOUCL .list {
  color: #e43f3f;
}
.cid-uneECUt0Ov {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uneECUt0Ov nav.navbar {
  position: fixed;
}
.cid-uneECUt0Ov .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-uneECUt0Ov .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uneECUt0Ov .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uneECUt0Ov .dropdown-item:hover,
.cid-uneECUt0Ov .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uneECUt0Ov .dropdown-item:hover span {
  color: white;
}
.cid-uneECUt0Ov .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uneECUt0Ov .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uneECUt0Ov .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uneECUt0Ov .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uneECUt0Ov .nav-link {
  position: relative;
}
.cid-uneECUt0Ov .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uneECUt0Ov .container {
    flex-wrap: nowrap;
  }
}
.cid-uneECUt0Ov .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uneECUt0Ov .dropdown-menu,
.cid-uneECUt0Ov .navbar.opened {
  background: #e43f3f !important;
}
.cid-uneECUt0Ov .nav-item:focus,
.cid-uneECUt0Ov .nav-link:focus {
  outline: none;
}
.cid-uneECUt0Ov .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uneECUt0Ov .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uneECUt0Ov .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uneECUt0Ov .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uneECUt0Ov .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uneECUt0Ov .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uneECUt0Ov .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uneECUt0Ov .navbar.opened {
  transition: all 0.3s;
}
.cid-uneECUt0Ov .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uneECUt0Ov .navbar .navbar-logo img {
  width: auto;
}
.cid-uneECUt0Ov .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uneECUt0Ov .navbar.collapsed {
  justify-content: center;
}
.cid-uneECUt0Ov .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uneECUt0Ov .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uneECUt0Ov .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uneECUt0Ov .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uneECUt0Ov .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uneECUt0Ov .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uneECUt0Ov .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uneECUt0Ov .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uneECUt0Ov .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uneECUt0Ov .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uneECUt0Ov .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uneECUt0Ov .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uneECUt0Ov .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uneECUt0Ov .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uneECUt0Ov .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uneECUt0Ov .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uneECUt0Ov .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uneECUt0Ov .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uneECUt0Ov .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uneECUt0Ov .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uneECUt0Ov .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uneECUt0Ov .navbar.navbar-short {
  min-height: 60px;
}
.cid-uneECUt0Ov .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uneECUt0Ov .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uneECUt0Ov .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uneECUt0Ov .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uneECUt0Ov .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uneECUt0Ov .dropdown-item.active,
.cid-uneECUt0Ov .dropdown-item:active {
  background-color: transparent;
}
.cid-uneECUt0Ov .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uneECUt0Ov .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uneECUt0Ov .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uneECUt0Ov .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uneECUt0Ov .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uneECUt0Ov .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uneECUt0Ov ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uneECUt0Ov .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uneECUt0Ov button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uneECUt0Ov button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uneECUt0Ov button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uneECUt0Ov button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneECUt0Ov button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneECUt0Ov button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uneECUt0Ov nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneECUt0Ov nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uneECUt0Ov nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uneECUt0Ov nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneECUt0Ov .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uneECUt0Ov a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uneECUt0Ov .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-uneECUt0Ov .navbar {
    height: 70px;
  }
  .cid-uneECUt0Ov .navbar.opened {
    height: auto;
  }
  .cid-uneECUt0Ov .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uneECSumyM {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneECSumyM .row {
  flex-direction: row-reverse;
}
.cid-uneECSumyM p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneECSumyM .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneECSumyM .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneECSumyM .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneECSumyM .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneECSumyM .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneECSumyM .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneECSumyM .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneECSumyM .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneECSumyM .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneECSumyM .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneECSumyM .main-banner:before {
    display: none;
  }
  .cid-uneECSumyM .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneECSumyM .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneECSumyM H6 {
  color: #e43f3f;
}
.cid-uneECSumyM H2 {
  color: #000000;
}
.cid-uneECSZ6an {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uneECSZ6an .mbr-section-title {
  color: #000000;
}
.cid-uneECThWsN {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uneECThWsN .container {
  padding: 0 5%;
}
.cid-uneECThWsN #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneECThWsN #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uneECThWsN #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneECThWsN #expand-button:hover {
  background-color: #7787a5;
}
.cid-uneECThWsN .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uneECThWsN .item:focus,
.cid-uneECThWsN span:focus {
  outline: none;
}
.cid-uneECThWsN .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uneECThWsN .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uneECThWsN .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uneECThWsN .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uneECThWsN .item {
    padding: 1.5rem;
  }
}
.cid-uneECThWsN .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneECThWsN .item .item-icon {
    margin-top: 0;
  }
}
.cid-uneECThWsN .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uneECThWsN .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uneECThWsN .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uneECThWsN .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uneECThWsN .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneECThWsN .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uneECThWsN .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uneECThWsN .item-content {
    margin-left: 0;
  }
}
.cid-uneECThWsN .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uneECThWsN .item-title {
  color: #ffffff;
}
.cid-uneECThWsN .mbr-text,
.cid-uneECThWsN .item-icon {
  color: #ffffff;
}
.cid-uneECThWsN .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uneECThWsN .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uneECThWsN .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uneECThWsN .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uneECThWsN .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uneECThWsN .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uneECThWsN .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uneECThWsN .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uneECThWsN .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uneECThWsN .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uneECThWsN .article-column1 {
    padding-right: 16px;
  }
}
.cid-uneECThWsN .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uneECThWsN .article-column2 {
    padding-left: 16px;
  }
}
.cid-uneECThWsN .mbr-section-subtitle,
.cid-uneECThWsN .mbr-iconfont {
  color: #e082c5;
}
.cid-uneECThWsN .mbr-section-subtitle {
  color: #000000;
}
.cid-uneECTT7vn {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneECTT7vn p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneECTT7vn .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneECTT7vn .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneECTT7vn .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneECTT7vn .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneECTT7vn .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneECTT7vn .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneECTT7vn .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneECTT7vn .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneECTT7vn .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneECTT7vn .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneECTT7vn .main-banner:before {
    display: none;
  }
  .cid-uneECTT7vn .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneECTT7vn .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneECTT7vn H6 {
  color: #e43f3f;
}
.cid-uneECTT7vn H2 {
  color: #000000;
}
.cid-uneECTT7vn P {
  color: #000000;
}
.cid-uneECUalQP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uneECUalQP #footer {
  padding: 0 0 25px 0;
}
.cid-uneECUalQP #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uneECUalQP #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uneECUalQP #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uneECUalQP #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uneECUalQP #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uneECUalQP #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uneECUalQP #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uneECUalQP #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uneECUalQP #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uneECUalQP #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uneECUalQP #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uneECUalQP #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uneECUalQP #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uneECUalQP #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uneECUalQP #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uneECUalQP #footer .copyright {
  padding-top: 30px;
}
.cid-uneECUalQP ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uneECUalQP H4 {
  color: #000000;
  text-align: left;
}
.cid-uneECUalQP DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uneECUalQP P {
  color: #e43f3f;
  text-align: left;
}
.cid-uneECUalQP div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uneECUalQP .copyright a {
  text-decoration: none !important;
}
.cid-uneECUalQP .list,
.cid-uneECUalQP .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uneECUalQP ul li a {
  text-decoration: none !important;
}
.cid-uneECUalQP .list {
  color: #e43f3f;
}
.cid-uneF2IcRNs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uneF2IcRNs nav.navbar {
  position: fixed;
}
.cid-uneF2IcRNs .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-uneF2IcRNs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uneF2IcRNs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uneF2IcRNs .dropdown-item:hover,
.cid-uneF2IcRNs .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uneF2IcRNs .dropdown-item:hover span {
  color: white;
}
.cid-uneF2IcRNs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uneF2IcRNs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uneF2IcRNs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uneF2IcRNs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uneF2IcRNs .nav-link {
  position: relative;
}
.cid-uneF2IcRNs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uneF2IcRNs .container {
    flex-wrap: nowrap;
  }
}
.cid-uneF2IcRNs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uneF2IcRNs .dropdown-menu,
.cid-uneF2IcRNs .navbar.opened {
  background: #e43f3f !important;
}
.cid-uneF2IcRNs .nav-item:focus,
.cid-uneF2IcRNs .nav-link:focus {
  outline: none;
}
.cid-uneF2IcRNs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uneF2IcRNs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uneF2IcRNs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uneF2IcRNs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uneF2IcRNs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uneF2IcRNs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uneF2IcRNs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uneF2IcRNs .navbar.opened {
  transition: all 0.3s;
}
.cid-uneF2IcRNs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uneF2IcRNs .navbar .navbar-logo img {
  width: auto;
}
.cid-uneF2IcRNs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uneF2IcRNs .navbar.collapsed {
  justify-content: center;
}
.cid-uneF2IcRNs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uneF2IcRNs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uneF2IcRNs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uneF2IcRNs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uneF2IcRNs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uneF2IcRNs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uneF2IcRNs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uneF2IcRNs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uneF2IcRNs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uneF2IcRNs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uneF2IcRNs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uneF2IcRNs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uneF2IcRNs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uneF2IcRNs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uneF2IcRNs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uneF2IcRNs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uneF2IcRNs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uneF2IcRNs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uneF2IcRNs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uneF2IcRNs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uneF2IcRNs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uneF2IcRNs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uneF2IcRNs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uneF2IcRNs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uneF2IcRNs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uneF2IcRNs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uneF2IcRNs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uneF2IcRNs .dropdown-item.active,
.cid-uneF2IcRNs .dropdown-item:active {
  background-color: transparent;
}
.cid-uneF2IcRNs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uneF2IcRNs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uneF2IcRNs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uneF2IcRNs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uneF2IcRNs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uneF2IcRNs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uneF2IcRNs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uneF2IcRNs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uneF2IcRNs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uneF2IcRNs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uneF2IcRNs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uneF2IcRNs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneF2IcRNs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneF2IcRNs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uneF2IcRNs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneF2IcRNs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uneF2IcRNs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uneF2IcRNs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneF2IcRNs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uneF2IcRNs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uneF2IcRNs .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-uneF2IcRNs .navbar {
    height: 70px;
  }
  .cid-uneF2IcRNs .navbar.opened {
    height: auto;
  }
  .cid-uneF2IcRNs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uneF2G4xMW {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneF2G4xMW .row {
  flex-direction: row-reverse;
}
.cid-uneF2G4xMW p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneF2G4xMW .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneF2G4xMW .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneF2G4xMW .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneF2G4xMW .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneF2G4xMW .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneF2G4xMW .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneF2G4xMW .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneF2G4xMW .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneF2G4xMW .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneF2G4xMW .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneF2G4xMW .main-banner:before {
    display: none;
  }
  .cid-uneF2G4xMW .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneF2G4xMW .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneF2G4xMW H6 {
  color: #e43f3f;
}
.cid-uneF2G4xMW H2 {
  color: #000000;
}
.cid-uneF2GzyVK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uneF2GzyVK .mbr-section-title {
  color: #000000;
}
.cid-uneF2GV2cl {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uneF2GV2cl .container {
  padding: 0 5%;
}
.cid-uneF2GV2cl #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneF2GV2cl #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uneF2GV2cl #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneF2GV2cl #expand-button:hover {
  background-color: #7787a5;
}
.cid-uneF2GV2cl .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uneF2GV2cl .item:focus,
.cid-uneF2GV2cl span:focus {
  outline: none;
}
.cid-uneF2GV2cl .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uneF2GV2cl .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uneF2GV2cl .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uneF2GV2cl .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uneF2GV2cl .item {
    padding: 1.5rem;
  }
}
.cid-uneF2GV2cl .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneF2GV2cl .item .item-icon {
    margin-top: 0;
  }
}
.cid-uneF2GV2cl .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uneF2GV2cl .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uneF2GV2cl .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uneF2GV2cl .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uneF2GV2cl .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneF2GV2cl .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uneF2GV2cl .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uneF2GV2cl .item-content {
    margin-left: 0;
  }
}
.cid-uneF2GV2cl .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uneF2GV2cl .item-title {
  color: #ffffff;
}
.cid-uneF2GV2cl .mbr-text,
.cid-uneF2GV2cl .item-icon {
  color: #ffffff;
}
.cid-uneF2GV2cl .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uneF2GV2cl .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uneF2GV2cl .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uneF2GV2cl .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uneF2GV2cl .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uneF2GV2cl .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uneF2GV2cl .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uneF2GV2cl .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uneF2GV2cl .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uneF2GV2cl .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uneF2GV2cl .article-column1 {
    padding-right: 16px;
  }
}
.cid-uneF2GV2cl .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uneF2GV2cl .article-column2 {
    padding-left: 16px;
  }
}
.cid-uneF2GV2cl .mbr-section-subtitle,
.cid-uneF2GV2cl .mbr-iconfont {
  color: #e082c5;
}
.cid-uneF2GV2cl .mbr-section-subtitle {
  color: #000000;
}
.cid-uneF2HwX5K {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneF2HwX5K p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneF2HwX5K .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneF2HwX5K .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneF2HwX5K .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneF2HwX5K .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneF2HwX5K .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneF2HwX5K .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneF2HwX5K .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneF2HwX5K .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneF2HwX5K .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneF2HwX5K .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneF2HwX5K .main-banner:before {
    display: none;
  }
  .cid-uneF2HwX5K .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneF2HwX5K .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneF2HwX5K H6 {
  color: #e43f3f;
}
.cid-uneF2HwX5K H2 {
  color: #000000;
}
.cid-uneF2HwX5K P {
  color: #000000;
}
.cid-uneF2HN9MI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uneF2HN9MI #footer {
  padding: 0 0 25px 0;
}
.cid-uneF2HN9MI #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uneF2HN9MI #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uneF2HN9MI #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uneF2HN9MI #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uneF2HN9MI #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uneF2HN9MI #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uneF2HN9MI #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uneF2HN9MI #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uneF2HN9MI #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uneF2HN9MI #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uneF2HN9MI #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uneF2HN9MI #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uneF2HN9MI #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uneF2HN9MI #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uneF2HN9MI #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uneF2HN9MI #footer .copyright {
  padding-top: 30px;
}
.cid-uneF2HN9MI ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uneF2HN9MI H4 {
  color: #000000;
  text-align: left;
}
.cid-uneF2HN9MI DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uneF2HN9MI P {
  color: #e43f3f;
  text-align: left;
}
.cid-uneF2HN9MI div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uneF2HN9MI .copyright a {
  text-decoration: none !important;
}
.cid-uneF2HN9MI .list,
.cid-uneF2HN9MI .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uneF2HN9MI ul li a {
  text-decoration: none !important;
}
.cid-uneF2HN9MI .list {
  color: #e43f3f;
}
.cid-uneFeiQiVY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uneFeiQiVY nav.navbar {
  position: fixed;
}
.cid-uneFeiQiVY .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-uneFeiQiVY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uneFeiQiVY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uneFeiQiVY .dropdown-item:hover,
.cid-uneFeiQiVY .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uneFeiQiVY .dropdown-item:hover span {
  color: white;
}
.cid-uneFeiQiVY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uneFeiQiVY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uneFeiQiVY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uneFeiQiVY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uneFeiQiVY .nav-link {
  position: relative;
}
.cid-uneFeiQiVY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uneFeiQiVY .container {
    flex-wrap: nowrap;
  }
}
.cid-uneFeiQiVY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uneFeiQiVY .dropdown-menu,
.cid-uneFeiQiVY .navbar.opened {
  background: #e43f3f !important;
}
.cid-uneFeiQiVY .nav-item:focus,
.cid-uneFeiQiVY .nav-link:focus {
  outline: none;
}
.cid-uneFeiQiVY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uneFeiQiVY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uneFeiQiVY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uneFeiQiVY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uneFeiQiVY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uneFeiQiVY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uneFeiQiVY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uneFeiQiVY .navbar.opened {
  transition: all 0.3s;
}
.cid-uneFeiQiVY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uneFeiQiVY .navbar .navbar-logo img {
  width: auto;
}
.cid-uneFeiQiVY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uneFeiQiVY .navbar.collapsed {
  justify-content: center;
}
.cid-uneFeiQiVY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uneFeiQiVY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uneFeiQiVY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uneFeiQiVY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uneFeiQiVY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uneFeiQiVY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uneFeiQiVY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uneFeiQiVY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uneFeiQiVY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uneFeiQiVY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uneFeiQiVY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uneFeiQiVY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uneFeiQiVY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uneFeiQiVY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uneFeiQiVY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uneFeiQiVY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uneFeiQiVY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uneFeiQiVY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uneFeiQiVY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uneFeiQiVY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uneFeiQiVY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uneFeiQiVY .navbar.navbar-short {
  min-height: 60px;
}
.cid-uneFeiQiVY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uneFeiQiVY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uneFeiQiVY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uneFeiQiVY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uneFeiQiVY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uneFeiQiVY .dropdown-item.active,
.cid-uneFeiQiVY .dropdown-item:active {
  background-color: transparent;
}
.cid-uneFeiQiVY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uneFeiQiVY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uneFeiQiVY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uneFeiQiVY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uneFeiQiVY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uneFeiQiVY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uneFeiQiVY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uneFeiQiVY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uneFeiQiVY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uneFeiQiVY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uneFeiQiVY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uneFeiQiVY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneFeiQiVY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneFeiQiVY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uneFeiQiVY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneFeiQiVY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uneFeiQiVY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uneFeiQiVY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneFeiQiVY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uneFeiQiVY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uneFeiQiVY .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-uneFeiQiVY .navbar {
    height: 70px;
  }
  .cid-uneFeiQiVY .navbar.opened {
    height: auto;
  }
  .cid-uneFeiQiVY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uneFegYmAl {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneFegYmAl .row {
  flex-direction: row-reverse;
}
.cid-uneFegYmAl p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneFegYmAl .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneFegYmAl .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneFegYmAl .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneFegYmAl .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneFegYmAl .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneFegYmAl .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneFegYmAl .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneFegYmAl .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneFegYmAl .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneFegYmAl .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneFegYmAl .main-banner:before {
    display: none;
  }
  .cid-uneFegYmAl .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneFegYmAl .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneFegYmAl H6 {
  color: #e43f3f;
}
.cid-uneFegYmAl H2 {
  color: #000000;
}
.cid-uneFehsfmy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uneFehsfmy .mbr-section-title {
  color: #000000;
}
.cid-uneFehIrMg {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uneFehIrMg .container {
  padding: 0 5%;
}
.cid-uneFehIrMg #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneFehIrMg #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uneFehIrMg #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneFehIrMg #expand-button:hover {
  background-color: #7787a5;
}
.cid-uneFehIrMg .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uneFehIrMg .item:focus,
.cid-uneFehIrMg span:focus {
  outline: none;
}
.cid-uneFehIrMg .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uneFehIrMg .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uneFehIrMg .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uneFehIrMg .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uneFehIrMg .item {
    padding: 1.5rem;
  }
}
.cid-uneFehIrMg .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneFehIrMg .item .item-icon {
    margin-top: 0;
  }
}
.cid-uneFehIrMg .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uneFehIrMg .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uneFehIrMg .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uneFehIrMg .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uneFehIrMg .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneFehIrMg .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uneFehIrMg .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uneFehIrMg .item-content {
    margin-left: 0;
  }
}
.cid-uneFehIrMg .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uneFehIrMg .item-title {
  color: #ffffff;
}
.cid-uneFehIrMg .mbr-text,
.cid-uneFehIrMg .item-icon {
  color: #ffffff;
}
.cid-uneFehIrMg .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uneFehIrMg .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uneFehIrMg .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uneFehIrMg .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uneFehIrMg .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uneFehIrMg .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uneFehIrMg .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uneFehIrMg .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uneFehIrMg .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uneFehIrMg .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uneFehIrMg .article-column1 {
    padding-right: 16px;
  }
}
.cid-uneFehIrMg .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uneFehIrMg .article-column2 {
    padding-left: 16px;
  }
}
.cid-uneFehIrMg .mbr-section-subtitle,
.cid-uneFehIrMg .mbr-iconfont {
  color: #e082c5;
}
.cid-uneFehIrMg .mbr-section-subtitle {
  color: #000000;
}
.cid-uneFeiiVfk {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneFeiiVfk p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneFeiiVfk .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneFeiiVfk .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneFeiiVfk .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneFeiiVfk .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneFeiiVfk .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneFeiiVfk .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneFeiiVfk .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneFeiiVfk .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneFeiiVfk .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneFeiiVfk .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneFeiiVfk .main-banner:before {
    display: none;
  }
  .cid-uneFeiiVfk .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneFeiiVfk .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneFeiiVfk H6 {
  color: #e43f3f;
}
.cid-uneFeiiVfk H2 {
  color: #000000;
}
.cid-uneFeiiVfk P {
  color: #000000;
}
.cid-uneFeix0er {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uneFeix0er #footer {
  padding: 0 0 25px 0;
}
.cid-uneFeix0er #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uneFeix0er #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uneFeix0er #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uneFeix0er #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uneFeix0er #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uneFeix0er #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uneFeix0er #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uneFeix0er #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uneFeix0er #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uneFeix0er #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uneFeix0er #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uneFeix0er #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uneFeix0er #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uneFeix0er #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uneFeix0er #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uneFeix0er #footer .copyright {
  padding-top: 30px;
}
.cid-uneFeix0er ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uneFeix0er H4 {
  color: #000000;
  text-align: left;
}
.cid-uneFeix0er DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uneFeix0er P {
  color: #e43f3f;
  text-align: left;
}
.cid-uneFeix0er div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uneFeix0er .copyright a {
  text-decoration: none !important;
}
.cid-uneFeix0er .list,
.cid-uneFeix0er .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uneFeix0er ul li a {
  text-decoration: none !important;
}
.cid-uneFeix0er .list {
  color: #e43f3f;
}
.cid-uneFoUUGuM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uneFoUUGuM nav.navbar {
  position: fixed;
}
.cid-uneFoUUGuM .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-uneFoUUGuM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uneFoUUGuM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uneFoUUGuM .dropdown-item:hover,
.cid-uneFoUUGuM .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uneFoUUGuM .dropdown-item:hover span {
  color: white;
}
.cid-uneFoUUGuM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uneFoUUGuM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uneFoUUGuM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uneFoUUGuM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uneFoUUGuM .nav-link {
  position: relative;
}
.cid-uneFoUUGuM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uneFoUUGuM .container {
    flex-wrap: nowrap;
  }
}
.cid-uneFoUUGuM .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uneFoUUGuM .dropdown-menu,
.cid-uneFoUUGuM .navbar.opened {
  background: #e43f3f !important;
}
.cid-uneFoUUGuM .nav-item:focus,
.cid-uneFoUUGuM .nav-link:focus {
  outline: none;
}
.cid-uneFoUUGuM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uneFoUUGuM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uneFoUUGuM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uneFoUUGuM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uneFoUUGuM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uneFoUUGuM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uneFoUUGuM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uneFoUUGuM .navbar.opened {
  transition: all 0.3s;
}
.cid-uneFoUUGuM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uneFoUUGuM .navbar .navbar-logo img {
  width: auto;
}
.cid-uneFoUUGuM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uneFoUUGuM .navbar.collapsed {
  justify-content: center;
}
.cid-uneFoUUGuM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uneFoUUGuM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uneFoUUGuM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uneFoUUGuM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uneFoUUGuM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uneFoUUGuM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uneFoUUGuM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uneFoUUGuM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uneFoUUGuM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uneFoUUGuM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uneFoUUGuM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uneFoUUGuM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uneFoUUGuM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uneFoUUGuM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uneFoUUGuM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uneFoUUGuM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uneFoUUGuM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uneFoUUGuM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uneFoUUGuM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uneFoUUGuM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uneFoUUGuM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uneFoUUGuM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uneFoUUGuM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uneFoUUGuM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uneFoUUGuM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uneFoUUGuM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uneFoUUGuM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uneFoUUGuM .dropdown-item.active,
.cid-uneFoUUGuM .dropdown-item:active {
  background-color: transparent;
}
.cid-uneFoUUGuM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uneFoUUGuM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uneFoUUGuM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uneFoUUGuM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uneFoUUGuM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uneFoUUGuM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uneFoUUGuM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uneFoUUGuM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uneFoUUGuM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uneFoUUGuM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uneFoUUGuM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uneFoUUGuM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneFoUUGuM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneFoUUGuM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uneFoUUGuM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneFoUUGuM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uneFoUUGuM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uneFoUUGuM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneFoUUGuM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uneFoUUGuM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uneFoUUGuM .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-uneFoUUGuM .navbar {
    height: 70px;
  }
  .cid-uneFoUUGuM .navbar.opened {
    height: auto;
  }
  .cid-uneFoUUGuM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uneFoT1Bff {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneFoT1Bff .row {
  flex-direction: row-reverse;
}
.cid-uneFoT1Bff p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneFoT1Bff .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneFoT1Bff .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneFoT1Bff .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneFoT1Bff .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneFoT1Bff .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneFoT1Bff .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneFoT1Bff .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneFoT1Bff .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneFoT1Bff .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneFoT1Bff .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneFoT1Bff .main-banner:before {
    display: none;
  }
  .cid-uneFoT1Bff .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneFoT1Bff .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneFoT1Bff H6 {
  color: #e43f3f;
}
.cid-uneFoT1Bff H2 {
  color: #000000;
}
.cid-uneFoTtEv2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uneFoTtEv2 .mbr-section-title {
  color: #000000;
}
.cid-uneFoTLPuY {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uneFoTLPuY .container {
  padding: 0 5%;
}
.cid-uneFoTLPuY #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneFoTLPuY #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uneFoTLPuY #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneFoTLPuY #expand-button:hover {
  background-color: #7787a5;
}
.cid-uneFoTLPuY .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uneFoTLPuY .item:focus,
.cid-uneFoTLPuY span:focus {
  outline: none;
}
.cid-uneFoTLPuY .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uneFoTLPuY .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uneFoTLPuY .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uneFoTLPuY .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uneFoTLPuY .item {
    padding: 1.5rem;
  }
}
.cid-uneFoTLPuY .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneFoTLPuY .item .item-icon {
    margin-top: 0;
  }
}
.cid-uneFoTLPuY .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uneFoTLPuY .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uneFoTLPuY .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uneFoTLPuY .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uneFoTLPuY .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneFoTLPuY .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uneFoTLPuY .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uneFoTLPuY .item-content {
    margin-left: 0;
  }
}
.cid-uneFoTLPuY .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uneFoTLPuY .item-title {
  color: #ffffff;
}
.cid-uneFoTLPuY .mbr-text,
.cid-uneFoTLPuY .item-icon {
  color: #ffffff;
}
.cid-uneFoTLPuY .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uneFoTLPuY .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uneFoTLPuY .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uneFoTLPuY .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uneFoTLPuY .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uneFoTLPuY .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uneFoTLPuY .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uneFoTLPuY .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uneFoTLPuY .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uneFoTLPuY .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uneFoTLPuY .article-column1 {
    padding-right: 16px;
  }
}
.cid-uneFoTLPuY .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uneFoTLPuY .article-column2 {
    padding-left: 16px;
  }
}
.cid-uneFoTLPuY .mbr-section-subtitle,
.cid-uneFoTLPuY .mbr-iconfont {
  color: #e082c5;
}
.cid-uneFoTLPuY .mbr-section-subtitle {
  color: #000000;
}
.cid-uneFoUicO7 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneFoUicO7 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneFoUicO7 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneFoUicO7 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneFoUicO7 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneFoUicO7 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneFoUicO7 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneFoUicO7 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneFoUicO7 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneFoUicO7 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneFoUicO7 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneFoUicO7 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneFoUicO7 .main-banner:before {
    display: none;
  }
  .cid-uneFoUicO7 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneFoUicO7 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneFoUicO7 H6 {
  color: #e43f3f;
}
.cid-uneFoUicO7 H2 {
  color: #000000;
}
.cid-uneFoUicO7 P {
  color: #000000;
}
.cid-uneFoUxLm1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uneFoUxLm1 #footer {
  padding: 0 0 25px 0;
}
.cid-uneFoUxLm1 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uneFoUxLm1 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uneFoUxLm1 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uneFoUxLm1 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uneFoUxLm1 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uneFoUxLm1 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uneFoUxLm1 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uneFoUxLm1 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uneFoUxLm1 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uneFoUxLm1 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uneFoUxLm1 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uneFoUxLm1 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uneFoUxLm1 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uneFoUxLm1 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uneFoUxLm1 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uneFoUxLm1 #footer .copyright {
  padding-top: 30px;
}
.cid-uneFoUxLm1 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uneFoUxLm1 H4 {
  color: #000000;
  text-align: left;
}
.cid-uneFoUxLm1 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uneFoUxLm1 P {
  color: #e43f3f;
  text-align: left;
}
.cid-uneFoUxLm1 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uneFoUxLm1 .copyright a {
  text-decoration: none !important;
}
.cid-uneFoUxLm1 .list,
.cid-uneFoUxLm1 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uneFoUxLm1 ul li a {
  text-decoration: none !important;
}
.cid-uneFoUxLm1 .list {
  color: #e43f3f;
}
.cid-uneFzxgy34 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uneFzxgy34 nav.navbar {
  position: fixed;
}
.cid-uneFzxgy34 .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-uneFzxgy34 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uneFzxgy34 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uneFzxgy34 .dropdown-item:hover,
.cid-uneFzxgy34 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uneFzxgy34 .dropdown-item:hover span {
  color: white;
}
.cid-uneFzxgy34 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uneFzxgy34 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uneFzxgy34 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uneFzxgy34 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uneFzxgy34 .nav-link {
  position: relative;
}
.cid-uneFzxgy34 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uneFzxgy34 .container {
    flex-wrap: nowrap;
  }
}
.cid-uneFzxgy34 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uneFzxgy34 .dropdown-menu,
.cid-uneFzxgy34 .navbar.opened {
  background: #e43f3f !important;
}
.cid-uneFzxgy34 .nav-item:focus,
.cid-uneFzxgy34 .nav-link:focus {
  outline: none;
}
.cid-uneFzxgy34 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uneFzxgy34 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uneFzxgy34 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uneFzxgy34 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uneFzxgy34 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uneFzxgy34 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uneFzxgy34 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uneFzxgy34 .navbar.opened {
  transition: all 0.3s;
}
.cid-uneFzxgy34 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uneFzxgy34 .navbar .navbar-logo img {
  width: auto;
}
.cid-uneFzxgy34 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uneFzxgy34 .navbar.collapsed {
  justify-content: center;
}
.cid-uneFzxgy34 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uneFzxgy34 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uneFzxgy34 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uneFzxgy34 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uneFzxgy34 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uneFzxgy34 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uneFzxgy34 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uneFzxgy34 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uneFzxgy34 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uneFzxgy34 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uneFzxgy34 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uneFzxgy34 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uneFzxgy34 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uneFzxgy34 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uneFzxgy34 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uneFzxgy34 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uneFzxgy34 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uneFzxgy34 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uneFzxgy34 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uneFzxgy34 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uneFzxgy34 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uneFzxgy34 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uneFzxgy34 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uneFzxgy34 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uneFzxgy34 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uneFzxgy34 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uneFzxgy34 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uneFzxgy34 .dropdown-item.active,
.cid-uneFzxgy34 .dropdown-item:active {
  background-color: transparent;
}
.cid-uneFzxgy34 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uneFzxgy34 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uneFzxgy34 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uneFzxgy34 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uneFzxgy34 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uneFzxgy34 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uneFzxgy34 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uneFzxgy34 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uneFzxgy34 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uneFzxgy34 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uneFzxgy34 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uneFzxgy34 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneFzxgy34 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneFzxgy34 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uneFzxgy34 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneFzxgy34 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uneFzxgy34 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uneFzxgy34 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneFzxgy34 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uneFzxgy34 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uneFzxgy34 .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-uneFzxgy34 .navbar {
    height: 70px;
  }
  .cid-uneFzxgy34 .navbar.opened {
    height: auto;
  }
  .cid-uneFzxgy34 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uneFzvjg5k {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneFzvjg5k .row {
  flex-direction: row-reverse;
}
.cid-uneFzvjg5k p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneFzvjg5k .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneFzvjg5k .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneFzvjg5k .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneFzvjg5k .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneFzvjg5k .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneFzvjg5k .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneFzvjg5k .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneFzvjg5k .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneFzvjg5k .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneFzvjg5k .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneFzvjg5k .main-banner:before {
    display: none;
  }
  .cid-uneFzvjg5k .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneFzvjg5k .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneFzvjg5k H6 {
  color: #e43f3f;
}
.cid-uneFzvjg5k H2 {
  color: #000000;
}
.cid-uneFzvQFxl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uneFzvQFxl .mbr-section-title {
  color: #000000;
}
.cid-uneFzw4566 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uneFzw4566 .container {
  padding: 0 5%;
}
.cid-uneFzw4566 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneFzw4566 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uneFzw4566 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneFzw4566 #expand-button:hover {
  background-color: #7787a5;
}
.cid-uneFzw4566 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uneFzw4566 .item:focus,
.cid-uneFzw4566 span:focus {
  outline: none;
}
.cid-uneFzw4566 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uneFzw4566 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uneFzw4566 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uneFzw4566 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uneFzw4566 .item {
    padding: 1.5rem;
  }
}
.cid-uneFzw4566 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneFzw4566 .item .item-icon {
    margin-top: 0;
  }
}
.cid-uneFzw4566 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uneFzw4566 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uneFzw4566 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uneFzw4566 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uneFzw4566 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneFzw4566 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uneFzw4566 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uneFzw4566 .item-content {
    margin-left: 0;
  }
}
.cid-uneFzw4566 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uneFzw4566 .item-title {
  color: #ffffff;
}
.cid-uneFzw4566 .mbr-text,
.cid-uneFzw4566 .item-icon {
  color: #ffffff;
}
.cid-uneFzw4566 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uneFzw4566 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uneFzw4566 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uneFzw4566 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uneFzw4566 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uneFzw4566 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uneFzw4566 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uneFzw4566 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uneFzw4566 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uneFzw4566 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uneFzw4566 .article-column1 {
    padding-right: 16px;
  }
}
.cid-uneFzw4566 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uneFzw4566 .article-column2 {
    padding-left: 16px;
  }
}
.cid-uneFzw4566 .mbr-section-subtitle,
.cid-uneFzw4566 .mbr-iconfont {
  color: #e082c5;
}
.cid-uneFzw4566 .mbr-section-subtitle {
  color: #000000;
}
.cid-uneFzwF98u {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneFzwF98u p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneFzwF98u .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneFzwF98u .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneFzwF98u .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneFzwF98u .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneFzwF98u .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneFzwF98u .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneFzwF98u .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneFzwF98u .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneFzwF98u .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneFzwF98u .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneFzwF98u .main-banner:before {
    display: none;
  }
  .cid-uneFzwF98u .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneFzwF98u .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneFzwF98u H6 {
  color: #e43f3f;
}
.cid-uneFzwF98u H2 {
  color: #000000;
}
.cid-uneFzwF98u P {
  color: #000000;
}
.cid-uneFzwUTnm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uneFzwUTnm #footer {
  padding: 0 0 25px 0;
}
.cid-uneFzwUTnm #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uneFzwUTnm #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uneFzwUTnm #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uneFzwUTnm #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uneFzwUTnm #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uneFzwUTnm #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uneFzwUTnm #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uneFzwUTnm #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uneFzwUTnm #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uneFzwUTnm #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uneFzwUTnm #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uneFzwUTnm #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uneFzwUTnm #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uneFzwUTnm #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uneFzwUTnm #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uneFzwUTnm #footer .copyright {
  padding-top: 30px;
}
.cid-uneFzwUTnm ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uneFzwUTnm H4 {
  color: #000000;
  text-align: left;
}
.cid-uneFzwUTnm DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uneFzwUTnm P {
  color: #e43f3f;
  text-align: left;
}
.cid-uneFzwUTnm div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uneFzwUTnm .copyright a {
  text-decoration: none !important;
}
.cid-uneFzwUTnm .list,
.cid-uneFzwUTnm .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uneFzwUTnm ul li a {
  text-decoration: none !important;
}
.cid-uneFzwUTnm .list {
  color: #e43f3f;
}
.cid-uneG1EBnKZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uneG1EBnKZ nav.navbar {
  position: fixed;
}
.cid-uneG1EBnKZ .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-uneG1EBnKZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uneG1EBnKZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uneG1EBnKZ .dropdown-item:hover,
.cid-uneG1EBnKZ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uneG1EBnKZ .dropdown-item:hover span {
  color: white;
}
.cid-uneG1EBnKZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uneG1EBnKZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uneG1EBnKZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uneG1EBnKZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uneG1EBnKZ .nav-link {
  position: relative;
}
.cid-uneG1EBnKZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uneG1EBnKZ .container {
    flex-wrap: nowrap;
  }
}
.cid-uneG1EBnKZ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uneG1EBnKZ .dropdown-menu,
.cid-uneG1EBnKZ .navbar.opened {
  background: #e43f3f !important;
}
.cid-uneG1EBnKZ .nav-item:focus,
.cid-uneG1EBnKZ .nav-link:focus {
  outline: none;
}
.cid-uneG1EBnKZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uneG1EBnKZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uneG1EBnKZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uneG1EBnKZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uneG1EBnKZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uneG1EBnKZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uneG1EBnKZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uneG1EBnKZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uneG1EBnKZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uneG1EBnKZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uneG1EBnKZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uneG1EBnKZ .navbar.collapsed {
  justify-content: center;
}
.cid-uneG1EBnKZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uneG1EBnKZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uneG1EBnKZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uneG1EBnKZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uneG1EBnKZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uneG1EBnKZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uneG1EBnKZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uneG1EBnKZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uneG1EBnKZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uneG1EBnKZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uneG1EBnKZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uneG1EBnKZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uneG1EBnKZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uneG1EBnKZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uneG1EBnKZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uneG1EBnKZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uneG1EBnKZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uneG1EBnKZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uneG1EBnKZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uneG1EBnKZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uneG1EBnKZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uneG1EBnKZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uneG1EBnKZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uneG1EBnKZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uneG1EBnKZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uneG1EBnKZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uneG1EBnKZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uneG1EBnKZ .dropdown-item.active,
.cid-uneG1EBnKZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uneG1EBnKZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uneG1EBnKZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uneG1EBnKZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uneG1EBnKZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uneG1EBnKZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uneG1EBnKZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uneG1EBnKZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uneG1EBnKZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uneG1EBnKZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uneG1EBnKZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uneG1EBnKZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uneG1EBnKZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneG1EBnKZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneG1EBnKZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uneG1EBnKZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneG1EBnKZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uneG1EBnKZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uneG1EBnKZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneG1EBnKZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uneG1EBnKZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uneG1EBnKZ .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-uneG1EBnKZ .navbar {
    height: 70px;
  }
  .cid-uneG1EBnKZ .navbar.opened {
    height: auto;
  }
  .cid-uneG1EBnKZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uneG1BZmDM {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneG1BZmDM .row {
  flex-direction: row-reverse;
}
.cid-uneG1BZmDM p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneG1BZmDM .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneG1BZmDM .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneG1BZmDM .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneG1BZmDM .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneG1BZmDM .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneG1BZmDM .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneG1BZmDM .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneG1BZmDM .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneG1BZmDM .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneG1BZmDM .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneG1BZmDM .main-banner:before {
    display: none;
  }
  .cid-uneG1BZmDM .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneG1BZmDM .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneG1BZmDM H6 {
  color: #e43f3f;
}
.cid-uneG1BZmDM H2 {
  color: #000000;
}
.cid-uneG1CD7Qw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uneG1CD7Qw .mbr-section-title {
  color: #000000;
}
.cid-uneG1D01QB {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uneG1D01QB .container {
  padding: 0 5%;
}
.cid-uneG1D01QB #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneG1D01QB #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uneG1D01QB #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneG1D01QB #expand-button:hover {
  background-color: #7787a5;
}
.cid-uneG1D01QB .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uneG1D01QB .item:focus,
.cid-uneG1D01QB span:focus {
  outline: none;
}
.cid-uneG1D01QB .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uneG1D01QB .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uneG1D01QB .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uneG1D01QB .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uneG1D01QB .item {
    padding: 1.5rem;
  }
}
.cid-uneG1D01QB .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneG1D01QB .item .item-icon {
    margin-top: 0;
  }
}
.cid-uneG1D01QB .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uneG1D01QB .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uneG1D01QB .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uneG1D01QB .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uneG1D01QB .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneG1D01QB .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uneG1D01QB .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uneG1D01QB .item-content {
    margin-left: 0;
  }
}
.cid-uneG1D01QB .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uneG1D01QB .item-title {
  color: #ffffff;
}
.cid-uneG1D01QB .mbr-text,
.cid-uneG1D01QB .item-icon {
  color: #ffffff;
}
.cid-uneG1D01QB .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uneG1D01QB .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uneG1D01QB .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uneG1D01QB .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uneG1D01QB .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uneG1D01QB .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uneG1D01QB .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uneG1D01QB .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uneG1D01QB .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uneG1D01QB .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uneG1D01QB .article-column1 {
    padding-right: 16px;
  }
}
.cid-uneG1D01QB .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uneG1D01QB .article-column2 {
    padding-left: 16px;
  }
}
.cid-uneG1D01QB .mbr-section-subtitle,
.cid-uneG1D01QB .mbr-iconfont {
  color: #e082c5;
}
.cid-uneG1D01QB .mbr-section-subtitle {
  color: #000000;
}
.cid-uneG1DNizk {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneG1DNizk p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneG1DNizk .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneG1DNizk .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneG1DNizk .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneG1DNizk .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneG1DNizk .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneG1DNizk .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneG1DNizk .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneG1DNizk .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneG1DNizk .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneG1DNizk .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneG1DNizk .main-banner:before {
    display: none;
  }
  .cid-uneG1DNizk .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneG1DNizk .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneG1DNizk H6 {
  color: #e43f3f;
}
.cid-uneG1DNizk H2 {
  color: #000000;
}
.cid-uneG1DNizk P {
  color: #000000;
}
.cid-uneG1E98t4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uneG1E98t4 #footer {
  padding: 0 0 25px 0;
}
.cid-uneG1E98t4 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uneG1E98t4 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uneG1E98t4 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uneG1E98t4 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uneG1E98t4 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uneG1E98t4 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uneG1E98t4 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uneG1E98t4 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uneG1E98t4 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uneG1E98t4 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uneG1E98t4 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uneG1E98t4 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uneG1E98t4 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uneG1E98t4 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uneG1E98t4 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uneG1E98t4 #footer .copyright {
  padding-top: 30px;
}
.cid-uneG1E98t4 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uneG1E98t4 H4 {
  color: #000000;
  text-align: left;
}
.cid-uneG1E98t4 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uneG1E98t4 P {
  color: #e43f3f;
  text-align: left;
}
.cid-uneG1E98t4 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uneG1E98t4 .copyright a {
  text-decoration: none !important;
}
.cid-uneG1E98t4 .list,
.cid-uneG1E98t4 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uneG1E98t4 ul li a {
  text-decoration: none !important;
}
.cid-uneG1E98t4 .list {
  color: #e43f3f;
}
.cid-uneGcpIKBk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uneGcpIKBk nav.navbar {
  position: fixed;
}
.cid-uneGcpIKBk .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-uneGcpIKBk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uneGcpIKBk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uneGcpIKBk .dropdown-item:hover,
.cid-uneGcpIKBk .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uneGcpIKBk .dropdown-item:hover span {
  color: white;
}
.cid-uneGcpIKBk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uneGcpIKBk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uneGcpIKBk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uneGcpIKBk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uneGcpIKBk .nav-link {
  position: relative;
}
.cid-uneGcpIKBk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uneGcpIKBk .container {
    flex-wrap: nowrap;
  }
}
.cid-uneGcpIKBk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uneGcpIKBk .dropdown-menu,
.cid-uneGcpIKBk .navbar.opened {
  background: #e43f3f !important;
}
.cid-uneGcpIKBk .nav-item:focus,
.cid-uneGcpIKBk .nav-link:focus {
  outline: none;
}
.cid-uneGcpIKBk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uneGcpIKBk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uneGcpIKBk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uneGcpIKBk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uneGcpIKBk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uneGcpIKBk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uneGcpIKBk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uneGcpIKBk .navbar.opened {
  transition: all 0.3s;
}
.cid-uneGcpIKBk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uneGcpIKBk .navbar .navbar-logo img {
  width: auto;
}
.cid-uneGcpIKBk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uneGcpIKBk .navbar.collapsed {
  justify-content: center;
}
.cid-uneGcpIKBk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uneGcpIKBk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uneGcpIKBk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uneGcpIKBk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uneGcpIKBk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uneGcpIKBk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uneGcpIKBk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uneGcpIKBk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uneGcpIKBk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uneGcpIKBk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uneGcpIKBk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uneGcpIKBk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uneGcpIKBk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uneGcpIKBk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uneGcpIKBk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uneGcpIKBk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uneGcpIKBk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uneGcpIKBk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uneGcpIKBk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uneGcpIKBk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uneGcpIKBk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uneGcpIKBk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uneGcpIKBk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uneGcpIKBk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uneGcpIKBk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uneGcpIKBk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uneGcpIKBk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uneGcpIKBk .dropdown-item.active,
.cid-uneGcpIKBk .dropdown-item:active {
  background-color: transparent;
}
.cid-uneGcpIKBk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uneGcpIKBk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uneGcpIKBk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uneGcpIKBk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uneGcpIKBk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uneGcpIKBk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uneGcpIKBk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uneGcpIKBk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uneGcpIKBk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uneGcpIKBk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uneGcpIKBk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uneGcpIKBk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneGcpIKBk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneGcpIKBk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uneGcpIKBk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneGcpIKBk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uneGcpIKBk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uneGcpIKBk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneGcpIKBk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uneGcpIKBk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uneGcpIKBk .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-uneGcpIKBk .navbar {
    height: 70px;
  }
  .cid-uneGcpIKBk .navbar.opened {
    height: auto;
  }
  .cid-uneGcpIKBk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uneGcnksQc {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneGcnksQc .row {
  flex-direction: row-reverse;
}
.cid-uneGcnksQc p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneGcnksQc .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneGcnksQc .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneGcnksQc .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneGcnksQc .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneGcnksQc .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneGcnksQc .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneGcnksQc .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneGcnksQc .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneGcnksQc .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneGcnksQc .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneGcnksQc .main-banner:before {
    display: none;
  }
  .cid-uneGcnksQc .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneGcnksQc .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneGcnksQc H6 {
  color: #e43f3f;
}
.cid-uneGcnksQc H2 {
  color: #000000;
}
.cid-uneGcnSv27 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uneGcnSv27 .mbr-section-title {
  color: #000000;
}
.cid-uneGcocmRf {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uneGcocmRf .container {
  padding: 0 5%;
}
.cid-uneGcocmRf #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneGcocmRf #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uneGcocmRf #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneGcocmRf #expand-button:hover {
  background-color: #7787a5;
}
.cid-uneGcocmRf .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uneGcocmRf .item:focus,
.cid-uneGcocmRf span:focus {
  outline: none;
}
.cid-uneGcocmRf .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uneGcocmRf .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uneGcocmRf .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uneGcocmRf .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uneGcocmRf .item {
    padding: 1.5rem;
  }
}
.cid-uneGcocmRf .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneGcocmRf .item .item-icon {
    margin-top: 0;
  }
}
.cid-uneGcocmRf .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uneGcocmRf .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uneGcocmRf .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uneGcocmRf .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uneGcocmRf .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneGcocmRf .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uneGcocmRf .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uneGcocmRf .item-content {
    margin-left: 0;
  }
}
.cid-uneGcocmRf .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uneGcocmRf .item-title {
  color: #ffffff;
}
.cid-uneGcocmRf .mbr-text,
.cid-uneGcocmRf .item-icon {
  color: #ffffff;
}
.cid-uneGcocmRf .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uneGcocmRf .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uneGcocmRf .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uneGcocmRf .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uneGcocmRf .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uneGcocmRf .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uneGcocmRf .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uneGcocmRf .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uneGcocmRf .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uneGcocmRf .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uneGcocmRf .article-column1 {
    padding-right: 16px;
  }
}
.cid-uneGcocmRf .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uneGcocmRf .article-column2 {
    padding-left: 16px;
  }
}
.cid-uneGcocmRf .mbr-section-subtitle,
.cid-uneGcocmRf .mbr-iconfont {
  color: #e082c5;
}
.cid-uneGcocmRf .mbr-section-subtitle {
  color: #000000;
}
.cid-uneGcoYThi {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneGcoYThi p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneGcoYThi .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneGcoYThi .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneGcoYThi .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneGcoYThi .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneGcoYThi .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneGcoYThi .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneGcoYThi .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneGcoYThi .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneGcoYThi .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneGcoYThi .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneGcoYThi .main-banner:before {
    display: none;
  }
  .cid-uneGcoYThi .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneGcoYThi .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneGcoYThi H6 {
  color: #e43f3f;
}
.cid-uneGcoYThi H2 {
  color: #000000;
}
.cid-uneGcoYThi P {
  color: #000000;
}
.cid-uneGcpiobi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uneGcpiobi #footer {
  padding: 0 0 25px 0;
}
.cid-uneGcpiobi #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uneGcpiobi #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uneGcpiobi #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uneGcpiobi #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uneGcpiobi #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uneGcpiobi #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uneGcpiobi #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uneGcpiobi #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uneGcpiobi #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uneGcpiobi #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uneGcpiobi #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uneGcpiobi #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uneGcpiobi #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uneGcpiobi #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uneGcpiobi #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uneGcpiobi #footer .copyright {
  padding-top: 30px;
}
.cid-uneGcpiobi ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uneGcpiobi H4 {
  color: #000000;
  text-align: left;
}
.cid-uneGcpiobi DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uneGcpiobi P {
  color: #e43f3f;
  text-align: left;
}
.cid-uneGcpiobi div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uneGcpiobi .copyright a {
  text-decoration: none !important;
}
.cid-uneGcpiobi .list,
.cid-uneGcpiobi .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uneGcpiobi ul li a {
  text-decoration: none !important;
}
.cid-uneGcpiobi .list {
  color: #e43f3f;
}
.cid-uneGnNV2P2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uneGnNV2P2 nav.navbar {
  position: fixed;
}
.cid-uneGnNV2P2 .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-uneGnNV2P2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uneGnNV2P2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uneGnNV2P2 .dropdown-item:hover,
.cid-uneGnNV2P2 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uneGnNV2P2 .dropdown-item:hover span {
  color: white;
}
.cid-uneGnNV2P2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uneGnNV2P2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uneGnNV2P2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uneGnNV2P2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uneGnNV2P2 .nav-link {
  position: relative;
}
.cid-uneGnNV2P2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uneGnNV2P2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uneGnNV2P2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uneGnNV2P2 .dropdown-menu,
.cid-uneGnNV2P2 .navbar.opened {
  background: #e43f3f !important;
}
.cid-uneGnNV2P2 .nav-item:focus,
.cid-uneGnNV2P2 .nav-link:focus {
  outline: none;
}
.cid-uneGnNV2P2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uneGnNV2P2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uneGnNV2P2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uneGnNV2P2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uneGnNV2P2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uneGnNV2P2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uneGnNV2P2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uneGnNV2P2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uneGnNV2P2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uneGnNV2P2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uneGnNV2P2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uneGnNV2P2 .navbar.collapsed {
  justify-content: center;
}
.cid-uneGnNV2P2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uneGnNV2P2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uneGnNV2P2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uneGnNV2P2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uneGnNV2P2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uneGnNV2P2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uneGnNV2P2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uneGnNV2P2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uneGnNV2P2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uneGnNV2P2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uneGnNV2P2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uneGnNV2P2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uneGnNV2P2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uneGnNV2P2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uneGnNV2P2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uneGnNV2P2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uneGnNV2P2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uneGnNV2P2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uneGnNV2P2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uneGnNV2P2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uneGnNV2P2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uneGnNV2P2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uneGnNV2P2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uneGnNV2P2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uneGnNV2P2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uneGnNV2P2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uneGnNV2P2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uneGnNV2P2 .dropdown-item.active,
.cid-uneGnNV2P2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uneGnNV2P2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uneGnNV2P2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uneGnNV2P2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uneGnNV2P2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uneGnNV2P2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uneGnNV2P2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uneGnNV2P2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uneGnNV2P2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uneGnNV2P2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uneGnNV2P2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uneGnNV2P2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uneGnNV2P2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneGnNV2P2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uneGnNV2P2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uneGnNV2P2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneGnNV2P2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uneGnNV2P2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uneGnNV2P2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uneGnNV2P2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uneGnNV2P2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uneGnNV2P2 .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-uneGnNV2P2 .navbar {
    height: 70px;
  }
  .cid-uneGnNV2P2 .navbar.opened {
    height: auto;
  }
  .cid-uneGnNV2P2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uneGnMcdUq {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneGnMcdUq .row {
  flex-direction: row-reverse;
}
.cid-uneGnMcdUq p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneGnMcdUq .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneGnMcdUq .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneGnMcdUq .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneGnMcdUq .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneGnMcdUq .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneGnMcdUq .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneGnMcdUq .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneGnMcdUq .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneGnMcdUq .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneGnMcdUq .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneGnMcdUq .main-banner:before {
    display: none;
  }
  .cid-uneGnMcdUq .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneGnMcdUq .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneGnMcdUq H6 {
  color: #e43f3f;
}
.cid-uneGnMcdUq H2 {
  color: #000000;
}
.cid-uneGnMDcYm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uneGnMDcYm .mbr-section-title {
  color: #000000;
}
.cid-uneGnMR3sb {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uneGnMR3sb .container {
  padding: 0 5%;
}
.cid-uneGnMR3sb #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneGnMR3sb #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uneGnMR3sb #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uneGnMR3sb #expand-button:hover {
  background-color: #7787a5;
}
.cid-uneGnMR3sb .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uneGnMR3sb .item:focus,
.cid-uneGnMR3sb span:focus {
  outline: none;
}
.cid-uneGnMR3sb .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uneGnMR3sb .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uneGnMR3sb .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uneGnMR3sb .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uneGnMR3sb .item {
    padding: 1.5rem;
  }
}
.cid-uneGnMR3sb .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneGnMR3sb .item .item-icon {
    margin-top: 0;
  }
}
.cid-uneGnMR3sb .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uneGnMR3sb .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uneGnMR3sb .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uneGnMR3sb .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uneGnMR3sb .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uneGnMR3sb .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uneGnMR3sb .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uneGnMR3sb .item-content {
    margin-left: 0;
  }
}
.cid-uneGnMR3sb .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uneGnMR3sb .item-title {
  color: #ffffff;
}
.cid-uneGnMR3sb .mbr-text,
.cid-uneGnMR3sb .item-icon {
  color: #ffffff;
}
.cid-uneGnMR3sb .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uneGnMR3sb .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uneGnMR3sb .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uneGnMR3sb .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uneGnMR3sb .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uneGnMR3sb .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uneGnMR3sb .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uneGnMR3sb .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uneGnMR3sb .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uneGnMR3sb .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uneGnMR3sb .article-column1 {
    padding-right: 16px;
  }
}
.cid-uneGnMR3sb .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uneGnMR3sb .article-column2 {
    padding-left: 16px;
  }
}
.cid-uneGnMR3sb .mbr-section-subtitle,
.cid-uneGnMR3sb .mbr-iconfont {
  color: #e082c5;
}
.cid-uneGnMR3sb .mbr-section-subtitle {
  color: #000000;
}
.cid-uneGnNpGHl {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uneGnNpGHl p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uneGnNpGHl .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uneGnNpGHl .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uneGnNpGHl .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uneGnNpGHl .main-banner .left-content {
  margin-right: 15px;
}
.cid-uneGnNpGHl .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uneGnNpGHl .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uneGnNpGHl .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uneGnNpGHl .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uneGnNpGHl .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uneGnNpGHl .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uneGnNpGHl .main-banner:before {
    display: none;
  }
  .cid-uneGnNpGHl .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uneGnNpGHl .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uneGnNpGHl H6 {
  color: #e43f3f;
}
.cid-uneGnNpGHl H2 {
  color: #000000;
}
.cid-uneGnNpGHl P {
  color: #000000;
}
.cid-uneGnNEKbb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uneGnNEKbb #footer {
  padding: 0 0 25px 0;
}
.cid-uneGnNEKbb #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uneGnNEKbb #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uneGnNEKbb #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uneGnNEKbb #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uneGnNEKbb #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uneGnNEKbb #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uneGnNEKbb #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uneGnNEKbb #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uneGnNEKbb #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uneGnNEKbb #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uneGnNEKbb #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uneGnNEKbb #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uneGnNEKbb #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uneGnNEKbb #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uneGnNEKbb #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uneGnNEKbb #footer .copyright {
  padding-top: 30px;
}
.cid-uneGnNEKbb ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uneGnNEKbb H4 {
  color: #000000;
  text-align: left;
}
.cid-uneGnNEKbb DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uneGnNEKbb P {
  color: #e43f3f;
  text-align: left;
}
.cid-uneGnNEKbb div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uneGnNEKbb .copyright a {
  text-decoration: none !important;
}
.cid-uneGnNEKbb .list,
.cid-uneGnNEKbb .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uneGnNEKbb ul li a {
  text-decoration: none !important;
}
.cid-uneGnNEKbb .list {
  color: #e43f3f;
}
.cid-unk9rdaQq3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unk9rdaQq3 nav.navbar {
  position: fixed;
}
.cid-unk9rdaQq3 .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-unk9rdaQq3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unk9rdaQq3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unk9rdaQq3 .dropdown-item:hover,
.cid-unk9rdaQq3 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unk9rdaQq3 .dropdown-item:hover span {
  color: white;
}
.cid-unk9rdaQq3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unk9rdaQq3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unk9rdaQq3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unk9rdaQq3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unk9rdaQq3 .nav-link {
  position: relative;
}
.cid-unk9rdaQq3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unk9rdaQq3 .container {
    flex-wrap: nowrap;
  }
}
.cid-unk9rdaQq3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unk9rdaQq3 .dropdown-menu,
.cid-unk9rdaQq3 .navbar.opened {
  background: #e43f3f !important;
}
.cid-unk9rdaQq3 .nav-item:focus,
.cid-unk9rdaQq3 .nav-link:focus {
  outline: none;
}
.cid-unk9rdaQq3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unk9rdaQq3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unk9rdaQq3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unk9rdaQq3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unk9rdaQq3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unk9rdaQq3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unk9rdaQq3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unk9rdaQq3 .navbar.opened {
  transition: all 0.3s;
}
.cid-unk9rdaQq3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unk9rdaQq3 .navbar .navbar-logo img {
  width: auto;
}
.cid-unk9rdaQq3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unk9rdaQq3 .navbar.collapsed {
  justify-content: center;
}
.cid-unk9rdaQq3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unk9rdaQq3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unk9rdaQq3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unk9rdaQq3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unk9rdaQq3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unk9rdaQq3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unk9rdaQq3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unk9rdaQq3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unk9rdaQq3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unk9rdaQq3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unk9rdaQq3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unk9rdaQq3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unk9rdaQq3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unk9rdaQq3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unk9rdaQq3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unk9rdaQq3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unk9rdaQq3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unk9rdaQq3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unk9rdaQq3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unk9rdaQq3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unk9rdaQq3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unk9rdaQq3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-unk9rdaQq3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unk9rdaQq3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unk9rdaQq3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unk9rdaQq3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unk9rdaQq3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unk9rdaQq3 .dropdown-item.active,
.cid-unk9rdaQq3 .dropdown-item:active {
  background-color: transparent;
}
.cid-unk9rdaQq3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unk9rdaQq3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unk9rdaQq3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unk9rdaQq3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unk9rdaQq3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unk9rdaQq3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unk9rdaQq3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unk9rdaQq3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unk9rdaQq3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unk9rdaQq3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unk9rdaQq3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unk9rdaQq3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unk9rdaQq3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unk9rdaQq3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unk9rdaQq3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unk9rdaQq3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unk9rdaQq3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unk9rdaQq3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unk9rdaQq3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unk9rdaQq3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unk9rdaQq3 .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-unk9rdaQq3 .navbar {
    height: 70px;
  }
  .cid-unk9rdaQq3 .navbar.opened {
    height: auto;
  }
  .cid-unk9rdaQq3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unk9rbsLou {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unk9rbsLou .row {
  flex-direction: row-reverse;
}
.cid-unk9rbsLou p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unk9rbsLou .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unk9rbsLou .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unk9rbsLou .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unk9rbsLou .main-banner .left-content {
  margin-right: 15px;
}
.cid-unk9rbsLou .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unk9rbsLou .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unk9rbsLou .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unk9rbsLou .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unk9rbsLou .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unk9rbsLou .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unk9rbsLou .main-banner:before {
    display: none;
  }
  .cid-unk9rbsLou .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unk9rbsLou .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unk9rbsLou H6 {
  color: #e43f3f;
}
.cid-unk9rbsLou H2 {
  color: #000000;
}
.cid-unk9rbSg4G {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unk9rbSg4G .mbr-section-title {
  color: #000000;
}
.cid-unk9rc6ajP {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unk9rc6ajP .container {
  padding: 0 5%;
}
.cid-unk9rc6ajP #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unk9rc6ajP #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unk9rc6ajP #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unk9rc6ajP #expand-button:hover {
  background-color: #7787a5;
}
.cid-unk9rc6ajP .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unk9rc6ajP .item:focus,
.cid-unk9rc6ajP span:focus {
  outline: none;
}
.cid-unk9rc6ajP .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unk9rc6ajP .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unk9rc6ajP .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unk9rc6ajP .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unk9rc6ajP .item {
    padding: 1.5rem;
  }
}
.cid-unk9rc6ajP .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unk9rc6ajP .item .item-icon {
    margin-top: 0;
  }
}
.cid-unk9rc6ajP .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unk9rc6ajP .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unk9rc6ajP .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unk9rc6ajP .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unk9rc6ajP .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unk9rc6ajP .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unk9rc6ajP .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unk9rc6ajP .item-content {
    margin-left: 0;
  }
}
.cid-unk9rc6ajP .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unk9rc6ajP .item-title {
  color: #ffffff;
}
.cid-unk9rc6ajP .mbr-text,
.cid-unk9rc6ajP .item-icon {
  color: #ffffff;
}
.cid-unk9rc6ajP .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unk9rc6ajP .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unk9rc6ajP .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unk9rc6ajP .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unk9rc6ajP .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unk9rc6ajP .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unk9rc6ajP .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unk9rc6ajP .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unk9rc6ajP .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unk9rc6ajP .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unk9rc6ajP .article-column1 {
    padding-right: 16px;
  }
}
.cid-unk9rc6ajP .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unk9rc6ajP .article-column2 {
    padding-left: 16px;
  }
}
.cid-unk9rc6ajP .mbr-section-subtitle,
.cid-unk9rc6ajP .mbr-iconfont {
  color: #e082c5;
}
.cid-unk9rc6ajP .mbr-section-subtitle {
  color: #000000;
}
.cid-unk9rcBWcU {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unk9rcBWcU p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unk9rcBWcU .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unk9rcBWcU .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unk9rcBWcU .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unk9rcBWcU .main-banner .left-content {
  margin-right: 15px;
}
.cid-unk9rcBWcU .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unk9rcBWcU .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unk9rcBWcU .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unk9rcBWcU .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unk9rcBWcU .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unk9rcBWcU .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unk9rcBWcU .main-banner:before {
    display: none;
  }
  .cid-unk9rcBWcU .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unk9rcBWcU .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unk9rcBWcU H6 {
  color: #e43f3f;
}
.cid-unk9rcBWcU H2 {
  color: #000000;
}
.cid-unk9rcBWcU P {
  color: #000000;
}
.cid-unk9rcQznH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unk9rcQznH #footer {
  padding: 0 0 25px 0;
}
.cid-unk9rcQznH #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unk9rcQznH #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unk9rcQznH #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unk9rcQznH #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unk9rcQznH #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unk9rcQznH #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unk9rcQznH #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unk9rcQznH #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unk9rcQznH #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unk9rcQznH #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unk9rcQznH #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unk9rcQznH #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unk9rcQznH #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unk9rcQznH #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unk9rcQznH #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unk9rcQznH #footer .copyright {
  padding-top: 30px;
}
.cid-unk9rcQznH ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unk9rcQznH H4 {
  color: #000000;
  text-align: left;
}
.cid-unk9rcQznH DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unk9rcQznH P {
  color: #e43f3f;
  text-align: left;
}
.cid-unk9rcQznH div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unk9rcQznH .copyright a {
  text-decoration: none !important;
}
.cid-unk9rcQznH .list,
.cid-unk9rcQznH .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unk9rcQznH ul li a {
  text-decoration: none !important;
}
.cid-unk9rcQznH .list {
  color: #e43f3f;
}
.cid-unpVQl4B6i {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unpVQl4B6i nav.navbar {
  position: fixed;
}
.cid-unpVQl4B6i .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-unpVQl4B6i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unpVQl4B6i .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unpVQl4B6i .dropdown-item:hover,
.cid-unpVQl4B6i .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unpVQl4B6i .dropdown-item:hover span {
  color: white;
}
.cid-unpVQl4B6i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unpVQl4B6i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unpVQl4B6i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unpVQl4B6i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unpVQl4B6i .nav-link {
  position: relative;
}
.cid-unpVQl4B6i .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unpVQl4B6i .container {
    flex-wrap: nowrap;
  }
}
.cid-unpVQl4B6i .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unpVQl4B6i .dropdown-menu,
.cid-unpVQl4B6i .navbar.opened {
  background: #e43f3f !important;
}
.cid-unpVQl4B6i .nav-item:focus,
.cid-unpVQl4B6i .nav-link:focus {
  outline: none;
}
.cid-unpVQl4B6i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unpVQl4B6i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unpVQl4B6i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unpVQl4B6i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unpVQl4B6i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unpVQl4B6i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unpVQl4B6i .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unpVQl4B6i .navbar.opened {
  transition: all 0.3s;
}
.cid-unpVQl4B6i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unpVQl4B6i .navbar .navbar-logo img {
  width: auto;
}
.cid-unpVQl4B6i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unpVQl4B6i .navbar.collapsed {
  justify-content: center;
}
.cid-unpVQl4B6i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unpVQl4B6i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unpVQl4B6i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unpVQl4B6i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unpVQl4B6i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unpVQl4B6i .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unpVQl4B6i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unpVQl4B6i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unpVQl4B6i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unpVQl4B6i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unpVQl4B6i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unpVQl4B6i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unpVQl4B6i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unpVQl4B6i .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unpVQl4B6i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unpVQl4B6i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unpVQl4B6i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unpVQl4B6i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unpVQl4B6i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unpVQl4B6i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unpVQl4B6i .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unpVQl4B6i .navbar.navbar-short {
  min-height: 60px;
}
.cid-unpVQl4B6i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unpVQl4B6i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unpVQl4B6i .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unpVQl4B6i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unpVQl4B6i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unpVQl4B6i .dropdown-item.active,
.cid-unpVQl4B6i .dropdown-item:active {
  background-color: transparent;
}
.cid-unpVQl4B6i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unpVQl4B6i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unpVQl4B6i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unpVQl4B6i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unpVQl4B6i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unpVQl4B6i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unpVQl4B6i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unpVQl4B6i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unpVQl4B6i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unpVQl4B6i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unpVQl4B6i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unpVQl4B6i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unpVQl4B6i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unpVQl4B6i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unpVQl4B6i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unpVQl4B6i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unpVQl4B6i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unpVQl4B6i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unpVQl4B6i .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unpVQl4B6i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unpVQl4B6i .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-unpVQl4B6i .navbar {
    height: 70px;
  }
  .cid-unpVQl4B6i .navbar.opened {
    height: auto;
  }
  .cid-unpVQl4B6i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unpVQj08Vd {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unpVQj08Vd .row {
  flex-direction: row-reverse;
}
.cid-unpVQj08Vd p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unpVQj08Vd .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unpVQj08Vd .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unpVQj08Vd .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unpVQj08Vd .main-banner .left-content {
  margin-right: 15px;
}
.cid-unpVQj08Vd .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unpVQj08Vd .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unpVQj08Vd .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unpVQj08Vd .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unpVQj08Vd .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unpVQj08Vd .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unpVQj08Vd .main-banner:before {
    display: none;
  }
  .cid-unpVQj08Vd .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unpVQj08Vd .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unpVQj08Vd H6 {
  color: #e43f3f;
}
.cid-unpVQj08Vd H2 {
  color: #000000;
}
.cid-unpVQjp1YJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unpVQjp1YJ .mbr-section-title {
  color: #000000;
}
.cid-unpVQjExJh {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unpVQjExJh .container {
  padding: 0 5%;
}
.cid-unpVQjExJh #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unpVQjExJh #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unpVQjExJh #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unpVQjExJh #expand-button:hover {
  background-color: #7787a5;
}
.cid-unpVQjExJh .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unpVQjExJh .item:focus,
.cid-unpVQjExJh span:focus {
  outline: none;
}
.cid-unpVQjExJh .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unpVQjExJh .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unpVQjExJh .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unpVQjExJh .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unpVQjExJh .item {
    padding: 1.5rem;
  }
}
.cid-unpVQjExJh .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unpVQjExJh .item .item-icon {
    margin-top: 0;
  }
}
.cid-unpVQjExJh .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unpVQjExJh .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unpVQjExJh .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unpVQjExJh .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unpVQjExJh .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unpVQjExJh .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unpVQjExJh .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unpVQjExJh .item-content {
    margin-left: 0;
  }
}
.cid-unpVQjExJh .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unpVQjExJh .item-title {
  color: #ffffff;
}
.cid-unpVQjExJh .mbr-text,
.cid-unpVQjExJh .item-icon {
  color: #ffffff;
}
.cid-unpVQjExJh .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unpVQjExJh .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unpVQjExJh .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unpVQjExJh .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unpVQjExJh .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unpVQjExJh .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unpVQjExJh .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unpVQjExJh .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unpVQjExJh .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unpVQjExJh .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unpVQjExJh .article-column1 {
    padding-right: 16px;
  }
}
.cid-unpVQjExJh .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unpVQjExJh .article-column2 {
    padding-left: 16px;
  }
}
.cid-unpVQjExJh .mbr-section-subtitle,
.cid-unpVQjExJh .mbr-iconfont {
  color: #e082c5;
}
.cid-unpVQjExJh .mbr-section-subtitle {
  color: #000000;
}
.cid-unpVQkglHb {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unpVQkglHb p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unpVQkglHb .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unpVQkglHb .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unpVQkglHb .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unpVQkglHb .main-banner .left-content {
  margin-right: 15px;
}
.cid-unpVQkglHb .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unpVQkglHb .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unpVQkglHb .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unpVQkglHb .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unpVQkglHb .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unpVQkglHb .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unpVQkglHb .main-banner:before {
    display: none;
  }
  .cid-unpVQkglHb .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unpVQkglHb .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unpVQkglHb H6 {
  color: #e43f3f;
}
.cid-unpVQkglHb H2 {
  color: #000000;
}
.cid-unpVQkglHb P {
  color: #000000;
}
.cid-unpVQkEtxU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unpVQkEtxU #footer {
  padding: 0 0 25px 0;
}
.cid-unpVQkEtxU #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unpVQkEtxU #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unpVQkEtxU #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unpVQkEtxU #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unpVQkEtxU #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unpVQkEtxU #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unpVQkEtxU #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unpVQkEtxU #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unpVQkEtxU #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unpVQkEtxU #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unpVQkEtxU #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unpVQkEtxU #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unpVQkEtxU #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unpVQkEtxU #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unpVQkEtxU #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unpVQkEtxU #footer .copyright {
  padding-top: 30px;
}
.cid-unpVQkEtxU ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unpVQkEtxU H4 {
  color: #000000;
  text-align: left;
}
.cid-unpVQkEtxU DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unpVQkEtxU P {
  color: #e43f3f;
  text-align: left;
}
.cid-unpVQkEtxU div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unpVQkEtxU .copyright a {
  text-decoration: none !important;
}
.cid-unpVQkEtxU .list,
.cid-unpVQkEtxU .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unpVQkEtxU ul li a {
  text-decoration: none !important;
}
.cid-unpVQkEtxU .list {
  color: #e43f3f;
}
.cid-unpWoPitBa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unpWoPitBa nav.navbar {
  position: fixed;
}
.cid-unpWoPitBa .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-unpWoPitBa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unpWoPitBa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unpWoPitBa .dropdown-item:hover,
.cid-unpWoPitBa .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unpWoPitBa .dropdown-item:hover span {
  color: white;
}
.cid-unpWoPitBa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unpWoPitBa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unpWoPitBa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unpWoPitBa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unpWoPitBa .nav-link {
  position: relative;
}
.cid-unpWoPitBa .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unpWoPitBa .container {
    flex-wrap: nowrap;
  }
}
.cid-unpWoPitBa .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unpWoPitBa .dropdown-menu,
.cid-unpWoPitBa .navbar.opened {
  background: #e43f3f !important;
}
.cid-unpWoPitBa .nav-item:focus,
.cid-unpWoPitBa .nav-link:focus {
  outline: none;
}
.cid-unpWoPitBa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unpWoPitBa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unpWoPitBa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unpWoPitBa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unpWoPitBa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unpWoPitBa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unpWoPitBa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unpWoPitBa .navbar.opened {
  transition: all 0.3s;
}
.cid-unpWoPitBa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unpWoPitBa .navbar .navbar-logo img {
  width: auto;
}
.cid-unpWoPitBa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unpWoPitBa .navbar.collapsed {
  justify-content: center;
}
.cid-unpWoPitBa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unpWoPitBa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unpWoPitBa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unpWoPitBa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unpWoPitBa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unpWoPitBa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unpWoPitBa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unpWoPitBa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unpWoPitBa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unpWoPitBa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unpWoPitBa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unpWoPitBa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unpWoPitBa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unpWoPitBa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unpWoPitBa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unpWoPitBa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unpWoPitBa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unpWoPitBa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unpWoPitBa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unpWoPitBa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unpWoPitBa .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unpWoPitBa .navbar.navbar-short {
  min-height: 60px;
}
.cid-unpWoPitBa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unpWoPitBa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unpWoPitBa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unpWoPitBa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unpWoPitBa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unpWoPitBa .dropdown-item.active,
.cid-unpWoPitBa .dropdown-item:active {
  background-color: transparent;
}
.cid-unpWoPitBa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unpWoPitBa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unpWoPitBa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unpWoPitBa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unpWoPitBa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unpWoPitBa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unpWoPitBa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unpWoPitBa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unpWoPitBa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unpWoPitBa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unpWoPitBa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unpWoPitBa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unpWoPitBa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unpWoPitBa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unpWoPitBa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unpWoPitBa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unpWoPitBa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unpWoPitBa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unpWoPitBa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unpWoPitBa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unpWoPitBa .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-unpWoPitBa .navbar {
    height: 70px;
  }
  .cid-unpWoPitBa .navbar.opened {
    height: auto;
  }
  .cid-unpWoPitBa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unpWoNvide {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unpWoNvide .row {
  flex-direction: row-reverse;
}
.cid-unpWoNvide p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unpWoNvide .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unpWoNvide .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unpWoNvide .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unpWoNvide .main-banner .left-content {
  margin-right: 15px;
}
.cid-unpWoNvide .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unpWoNvide .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unpWoNvide .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unpWoNvide .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unpWoNvide .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unpWoNvide .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unpWoNvide .main-banner:before {
    display: none;
  }
  .cid-unpWoNvide .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unpWoNvide .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unpWoNvide H6 {
  color: #e43f3f;
}
.cid-unpWoNvide H2 {
  color: #000000;
}
.cid-unpWoNVXXG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unpWoNVXXG .mbr-section-title {
  color: #000000;
}
.cid-unpWoOdhSG {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unpWoOdhSG .container {
  padding: 0 5%;
}
.cid-unpWoOdhSG #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unpWoOdhSG #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unpWoOdhSG #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unpWoOdhSG #expand-button:hover {
  background-color: #7787a5;
}
.cid-unpWoOdhSG .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unpWoOdhSG .item:focus,
.cid-unpWoOdhSG span:focus {
  outline: none;
}
.cid-unpWoOdhSG .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unpWoOdhSG .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unpWoOdhSG .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unpWoOdhSG .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unpWoOdhSG .item {
    padding: 1.5rem;
  }
}
.cid-unpWoOdhSG .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unpWoOdhSG .item .item-icon {
    margin-top: 0;
  }
}
.cid-unpWoOdhSG .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unpWoOdhSG .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unpWoOdhSG .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unpWoOdhSG .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unpWoOdhSG .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unpWoOdhSG .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unpWoOdhSG .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unpWoOdhSG .item-content {
    margin-left: 0;
  }
}
.cid-unpWoOdhSG .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unpWoOdhSG .item-title {
  color: #ffffff;
}
.cid-unpWoOdhSG .mbr-text,
.cid-unpWoOdhSG .item-icon {
  color: #ffffff;
}
.cid-unpWoOdhSG .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unpWoOdhSG .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unpWoOdhSG .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unpWoOdhSG .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unpWoOdhSG .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unpWoOdhSG .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unpWoOdhSG .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unpWoOdhSG .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unpWoOdhSG .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unpWoOdhSG .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unpWoOdhSG .article-column1 {
    padding-right: 16px;
  }
}
.cid-unpWoOdhSG .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unpWoOdhSG .article-column2 {
    padding-left: 16px;
  }
}
.cid-unpWoOdhSG .mbr-section-subtitle,
.cid-unpWoOdhSG .mbr-iconfont {
  color: #e082c5;
}
.cid-unpWoOdhSG .mbr-section-subtitle {
  color: #000000;
}
.cid-unpWoOKH7f {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unpWoOKH7f p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unpWoOKH7f .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unpWoOKH7f .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unpWoOKH7f .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unpWoOKH7f .main-banner .left-content {
  margin-right: 15px;
}
.cid-unpWoOKH7f .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unpWoOKH7f .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unpWoOKH7f .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unpWoOKH7f .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unpWoOKH7f .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unpWoOKH7f .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unpWoOKH7f .main-banner:before {
    display: none;
  }
  .cid-unpWoOKH7f .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unpWoOKH7f .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unpWoOKH7f H6 {
  color: #e43f3f;
}
.cid-unpWoOKH7f H2 {
  color: #000000;
}
.cid-unpWoOKH7f P {
  color: #000000;
}
.cid-unpWoOYvq2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unpWoOYvq2 #footer {
  padding: 0 0 25px 0;
}
.cid-unpWoOYvq2 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unpWoOYvq2 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unpWoOYvq2 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unpWoOYvq2 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unpWoOYvq2 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unpWoOYvq2 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unpWoOYvq2 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unpWoOYvq2 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unpWoOYvq2 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unpWoOYvq2 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unpWoOYvq2 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unpWoOYvq2 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unpWoOYvq2 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unpWoOYvq2 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unpWoOYvq2 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unpWoOYvq2 #footer .copyright {
  padding-top: 30px;
}
.cid-unpWoOYvq2 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unpWoOYvq2 H4 {
  color: #000000;
  text-align: left;
}
.cid-unpWoOYvq2 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unpWoOYvq2 P {
  color: #e43f3f;
  text-align: left;
}
.cid-unpWoOYvq2 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unpWoOYvq2 .copyright a {
  text-decoration: none !important;
}
.cid-unpWoOYvq2 .list,
.cid-unpWoOYvq2 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unpWoOYvq2 ul li a {
  text-decoration: none !important;
}
.cid-unpWoOYvq2 .list {
  color: #e43f3f;
}
.cid-unpWAK7Gnx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unpWAK7Gnx nav.navbar {
  position: fixed;
}
.cid-unpWAK7Gnx .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-unpWAK7Gnx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unpWAK7Gnx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unpWAK7Gnx .dropdown-item:hover,
.cid-unpWAK7Gnx .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unpWAK7Gnx .dropdown-item:hover span {
  color: white;
}
.cid-unpWAK7Gnx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unpWAK7Gnx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unpWAK7Gnx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unpWAK7Gnx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unpWAK7Gnx .nav-link {
  position: relative;
}
.cid-unpWAK7Gnx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unpWAK7Gnx .container {
    flex-wrap: nowrap;
  }
}
.cid-unpWAK7Gnx .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unpWAK7Gnx .dropdown-menu,
.cid-unpWAK7Gnx .navbar.opened {
  background: #e43f3f !important;
}
.cid-unpWAK7Gnx .nav-item:focus,
.cid-unpWAK7Gnx .nav-link:focus {
  outline: none;
}
.cid-unpWAK7Gnx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unpWAK7Gnx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unpWAK7Gnx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unpWAK7Gnx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unpWAK7Gnx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unpWAK7Gnx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unpWAK7Gnx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unpWAK7Gnx .navbar.opened {
  transition: all 0.3s;
}
.cid-unpWAK7Gnx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unpWAK7Gnx .navbar .navbar-logo img {
  width: auto;
}
.cid-unpWAK7Gnx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unpWAK7Gnx .navbar.collapsed {
  justify-content: center;
}
.cid-unpWAK7Gnx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unpWAK7Gnx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unpWAK7Gnx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unpWAK7Gnx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unpWAK7Gnx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unpWAK7Gnx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unpWAK7Gnx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unpWAK7Gnx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unpWAK7Gnx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unpWAK7Gnx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unpWAK7Gnx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unpWAK7Gnx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unpWAK7Gnx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unpWAK7Gnx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unpWAK7Gnx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unpWAK7Gnx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unpWAK7Gnx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unpWAK7Gnx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unpWAK7Gnx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unpWAK7Gnx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unpWAK7Gnx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unpWAK7Gnx .navbar.navbar-short {
  min-height: 60px;
}
.cid-unpWAK7Gnx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unpWAK7Gnx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unpWAK7Gnx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unpWAK7Gnx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unpWAK7Gnx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unpWAK7Gnx .dropdown-item.active,
.cid-unpWAK7Gnx .dropdown-item:active {
  background-color: transparent;
}
.cid-unpWAK7Gnx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unpWAK7Gnx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unpWAK7Gnx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unpWAK7Gnx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unpWAK7Gnx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unpWAK7Gnx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unpWAK7Gnx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unpWAK7Gnx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unpWAK7Gnx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unpWAK7Gnx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unpWAK7Gnx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unpWAK7Gnx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unpWAK7Gnx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unpWAK7Gnx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unpWAK7Gnx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unpWAK7Gnx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unpWAK7Gnx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unpWAK7Gnx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unpWAK7Gnx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unpWAK7Gnx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unpWAK7Gnx .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-unpWAK7Gnx .navbar {
    height: 70px;
  }
  .cid-unpWAK7Gnx .navbar.opened {
    height: auto;
  }
  .cid-unpWAK7Gnx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unpWAInkzY {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unpWAInkzY .row {
  flex-direction: row-reverse;
}
.cid-unpWAInkzY p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unpWAInkzY .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unpWAInkzY .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unpWAInkzY .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unpWAInkzY .main-banner .left-content {
  margin-right: 15px;
}
.cid-unpWAInkzY .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unpWAInkzY .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unpWAInkzY .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unpWAInkzY .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unpWAInkzY .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unpWAInkzY .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unpWAInkzY .main-banner:before {
    display: none;
  }
  .cid-unpWAInkzY .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unpWAInkzY .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unpWAInkzY H6 {
  color: #e43f3f;
}
.cid-unpWAInkzY H2 {
  color: #000000;
}
.cid-unpWAIPn5c {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unpWAIPn5c .mbr-section-title {
  color: #000000;
}
.cid-unpWAJ2Vqp {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unpWAJ2Vqp .container {
  padding: 0 5%;
}
.cid-unpWAJ2Vqp #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unpWAJ2Vqp #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unpWAJ2Vqp #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unpWAJ2Vqp #expand-button:hover {
  background-color: #7787a5;
}
.cid-unpWAJ2Vqp .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unpWAJ2Vqp .item:focus,
.cid-unpWAJ2Vqp span:focus {
  outline: none;
}
.cid-unpWAJ2Vqp .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unpWAJ2Vqp .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unpWAJ2Vqp .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unpWAJ2Vqp .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unpWAJ2Vqp .item {
    padding: 1.5rem;
  }
}
.cid-unpWAJ2Vqp .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unpWAJ2Vqp .item .item-icon {
    margin-top: 0;
  }
}
.cid-unpWAJ2Vqp .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unpWAJ2Vqp .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unpWAJ2Vqp .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unpWAJ2Vqp .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unpWAJ2Vqp .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unpWAJ2Vqp .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unpWAJ2Vqp .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unpWAJ2Vqp .item-content {
    margin-left: 0;
  }
}
.cid-unpWAJ2Vqp .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unpWAJ2Vqp .item-title {
  color: #ffffff;
}
.cid-unpWAJ2Vqp .mbr-text,
.cid-unpWAJ2Vqp .item-icon {
  color: #ffffff;
}
.cid-unpWAJ2Vqp .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unpWAJ2Vqp .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unpWAJ2Vqp .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unpWAJ2Vqp .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unpWAJ2Vqp .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unpWAJ2Vqp .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unpWAJ2Vqp .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unpWAJ2Vqp .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unpWAJ2Vqp .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unpWAJ2Vqp .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unpWAJ2Vqp .article-column1 {
    padding-right: 16px;
  }
}
.cid-unpWAJ2Vqp .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unpWAJ2Vqp .article-column2 {
    padding-left: 16px;
  }
}
.cid-unpWAJ2Vqp .mbr-section-subtitle,
.cid-unpWAJ2Vqp .mbr-iconfont {
  color: #e082c5;
}
.cid-unpWAJ2Vqp .mbr-section-subtitle {
  color: #000000;
}
.cid-unpWAJyyJR {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unpWAJyyJR p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unpWAJyyJR .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unpWAJyyJR .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unpWAJyyJR .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unpWAJyyJR .main-banner .left-content {
  margin-right: 15px;
}
.cid-unpWAJyyJR .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unpWAJyyJR .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unpWAJyyJR .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unpWAJyyJR .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unpWAJyyJR .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unpWAJyyJR .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unpWAJyyJR .main-banner:before {
    display: none;
  }
  .cid-unpWAJyyJR .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unpWAJyyJR .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unpWAJyyJR H6 {
  color: #e43f3f;
}
.cid-unpWAJyyJR H2 {
  color: #000000;
}
.cid-unpWAJyyJR P {
  color: #000000;
}
.cid-unpWAJPZtC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unpWAJPZtC #footer {
  padding: 0 0 25px 0;
}
.cid-unpWAJPZtC #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unpWAJPZtC #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unpWAJPZtC #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unpWAJPZtC #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unpWAJPZtC #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unpWAJPZtC #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unpWAJPZtC #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unpWAJPZtC #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unpWAJPZtC #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unpWAJPZtC #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unpWAJPZtC #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unpWAJPZtC #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unpWAJPZtC #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unpWAJPZtC #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unpWAJPZtC #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unpWAJPZtC #footer .copyright {
  padding-top: 30px;
}
.cid-unpWAJPZtC ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unpWAJPZtC H4 {
  color: #000000;
  text-align: left;
}
.cid-unpWAJPZtC DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unpWAJPZtC P {
  color: #e43f3f;
  text-align: left;
}
.cid-unpWAJPZtC div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unpWAJPZtC .copyright a {
  text-decoration: none !important;
}
.cid-unpWAJPZtC .list,
.cid-unpWAJPZtC .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unpWAJPZtC ul li a {
  text-decoration: none !important;
}
.cid-unpWAJPZtC .list {
  color: #e43f3f;
}
.cid-unpYsv1mqa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unpYsv1mqa nav.navbar {
  position: fixed;
}
.cid-unpYsv1mqa .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-unpYsv1mqa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unpYsv1mqa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unpYsv1mqa .dropdown-item:hover,
.cid-unpYsv1mqa .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unpYsv1mqa .dropdown-item:hover span {
  color: white;
}
.cid-unpYsv1mqa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unpYsv1mqa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unpYsv1mqa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unpYsv1mqa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unpYsv1mqa .nav-link {
  position: relative;
}
.cid-unpYsv1mqa .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unpYsv1mqa .container {
    flex-wrap: nowrap;
  }
}
.cid-unpYsv1mqa .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unpYsv1mqa .dropdown-menu,
.cid-unpYsv1mqa .navbar.opened {
  background: #e43f3f !important;
}
.cid-unpYsv1mqa .nav-item:focus,
.cid-unpYsv1mqa .nav-link:focus {
  outline: none;
}
.cid-unpYsv1mqa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unpYsv1mqa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unpYsv1mqa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unpYsv1mqa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unpYsv1mqa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unpYsv1mqa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unpYsv1mqa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unpYsv1mqa .navbar.opened {
  transition: all 0.3s;
}
.cid-unpYsv1mqa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unpYsv1mqa .navbar .navbar-logo img {
  width: auto;
}
.cid-unpYsv1mqa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unpYsv1mqa .navbar.collapsed {
  justify-content: center;
}
.cid-unpYsv1mqa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unpYsv1mqa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unpYsv1mqa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unpYsv1mqa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unpYsv1mqa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unpYsv1mqa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unpYsv1mqa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unpYsv1mqa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unpYsv1mqa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unpYsv1mqa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unpYsv1mqa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unpYsv1mqa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unpYsv1mqa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unpYsv1mqa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unpYsv1mqa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unpYsv1mqa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unpYsv1mqa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unpYsv1mqa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unpYsv1mqa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unpYsv1mqa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unpYsv1mqa .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unpYsv1mqa .navbar.navbar-short {
  min-height: 60px;
}
.cid-unpYsv1mqa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unpYsv1mqa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unpYsv1mqa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unpYsv1mqa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unpYsv1mqa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unpYsv1mqa .dropdown-item.active,
.cid-unpYsv1mqa .dropdown-item:active {
  background-color: transparent;
}
.cid-unpYsv1mqa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unpYsv1mqa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unpYsv1mqa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unpYsv1mqa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unpYsv1mqa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unpYsv1mqa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unpYsv1mqa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unpYsv1mqa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unpYsv1mqa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unpYsv1mqa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unpYsv1mqa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unpYsv1mqa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unpYsv1mqa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unpYsv1mqa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unpYsv1mqa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unpYsv1mqa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unpYsv1mqa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unpYsv1mqa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unpYsv1mqa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unpYsv1mqa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unpYsv1mqa .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-unpYsv1mqa .navbar {
    height: 70px;
  }
  .cid-unpYsv1mqa .navbar.opened {
    height: auto;
  }
  .cid-unpYsv1mqa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unpYstgQI6 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unpYstgQI6 .row {
  flex-direction: row-reverse;
}
.cid-unpYstgQI6 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unpYstgQI6 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unpYstgQI6 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unpYstgQI6 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unpYstgQI6 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unpYstgQI6 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unpYstgQI6 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unpYstgQI6 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unpYstgQI6 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unpYstgQI6 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unpYstgQI6 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unpYstgQI6 .main-banner:before {
    display: none;
  }
  .cid-unpYstgQI6 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unpYstgQI6 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unpYstgQI6 H6 {
  color: #e43f3f;
}
.cid-unpYstgQI6 H2 {
  color: #000000;
}
.cid-unpYstGxxI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unpYstGxxI .mbr-section-title {
  color: #000000;
}
.cid-unpYstYGf9 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unpYstYGf9 .container {
  padding: 0 5%;
}
.cid-unpYstYGf9 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unpYstYGf9 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unpYstYGf9 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unpYstYGf9 #expand-button:hover {
  background-color: #7787a5;
}
.cid-unpYstYGf9 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unpYstYGf9 .item:focus,
.cid-unpYstYGf9 span:focus {
  outline: none;
}
.cid-unpYstYGf9 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unpYstYGf9 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unpYstYGf9 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unpYstYGf9 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unpYstYGf9 .item {
    padding: 1.5rem;
  }
}
.cid-unpYstYGf9 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unpYstYGf9 .item .item-icon {
    margin-top: 0;
  }
}
.cid-unpYstYGf9 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unpYstYGf9 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unpYstYGf9 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unpYstYGf9 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unpYstYGf9 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unpYstYGf9 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unpYstYGf9 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unpYstYGf9 .item-content {
    margin-left: 0;
  }
}
.cid-unpYstYGf9 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unpYstYGf9 .item-title {
  color: #ffffff;
}
.cid-unpYstYGf9 .mbr-text,
.cid-unpYstYGf9 .item-icon {
  color: #ffffff;
}
.cid-unpYstYGf9 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unpYstYGf9 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unpYstYGf9 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unpYstYGf9 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unpYstYGf9 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unpYstYGf9 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unpYstYGf9 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unpYstYGf9 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unpYstYGf9 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unpYstYGf9 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unpYstYGf9 .article-column1 {
    padding-right: 16px;
  }
}
.cid-unpYstYGf9 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unpYstYGf9 .article-column2 {
    padding-left: 16px;
  }
}
.cid-unpYstYGf9 .mbr-section-subtitle,
.cid-unpYstYGf9 .mbr-iconfont {
  color: #e082c5;
}
.cid-unpYstYGf9 .mbr-section-subtitle {
  color: #000000;
}
.cid-unpYsuuQRs {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unpYsuuQRs p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unpYsuuQRs .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unpYsuuQRs .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unpYsuuQRs .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unpYsuuQRs .main-banner .left-content {
  margin-right: 15px;
}
.cid-unpYsuuQRs .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unpYsuuQRs .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unpYsuuQRs .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unpYsuuQRs .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unpYsuuQRs .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unpYsuuQRs .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unpYsuuQRs .main-banner:before {
    display: none;
  }
  .cid-unpYsuuQRs .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unpYsuuQRs .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unpYsuuQRs H6 {
  color: #e43f3f;
}
.cid-unpYsuuQRs H2 {
  color: #000000;
}
.cid-unpYsuuQRs P {
  color: #000000;
}
.cid-unpYsuHvRw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unpYsuHvRw #footer {
  padding: 0 0 25px 0;
}
.cid-unpYsuHvRw #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unpYsuHvRw #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unpYsuHvRw #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unpYsuHvRw #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unpYsuHvRw #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unpYsuHvRw #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unpYsuHvRw #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unpYsuHvRw #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unpYsuHvRw #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unpYsuHvRw #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unpYsuHvRw #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unpYsuHvRw #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unpYsuHvRw #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unpYsuHvRw #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unpYsuHvRw #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unpYsuHvRw #footer .copyright {
  padding-top: 30px;
}
.cid-unpYsuHvRw ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unpYsuHvRw H4 {
  color: #000000;
  text-align: left;
}
.cid-unpYsuHvRw DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unpYsuHvRw P {
  color: #e43f3f;
  text-align: left;
}
.cid-unpYsuHvRw div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unpYsuHvRw .copyright a {
  text-decoration: none !important;
}
.cid-unpYsuHvRw .list,
.cid-unpYsuHvRw .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unpYsuHvRw ul li a {
  text-decoration: none !important;
}
.cid-unpYsuHvRw .list {
  color: #e43f3f;
}
.cid-unpYIDOoHp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unpYIDOoHp nav.navbar {
  position: fixed;
}
.cid-unpYIDOoHp .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-unpYIDOoHp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unpYIDOoHp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unpYIDOoHp .dropdown-item:hover,
.cid-unpYIDOoHp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unpYIDOoHp .dropdown-item:hover span {
  color: white;
}
.cid-unpYIDOoHp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unpYIDOoHp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unpYIDOoHp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unpYIDOoHp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unpYIDOoHp .nav-link {
  position: relative;
}
.cid-unpYIDOoHp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unpYIDOoHp .container {
    flex-wrap: nowrap;
  }
}
.cid-unpYIDOoHp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unpYIDOoHp .dropdown-menu,
.cid-unpYIDOoHp .navbar.opened {
  background: #e43f3f !important;
}
.cid-unpYIDOoHp .nav-item:focus,
.cid-unpYIDOoHp .nav-link:focus {
  outline: none;
}
.cid-unpYIDOoHp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unpYIDOoHp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unpYIDOoHp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unpYIDOoHp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unpYIDOoHp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unpYIDOoHp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unpYIDOoHp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unpYIDOoHp .navbar.opened {
  transition: all 0.3s;
}
.cid-unpYIDOoHp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unpYIDOoHp .navbar .navbar-logo img {
  width: auto;
}
.cid-unpYIDOoHp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unpYIDOoHp .navbar.collapsed {
  justify-content: center;
}
.cid-unpYIDOoHp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unpYIDOoHp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unpYIDOoHp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unpYIDOoHp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unpYIDOoHp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unpYIDOoHp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unpYIDOoHp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unpYIDOoHp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unpYIDOoHp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unpYIDOoHp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unpYIDOoHp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unpYIDOoHp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unpYIDOoHp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unpYIDOoHp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unpYIDOoHp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unpYIDOoHp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unpYIDOoHp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unpYIDOoHp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unpYIDOoHp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unpYIDOoHp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unpYIDOoHp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unpYIDOoHp .navbar.navbar-short {
  min-height: 60px;
}
.cid-unpYIDOoHp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unpYIDOoHp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unpYIDOoHp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unpYIDOoHp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unpYIDOoHp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unpYIDOoHp .dropdown-item.active,
.cid-unpYIDOoHp .dropdown-item:active {
  background-color: transparent;
}
.cid-unpYIDOoHp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unpYIDOoHp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unpYIDOoHp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unpYIDOoHp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unpYIDOoHp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unpYIDOoHp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unpYIDOoHp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unpYIDOoHp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unpYIDOoHp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unpYIDOoHp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unpYIDOoHp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unpYIDOoHp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unpYIDOoHp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unpYIDOoHp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unpYIDOoHp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unpYIDOoHp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unpYIDOoHp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unpYIDOoHp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unpYIDOoHp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unpYIDOoHp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unpYIDOoHp .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-unpYIDOoHp .navbar {
    height: 70px;
  }
  .cid-unpYIDOoHp .navbar.opened {
    height: auto;
  }
  .cid-unpYIDOoHp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unpYIC1QG0 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unpYIC1QG0 .row {
  flex-direction: row-reverse;
}
.cid-unpYIC1QG0 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unpYIC1QG0 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unpYIC1QG0 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unpYIC1QG0 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unpYIC1QG0 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unpYIC1QG0 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unpYIC1QG0 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unpYIC1QG0 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unpYIC1QG0 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unpYIC1QG0 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unpYIC1QG0 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unpYIC1QG0 .main-banner:before {
    display: none;
  }
  .cid-unpYIC1QG0 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unpYIC1QG0 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unpYIC1QG0 H6 {
  color: #e43f3f;
}
.cid-unpYIC1QG0 H2 {
  color: #000000;
}
.cid-unpYICqIPm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unpYICqIPm .mbr-section-title {
  color: #000000;
}
.cid-unpYICKCfq {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unpYICKCfq .container {
  padding: 0 5%;
}
.cid-unpYICKCfq #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unpYICKCfq #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unpYICKCfq #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unpYICKCfq #expand-button:hover {
  background-color: #7787a5;
}
.cid-unpYICKCfq .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unpYICKCfq .item:focus,
.cid-unpYICKCfq span:focus {
  outline: none;
}
.cid-unpYICKCfq .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unpYICKCfq .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unpYICKCfq .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unpYICKCfq .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unpYICKCfq .item {
    padding: 1.5rem;
  }
}
.cid-unpYICKCfq .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unpYICKCfq .item .item-icon {
    margin-top: 0;
  }
}
.cid-unpYICKCfq .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unpYICKCfq .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unpYICKCfq .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unpYICKCfq .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unpYICKCfq .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unpYICKCfq .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unpYICKCfq .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unpYICKCfq .item-content {
    margin-left: 0;
  }
}
.cid-unpYICKCfq .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unpYICKCfq .item-title {
  color: #ffffff;
}
.cid-unpYICKCfq .mbr-text,
.cid-unpYICKCfq .item-icon {
  color: #ffffff;
}
.cid-unpYICKCfq .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unpYICKCfq .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unpYICKCfq .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unpYICKCfq .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unpYICKCfq .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unpYICKCfq .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unpYICKCfq .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unpYICKCfq .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unpYICKCfq .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unpYICKCfq .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unpYICKCfq .article-column1 {
    padding-right: 16px;
  }
}
.cid-unpYICKCfq .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unpYICKCfq .article-column2 {
    padding-left: 16px;
  }
}
.cid-unpYICKCfq .mbr-section-subtitle,
.cid-unpYICKCfq .mbr-iconfont {
  color: #e082c5;
}
.cid-unpYICKCfq .mbr-section-subtitle {
  color: #000000;
}
.cid-unpYIDfE7G {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unpYIDfE7G p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unpYIDfE7G .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unpYIDfE7G .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unpYIDfE7G .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unpYIDfE7G .main-banner .left-content {
  margin-right: 15px;
}
.cid-unpYIDfE7G .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unpYIDfE7G .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unpYIDfE7G .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unpYIDfE7G .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unpYIDfE7G .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unpYIDfE7G .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unpYIDfE7G .main-banner:before {
    display: none;
  }
  .cid-unpYIDfE7G .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unpYIDfE7G .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unpYIDfE7G H6 {
  color: #e43f3f;
}
.cid-unpYIDfE7G H2 {
  color: #000000;
}
.cid-unpYIDfE7G P {
  color: #000000;
}
.cid-unpYIDtonZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unpYIDtonZ #footer {
  padding: 0 0 25px 0;
}
.cid-unpYIDtonZ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unpYIDtonZ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unpYIDtonZ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unpYIDtonZ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unpYIDtonZ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unpYIDtonZ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unpYIDtonZ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unpYIDtonZ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unpYIDtonZ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unpYIDtonZ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unpYIDtonZ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unpYIDtonZ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unpYIDtonZ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unpYIDtonZ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unpYIDtonZ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unpYIDtonZ #footer .copyright {
  padding-top: 30px;
}
.cid-unpYIDtonZ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unpYIDtonZ H4 {
  color: #000000;
  text-align: left;
}
.cid-unpYIDtonZ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unpYIDtonZ P {
  color: #e43f3f;
  text-align: left;
}
.cid-unpYIDtonZ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unpYIDtonZ .copyright a {
  text-decoration: none !important;
}
.cid-unpYIDtonZ .list,
.cid-unpYIDtonZ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unpYIDtonZ ul li a {
  text-decoration: none !important;
}
.cid-unpYIDtonZ .list {
  color: #e43f3f;
}
.cid-unqKu5aCoN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unqKu5aCoN nav.navbar {
  position: fixed;
}
.cid-unqKu5aCoN .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-unqKu5aCoN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unqKu5aCoN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unqKu5aCoN .dropdown-item:hover,
.cid-unqKu5aCoN .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unqKu5aCoN .dropdown-item:hover span {
  color: white;
}
.cid-unqKu5aCoN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unqKu5aCoN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unqKu5aCoN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unqKu5aCoN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unqKu5aCoN .nav-link {
  position: relative;
}
.cid-unqKu5aCoN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unqKu5aCoN .container {
    flex-wrap: nowrap;
  }
}
.cid-unqKu5aCoN .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unqKu5aCoN .dropdown-menu,
.cid-unqKu5aCoN .navbar.opened {
  background: #e43f3f !important;
}
.cid-unqKu5aCoN .nav-item:focus,
.cid-unqKu5aCoN .nav-link:focus {
  outline: none;
}
.cid-unqKu5aCoN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unqKu5aCoN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unqKu5aCoN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unqKu5aCoN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unqKu5aCoN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unqKu5aCoN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unqKu5aCoN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unqKu5aCoN .navbar.opened {
  transition: all 0.3s;
}
.cid-unqKu5aCoN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unqKu5aCoN .navbar .navbar-logo img {
  width: auto;
}
.cid-unqKu5aCoN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unqKu5aCoN .navbar.collapsed {
  justify-content: center;
}
.cid-unqKu5aCoN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unqKu5aCoN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unqKu5aCoN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unqKu5aCoN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unqKu5aCoN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unqKu5aCoN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unqKu5aCoN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unqKu5aCoN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unqKu5aCoN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unqKu5aCoN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unqKu5aCoN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unqKu5aCoN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unqKu5aCoN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unqKu5aCoN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unqKu5aCoN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unqKu5aCoN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unqKu5aCoN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unqKu5aCoN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unqKu5aCoN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unqKu5aCoN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unqKu5aCoN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unqKu5aCoN .navbar.navbar-short {
  min-height: 60px;
}
.cid-unqKu5aCoN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unqKu5aCoN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unqKu5aCoN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unqKu5aCoN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unqKu5aCoN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unqKu5aCoN .dropdown-item.active,
.cid-unqKu5aCoN .dropdown-item:active {
  background-color: transparent;
}
.cid-unqKu5aCoN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unqKu5aCoN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unqKu5aCoN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unqKu5aCoN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unqKu5aCoN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unqKu5aCoN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unqKu5aCoN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unqKu5aCoN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unqKu5aCoN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unqKu5aCoN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unqKu5aCoN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unqKu5aCoN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unqKu5aCoN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unqKu5aCoN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unqKu5aCoN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unqKu5aCoN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unqKu5aCoN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unqKu5aCoN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unqKu5aCoN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unqKu5aCoN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unqKu5aCoN .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-unqKu5aCoN .navbar {
    height: 70px;
  }
  .cid-unqKu5aCoN .navbar.opened {
    height: auto;
  }
  .cid-unqKu5aCoN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unqKu3swKa {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unqKu3swKa .row {
  flex-direction: row-reverse;
}
.cid-unqKu3swKa p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unqKu3swKa .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unqKu3swKa .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unqKu3swKa .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unqKu3swKa .main-banner .left-content {
  margin-right: 15px;
}
.cid-unqKu3swKa .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unqKu3swKa .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unqKu3swKa .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unqKu3swKa .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unqKu3swKa .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unqKu3swKa .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unqKu3swKa .main-banner:before {
    display: none;
  }
  .cid-unqKu3swKa .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unqKu3swKa .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unqKu3swKa H6 {
  color: #e43f3f;
}
.cid-unqKu3swKa H2 {
  color: #000000;
}
.cid-unqKu3PAZd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unqKu3PAZd .mbr-section-title {
  color: #000000;
}
.cid-unqKu438KC {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unqKu438KC .container {
  padding: 0 5%;
}
.cid-unqKu438KC #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unqKu438KC #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unqKu438KC #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unqKu438KC #expand-button:hover {
  background-color: #7787a5;
}
.cid-unqKu438KC .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unqKu438KC .item:focus,
.cid-unqKu438KC span:focus {
  outline: none;
}
.cid-unqKu438KC .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unqKu438KC .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unqKu438KC .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unqKu438KC .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unqKu438KC .item {
    padding: 1.5rem;
  }
}
.cid-unqKu438KC .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unqKu438KC .item .item-icon {
    margin-top: 0;
  }
}
.cid-unqKu438KC .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unqKu438KC .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unqKu438KC .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unqKu438KC .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unqKu438KC .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unqKu438KC .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unqKu438KC .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unqKu438KC .item-content {
    margin-left: 0;
  }
}
.cid-unqKu438KC .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unqKu438KC .item-title {
  color: #ffffff;
}
.cid-unqKu438KC .mbr-text,
.cid-unqKu438KC .item-icon {
  color: #ffffff;
}
.cid-unqKu438KC .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unqKu438KC .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unqKu438KC .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unqKu438KC .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unqKu438KC .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unqKu438KC .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unqKu438KC .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unqKu438KC .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unqKu438KC .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unqKu438KC .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unqKu438KC .article-column1 {
    padding-right: 16px;
  }
}
.cid-unqKu438KC .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unqKu438KC .article-column2 {
    padding-left: 16px;
  }
}
.cid-unqKu438KC .mbr-section-subtitle,
.cid-unqKu438KC .mbr-iconfont {
  color: #e082c5;
}
.cid-unqKu438KC .mbr-section-subtitle {
  color: #000000;
}
.cid-unqKu4AyVV {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unqKu4AyVV p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unqKu4AyVV .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unqKu4AyVV .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unqKu4AyVV .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unqKu4AyVV .main-banner .left-content {
  margin-right: 15px;
}
.cid-unqKu4AyVV .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unqKu4AyVV .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unqKu4AyVV .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unqKu4AyVV .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unqKu4AyVV .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unqKu4AyVV .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unqKu4AyVV .main-banner:before {
    display: none;
  }
  .cid-unqKu4AyVV .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unqKu4AyVV .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unqKu4AyVV H6 {
  color: #e43f3f;
}
.cid-unqKu4AyVV H2 {
  color: #000000;
}
.cid-unqKu4AyVV P {
  color: #000000;
}
.cid-unqKu4OrIX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unqKu4OrIX #footer {
  padding: 0 0 25px 0;
}
.cid-unqKu4OrIX #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unqKu4OrIX #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unqKu4OrIX #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unqKu4OrIX #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unqKu4OrIX #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unqKu4OrIX #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unqKu4OrIX #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unqKu4OrIX #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unqKu4OrIX #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unqKu4OrIX #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unqKu4OrIX #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unqKu4OrIX #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unqKu4OrIX #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unqKu4OrIX #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unqKu4OrIX #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unqKu4OrIX #footer .copyright {
  padding-top: 30px;
}
.cid-unqKu4OrIX ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unqKu4OrIX H4 {
  color: #000000;
  text-align: left;
}
.cid-unqKu4OrIX DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unqKu4OrIX P {
  color: #e43f3f;
  text-align: left;
}
.cid-unqKu4OrIX div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unqKu4OrIX .copyright a {
  text-decoration: none !important;
}
.cid-unqKu4OrIX .list,
.cid-unqKu4OrIX .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unqKu4OrIX ul li a {
  text-decoration: none !important;
}
.cid-unqKu4OrIX .list {
  color: #e43f3f;
}
.cid-unqOPoyuoo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unqOPoyuoo nav.navbar {
  position: fixed;
}
.cid-unqOPoyuoo .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-unqOPoyuoo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unqOPoyuoo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unqOPoyuoo .dropdown-item:hover,
.cid-unqOPoyuoo .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unqOPoyuoo .dropdown-item:hover span {
  color: white;
}
.cid-unqOPoyuoo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unqOPoyuoo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unqOPoyuoo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unqOPoyuoo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unqOPoyuoo .nav-link {
  position: relative;
}
.cid-unqOPoyuoo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unqOPoyuoo .container {
    flex-wrap: nowrap;
  }
}
.cid-unqOPoyuoo .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unqOPoyuoo .dropdown-menu,
.cid-unqOPoyuoo .navbar.opened {
  background: #e43f3f !important;
}
.cid-unqOPoyuoo .nav-item:focus,
.cid-unqOPoyuoo .nav-link:focus {
  outline: none;
}
.cid-unqOPoyuoo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unqOPoyuoo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unqOPoyuoo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unqOPoyuoo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unqOPoyuoo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unqOPoyuoo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unqOPoyuoo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unqOPoyuoo .navbar.opened {
  transition: all 0.3s;
}
.cid-unqOPoyuoo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unqOPoyuoo .navbar .navbar-logo img {
  width: auto;
}
.cid-unqOPoyuoo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unqOPoyuoo .navbar.collapsed {
  justify-content: center;
}
.cid-unqOPoyuoo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unqOPoyuoo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unqOPoyuoo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unqOPoyuoo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unqOPoyuoo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unqOPoyuoo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unqOPoyuoo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unqOPoyuoo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unqOPoyuoo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unqOPoyuoo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unqOPoyuoo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unqOPoyuoo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unqOPoyuoo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unqOPoyuoo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unqOPoyuoo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unqOPoyuoo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unqOPoyuoo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unqOPoyuoo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unqOPoyuoo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unqOPoyuoo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unqOPoyuoo .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unqOPoyuoo .navbar.navbar-short {
  min-height: 60px;
}
.cid-unqOPoyuoo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unqOPoyuoo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unqOPoyuoo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unqOPoyuoo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unqOPoyuoo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unqOPoyuoo .dropdown-item.active,
.cid-unqOPoyuoo .dropdown-item:active {
  background-color: transparent;
}
.cid-unqOPoyuoo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unqOPoyuoo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unqOPoyuoo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unqOPoyuoo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unqOPoyuoo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unqOPoyuoo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unqOPoyuoo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unqOPoyuoo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unqOPoyuoo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unqOPoyuoo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unqOPoyuoo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unqOPoyuoo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unqOPoyuoo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unqOPoyuoo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unqOPoyuoo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unqOPoyuoo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unqOPoyuoo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unqOPoyuoo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unqOPoyuoo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unqOPoyuoo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unqOPoyuoo .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-unqOPoyuoo .navbar {
    height: 70px;
  }
  .cid-unqOPoyuoo .navbar.opened {
    height: auto;
  }
  .cid-unqOPoyuoo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unqOPmFykp {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unqOPmFykp .row {
  flex-direction: row-reverse;
}
.cid-unqOPmFykp p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unqOPmFykp .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unqOPmFykp .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unqOPmFykp .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unqOPmFykp .main-banner .left-content {
  margin-right: 15px;
}
.cid-unqOPmFykp .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unqOPmFykp .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unqOPmFykp .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unqOPmFykp .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unqOPmFykp .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unqOPmFykp .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unqOPmFykp .main-banner:before {
    display: none;
  }
  .cid-unqOPmFykp .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unqOPmFykp .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unqOPmFykp H6 {
  color: #e43f3f;
}
.cid-unqOPmFykp H2 {
  color: #000000;
}
.cid-unqOPn9TuQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unqOPn9TuQ .mbr-section-title {
  color: #000000;
}
.cid-unqOPnssAC {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unqOPnssAC .container {
  padding: 0 5%;
}
.cid-unqOPnssAC #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unqOPnssAC #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unqOPnssAC #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unqOPnssAC #expand-button:hover {
  background-color: #7787a5;
}
.cid-unqOPnssAC .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unqOPnssAC .item:focus,
.cid-unqOPnssAC span:focus {
  outline: none;
}
.cid-unqOPnssAC .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unqOPnssAC .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unqOPnssAC .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unqOPnssAC .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unqOPnssAC .item {
    padding: 1.5rem;
  }
}
.cid-unqOPnssAC .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unqOPnssAC .item .item-icon {
    margin-top: 0;
  }
}
.cid-unqOPnssAC .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unqOPnssAC .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unqOPnssAC .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unqOPnssAC .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unqOPnssAC .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unqOPnssAC .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unqOPnssAC .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unqOPnssAC .item-content {
    margin-left: 0;
  }
}
.cid-unqOPnssAC .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unqOPnssAC .item-title {
  color: #ffffff;
}
.cid-unqOPnssAC .mbr-text,
.cid-unqOPnssAC .item-icon {
  color: #ffffff;
}
.cid-unqOPnssAC .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unqOPnssAC .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unqOPnssAC .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unqOPnssAC .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unqOPnssAC .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unqOPnssAC .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unqOPnssAC .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unqOPnssAC .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unqOPnssAC .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unqOPnssAC .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unqOPnssAC .article-column1 {
    padding-right: 16px;
  }
}
.cid-unqOPnssAC .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unqOPnssAC .article-column2 {
    padding-left: 16px;
  }
}
.cid-unqOPnssAC .mbr-section-subtitle,
.cid-unqOPnssAC .mbr-iconfont {
  color: #e082c5;
}
.cid-unqOPnssAC .mbr-section-subtitle {
  color: #000000;
}
.cid-unqOPnZboI {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unqOPnZboI p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unqOPnZboI .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unqOPnZboI .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unqOPnZboI .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unqOPnZboI .main-banner .left-content {
  margin-right: 15px;
}
.cid-unqOPnZboI .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unqOPnZboI .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unqOPnZboI .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unqOPnZboI .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unqOPnZboI .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unqOPnZboI .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unqOPnZboI .main-banner:before {
    display: none;
  }
  .cid-unqOPnZboI .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unqOPnZboI .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unqOPnZboI H6 {
  color: #e43f3f;
}
.cid-unqOPnZboI H2 {
  color: #000000;
}
.cid-unqOPnZboI P {
  color: #000000;
}
.cid-unqOPofGlM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unqOPofGlM #footer {
  padding: 0 0 25px 0;
}
.cid-unqOPofGlM #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unqOPofGlM #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unqOPofGlM #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unqOPofGlM #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unqOPofGlM #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unqOPofGlM #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unqOPofGlM #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unqOPofGlM #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unqOPofGlM #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unqOPofGlM #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unqOPofGlM #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unqOPofGlM #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unqOPofGlM #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unqOPofGlM #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unqOPofGlM #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unqOPofGlM #footer .copyright {
  padding-top: 30px;
}
.cid-unqOPofGlM ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unqOPofGlM H4 {
  color: #000000;
  text-align: left;
}
.cid-unqOPofGlM DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unqOPofGlM P {
  color: #e43f3f;
  text-align: left;
}
.cid-unqOPofGlM div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unqOPofGlM .copyright a {
  text-decoration: none !important;
}
.cid-unqOPofGlM .list,
.cid-unqOPofGlM .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unqOPofGlM ul li a {
  text-decoration: none !important;
}
.cid-unqOPofGlM .list {
  color: #e43f3f;
}
.cid-unqRuQBhuq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unqRuQBhuq nav.navbar {
  position: fixed;
}
.cid-unqRuQBhuq .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-unqRuQBhuq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unqRuQBhuq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unqRuQBhuq .dropdown-item:hover,
.cid-unqRuQBhuq .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unqRuQBhuq .dropdown-item:hover span {
  color: white;
}
.cid-unqRuQBhuq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unqRuQBhuq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unqRuQBhuq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unqRuQBhuq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unqRuQBhuq .nav-link {
  position: relative;
}
.cid-unqRuQBhuq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unqRuQBhuq .container {
    flex-wrap: nowrap;
  }
}
.cid-unqRuQBhuq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unqRuQBhuq .dropdown-menu,
.cid-unqRuQBhuq .navbar.opened {
  background: #e43f3f !important;
}
.cid-unqRuQBhuq .nav-item:focus,
.cid-unqRuQBhuq .nav-link:focus {
  outline: none;
}
.cid-unqRuQBhuq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unqRuQBhuq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unqRuQBhuq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unqRuQBhuq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unqRuQBhuq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unqRuQBhuq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unqRuQBhuq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unqRuQBhuq .navbar.opened {
  transition: all 0.3s;
}
.cid-unqRuQBhuq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unqRuQBhuq .navbar .navbar-logo img {
  width: auto;
}
.cid-unqRuQBhuq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unqRuQBhuq .navbar.collapsed {
  justify-content: center;
}
.cid-unqRuQBhuq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unqRuQBhuq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unqRuQBhuq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unqRuQBhuq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unqRuQBhuq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unqRuQBhuq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unqRuQBhuq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unqRuQBhuq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unqRuQBhuq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unqRuQBhuq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unqRuQBhuq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unqRuQBhuq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unqRuQBhuq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unqRuQBhuq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unqRuQBhuq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unqRuQBhuq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unqRuQBhuq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unqRuQBhuq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unqRuQBhuq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unqRuQBhuq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unqRuQBhuq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unqRuQBhuq .navbar.navbar-short {
  min-height: 60px;
}
.cid-unqRuQBhuq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unqRuQBhuq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unqRuQBhuq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unqRuQBhuq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unqRuQBhuq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unqRuQBhuq .dropdown-item.active,
.cid-unqRuQBhuq .dropdown-item:active {
  background-color: transparent;
}
.cid-unqRuQBhuq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unqRuQBhuq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unqRuQBhuq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unqRuQBhuq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unqRuQBhuq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unqRuQBhuq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unqRuQBhuq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unqRuQBhuq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unqRuQBhuq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unqRuQBhuq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unqRuQBhuq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unqRuQBhuq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unqRuQBhuq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unqRuQBhuq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unqRuQBhuq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unqRuQBhuq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unqRuQBhuq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unqRuQBhuq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unqRuQBhuq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unqRuQBhuq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unqRuQBhuq .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-unqRuQBhuq .navbar {
    height: 70px;
  }
  .cid-unqRuQBhuq .navbar.opened {
    height: auto;
  }
  .cid-unqRuQBhuq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unqRuOHbD1 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unqRuOHbD1 .row {
  flex-direction: row-reverse;
}
.cid-unqRuOHbD1 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unqRuOHbD1 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unqRuOHbD1 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unqRuOHbD1 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unqRuOHbD1 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unqRuOHbD1 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unqRuOHbD1 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unqRuOHbD1 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unqRuOHbD1 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unqRuOHbD1 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unqRuOHbD1 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unqRuOHbD1 .main-banner:before {
    display: none;
  }
  .cid-unqRuOHbD1 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unqRuOHbD1 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unqRuOHbD1 H6 {
  color: #e43f3f;
}
.cid-unqRuOHbD1 H2 {
  color: #000000;
}
.cid-unqRuPaH46 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unqRuPaH46 .mbr-section-title {
  color: #000000;
}
.cid-unqRuPt8H8 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unqRuPt8H8 .container {
  padding: 0 5%;
}
.cid-unqRuPt8H8 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unqRuPt8H8 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unqRuPt8H8 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unqRuPt8H8 #expand-button:hover {
  background-color: #7787a5;
}
.cid-unqRuPt8H8 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unqRuPt8H8 .item:focus,
.cid-unqRuPt8H8 span:focus {
  outline: none;
}
.cid-unqRuPt8H8 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unqRuPt8H8 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unqRuPt8H8 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unqRuPt8H8 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unqRuPt8H8 .item {
    padding: 1.5rem;
  }
}
.cid-unqRuPt8H8 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unqRuPt8H8 .item .item-icon {
    margin-top: 0;
  }
}
.cid-unqRuPt8H8 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unqRuPt8H8 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unqRuPt8H8 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unqRuPt8H8 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unqRuPt8H8 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unqRuPt8H8 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unqRuPt8H8 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unqRuPt8H8 .item-content {
    margin-left: 0;
  }
}
.cid-unqRuPt8H8 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unqRuPt8H8 .item-title {
  color: #ffffff;
}
.cid-unqRuPt8H8 .mbr-text,
.cid-unqRuPt8H8 .item-icon {
  color: #ffffff;
}
.cid-unqRuPt8H8 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unqRuPt8H8 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unqRuPt8H8 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unqRuPt8H8 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unqRuPt8H8 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unqRuPt8H8 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unqRuPt8H8 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unqRuPt8H8 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unqRuPt8H8 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unqRuPt8H8 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unqRuPt8H8 .article-column1 {
    padding-right: 16px;
  }
}
.cid-unqRuPt8H8 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unqRuPt8H8 .article-column2 {
    padding-left: 16px;
  }
}
.cid-unqRuPt8H8 .mbr-section-subtitle,
.cid-unqRuPt8H8 .mbr-iconfont {
  color: #e082c5;
}
.cid-unqRuPt8H8 .mbr-section-subtitle {
  color: #000000;
}
.cid-unqRuQ0fza {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unqRuQ0fza p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unqRuQ0fza .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unqRuQ0fza .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unqRuQ0fza .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unqRuQ0fza .main-banner .left-content {
  margin-right: 15px;
}
.cid-unqRuQ0fza .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unqRuQ0fza .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unqRuQ0fza .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unqRuQ0fza .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unqRuQ0fza .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unqRuQ0fza .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unqRuQ0fza .main-banner:before {
    display: none;
  }
  .cid-unqRuQ0fza .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unqRuQ0fza .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unqRuQ0fza H6 {
  color: #e43f3f;
}
.cid-unqRuQ0fza H2 {
  color: #000000;
}
.cid-unqRuQ0fza P {
  color: #000000;
}
.cid-unqRuQhhbG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unqRuQhhbG #footer {
  padding: 0 0 25px 0;
}
.cid-unqRuQhhbG #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unqRuQhhbG #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unqRuQhhbG #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unqRuQhhbG #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unqRuQhhbG #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unqRuQhhbG #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unqRuQhhbG #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unqRuQhhbG #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unqRuQhhbG #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unqRuQhhbG #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unqRuQhhbG #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unqRuQhhbG #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unqRuQhhbG #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unqRuQhhbG #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unqRuQhhbG #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unqRuQhhbG #footer .copyright {
  padding-top: 30px;
}
.cid-unqRuQhhbG ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unqRuQhhbG H4 {
  color: #000000;
  text-align: left;
}
.cid-unqRuQhhbG DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unqRuQhhbG P {
  color: #e43f3f;
  text-align: left;
}
.cid-unqRuQhhbG div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unqRuQhhbG .copyright a {
  text-decoration: none !important;
}
.cid-unqRuQhhbG .list,
.cid-unqRuQhhbG .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unqRuQhhbG ul li a {
  text-decoration: none !important;
}
.cid-unqRuQhhbG .list {
  color: #e43f3f;
}
.cid-unqSnZH49w {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unqSnZH49w nav.navbar {
  position: fixed;
}
.cid-unqSnZH49w .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-unqSnZH49w .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unqSnZH49w .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unqSnZH49w .dropdown-item:hover,
.cid-unqSnZH49w .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unqSnZH49w .dropdown-item:hover span {
  color: white;
}
.cid-unqSnZH49w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unqSnZH49w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unqSnZH49w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unqSnZH49w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unqSnZH49w .nav-link {
  position: relative;
}
.cid-unqSnZH49w .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unqSnZH49w .container {
    flex-wrap: nowrap;
  }
}
.cid-unqSnZH49w .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unqSnZH49w .dropdown-menu,
.cid-unqSnZH49w .navbar.opened {
  background: #e43f3f !important;
}
.cid-unqSnZH49w .nav-item:focus,
.cid-unqSnZH49w .nav-link:focus {
  outline: none;
}
.cid-unqSnZH49w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unqSnZH49w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unqSnZH49w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unqSnZH49w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unqSnZH49w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unqSnZH49w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unqSnZH49w .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unqSnZH49w .navbar.opened {
  transition: all 0.3s;
}
.cid-unqSnZH49w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unqSnZH49w .navbar .navbar-logo img {
  width: auto;
}
.cid-unqSnZH49w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unqSnZH49w .navbar.collapsed {
  justify-content: center;
}
.cid-unqSnZH49w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unqSnZH49w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unqSnZH49w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unqSnZH49w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unqSnZH49w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unqSnZH49w .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unqSnZH49w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unqSnZH49w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unqSnZH49w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unqSnZH49w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unqSnZH49w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unqSnZH49w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unqSnZH49w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unqSnZH49w .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unqSnZH49w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unqSnZH49w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unqSnZH49w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unqSnZH49w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unqSnZH49w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unqSnZH49w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unqSnZH49w .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unqSnZH49w .navbar.navbar-short {
  min-height: 60px;
}
.cid-unqSnZH49w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unqSnZH49w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unqSnZH49w .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unqSnZH49w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unqSnZH49w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unqSnZH49w .dropdown-item.active,
.cid-unqSnZH49w .dropdown-item:active {
  background-color: transparent;
}
.cid-unqSnZH49w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unqSnZH49w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unqSnZH49w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unqSnZH49w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unqSnZH49w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unqSnZH49w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unqSnZH49w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unqSnZH49w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unqSnZH49w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unqSnZH49w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unqSnZH49w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unqSnZH49w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unqSnZH49w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unqSnZH49w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unqSnZH49w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unqSnZH49w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unqSnZH49w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unqSnZH49w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unqSnZH49w .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unqSnZH49w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unqSnZH49w .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-unqSnZH49w .navbar {
    height: 70px;
  }
  .cid-unqSnZH49w .navbar.opened {
    height: auto;
  }
  .cid-unqSnZH49w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unqSnY0ygu {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unqSnY0ygu .row {
  flex-direction: row-reverse;
}
.cid-unqSnY0ygu p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unqSnY0ygu .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unqSnY0ygu .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unqSnY0ygu .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unqSnY0ygu .main-banner .left-content {
  margin-right: 15px;
}
.cid-unqSnY0ygu .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unqSnY0ygu .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unqSnY0ygu .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unqSnY0ygu .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unqSnY0ygu .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unqSnY0ygu .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unqSnY0ygu .main-banner:before {
    display: none;
  }
  .cid-unqSnY0ygu .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unqSnY0ygu .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unqSnY0ygu H6 {
  color: #e43f3f;
}
.cid-unqSnY0ygu H2 {
  color: #000000;
}
.cid-unqSnYr6BY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unqSnYr6BY .mbr-section-title {
  color: #000000;
}
.cid-unqSnYIzm3 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unqSnYIzm3 .container {
  padding: 0 5%;
}
.cid-unqSnYIzm3 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unqSnYIzm3 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unqSnYIzm3 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unqSnYIzm3 #expand-button:hover {
  background-color: #7787a5;
}
.cid-unqSnYIzm3 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unqSnYIzm3 .item:focus,
.cid-unqSnYIzm3 span:focus {
  outline: none;
}
.cid-unqSnYIzm3 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unqSnYIzm3 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unqSnYIzm3 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unqSnYIzm3 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unqSnYIzm3 .item {
    padding: 1.5rem;
  }
}
.cid-unqSnYIzm3 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unqSnYIzm3 .item .item-icon {
    margin-top: 0;
  }
}
.cid-unqSnYIzm3 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unqSnYIzm3 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unqSnYIzm3 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unqSnYIzm3 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unqSnYIzm3 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unqSnYIzm3 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unqSnYIzm3 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unqSnYIzm3 .item-content {
    margin-left: 0;
  }
}
.cid-unqSnYIzm3 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unqSnYIzm3 .item-title {
  color: #ffffff;
}
.cid-unqSnYIzm3 .mbr-text,
.cid-unqSnYIzm3 .item-icon {
  color: #ffffff;
}
.cid-unqSnYIzm3 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unqSnYIzm3 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unqSnYIzm3 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unqSnYIzm3 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unqSnYIzm3 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unqSnYIzm3 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unqSnYIzm3 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unqSnYIzm3 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unqSnYIzm3 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unqSnYIzm3 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unqSnYIzm3 .article-column1 {
    padding-right: 16px;
  }
}
.cid-unqSnYIzm3 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unqSnYIzm3 .article-column2 {
    padding-left: 16px;
  }
}
.cid-unqSnYIzm3 .mbr-section-subtitle,
.cid-unqSnYIzm3 .mbr-iconfont {
  color: #e082c5;
}
.cid-unqSnYIzm3 .mbr-section-subtitle {
  color: #000000;
}
.cid-unqSnZbNlM {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unqSnZbNlM p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unqSnZbNlM .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unqSnZbNlM .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unqSnZbNlM .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unqSnZbNlM .main-banner .left-content {
  margin-right: 15px;
}
.cid-unqSnZbNlM .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unqSnZbNlM .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unqSnZbNlM .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unqSnZbNlM .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unqSnZbNlM .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unqSnZbNlM .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unqSnZbNlM .main-banner:before {
    display: none;
  }
  .cid-unqSnZbNlM .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unqSnZbNlM .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unqSnZbNlM H6 {
  color: #e43f3f;
}
.cid-unqSnZbNlM H2 {
  color: #000000;
}
.cid-unqSnZbNlM P {
  color: #000000;
}
.cid-unqSnZpWqV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unqSnZpWqV #footer {
  padding: 0 0 25px 0;
}
.cid-unqSnZpWqV #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unqSnZpWqV #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unqSnZpWqV #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unqSnZpWqV #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unqSnZpWqV #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unqSnZpWqV #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unqSnZpWqV #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unqSnZpWqV #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unqSnZpWqV #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unqSnZpWqV #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unqSnZpWqV #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unqSnZpWqV #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unqSnZpWqV #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unqSnZpWqV #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unqSnZpWqV #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unqSnZpWqV #footer .copyright {
  padding-top: 30px;
}
.cid-unqSnZpWqV ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unqSnZpWqV H4 {
  color: #000000;
  text-align: left;
}
.cid-unqSnZpWqV DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unqSnZpWqV P {
  color: #e43f3f;
  text-align: left;
}
.cid-unqSnZpWqV div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unqSnZpWqV .copyright a {
  text-decoration: none !important;
}
.cid-unqSnZpWqV .list,
.cid-unqSnZpWqV .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unqSnZpWqV ul li a {
  text-decoration: none !important;
}
.cid-unqSnZpWqV .list {
  color: #e43f3f;
}
.cid-unqT3V4NHe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unqT3V4NHe nav.navbar {
  position: fixed;
}
.cid-unqT3V4NHe .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-unqT3V4NHe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unqT3V4NHe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unqT3V4NHe .dropdown-item:hover,
.cid-unqT3V4NHe .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unqT3V4NHe .dropdown-item:hover span {
  color: white;
}
.cid-unqT3V4NHe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unqT3V4NHe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unqT3V4NHe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unqT3V4NHe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unqT3V4NHe .nav-link {
  position: relative;
}
.cid-unqT3V4NHe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unqT3V4NHe .container {
    flex-wrap: nowrap;
  }
}
.cid-unqT3V4NHe .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unqT3V4NHe .dropdown-menu,
.cid-unqT3V4NHe .navbar.opened {
  background: #e43f3f !important;
}
.cid-unqT3V4NHe .nav-item:focus,
.cid-unqT3V4NHe .nav-link:focus {
  outline: none;
}
.cid-unqT3V4NHe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unqT3V4NHe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unqT3V4NHe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unqT3V4NHe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unqT3V4NHe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unqT3V4NHe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unqT3V4NHe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unqT3V4NHe .navbar.opened {
  transition: all 0.3s;
}
.cid-unqT3V4NHe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unqT3V4NHe .navbar .navbar-logo img {
  width: auto;
}
.cid-unqT3V4NHe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unqT3V4NHe .navbar.collapsed {
  justify-content: center;
}
.cid-unqT3V4NHe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unqT3V4NHe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unqT3V4NHe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unqT3V4NHe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unqT3V4NHe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unqT3V4NHe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unqT3V4NHe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unqT3V4NHe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unqT3V4NHe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unqT3V4NHe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unqT3V4NHe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unqT3V4NHe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unqT3V4NHe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unqT3V4NHe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unqT3V4NHe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unqT3V4NHe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unqT3V4NHe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unqT3V4NHe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unqT3V4NHe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unqT3V4NHe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unqT3V4NHe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unqT3V4NHe .navbar.navbar-short {
  min-height: 60px;
}
.cid-unqT3V4NHe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unqT3V4NHe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unqT3V4NHe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unqT3V4NHe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unqT3V4NHe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unqT3V4NHe .dropdown-item.active,
.cid-unqT3V4NHe .dropdown-item:active {
  background-color: transparent;
}
.cid-unqT3V4NHe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unqT3V4NHe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unqT3V4NHe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unqT3V4NHe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unqT3V4NHe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unqT3V4NHe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unqT3V4NHe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unqT3V4NHe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unqT3V4NHe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unqT3V4NHe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unqT3V4NHe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unqT3V4NHe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unqT3V4NHe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unqT3V4NHe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unqT3V4NHe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unqT3V4NHe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unqT3V4NHe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unqT3V4NHe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unqT3V4NHe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unqT3V4NHe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unqT3V4NHe .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-unqT3V4NHe .navbar {
    height: 70px;
  }
  .cid-unqT3V4NHe .navbar.opened {
    height: auto;
  }
  .cid-unqT3V4NHe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unqT3Tjchs {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unqT3Tjchs .row {
  flex-direction: row-reverse;
}
.cid-unqT3Tjchs p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unqT3Tjchs .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unqT3Tjchs .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unqT3Tjchs .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unqT3Tjchs .main-banner .left-content {
  margin-right: 15px;
}
.cid-unqT3Tjchs .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unqT3Tjchs .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unqT3Tjchs .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unqT3Tjchs .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unqT3Tjchs .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unqT3Tjchs .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unqT3Tjchs .main-banner:before {
    display: none;
  }
  .cid-unqT3Tjchs .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unqT3Tjchs .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unqT3Tjchs H6 {
  color: #e43f3f;
}
.cid-unqT3Tjchs H2 {
  color: #000000;
}
.cid-unqT3TKSaY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unqT3TKSaY .mbr-section-title {
  color: #000000;
}
.cid-unqT3U2xJH {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unqT3U2xJH .container {
  padding: 0 5%;
}
.cid-unqT3U2xJH #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unqT3U2xJH #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unqT3U2xJH #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unqT3U2xJH #expand-button:hover {
  background-color: #7787a5;
}
.cid-unqT3U2xJH .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unqT3U2xJH .item:focus,
.cid-unqT3U2xJH span:focus {
  outline: none;
}
.cid-unqT3U2xJH .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unqT3U2xJH .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unqT3U2xJH .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unqT3U2xJH .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unqT3U2xJH .item {
    padding: 1.5rem;
  }
}
.cid-unqT3U2xJH .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unqT3U2xJH .item .item-icon {
    margin-top: 0;
  }
}
.cid-unqT3U2xJH .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unqT3U2xJH .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unqT3U2xJH .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unqT3U2xJH .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unqT3U2xJH .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unqT3U2xJH .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unqT3U2xJH .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unqT3U2xJH .item-content {
    margin-left: 0;
  }
}
.cid-unqT3U2xJH .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unqT3U2xJH .item-title {
  color: #ffffff;
}
.cid-unqT3U2xJH .mbr-text,
.cid-unqT3U2xJH .item-icon {
  color: #ffffff;
}
.cid-unqT3U2xJH .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unqT3U2xJH .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unqT3U2xJH .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unqT3U2xJH .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unqT3U2xJH .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unqT3U2xJH .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unqT3U2xJH .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unqT3U2xJH .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unqT3U2xJH .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unqT3U2xJH .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unqT3U2xJH .article-column1 {
    padding-right: 16px;
  }
}
.cid-unqT3U2xJH .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unqT3U2xJH .article-column2 {
    padding-left: 16px;
  }
}
.cid-unqT3U2xJH .mbr-section-subtitle,
.cid-unqT3U2xJH .mbr-iconfont {
  color: #e082c5;
}
.cid-unqT3U2xJH .mbr-section-subtitle {
  color: #000000;
}
.cid-unqT3Uy1HT {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unqT3Uy1HT p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unqT3Uy1HT .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unqT3Uy1HT .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unqT3Uy1HT .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unqT3Uy1HT .main-banner .left-content {
  margin-right: 15px;
}
.cid-unqT3Uy1HT .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unqT3Uy1HT .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unqT3Uy1HT .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unqT3Uy1HT .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unqT3Uy1HT .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unqT3Uy1HT .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unqT3Uy1HT .main-banner:before {
    display: none;
  }
  .cid-unqT3Uy1HT .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unqT3Uy1HT .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unqT3Uy1HT H6 {
  color: #e43f3f;
}
.cid-unqT3Uy1HT H2 {
  color: #000000;
}
.cid-unqT3Uy1HT P {
  color: #000000;
}
.cid-unqT3UMPxY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unqT3UMPxY #footer {
  padding: 0 0 25px 0;
}
.cid-unqT3UMPxY #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unqT3UMPxY #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unqT3UMPxY #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unqT3UMPxY #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unqT3UMPxY #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unqT3UMPxY #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unqT3UMPxY #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unqT3UMPxY #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unqT3UMPxY #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unqT3UMPxY #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unqT3UMPxY #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unqT3UMPxY #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unqT3UMPxY #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unqT3UMPxY #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unqT3UMPxY #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unqT3UMPxY #footer .copyright {
  padding-top: 30px;
}
.cid-unqT3UMPxY ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unqT3UMPxY H4 {
  color: #000000;
  text-align: left;
}
.cid-unqT3UMPxY DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unqT3UMPxY P {
  color: #e43f3f;
  text-align: left;
}
.cid-unqT3UMPxY div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unqT3UMPxY .copyright a {
  text-decoration: none !important;
}
.cid-unqT3UMPxY .list,
.cid-unqT3UMPxY .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unqT3UMPxY ul li a {
  text-decoration: none !important;
}
.cid-unqT3UMPxY .list {
  color: #e43f3f;
}
.cid-unqTgCLWri {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unqTgCLWri nav.navbar {
  position: fixed;
}
.cid-unqTgCLWri .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-unqTgCLWri .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unqTgCLWri .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unqTgCLWri .dropdown-item:hover,
.cid-unqTgCLWri .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unqTgCLWri .dropdown-item:hover span {
  color: white;
}
.cid-unqTgCLWri .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unqTgCLWri .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unqTgCLWri .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unqTgCLWri .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unqTgCLWri .nav-link {
  position: relative;
}
.cid-unqTgCLWri .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unqTgCLWri .container {
    flex-wrap: nowrap;
  }
}
.cid-unqTgCLWri .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unqTgCLWri .dropdown-menu,
.cid-unqTgCLWri .navbar.opened {
  background: #e43f3f !important;
}
.cid-unqTgCLWri .nav-item:focus,
.cid-unqTgCLWri .nav-link:focus {
  outline: none;
}
.cid-unqTgCLWri .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unqTgCLWri .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unqTgCLWri .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unqTgCLWri .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unqTgCLWri .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unqTgCLWri .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unqTgCLWri .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unqTgCLWri .navbar.opened {
  transition: all 0.3s;
}
.cid-unqTgCLWri .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unqTgCLWri .navbar .navbar-logo img {
  width: auto;
}
.cid-unqTgCLWri .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unqTgCLWri .navbar.collapsed {
  justify-content: center;
}
.cid-unqTgCLWri .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unqTgCLWri .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unqTgCLWri .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unqTgCLWri .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unqTgCLWri .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unqTgCLWri .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unqTgCLWri .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unqTgCLWri .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unqTgCLWri .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unqTgCLWri .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unqTgCLWri .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unqTgCLWri .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unqTgCLWri .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unqTgCLWri .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unqTgCLWri .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unqTgCLWri .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unqTgCLWri .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unqTgCLWri .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unqTgCLWri .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unqTgCLWri .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unqTgCLWri .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unqTgCLWri .navbar.navbar-short {
  min-height: 60px;
}
.cid-unqTgCLWri .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unqTgCLWri .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unqTgCLWri .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unqTgCLWri .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unqTgCLWri .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unqTgCLWri .dropdown-item.active,
.cid-unqTgCLWri .dropdown-item:active {
  background-color: transparent;
}
.cid-unqTgCLWri .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unqTgCLWri .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unqTgCLWri .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unqTgCLWri .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unqTgCLWri .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unqTgCLWri .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unqTgCLWri ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unqTgCLWri .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unqTgCLWri button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unqTgCLWri button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unqTgCLWri button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unqTgCLWri button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unqTgCLWri button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unqTgCLWri button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unqTgCLWri nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unqTgCLWri nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unqTgCLWri nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unqTgCLWri nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unqTgCLWri .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unqTgCLWri a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unqTgCLWri .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-unqTgCLWri .navbar {
    height: 70px;
  }
  .cid-unqTgCLWri .navbar.opened {
    height: auto;
  }
  .cid-unqTgCLWri .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unqTgB8SzM {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unqTgB8SzM .row {
  flex-direction: row-reverse;
}
.cid-unqTgB8SzM p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unqTgB8SzM .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unqTgB8SzM .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unqTgB8SzM .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unqTgB8SzM .main-banner .left-content {
  margin-right: 15px;
}
.cid-unqTgB8SzM .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unqTgB8SzM .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unqTgB8SzM .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unqTgB8SzM .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unqTgB8SzM .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unqTgB8SzM .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unqTgB8SzM .main-banner:before {
    display: none;
  }
  .cid-unqTgB8SzM .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unqTgB8SzM .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unqTgB8SzM H6 {
  color: #e43f3f;
}
.cid-unqTgB8SzM H2 {
  color: #000000;
}
.cid-unqTgBwQfE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unqTgBwQfE .mbr-section-title {
  color: #000000;
}
.cid-unqTgBKMzD {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unqTgBKMzD .container {
  padding: 0 5%;
}
.cid-unqTgBKMzD #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unqTgBKMzD #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unqTgBKMzD #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unqTgBKMzD #expand-button:hover {
  background-color: #7787a5;
}
.cid-unqTgBKMzD .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unqTgBKMzD .item:focus,
.cid-unqTgBKMzD span:focus {
  outline: none;
}
.cid-unqTgBKMzD .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unqTgBKMzD .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unqTgBKMzD .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unqTgBKMzD .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unqTgBKMzD .item {
    padding: 1.5rem;
  }
}
.cid-unqTgBKMzD .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unqTgBKMzD .item .item-icon {
    margin-top: 0;
  }
}
.cid-unqTgBKMzD .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unqTgBKMzD .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unqTgBKMzD .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unqTgBKMzD .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unqTgBKMzD .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unqTgBKMzD .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unqTgBKMzD .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unqTgBKMzD .item-content {
    margin-left: 0;
  }
}
.cid-unqTgBKMzD .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unqTgBKMzD .item-title {
  color: #ffffff;
}
.cid-unqTgBKMzD .mbr-text,
.cid-unqTgBKMzD .item-icon {
  color: #ffffff;
}
.cid-unqTgBKMzD .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unqTgBKMzD .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unqTgBKMzD .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unqTgBKMzD .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unqTgBKMzD .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unqTgBKMzD .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unqTgBKMzD .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unqTgBKMzD .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unqTgBKMzD .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unqTgBKMzD .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unqTgBKMzD .article-column1 {
    padding-right: 16px;
  }
}
.cid-unqTgBKMzD .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unqTgBKMzD .article-column2 {
    padding-left: 16px;
  }
}
.cid-unqTgBKMzD .mbr-section-subtitle,
.cid-unqTgBKMzD .mbr-iconfont {
  color: #e082c5;
}
.cid-unqTgBKMzD .mbr-section-subtitle {
  color: #000000;
}
.cid-unqTgCdpqN {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unqTgCdpqN p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unqTgCdpqN .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unqTgCdpqN .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unqTgCdpqN .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unqTgCdpqN .main-banner .left-content {
  margin-right: 15px;
}
.cid-unqTgCdpqN .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unqTgCdpqN .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unqTgCdpqN .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unqTgCdpqN .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unqTgCdpqN .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unqTgCdpqN .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unqTgCdpqN .main-banner:before {
    display: none;
  }
  .cid-unqTgCdpqN .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unqTgCdpqN .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unqTgCdpqN H6 {
  color: #e43f3f;
}
.cid-unqTgCdpqN H2 {
  color: #000000;
}
.cid-unqTgCdpqN P {
  color: #000000;
}
.cid-unqTgCrXP8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unqTgCrXP8 #footer {
  padding: 0 0 25px 0;
}
.cid-unqTgCrXP8 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unqTgCrXP8 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unqTgCrXP8 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unqTgCrXP8 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unqTgCrXP8 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unqTgCrXP8 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unqTgCrXP8 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unqTgCrXP8 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unqTgCrXP8 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unqTgCrXP8 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unqTgCrXP8 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unqTgCrXP8 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unqTgCrXP8 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unqTgCrXP8 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unqTgCrXP8 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unqTgCrXP8 #footer .copyright {
  padding-top: 30px;
}
.cid-unqTgCrXP8 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unqTgCrXP8 H4 {
  color: #000000;
  text-align: left;
}
.cid-unqTgCrXP8 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unqTgCrXP8 P {
  color: #e43f3f;
  text-align: left;
}
.cid-unqTgCrXP8 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unqTgCrXP8 .copyright a {
  text-decoration: none !important;
}
.cid-unqTgCrXP8 .list,
.cid-unqTgCrXP8 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unqTgCrXP8 ul li a {
  text-decoration: none !important;
}
.cid-unqTgCrXP8 .list {
  color: #e43f3f;
}
.cid-unqSPRMrai {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unqSPRMrai nav.navbar {
  position: fixed;
}
.cid-unqSPRMrai .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-unqSPRMrai .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unqSPRMrai .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unqSPRMrai .dropdown-item:hover,
.cid-unqSPRMrai .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unqSPRMrai .dropdown-item:hover span {
  color: white;
}
.cid-unqSPRMrai .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unqSPRMrai .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unqSPRMrai .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unqSPRMrai .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unqSPRMrai .nav-link {
  position: relative;
}
.cid-unqSPRMrai .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unqSPRMrai .container {
    flex-wrap: nowrap;
  }
}
.cid-unqSPRMrai .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unqSPRMrai .dropdown-menu,
.cid-unqSPRMrai .navbar.opened {
  background: #e43f3f !important;
}
.cid-unqSPRMrai .nav-item:focus,
.cid-unqSPRMrai .nav-link:focus {
  outline: none;
}
.cid-unqSPRMrai .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unqSPRMrai .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unqSPRMrai .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unqSPRMrai .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unqSPRMrai .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unqSPRMrai .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unqSPRMrai .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unqSPRMrai .navbar.opened {
  transition: all 0.3s;
}
.cid-unqSPRMrai .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unqSPRMrai .navbar .navbar-logo img {
  width: auto;
}
.cid-unqSPRMrai .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unqSPRMrai .navbar.collapsed {
  justify-content: center;
}
.cid-unqSPRMrai .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unqSPRMrai .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unqSPRMrai .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unqSPRMrai .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unqSPRMrai .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unqSPRMrai .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unqSPRMrai .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unqSPRMrai .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unqSPRMrai .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unqSPRMrai .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unqSPRMrai .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unqSPRMrai .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unqSPRMrai .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unqSPRMrai .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unqSPRMrai .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unqSPRMrai .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unqSPRMrai .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unqSPRMrai .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unqSPRMrai .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unqSPRMrai .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unqSPRMrai .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unqSPRMrai .navbar.navbar-short {
  min-height: 60px;
}
.cid-unqSPRMrai .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unqSPRMrai .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unqSPRMrai .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unqSPRMrai .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unqSPRMrai .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unqSPRMrai .dropdown-item.active,
.cid-unqSPRMrai .dropdown-item:active {
  background-color: transparent;
}
.cid-unqSPRMrai .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unqSPRMrai .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unqSPRMrai .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unqSPRMrai .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unqSPRMrai .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unqSPRMrai .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unqSPRMrai ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unqSPRMrai .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unqSPRMrai button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unqSPRMrai button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unqSPRMrai button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unqSPRMrai button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unqSPRMrai button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unqSPRMrai button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unqSPRMrai nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unqSPRMrai nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unqSPRMrai nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unqSPRMrai nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unqSPRMrai .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unqSPRMrai a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unqSPRMrai .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-unqSPRMrai .navbar {
    height: 70px;
  }
  .cid-unqSPRMrai .navbar.opened {
    height: auto;
  }
  .cid-unqSPRMrai .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unqSPQ8y9D {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unqSPQ8y9D .row {
  flex-direction: row-reverse;
}
.cid-unqSPQ8y9D p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unqSPQ8y9D .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unqSPQ8y9D .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unqSPQ8y9D .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unqSPQ8y9D .main-banner .left-content {
  margin-right: 15px;
}
.cid-unqSPQ8y9D .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unqSPQ8y9D .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unqSPQ8y9D .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unqSPQ8y9D .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unqSPQ8y9D .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unqSPQ8y9D .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unqSPQ8y9D .main-banner:before {
    display: none;
  }
  .cid-unqSPQ8y9D .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unqSPQ8y9D .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unqSPQ8y9D H6 {
  color: #e43f3f;
}
.cid-unqSPQ8y9D H2 {
  color: #000000;
}
.cid-unqSPQwqu1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unqSPQwqu1 .mbr-section-title {
  color: #000000;
}
.cid-unqSPQJvDV {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unqSPQJvDV .container {
  padding: 0 5%;
}
.cid-unqSPQJvDV #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unqSPQJvDV #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unqSPQJvDV #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unqSPQJvDV #expand-button:hover {
  background-color: #7787a5;
}
.cid-unqSPQJvDV .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unqSPQJvDV .item:focus,
.cid-unqSPQJvDV span:focus {
  outline: none;
}
.cid-unqSPQJvDV .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unqSPQJvDV .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unqSPQJvDV .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unqSPQJvDV .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unqSPQJvDV .item {
    padding: 1.5rem;
  }
}
.cid-unqSPQJvDV .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unqSPQJvDV .item .item-icon {
    margin-top: 0;
  }
}
.cid-unqSPQJvDV .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unqSPQJvDV .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unqSPQJvDV .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unqSPQJvDV .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unqSPQJvDV .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unqSPQJvDV .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unqSPQJvDV .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unqSPQJvDV .item-content {
    margin-left: 0;
  }
}
.cid-unqSPQJvDV .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unqSPQJvDV .item-title {
  color: #ffffff;
}
.cid-unqSPQJvDV .mbr-text,
.cid-unqSPQJvDV .item-icon {
  color: #ffffff;
}
.cid-unqSPQJvDV .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unqSPQJvDV .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unqSPQJvDV .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unqSPQJvDV .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unqSPQJvDV .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unqSPQJvDV .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unqSPQJvDV .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unqSPQJvDV .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unqSPQJvDV .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unqSPQJvDV .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unqSPQJvDV .article-column1 {
    padding-right: 16px;
  }
}
.cid-unqSPQJvDV .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unqSPQJvDV .article-column2 {
    padding-left: 16px;
  }
}
.cid-unqSPQJvDV .mbr-section-subtitle,
.cid-unqSPQJvDV .mbr-iconfont {
  color: #e082c5;
}
.cid-unqSPQJvDV .mbr-section-subtitle {
  color: #000000;
}
.cid-unqSPRcY00 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unqSPRcY00 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unqSPRcY00 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unqSPRcY00 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unqSPRcY00 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unqSPRcY00 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unqSPRcY00 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unqSPRcY00 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unqSPRcY00 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unqSPRcY00 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unqSPRcY00 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unqSPRcY00 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unqSPRcY00 .main-banner:before {
    display: none;
  }
  .cid-unqSPRcY00 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unqSPRcY00 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unqSPRcY00 H6 {
  color: #e43f3f;
}
.cid-unqSPRcY00 H2 {
  color: #000000;
}
.cid-unqSPRcY00 P {
  color: #000000;
}
.cid-unqSPRu9qF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unqSPRu9qF #footer {
  padding: 0 0 25px 0;
}
.cid-unqSPRu9qF #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unqSPRu9qF #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unqSPRu9qF #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unqSPRu9qF #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unqSPRu9qF #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unqSPRu9qF #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unqSPRu9qF #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unqSPRu9qF #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unqSPRu9qF #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unqSPRu9qF #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unqSPRu9qF #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unqSPRu9qF #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unqSPRu9qF #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unqSPRu9qF #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unqSPRu9qF #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unqSPRu9qF #footer .copyright {
  padding-top: 30px;
}
.cid-unqSPRu9qF ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unqSPRu9qF H4 {
  color: #000000;
  text-align: left;
}
.cid-unqSPRu9qF DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unqSPRu9qF P {
  color: #e43f3f;
  text-align: left;
}
.cid-unqSPRu9qF div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unqSPRu9qF .copyright a {
  text-decoration: none !important;
}
.cid-unqSPRu9qF .list,
.cid-unqSPRu9qF .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unqSPRu9qF ul li a {
  text-decoration: none !important;
}
.cid-unqSPRu9qF .list {
  color: #e43f3f;
}
.cid-unqSFB0uHR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unqSFB0uHR nav.navbar {
  position: fixed;
}
.cid-unqSFB0uHR .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-unqSFB0uHR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unqSFB0uHR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unqSFB0uHR .dropdown-item:hover,
.cid-unqSFB0uHR .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unqSFB0uHR .dropdown-item:hover span {
  color: white;
}
.cid-unqSFB0uHR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unqSFB0uHR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unqSFB0uHR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unqSFB0uHR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unqSFB0uHR .nav-link {
  position: relative;
}
.cid-unqSFB0uHR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unqSFB0uHR .container {
    flex-wrap: nowrap;
  }
}
.cid-unqSFB0uHR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unqSFB0uHR .dropdown-menu,
.cid-unqSFB0uHR .navbar.opened {
  background: #e43f3f !important;
}
.cid-unqSFB0uHR .nav-item:focus,
.cid-unqSFB0uHR .nav-link:focus {
  outline: none;
}
.cid-unqSFB0uHR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unqSFB0uHR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unqSFB0uHR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unqSFB0uHR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unqSFB0uHR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unqSFB0uHR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unqSFB0uHR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unqSFB0uHR .navbar.opened {
  transition: all 0.3s;
}
.cid-unqSFB0uHR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unqSFB0uHR .navbar .navbar-logo img {
  width: auto;
}
.cid-unqSFB0uHR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unqSFB0uHR .navbar.collapsed {
  justify-content: center;
}
.cid-unqSFB0uHR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unqSFB0uHR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unqSFB0uHR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unqSFB0uHR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unqSFB0uHR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unqSFB0uHR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unqSFB0uHR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unqSFB0uHR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unqSFB0uHR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unqSFB0uHR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unqSFB0uHR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unqSFB0uHR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unqSFB0uHR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unqSFB0uHR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unqSFB0uHR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unqSFB0uHR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unqSFB0uHR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unqSFB0uHR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unqSFB0uHR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unqSFB0uHR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unqSFB0uHR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unqSFB0uHR .navbar.navbar-short {
  min-height: 60px;
}
.cid-unqSFB0uHR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unqSFB0uHR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unqSFB0uHR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unqSFB0uHR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unqSFB0uHR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unqSFB0uHR .dropdown-item.active,
.cid-unqSFB0uHR .dropdown-item:active {
  background-color: transparent;
}
.cid-unqSFB0uHR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unqSFB0uHR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unqSFB0uHR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unqSFB0uHR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unqSFB0uHR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unqSFB0uHR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unqSFB0uHR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unqSFB0uHR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unqSFB0uHR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unqSFB0uHR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unqSFB0uHR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unqSFB0uHR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unqSFB0uHR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unqSFB0uHR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unqSFB0uHR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unqSFB0uHR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unqSFB0uHR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unqSFB0uHR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unqSFB0uHR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unqSFB0uHR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unqSFB0uHR .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-unqSFB0uHR .navbar {
    height: 70px;
  }
  .cid-unqSFB0uHR .navbar.opened {
    height: auto;
  }
  .cid-unqSFB0uHR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unqSFzfsz6 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unqSFzfsz6 .row {
  flex-direction: row-reverse;
}
.cid-unqSFzfsz6 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unqSFzfsz6 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unqSFzfsz6 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unqSFzfsz6 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unqSFzfsz6 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unqSFzfsz6 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unqSFzfsz6 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unqSFzfsz6 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unqSFzfsz6 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unqSFzfsz6 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unqSFzfsz6 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unqSFzfsz6 .main-banner:before {
    display: none;
  }
  .cid-unqSFzfsz6 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unqSFzfsz6 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unqSFzfsz6 H6 {
  color: #e43f3f;
}
.cid-unqSFzfsz6 H2 {
  color: #000000;
}
.cid-unqSFzGMfp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unqSFzGMfp .mbr-section-title {
  color: #000000;
}
.cid-unqSFzXaoD {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unqSFzXaoD .container {
  padding: 0 5%;
}
.cid-unqSFzXaoD #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unqSFzXaoD #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unqSFzXaoD #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unqSFzXaoD #expand-button:hover {
  background-color: #7787a5;
}
.cid-unqSFzXaoD .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unqSFzXaoD .item:focus,
.cid-unqSFzXaoD span:focus {
  outline: none;
}
.cid-unqSFzXaoD .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unqSFzXaoD .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unqSFzXaoD .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unqSFzXaoD .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unqSFzXaoD .item {
    padding: 1.5rem;
  }
}
.cid-unqSFzXaoD .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unqSFzXaoD .item .item-icon {
    margin-top: 0;
  }
}
.cid-unqSFzXaoD .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unqSFzXaoD .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unqSFzXaoD .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unqSFzXaoD .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unqSFzXaoD .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unqSFzXaoD .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unqSFzXaoD .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unqSFzXaoD .item-content {
    margin-left: 0;
  }
}
.cid-unqSFzXaoD .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unqSFzXaoD .item-title {
  color: #ffffff;
}
.cid-unqSFzXaoD .mbr-text,
.cid-unqSFzXaoD .item-icon {
  color: #ffffff;
}
.cid-unqSFzXaoD .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unqSFzXaoD .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unqSFzXaoD .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unqSFzXaoD .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unqSFzXaoD .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unqSFzXaoD .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unqSFzXaoD .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unqSFzXaoD .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unqSFzXaoD .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unqSFzXaoD .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unqSFzXaoD .article-column1 {
    padding-right: 16px;
  }
}
.cid-unqSFzXaoD .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unqSFzXaoD .article-column2 {
    padding-left: 16px;
  }
}
.cid-unqSFzXaoD .mbr-section-subtitle,
.cid-unqSFzXaoD .mbr-iconfont {
  color: #e082c5;
}
.cid-unqSFzXaoD .mbr-section-subtitle {
  color: #000000;
}
.cid-unqSFAvLaX {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unqSFAvLaX p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unqSFAvLaX .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unqSFAvLaX .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unqSFAvLaX .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unqSFAvLaX .main-banner .left-content {
  margin-right: 15px;
}
.cid-unqSFAvLaX .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unqSFAvLaX .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unqSFAvLaX .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unqSFAvLaX .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unqSFAvLaX .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unqSFAvLaX .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unqSFAvLaX .main-banner:before {
    display: none;
  }
  .cid-unqSFAvLaX .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unqSFAvLaX .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unqSFAvLaX H6 {
  color: #e43f3f;
}
.cid-unqSFAvLaX H2 {
  color: #000000;
}
.cid-unqSFAvLaX P {
  color: #000000;
}
.cid-unqSFAIWJs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unqSFAIWJs #footer {
  padding: 0 0 25px 0;
}
.cid-unqSFAIWJs #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unqSFAIWJs #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unqSFAIWJs #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unqSFAIWJs #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unqSFAIWJs #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unqSFAIWJs #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unqSFAIWJs #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unqSFAIWJs #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unqSFAIWJs #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unqSFAIWJs #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unqSFAIWJs #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unqSFAIWJs #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unqSFAIWJs #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unqSFAIWJs #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unqSFAIWJs #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unqSFAIWJs #footer .copyright {
  padding-top: 30px;
}
.cid-unqSFAIWJs ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unqSFAIWJs H4 {
  color: #000000;
  text-align: left;
}
.cid-unqSFAIWJs DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unqSFAIWJs P {
  color: #e43f3f;
  text-align: left;
}
.cid-unqSFAIWJs div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unqSFAIWJs .copyright a {
  text-decoration: none !important;
}
.cid-unqSFAIWJs .list,
.cid-unqSFAIWJs .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unqSFAIWJs ul li a {
  text-decoration: none !important;
}
.cid-unqSFAIWJs .list {
  color: #e43f3f;
}
.cid-unqZaIwl81 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unqZaIwl81 nav.navbar {
  position: fixed;
}
.cid-unqZaIwl81 .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-unqZaIwl81 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unqZaIwl81 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unqZaIwl81 .dropdown-item:hover,
.cid-unqZaIwl81 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unqZaIwl81 .dropdown-item:hover span {
  color: white;
}
.cid-unqZaIwl81 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unqZaIwl81 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unqZaIwl81 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unqZaIwl81 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unqZaIwl81 .nav-link {
  position: relative;
}
.cid-unqZaIwl81 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unqZaIwl81 .container {
    flex-wrap: nowrap;
  }
}
.cid-unqZaIwl81 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unqZaIwl81 .dropdown-menu,
.cid-unqZaIwl81 .navbar.opened {
  background: #e43f3f !important;
}
.cid-unqZaIwl81 .nav-item:focus,
.cid-unqZaIwl81 .nav-link:focus {
  outline: none;
}
.cid-unqZaIwl81 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unqZaIwl81 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unqZaIwl81 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unqZaIwl81 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unqZaIwl81 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unqZaIwl81 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unqZaIwl81 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unqZaIwl81 .navbar.opened {
  transition: all 0.3s;
}
.cid-unqZaIwl81 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unqZaIwl81 .navbar .navbar-logo img {
  width: auto;
}
.cid-unqZaIwl81 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unqZaIwl81 .navbar.collapsed {
  justify-content: center;
}
.cid-unqZaIwl81 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unqZaIwl81 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unqZaIwl81 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unqZaIwl81 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unqZaIwl81 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unqZaIwl81 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unqZaIwl81 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unqZaIwl81 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unqZaIwl81 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unqZaIwl81 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unqZaIwl81 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unqZaIwl81 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unqZaIwl81 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unqZaIwl81 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unqZaIwl81 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unqZaIwl81 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unqZaIwl81 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unqZaIwl81 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unqZaIwl81 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unqZaIwl81 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unqZaIwl81 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unqZaIwl81 .navbar.navbar-short {
  min-height: 60px;
}
.cid-unqZaIwl81 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unqZaIwl81 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unqZaIwl81 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unqZaIwl81 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unqZaIwl81 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unqZaIwl81 .dropdown-item.active,
.cid-unqZaIwl81 .dropdown-item:active {
  background-color: transparent;
}
.cid-unqZaIwl81 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unqZaIwl81 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unqZaIwl81 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unqZaIwl81 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unqZaIwl81 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unqZaIwl81 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unqZaIwl81 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unqZaIwl81 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unqZaIwl81 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unqZaIwl81 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unqZaIwl81 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unqZaIwl81 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unqZaIwl81 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unqZaIwl81 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unqZaIwl81 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unqZaIwl81 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unqZaIwl81 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unqZaIwl81 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unqZaIwl81 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unqZaIwl81 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unqZaIwl81 .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-unqZaIwl81 .navbar {
    height: 70px;
  }
  .cid-unqZaIwl81 .navbar.opened {
    height: auto;
  }
  .cid-unqZaIwl81 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unqZaGJ5fi {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unqZaGJ5fi .row {
  flex-direction: row-reverse;
}
.cid-unqZaGJ5fi p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unqZaGJ5fi .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unqZaGJ5fi .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unqZaGJ5fi .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unqZaGJ5fi .main-banner .left-content {
  margin-right: 15px;
}
.cid-unqZaGJ5fi .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unqZaGJ5fi .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unqZaGJ5fi .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unqZaGJ5fi .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unqZaGJ5fi .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unqZaGJ5fi .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unqZaGJ5fi .main-banner:before {
    display: none;
  }
  .cid-unqZaGJ5fi .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unqZaGJ5fi .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unqZaGJ5fi H6 {
  color: #e43f3f;
}
.cid-unqZaGJ5fi H2 {
  color: #000000;
}
.cid-unqZaHai9r {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unqZaHai9r .mbr-section-title {
  color: #000000;
}
.cid-unqZaHsA1g {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unqZaHsA1g .container {
  padding: 0 5%;
}
.cid-unqZaHsA1g #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unqZaHsA1g #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unqZaHsA1g #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unqZaHsA1g #expand-button:hover {
  background-color: #7787a5;
}
.cid-unqZaHsA1g .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unqZaHsA1g .item:focus,
.cid-unqZaHsA1g span:focus {
  outline: none;
}
.cid-unqZaHsA1g .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unqZaHsA1g .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unqZaHsA1g .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unqZaHsA1g .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unqZaHsA1g .item {
    padding: 1.5rem;
  }
}
.cid-unqZaHsA1g .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unqZaHsA1g .item .item-icon {
    margin-top: 0;
  }
}
.cid-unqZaHsA1g .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unqZaHsA1g .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unqZaHsA1g .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unqZaHsA1g .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unqZaHsA1g .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unqZaHsA1g .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unqZaHsA1g .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unqZaHsA1g .item-content {
    margin-left: 0;
  }
}
.cid-unqZaHsA1g .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unqZaHsA1g .item-title {
  color: #ffffff;
}
.cid-unqZaHsA1g .mbr-text,
.cid-unqZaHsA1g .item-icon {
  color: #ffffff;
}
.cid-unqZaHsA1g .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unqZaHsA1g .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unqZaHsA1g .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unqZaHsA1g .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unqZaHsA1g .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unqZaHsA1g .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unqZaHsA1g .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unqZaHsA1g .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unqZaHsA1g .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unqZaHsA1g .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unqZaHsA1g .article-column1 {
    padding-right: 16px;
  }
}
.cid-unqZaHsA1g .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unqZaHsA1g .article-column2 {
    padding-left: 16px;
  }
}
.cid-unqZaHsA1g .mbr-section-subtitle,
.cid-unqZaHsA1g .mbr-iconfont {
  color: #e082c5;
}
.cid-unqZaHsA1g .mbr-section-subtitle {
  color: #000000;
}
.cid-unqZaHWUml {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unqZaHWUml p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unqZaHWUml .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unqZaHWUml .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unqZaHWUml .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unqZaHWUml .main-banner .left-content {
  margin-right: 15px;
}
.cid-unqZaHWUml .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unqZaHWUml .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unqZaHWUml .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unqZaHWUml .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unqZaHWUml .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unqZaHWUml .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unqZaHWUml .main-banner:before {
    display: none;
  }
  .cid-unqZaHWUml .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unqZaHWUml .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unqZaHWUml H6 {
  color: #e43f3f;
}
.cid-unqZaHWUml H2 {
  color: #000000;
}
.cid-unqZaHWUml P {
  color: #000000;
}
.cid-unqZaIazlw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unqZaIazlw #footer {
  padding: 0 0 25px 0;
}
.cid-unqZaIazlw #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unqZaIazlw #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unqZaIazlw #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unqZaIazlw #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unqZaIazlw #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unqZaIazlw #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unqZaIazlw #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unqZaIazlw #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unqZaIazlw #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unqZaIazlw #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unqZaIazlw #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unqZaIazlw #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unqZaIazlw #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unqZaIazlw #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unqZaIazlw #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unqZaIazlw #footer .copyright {
  padding-top: 30px;
}
.cid-unqZaIazlw ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unqZaIazlw H4 {
  color: #000000;
  text-align: left;
}
.cid-unqZaIazlw DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unqZaIazlw P {
  color: #e43f3f;
  text-align: left;
}
.cid-unqZaIazlw div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unqZaIazlw .copyright a {
  text-decoration: none !important;
}
.cid-unqZaIazlw .list,
.cid-unqZaIazlw .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unqZaIazlw ul li a {
  text-decoration: none !important;
}
.cid-unqZaIazlw .list {
  color: #e43f3f;
}
.cid-unqZFkYArI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unqZFkYArI nav.navbar {
  position: fixed;
}
.cid-unqZFkYArI .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-unqZFkYArI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unqZFkYArI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unqZFkYArI .dropdown-item:hover,
.cid-unqZFkYArI .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unqZFkYArI .dropdown-item:hover span {
  color: white;
}
.cid-unqZFkYArI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unqZFkYArI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unqZFkYArI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unqZFkYArI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unqZFkYArI .nav-link {
  position: relative;
}
.cid-unqZFkYArI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unqZFkYArI .container {
    flex-wrap: nowrap;
  }
}
.cid-unqZFkYArI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unqZFkYArI .dropdown-menu,
.cid-unqZFkYArI .navbar.opened {
  background: #e43f3f !important;
}
.cid-unqZFkYArI .nav-item:focus,
.cid-unqZFkYArI .nav-link:focus {
  outline: none;
}
.cid-unqZFkYArI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unqZFkYArI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unqZFkYArI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unqZFkYArI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unqZFkYArI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unqZFkYArI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unqZFkYArI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unqZFkYArI .navbar.opened {
  transition: all 0.3s;
}
.cid-unqZFkYArI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unqZFkYArI .navbar .navbar-logo img {
  width: auto;
}
.cid-unqZFkYArI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unqZFkYArI .navbar.collapsed {
  justify-content: center;
}
.cid-unqZFkYArI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unqZFkYArI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unqZFkYArI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unqZFkYArI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unqZFkYArI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unqZFkYArI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unqZFkYArI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unqZFkYArI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unqZFkYArI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unqZFkYArI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unqZFkYArI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unqZFkYArI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unqZFkYArI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unqZFkYArI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unqZFkYArI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unqZFkYArI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unqZFkYArI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unqZFkYArI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unqZFkYArI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unqZFkYArI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unqZFkYArI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unqZFkYArI .navbar.navbar-short {
  min-height: 60px;
}
.cid-unqZFkYArI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unqZFkYArI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unqZFkYArI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unqZFkYArI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unqZFkYArI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unqZFkYArI .dropdown-item.active,
.cid-unqZFkYArI .dropdown-item:active {
  background-color: transparent;
}
.cid-unqZFkYArI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unqZFkYArI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unqZFkYArI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unqZFkYArI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unqZFkYArI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unqZFkYArI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unqZFkYArI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unqZFkYArI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unqZFkYArI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unqZFkYArI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unqZFkYArI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unqZFkYArI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unqZFkYArI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unqZFkYArI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unqZFkYArI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unqZFkYArI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unqZFkYArI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unqZFkYArI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unqZFkYArI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unqZFkYArI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unqZFkYArI .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-unqZFkYArI .navbar {
    height: 70px;
  }
  .cid-unqZFkYArI .navbar.opened {
    height: auto;
  }
  .cid-unqZFkYArI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unqZFjhOnH {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unqZFjhOnH .row {
  flex-direction: row-reverse;
}
.cid-unqZFjhOnH p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unqZFjhOnH .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unqZFjhOnH .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unqZFjhOnH .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unqZFjhOnH .main-banner .left-content {
  margin-right: 15px;
}
.cid-unqZFjhOnH .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unqZFjhOnH .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unqZFjhOnH .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unqZFjhOnH .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unqZFjhOnH .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unqZFjhOnH .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unqZFjhOnH .main-banner:before {
    display: none;
  }
  .cid-unqZFjhOnH .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unqZFjhOnH .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unqZFjhOnH H6 {
  color: #e43f3f;
}
.cid-unqZFjhOnH H2 {
  color: #000000;
}
.cid-unqZFjFkkm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unqZFjFkkm .mbr-section-title {
  color: #000000;
}
.cid-unqZFjTXR5 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unqZFjTXR5 .container {
  padding: 0 5%;
}
.cid-unqZFjTXR5 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unqZFjTXR5 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unqZFjTXR5 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unqZFjTXR5 #expand-button:hover {
  background-color: #7787a5;
}
.cid-unqZFjTXR5 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unqZFjTXR5 .item:focus,
.cid-unqZFjTXR5 span:focus {
  outline: none;
}
.cid-unqZFjTXR5 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unqZFjTXR5 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unqZFjTXR5 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unqZFjTXR5 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unqZFjTXR5 .item {
    padding: 1.5rem;
  }
}
.cid-unqZFjTXR5 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unqZFjTXR5 .item .item-icon {
    margin-top: 0;
  }
}
.cid-unqZFjTXR5 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unqZFjTXR5 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unqZFjTXR5 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unqZFjTXR5 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unqZFjTXR5 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unqZFjTXR5 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unqZFjTXR5 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unqZFjTXR5 .item-content {
    margin-left: 0;
  }
}
.cid-unqZFjTXR5 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unqZFjTXR5 .item-title {
  color: #ffffff;
}
.cid-unqZFjTXR5 .mbr-text,
.cid-unqZFjTXR5 .item-icon {
  color: #ffffff;
}
.cid-unqZFjTXR5 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unqZFjTXR5 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unqZFjTXR5 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unqZFjTXR5 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unqZFjTXR5 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unqZFjTXR5 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unqZFjTXR5 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unqZFjTXR5 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unqZFjTXR5 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unqZFjTXR5 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unqZFjTXR5 .article-column1 {
    padding-right: 16px;
  }
}
.cid-unqZFjTXR5 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unqZFjTXR5 .article-column2 {
    padding-left: 16px;
  }
}
.cid-unqZFjTXR5 .mbr-section-subtitle,
.cid-unqZFjTXR5 .mbr-iconfont {
  color: #e082c5;
}
.cid-unqZFjTXR5 .mbr-section-subtitle {
  color: #000000;
}
.cid-unqZFkrbQe {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unqZFkrbQe p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unqZFkrbQe .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unqZFkrbQe .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unqZFkrbQe .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unqZFkrbQe .main-banner .left-content {
  margin-right: 15px;
}
.cid-unqZFkrbQe .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unqZFkrbQe .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unqZFkrbQe .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unqZFkrbQe .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unqZFkrbQe .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unqZFkrbQe .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unqZFkrbQe .main-banner:before {
    display: none;
  }
  .cid-unqZFkrbQe .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unqZFkrbQe .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unqZFkrbQe H6 {
  color: #e43f3f;
}
.cid-unqZFkrbQe H2 {
  color: #000000;
}
.cid-unqZFkrbQe P {
  color: #000000;
}
.cid-unqZFkF4rP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unqZFkF4rP #footer {
  padding: 0 0 25px 0;
}
.cid-unqZFkF4rP #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unqZFkF4rP #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unqZFkF4rP #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unqZFkF4rP #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unqZFkF4rP #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unqZFkF4rP #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unqZFkF4rP #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unqZFkF4rP #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unqZFkF4rP #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unqZFkF4rP #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unqZFkF4rP #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unqZFkF4rP #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unqZFkF4rP #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unqZFkF4rP #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unqZFkF4rP #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unqZFkF4rP #footer .copyright {
  padding-top: 30px;
}
.cid-unqZFkF4rP ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unqZFkF4rP H4 {
  color: #000000;
  text-align: left;
}
.cid-unqZFkF4rP DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unqZFkF4rP P {
  color: #e43f3f;
  text-align: left;
}
.cid-unqZFkF4rP div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unqZFkF4rP .copyright a {
  text-decoration: none !important;
}
.cid-unqZFkF4rP .list,
.cid-unqZFkF4rP .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unqZFkF4rP ul li a {
  text-decoration: none !important;
}
.cid-unqZFkF4rP .list {
  color: #e43f3f;
}
.cid-unr4iTl3ha {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unr4iTl3ha nav.navbar {
  position: fixed;
}
.cid-unr4iTl3ha .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-unr4iTl3ha .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unr4iTl3ha .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unr4iTl3ha .dropdown-item:hover,
.cid-unr4iTl3ha .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unr4iTl3ha .dropdown-item:hover span {
  color: white;
}
.cid-unr4iTl3ha .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unr4iTl3ha .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unr4iTl3ha .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unr4iTl3ha .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unr4iTl3ha .nav-link {
  position: relative;
}
.cid-unr4iTl3ha .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unr4iTl3ha .container {
    flex-wrap: nowrap;
  }
}
.cid-unr4iTl3ha .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unr4iTl3ha .dropdown-menu,
.cid-unr4iTl3ha .navbar.opened {
  background: #e43f3f !important;
}
.cid-unr4iTl3ha .nav-item:focus,
.cid-unr4iTl3ha .nav-link:focus {
  outline: none;
}
.cid-unr4iTl3ha .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unr4iTl3ha .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unr4iTl3ha .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unr4iTl3ha .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unr4iTl3ha .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unr4iTl3ha .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unr4iTl3ha .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unr4iTl3ha .navbar.opened {
  transition: all 0.3s;
}
.cid-unr4iTl3ha .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unr4iTl3ha .navbar .navbar-logo img {
  width: auto;
}
.cid-unr4iTl3ha .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unr4iTl3ha .navbar.collapsed {
  justify-content: center;
}
.cid-unr4iTl3ha .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unr4iTl3ha .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unr4iTl3ha .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unr4iTl3ha .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unr4iTl3ha .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unr4iTl3ha .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unr4iTl3ha .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unr4iTl3ha .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unr4iTl3ha .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unr4iTl3ha .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unr4iTl3ha .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unr4iTl3ha .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unr4iTl3ha .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unr4iTl3ha .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unr4iTl3ha .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unr4iTl3ha .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unr4iTl3ha .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unr4iTl3ha .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unr4iTl3ha .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unr4iTl3ha .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unr4iTl3ha .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unr4iTl3ha .navbar.navbar-short {
  min-height: 60px;
}
.cid-unr4iTl3ha .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unr4iTl3ha .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unr4iTl3ha .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unr4iTl3ha .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unr4iTl3ha .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unr4iTl3ha .dropdown-item.active,
.cid-unr4iTl3ha .dropdown-item:active {
  background-color: transparent;
}
.cid-unr4iTl3ha .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unr4iTl3ha .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unr4iTl3ha .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unr4iTl3ha .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unr4iTl3ha .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unr4iTl3ha .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unr4iTl3ha ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unr4iTl3ha .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unr4iTl3ha button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unr4iTl3ha button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unr4iTl3ha button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unr4iTl3ha button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unr4iTl3ha button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unr4iTl3ha button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unr4iTl3ha nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unr4iTl3ha nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unr4iTl3ha nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unr4iTl3ha nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unr4iTl3ha .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unr4iTl3ha a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unr4iTl3ha .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-unr4iTl3ha .navbar {
    height: 70px;
  }
  .cid-unr4iTl3ha .navbar.opened {
    height: auto;
  }
  .cid-unr4iTl3ha .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unr4iSeN38 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unr4iSeN38 .row {
  flex-direction: row-reverse;
}
.cid-unr4iSeN38 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unr4iSeN38 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unr4iSeN38 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unr4iSeN38 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unr4iSeN38 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unr4iSeN38 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unr4iSeN38 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unr4iSeN38 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unr4iSeN38 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unr4iSeN38 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unr4iSeN38 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unr4iSeN38 .main-banner:before {
    display: none;
  }
  .cid-unr4iSeN38 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unr4iSeN38 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unr4iSeN38 H6 {
  color: #e43f3f;
}
.cid-unr4iSeN38 H2 {
  color: #000000;
}
.cid-unr4iSwFOF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unr4iSwFOF .mbr-section-title {
  color: #000000;
}
.cid-unr4iSGJCO {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unr4iSGJCO .container {
  padding: 0 5%;
}
.cid-unr4iSGJCO #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unr4iSGJCO #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unr4iSGJCO #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unr4iSGJCO #expand-button:hover {
  background-color: #7787a5;
}
.cid-unr4iSGJCO .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unr4iSGJCO .item:focus,
.cid-unr4iSGJCO span:focus {
  outline: none;
}
.cid-unr4iSGJCO .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unr4iSGJCO .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unr4iSGJCO .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unr4iSGJCO .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unr4iSGJCO .item {
    padding: 1.5rem;
  }
}
.cid-unr4iSGJCO .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unr4iSGJCO .item .item-icon {
    margin-top: 0;
  }
}
.cid-unr4iSGJCO .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unr4iSGJCO .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unr4iSGJCO .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unr4iSGJCO .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unr4iSGJCO .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unr4iSGJCO .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unr4iSGJCO .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unr4iSGJCO .item-content {
    margin-left: 0;
  }
}
.cid-unr4iSGJCO .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unr4iSGJCO .item-title {
  color: #ffffff;
}
.cid-unr4iSGJCO .mbr-text,
.cid-unr4iSGJCO .item-icon {
  color: #ffffff;
}
.cid-unr4iSGJCO .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unr4iSGJCO .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unr4iSGJCO .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unr4iSGJCO .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unr4iSGJCO .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unr4iSGJCO .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unr4iSGJCO .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unr4iSGJCO .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unr4iSGJCO .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unr4iSGJCO .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unr4iSGJCO .article-column1 {
    padding-right: 16px;
  }
}
.cid-unr4iSGJCO .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unr4iSGJCO .article-column2 {
    padding-left: 16px;
  }
}
.cid-unr4iSGJCO .mbr-section-subtitle,
.cid-unr4iSGJCO .mbr-iconfont {
  color: #e082c5;
}
.cid-unr4iSGJCO .mbr-section-subtitle {
  color: #000000;
}
.cid-unr4iT1bQv {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unr4iT1bQv p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unr4iT1bQv .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unr4iT1bQv .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unr4iT1bQv .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unr4iT1bQv .main-banner .left-content {
  margin-right: 15px;
}
.cid-unr4iT1bQv .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unr4iT1bQv .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unr4iT1bQv .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unr4iT1bQv .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unr4iT1bQv .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unr4iT1bQv .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unr4iT1bQv .main-banner:before {
    display: none;
  }
  .cid-unr4iT1bQv .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unr4iT1bQv .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unr4iT1bQv H6 {
  color: #e43f3f;
}
.cid-unr4iT1bQv H2 {
  color: #000000;
}
.cid-unr4iT1bQv P {
  color: #000000;
}
.cid-unr4iTaODJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unr4iTaODJ #footer {
  padding: 0 0 25px 0;
}
.cid-unr4iTaODJ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unr4iTaODJ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unr4iTaODJ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unr4iTaODJ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unr4iTaODJ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unr4iTaODJ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unr4iTaODJ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unr4iTaODJ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unr4iTaODJ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unr4iTaODJ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unr4iTaODJ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unr4iTaODJ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unr4iTaODJ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unr4iTaODJ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unr4iTaODJ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unr4iTaODJ #footer .copyright {
  padding-top: 30px;
}
.cid-unr4iTaODJ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unr4iTaODJ H4 {
  color: #000000;
  text-align: left;
}
.cid-unr4iTaODJ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unr4iTaODJ P {
  color: #e43f3f;
  text-align: left;
}
.cid-unr4iTaODJ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unr4iTaODJ .copyright a {
  text-decoration: none !important;
}
.cid-unr4iTaODJ .list,
.cid-unr4iTaODJ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unr4iTaODJ ul li a {
  text-decoration: none !important;
}
.cid-unr4iTaODJ .list {
  color: #e43f3f;
}
.cid-unCqR6pWDi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unCqR6pWDi nav.navbar {
  position: fixed;
}
.cid-unCqR6pWDi .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-unCqR6pWDi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unCqR6pWDi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unCqR6pWDi .dropdown-item:hover,
.cid-unCqR6pWDi .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unCqR6pWDi .dropdown-item:hover span {
  color: white;
}
.cid-unCqR6pWDi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unCqR6pWDi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unCqR6pWDi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unCqR6pWDi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unCqR6pWDi .nav-link {
  position: relative;
}
.cid-unCqR6pWDi .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unCqR6pWDi .container {
    flex-wrap: nowrap;
  }
}
.cid-unCqR6pWDi .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unCqR6pWDi .dropdown-menu,
.cid-unCqR6pWDi .navbar.opened {
  background: #e43f3f !important;
}
.cid-unCqR6pWDi .nav-item:focus,
.cid-unCqR6pWDi .nav-link:focus {
  outline: none;
}
.cid-unCqR6pWDi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unCqR6pWDi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unCqR6pWDi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unCqR6pWDi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unCqR6pWDi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unCqR6pWDi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unCqR6pWDi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unCqR6pWDi .navbar.opened {
  transition: all 0.3s;
}
.cid-unCqR6pWDi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unCqR6pWDi .navbar .navbar-logo img {
  width: auto;
}
.cid-unCqR6pWDi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unCqR6pWDi .navbar.collapsed {
  justify-content: center;
}
.cid-unCqR6pWDi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unCqR6pWDi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unCqR6pWDi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unCqR6pWDi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unCqR6pWDi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unCqR6pWDi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unCqR6pWDi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unCqR6pWDi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unCqR6pWDi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unCqR6pWDi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unCqR6pWDi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unCqR6pWDi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unCqR6pWDi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unCqR6pWDi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unCqR6pWDi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unCqR6pWDi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unCqR6pWDi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unCqR6pWDi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unCqR6pWDi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unCqR6pWDi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unCqR6pWDi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unCqR6pWDi .navbar.navbar-short {
  min-height: 60px;
}
.cid-unCqR6pWDi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unCqR6pWDi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unCqR6pWDi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unCqR6pWDi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unCqR6pWDi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unCqR6pWDi .dropdown-item.active,
.cid-unCqR6pWDi .dropdown-item:active {
  background-color: transparent;
}
.cid-unCqR6pWDi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unCqR6pWDi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unCqR6pWDi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unCqR6pWDi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unCqR6pWDi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unCqR6pWDi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unCqR6pWDi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unCqR6pWDi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unCqR6pWDi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unCqR6pWDi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unCqR6pWDi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unCqR6pWDi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unCqR6pWDi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unCqR6pWDi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unCqR6pWDi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unCqR6pWDi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unCqR6pWDi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unCqR6pWDi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unCqR6pWDi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unCqR6pWDi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unCqR6pWDi .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-unCqR6pWDi .navbar {
    height: 70px;
  }
  .cid-unCqR6pWDi .navbar.opened {
    height: auto;
  }
  .cid-unCqR6pWDi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unCqR4HWb1 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unCqR4HWb1 .row {
  flex-direction: row-reverse;
}
.cid-unCqR4HWb1 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unCqR4HWb1 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unCqR4HWb1 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unCqR4HWb1 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unCqR4HWb1 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unCqR4HWb1 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unCqR4HWb1 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unCqR4HWb1 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unCqR4HWb1 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unCqR4HWb1 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unCqR4HWb1 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unCqR4HWb1 .main-banner:before {
    display: none;
  }
  .cid-unCqR4HWb1 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unCqR4HWb1 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unCqR4HWb1 H6 {
  color: #e43f3f;
}
.cid-unCqR4HWb1 H2 {
  color: #000000;
}
.cid-unCqR583GA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unCqR583GA .mbr-section-title {
  color: #000000;
}
.cid-unCqR5qYo5 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unCqR5qYo5 .container {
  padding: 0 5%;
}
.cid-unCqR5qYo5 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unCqR5qYo5 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unCqR5qYo5 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unCqR5qYo5 #expand-button:hover {
  background-color: #7787a5;
}
.cid-unCqR5qYo5 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unCqR5qYo5 .item:focus,
.cid-unCqR5qYo5 span:focus {
  outline: none;
}
.cid-unCqR5qYo5 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unCqR5qYo5 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unCqR5qYo5 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unCqR5qYo5 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unCqR5qYo5 .item {
    padding: 1.5rem;
  }
}
.cid-unCqR5qYo5 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unCqR5qYo5 .item .item-icon {
    margin-top: 0;
  }
}
.cid-unCqR5qYo5 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unCqR5qYo5 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unCqR5qYo5 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unCqR5qYo5 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unCqR5qYo5 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unCqR5qYo5 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unCqR5qYo5 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unCqR5qYo5 .item-content {
    margin-left: 0;
  }
}
.cid-unCqR5qYo5 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unCqR5qYo5 .item-title {
  color: #ffffff;
}
.cid-unCqR5qYo5 .mbr-text,
.cid-unCqR5qYo5 .item-icon {
  color: #ffffff;
}
.cid-unCqR5qYo5 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unCqR5qYo5 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unCqR5qYo5 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unCqR5qYo5 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unCqR5qYo5 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unCqR5qYo5 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unCqR5qYo5 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unCqR5qYo5 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unCqR5qYo5 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unCqR5qYo5 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unCqR5qYo5 .article-column1 {
    padding-right: 16px;
  }
}
.cid-unCqR5qYo5 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unCqR5qYo5 .article-column2 {
    padding-left: 16px;
  }
}
.cid-unCqR5qYo5 .mbr-section-subtitle,
.cid-unCqR5qYo5 .mbr-iconfont {
  color: #e082c5;
}
.cid-unCqR5qYo5 .mbr-section-subtitle {
  color: #000000;
}
.cid-unCqR5U4al {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unCqR5U4al p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unCqR5U4al .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unCqR5U4al .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unCqR5U4al .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unCqR5U4al .main-banner .left-content {
  margin-right: 15px;
}
.cid-unCqR5U4al .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unCqR5U4al .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unCqR5U4al .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unCqR5U4al .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unCqR5U4al .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unCqR5U4al .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unCqR5U4al .main-banner:before {
    display: none;
  }
  .cid-unCqR5U4al .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unCqR5U4al .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unCqR5U4al H6 {
  color: #e43f3f;
}
.cid-unCqR5U4al H2 {
  color: #000000;
}
.cid-unCqR5U4al P {
  color: #000000;
}
.cid-unCqR67q7H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unCqR67q7H #footer {
  padding: 0 0 25px 0;
}
.cid-unCqR67q7H #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unCqR67q7H #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unCqR67q7H #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unCqR67q7H #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unCqR67q7H #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unCqR67q7H #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unCqR67q7H #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unCqR67q7H #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unCqR67q7H #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unCqR67q7H #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unCqR67q7H #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unCqR67q7H #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unCqR67q7H #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unCqR67q7H #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unCqR67q7H #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unCqR67q7H #footer .copyright {
  padding-top: 30px;
}
.cid-unCqR67q7H ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unCqR67q7H H4 {
  color: #000000;
  text-align: left;
}
.cid-unCqR67q7H DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unCqR67q7H P {
  color: #e43f3f;
  text-align: left;
}
.cid-unCqR67q7H div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unCqR67q7H .copyright a {
  text-decoration: none !important;
}
.cid-unCqR67q7H .list,
.cid-unCqR67q7H .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unCqR67q7H ul li a {
  text-decoration: none !important;
}
.cid-unCqR67q7H .list {
  color: #e43f3f;
}
.cid-unCroUZPfQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unCroUZPfQ nav.navbar {
  position: fixed;
}
.cid-unCroUZPfQ .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-unCroUZPfQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unCroUZPfQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unCroUZPfQ .dropdown-item:hover,
.cid-unCroUZPfQ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unCroUZPfQ .dropdown-item:hover span {
  color: white;
}
.cid-unCroUZPfQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unCroUZPfQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unCroUZPfQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unCroUZPfQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unCroUZPfQ .nav-link {
  position: relative;
}
.cid-unCroUZPfQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unCroUZPfQ .container {
    flex-wrap: nowrap;
  }
}
.cid-unCroUZPfQ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unCroUZPfQ .dropdown-menu,
.cid-unCroUZPfQ .navbar.opened {
  background: #e43f3f !important;
}
.cid-unCroUZPfQ .nav-item:focus,
.cid-unCroUZPfQ .nav-link:focus {
  outline: none;
}
.cid-unCroUZPfQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unCroUZPfQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unCroUZPfQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unCroUZPfQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unCroUZPfQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unCroUZPfQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unCroUZPfQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unCroUZPfQ .navbar.opened {
  transition: all 0.3s;
}
.cid-unCroUZPfQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unCroUZPfQ .navbar .navbar-logo img {
  width: auto;
}
.cid-unCroUZPfQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unCroUZPfQ .navbar.collapsed {
  justify-content: center;
}
.cid-unCroUZPfQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unCroUZPfQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unCroUZPfQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unCroUZPfQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unCroUZPfQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unCroUZPfQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unCroUZPfQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unCroUZPfQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unCroUZPfQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unCroUZPfQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unCroUZPfQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unCroUZPfQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unCroUZPfQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unCroUZPfQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unCroUZPfQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unCroUZPfQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unCroUZPfQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unCroUZPfQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unCroUZPfQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unCroUZPfQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unCroUZPfQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unCroUZPfQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unCroUZPfQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unCroUZPfQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unCroUZPfQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unCroUZPfQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unCroUZPfQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unCroUZPfQ .dropdown-item.active,
.cid-unCroUZPfQ .dropdown-item:active {
  background-color: transparent;
}
.cid-unCroUZPfQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unCroUZPfQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unCroUZPfQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unCroUZPfQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unCroUZPfQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unCroUZPfQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unCroUZPfQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unCroUZPfQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unCroUZPfQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unCroUZPfQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unCroUZPfQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unCroUZPfQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unCroUZPfQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unCroUZPfQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unCroUZPfQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unCroUZPfQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unCroUZPfQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unCroUZPfQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unCroUZPfQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unCroUZPfQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unCroUZPfQ .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-unCroUZPfQ .navbar {
    height: 70px;
  }
  .cid-unCroUZPfQ .navbar.opened {
    height: auto;
  }
  .cid-unCroUZPfQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unCroTfnky {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unCroTfnky .row {
  flex-direction: row-reverse;
}
.cid-unCroTfnky p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unCroTfnky .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unCroTfnky .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unCroTfnky .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unCroTfnky .main-banner .left-content {
  margin-right: 15px;
}
.cid-unCroTfnky .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unCroTfnky .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unCroTfnky .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unCroTfnky .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unCroTfnky .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unCroTfnky .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unCroTfnky .main-banner:before {
    display: none;
  }
  .cid-unCroTfnky .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unCroTfnky .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unCroTfnky H6 {
  color: #e43f3f;
}
.cid-unCroTfnky H2 {
  color: #000000;
}
.cid-unCroTGNyf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unCroTGNyf .mbr-section-title {
  color: #000000;
}
.cid-unCroTZdgk {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unCroTZdgk .container {
  padding: 0 5%;
}
.cid-unCroTZdgk #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unCroTZdgk #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unCroTZdgk #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unCroTZdgk #expand-button:hover {
  background-color: #7787a5;
}
.cid-unCroTZdgk .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unCroTZdgk .item:focus,
.cid-unCroTZdgk span:focus {
  outline: none;
}
.cid-unCroTZdgk .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unCroTZdgk .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unCroTZdgk .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unCroTZdgk .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unCroTZdgk .item {
    padding: 1.5rem;
  }
}
.cid-unCroTZdgk .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unCroTZdgk .item .item-icon {
    margin-top: 0;
  }
}
.cid-unCroTZdgk .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unCroTZdgk .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unCroTZdgk .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unCroTZdgk .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unCroTZdgk .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unCroTZdgk .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unCroTZdgk .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unCroTZdgk .item-content {
    margin-left: 0;
  }
}
.cid-unCroTZdgk .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unCroTZdgk .item-title {
  color: #ffffff;
}
.cid-unCroTZdgk .mbr-text,
.cid-unCroTZdgk .item-icon {
  color: #ffffff;
}
.cid-unCroTZdgk .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unCroTZdgk .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unCroTZdgk .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unCroTZdgk .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unCroTZdgk .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unCroTZdgk .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unCroTZdgk .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unCroTZdgk .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unCroTZdgk .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unCroTZdgk .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unCroTZdgk .article-column1 {
    padding-right: 16px;
  }
}
.cid-unCroTZdgk .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unCroTZdgk .article-column2 {
    padding-left: 16px;
  }
}
.cid-unCroTZdgk .mbr-section-subtitle,
.cid-unCroTZdgk .mbr-iconfont {
  color: #e082c5;
}
.cid-unCroTZdgk .mbr-section-subtitle {
  color: #000000;
}
.cid-unCroUs6Ch {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unCroUs6Ch p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unCroUs6Ch .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unCroUs6Ch .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unCroUs6Ch .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unCroUs6Ch .main-banner .left-content {
  margin-right: 15px;
}
.cid-unCroUs6Ch .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unCroUs6Ch .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unCroUs6Ch .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unCroUs6Ch .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unCroUs6Ch .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unCroUs6Ch .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unCroUs6Ch .main-banner:before {
    display: none;
  }
  .cid-unCroUs6Ch .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unCroUs6Ch .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unCroUs6Ch H6 {
  color: #e43f3f;
}
.cid-unCroUs6Ch H2 {
  color: #000000;
}
.cid-unCroUs6Ch P {
  color: #000000;
}
.cid-unCroUGgul {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unCroUGgul #footer {
  padding: 0 0 25px 0;
}
.cid-unCroUGgul #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unCroUGgul #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unCroUGgul #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unCroUGgul #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unCroUGgul #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unCroUGgul #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unCroUGgul #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unCroUGgul #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unCroUGgul #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unCroUGgul #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unCroUGgul #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unCroUGgul #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unCroUGgul #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unCroUGgul #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unCroUGgul #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unCroUGgul #footer .copyright {
  padding-top: 30px;
}
.cid-unCroUGgul ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unCroUGgul H4 {
  color: #000000;
  text-align: left;
}
.cid-unCroUGgul DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unCroUGgul P {
  color: #e43f3f;
  text-align: left;
}
.cid-unCroUGgul div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unCroUGgul .copyright a {
  text-decoration: none !important;
}
.cid-unCroUGgul .list,
.cid-unCroUGgul .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unCroUGgul ul li a {
  text-decoration: none !important;
}
.cid-unCroUGgul .list {
  color: #e43f3f;
}
.cid-unCrKghsAY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unCrKghsAY nav.navbar {
  position: fixed;
}
.cid-unCrKghsAY .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-unCrKghsAY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unCrKghsAY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unCrKghsAY .dropdown-item:hover,
.cid-unCrKghsAY .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unCrKghsAY .dropdown-item:hover span {
  color: white;
}
.cid-unCrKghsAY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unCrKghsAY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unCrKghsAY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unCrKghsAY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unCrKghsAY .nav-link {
  position: relative;
}
.cid-unCrKghsAY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unCrKghsAY .container {
    flex-wrap: nowrap;
  }
}
.cid-unCrKghsAY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unCrKghsAY .dropdown-menu,
.cid-unCrKghsAY .navbar.opened {
  background: #e43f3f !important;
}
.cid-unCrKghsAY .nav-item:focus,
.cid-unCrKghsAY .nav-link:focus {
  outline: none;
}
.cid-unCrKghsAY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unCrKghsAY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unCrKghsAY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unCrKghsAY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unCrKghsAY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unCrKghsAY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unCrKghsAY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unCrKghsAY .navbar.opened {
  transition: all 0.3s;
}
.cid-unCrKghsAY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unCrKghsAY .navbar .navbar-logo img {
  width: auto;
}
.cid-unCrKghsAY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unCrKghsAY .navbar.collapsed {
  justify-content: center;
}
.cid-unCrKghsAY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unCrKghsAY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unCrKghsAY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unCrKghsAY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unCrKghsAY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unCrKghsAY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unCrKghsAY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unCrKghsAY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unCrKghsAY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unCrKghsAY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unCrKghsAY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unCrKghsAY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unCrKghsAY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unCrKghsAY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unCrKghsAY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unCrKghsAY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unCrKghsAY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unCrKghsAY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unCrKghsAY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unCrKghsAY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unCrKghsAY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unCrKghsAY .navbar.navbar-short {
  min-height: 60px;
}
.cid-unCrKghsAY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unCrKghsAY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unCrKghsAY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unCrKghsAY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unCrKghsAY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unCrKghsAY .dropdown-item.active,
.cid-unCrKghsAY .dropdown-item:active {
  background-color: transparent;
}
.cid-unCrKghsAY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unCrKghsAY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unCrKghsAY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unCrKghsAY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unCrKghsAY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unCrKghsAY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unCrKghsAY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unCrKghsAY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unCrKghsAY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unCrKghsAY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unCrKghsAY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unCrKghsAY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unCrKghsAY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unCrKghsAY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unCrKghsAY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unCrKghsAY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unCrKghsAY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unCrKghsAY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unCrKghsAY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unCrKghsAY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unCrKghsAY .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-unCrKghsAY .navbar {
    height: 70px;
  }
  .cid-unCrKghsAY .navbar.opened {
    height: auto;
  }
  .cid-unCrKghsAY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unCrKeANRk {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unCrKeANRk .row {
  flex-direction: row-reverse;
}
.cid-unCrKeANRk p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unCrKeANRk .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unCrKeANRk .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unCrKeANRk .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unCrKeANRk .main-banner .left-content {
  margin-right: 15px;
}
.cid-unCrKeANRk .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unCrKeANRk .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unCrKeANRk .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unCrKeANRk .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unCrKeANRk .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unCrKeANRk .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unCrKeANRk .main-banner:before {
    display: none;
  }
  .cid-unCrKeANRk .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unCrKeANRk .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unCrKeANRk H6 {
  color: #e43f3f;
}
.cid-unCrKeANRk H2 {
  color: #000000;
}
.cid-unCrKf0UYu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unCrKf0UYu .mbr-section-title {
  color: #000000;
}
.cid-unCrKfhgX3 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unCrKfhgX3 .container {
  padding: 0 5%;
}
.cid-unCrKfhgX3 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unCrKfhgX3 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unCrKfhgX3 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unCrKfhgX3 #expand-button:hover {
  background-color: #7787a5;
}
.cid-unCrKfhgX3 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unCrKfhgX3 .item:focus,
.cid-unCrKfhgX3 span:focus {
  outline: none;
}
.cid-unCrKfhgX3 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unCrKfhgX3 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unCrKfhgX3 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unCrKfhgX3 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unCrKfhgX3 .item {
    padding: 1.5rem;
  }
}
.cid-unCrKfhgX3 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unCrKfhgX3 .item .item-icon {
    margin-top: 0;
  }
}
.cid-unCrKfhgX3 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unCrKfhgX3 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unCrKfhgX3 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unCrKfhgX3 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unCrKfhgX3 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unCrKfhgX3 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unCrKfhgX3 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unCrKfhgX3 .item-content {
    margin-left: 0;
  }
}
.cid-unCrKfhgX3 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unCrKfhgX3 .item-title {
  color: #ffffff;
}
.cid-unCrKfhgX3 .mbr-text,
.cid-unCrKfhgX3 .item-icon {
  color: #ffffff;
}
.cid-unCrKfhgX3 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unCrKfhgX3 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unCrKfhgX3 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unCrKfhgX3 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unCrKfhgX3 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unCrKfhgX3 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unCrKfhgX3 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unCrKfhgX3 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unCrKfhgX3 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unCrKfhgX3 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unCrKfhgX3 .article-column1 {
    padding-right: 16px;
  }
}
.cid-unCrKfhgX3 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unCrKfhgX3 .article-column2 {
    padding-left: 16px;
  }
}
.cid-unCrKfhgX3 .mbr-section-subtitle,
.cid-unCrKfhgX3 .mbr-iconfont {
  color: #e082c5;
}
.cid-unCrKfhgX3 .mbr-section-subtitle {
  color: #000000;
}
.cid-unCrKfMZos {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unCrKfMZos p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unCrKfMZos .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unCrKfMZos .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unCrKfMZos .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unCrKfMZos .main-banner .left-content {
  margin-right: 15px;
}
.cid-unCrKfMZos .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unCrKfMZos .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unCrKfMZos .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unCrKfMZos .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unCrKfMZos .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unCrKfMZos .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unCrKfMZos .main-banner:before {
    display: none;
  }
  .cid-unCrKfMZos .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unCrKfMZos .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unCrKfMZos H6 {
  color: #e43f3f;
}
.cid-unCrKfMZos H2 {
  color: #000000;
}
.cid-unCrKfMZos P {
  color: #000000;
}
.cid-unCrKg06cj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unCrKg06cj #footer {
  padding: 0 0 25px 0;
}
.cid-unCrKg06cj #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unCrKg06cj #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unCrKg06cj #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unCrKg06cj #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unCrKg06cj #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unCrKg06cj #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unCrKg06cj #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unCrKg06cj #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unCrKg06cj #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unCrKg06cj #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unCrKg06cj #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unCrKg06cj #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unCrKg06cj #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unCrKg06cj #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unCrKg06cj #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unCrKg06cj #footer .copyright {
  padding-top: 30px;
}
.cid-unCrKg06cj ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unCrKg06cj H4 {
  color: #000000;
  text-align: left;
}
.cid-unCrKg06cj DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unCrKg06cj P {
  color: #e43f3f;
  text-align: left;
}
.cid-unCrKg06cj div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unCrKg06cj .copyright a {
  text-decoration: none !important;
}
.cid-unCrKg06cj .list,
.cid-unCrKg06cj .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unCrKg06cj ul li a {
  text-decoration: none !important;
}
.cid-unCrKg06cj .list {
  color: #e43f3f;
}
.cid-unCs1a18RL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unCs1a18RL nav.navbar {
  position: fixed;
}
.cid-unCs1a18RL .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-unCs1a18RL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unCs1a18RL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unCs1a18RL .dropdown-item:hover,
.cid-unCs1a18RL .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unCs1a18RL .dropdown-item:hover span {
  color: white;
}
.cid-unCs1a18RL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unCs1a18RL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unCs1a18RL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unCs1a18RL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unCs1a18RL .nav-link {
  position: relative;
}
.cid-unCs1a18RL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unCs1a18RL .container {
    flex-wrap: nowrap;
  }
}
.cid-unCs1a18RL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unCs1a18RL .dropdown-menu,
.cid-unCs1a18RL .navbar.opened {
  background: #e43f3f !important;
}
.cid-unCs1a18RL .nav-item:focus,
.cid-unCs1a18RL .nav-link:focus {
  outline: none;
}
.cid-unCs1a18RL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unCs1a18RL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unCs1a18RL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unCs1a18RL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unCs1a18RL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unCs1a18RL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unCs1a18RL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unCs1a18RL .navbar.opened {
  transition: all 0.3s;
}
.cid-unCs1a18RL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unCs1a18RL .navbar .navbar-logo img {
  width: auto;
}
.cid-unCs1a18RL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unCs1a18RL .navbar.collapsed {
  justify-content: center;
}
.cid-unCs1a18RL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unCs1a18RL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unCs1a18RL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unCs1a18RL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unCs1a18RL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unCs1a18RL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unCs1a18RL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unCs1a18RL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unCs1a18RL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unCs1a18RL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unCs1a18RL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unCs1a18RL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unCs1a18RL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unCs1a18RL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unCs1a18RL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unCs1a18RL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unCs1a18RL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unCs1a18RL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unCs1a18RL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unCs1a18RL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unCs1a18RL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unCs1a18RL .navbar.navbar-short {
  min-height: 60px;
}
.cid-unCs1a18RL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unCs1a18RL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unCs1a18RL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unCs1a18RL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unCs1a18RL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unCs1a18RL .dropdown-item.active,
.cid-unCs1a18RL .dropdown-item:active {
  background-color: transparent;
}
.cid-unCs1a18RL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unCs1a18RL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unCs1a18RL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unCs1a18RL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unCs1a18RL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unCs1a18RL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unCs1a18RL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unCs1a18RL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unCs1a18RL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unCs1a18RL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unCs1a18RL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unCs1a18RL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unCs1a18RL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unCs1a18RL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unCs1a18RL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unCs1a18RL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unCs1a18RL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unCs1a18RL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unCs1a18RL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unCs1a18RL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unCs1a18RL .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-unCs1a18RL .navbar {
    height: 70px;
  }
  .cid-unCs1a18RL .navbar.opened {
    height: auto;
  }
  .cid-unCs1a18RL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unCs18i9Fp {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unCs18i9Fp .row {
  flex-direction: row-reverse;
}
.cid-unCs18i9Fp p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unCs18i9Fp .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unCs18i9Fp .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unCs18i9Fp .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unCs18i9Fp .main-banner .left-content {
  margin-right: 15px;
}
.cid-unCs18i9Fp .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unCs18i9Fp .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unCs18i9Fp .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unCs18i9Fp .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unCs18i9Fp .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unCs18i9Fp .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unCs18i9Fp .main-banner:before {
    display: none;
  }
  .cid-unCs18i9Fp .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unCs18i9Fp .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unCs18i9Fp H6 {
  color: #e43f3f;
}
.cid-unCs18i9Fp H2 {
  color: #000000;
}
.cid-unCs18JV3H {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unCs18JV3H .mbr-section-title {
  color: #000000;
}
.cid-unCs1902rX {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unCs1902rX .container {
  padding: 0 5%;
}
.cid-unCs1902rX #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unCs1902rX #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unCs1902rX #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unCs1902rX #expand-button:hover {
  background-color: #7787a5;
}
.cid-unCs1902rX .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unCs1902rX .item:focus,
.cid-unCs1902rX span:focus {
  outline: none;
}
.cid-unCs1902rX .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unCs1902rX .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unCs1902rX .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unCs1902rX .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unCs1902rX .item {
    padding: 1.5rem;
  }
}
.cid-unCs1902rX .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unCs1902rX .item .item-icon {
    margin-top: 0;
  }
}
.cid-unCs1902rX .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unCs1902rX .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unCs1902rX .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unCs1902rX .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unCs1902rX .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unCs1902rX .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unCs1902rX .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unCs1902rX .item-content {
    margin-left: 0;
  }
}
.cid-unCs1902rX .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unCs1902rX .item-title {
  color: #ffffff;
}
.cid-unCs1902rX .mbr-text,
.cid-unCs1902rX .item-icon {
  color: #ffffff;
}
.cid-unCs1902rX .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unCs1902rX .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unCs1902rX .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unCs1902rX .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unCs1902rX .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unCs1902rX .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unCs1902rX .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unCs1902rX .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unCs1902rX .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unCs1902rX .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unCs1902rX .article-column1 {
    padding-right: 16px;
  }
}
.cid-unCs1902rX .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unCs1902rX .article-column2 {
    padding-left: 16px;
  }
}
.cid-unCs1902rX .mbr-section-subtitle,
.cid-unCs1902rX .mbr-iconfont {
  color: #e082c5;
}
.cid-unCs1902rX .mbr-section-subtitle {
  color: #000000;
}
.cid-unCs19vONI {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unCs19vONI p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unCs19vONI .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unCs19vONI .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unCs19vONI .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unCs19vONI .main-banner .left-content {
  margin-right: 15px;
}
.cid-unCs19vONI .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unCs19vONI .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unCs19vONI .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unCs19vONI .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unCs19vONI .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unCs19vONI .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unCs19vONI .main-banner:before {
    display: none;
  }
  .cid-unCs19vONI .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unCs19vONI .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unCs19vONI H6 {
  color: #e43f3f;
}
.cid-unCs19vONI H2 {
  color: #000000;
}
.cid-unCs19vONI P {
  color: #000000;
}
.cid-unCs19JPLk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unCs19JPLk #footer {
  padding: 0 0 25px 0;
}
.cid-unCs19JPLk #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unCs19JPLk #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unCs19JPLk #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unCs19JPLk #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unCs19JPLk #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unCs19JPLk #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unCs19JPLk #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unCs19JPLk #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unCs19JPLk #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unCs19JPLk #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unCs19JPLk #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unCs19JPLk #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unCs19JPLk #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unCs19JPLk #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unCs19JPLk #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unCs19JPLk #footer .copyright {
  padding-top: 30px;
}
.cid-unCs19JPLk ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unCs19JPLk H4 {
  color: #000000;
  text-align: left;
}
.cid-unCs19JPLk DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unCs19JPLk P {
  color: #e43f3f;
  text-align: left;
}
.cid-unCs19JPLk div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unCs19JPLk .copyright a {
  text-decoration: none !important;
}
.cid-unCs19JPLk .list,
.cid-unCs19JPLk .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unCs19JPLk ul li a {
  text-decoration: none !important;
}
.cid-unCs19JPLk .list {
  color: #e43f3f;
}
.cid-unCsbE0QSw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unCsbE0QSw nav.navbar {
  position: fixed;
}
.cid-unCsbE0QSw .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-unCsbE0QSw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unCsbE0QSw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unCsbE0QSw .dropdown-item:hover,
.cid-unCsbE0QSw .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unCsbE0QSw .dropdown-item:hover span {
  color: white;
}
.cid-unCsbE0QSw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unCsbE0QSw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unCsbE0QSw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unCsbE0QSw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unCsbE0QSw .nav-link {
  position: relative;
}
.cid-unCsbE0QSw .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unCsbE0QSw .container {
    flex-wrap: nowrap;
  }
}
.cid-unCsbE0QSw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unCsbE0QSw .dropdown-menu,
.cid-unCsbE0QSw .navbar.opened {
  background: #e43f3f !important;
}
.cid-unCsbE0QSw .nav-item:focus,
.cid-unCsbE0QSw .nav-link:focus {
  outline: none;
}
.cid-unCsbE0QSw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unCsbE0QSw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unCsbE0QSw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unCsbE0QSw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unCsbE0QSw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unCsbE0QSw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unCsbE0QSw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unCsbE0QSw .navbar.opened {
  transition: all 0.3s;
}
.cid-unCsbE0QSw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unCsbE0QSw .navbar .navbar-logo img {
  width: auto;
}
.cid-unCsbE0QSw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unCsbE0QSw .navbar.collapsed {
  justify-content: center;
}
.cid-unCsbE0QSw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unCsbE0QSw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unCsbE0QSw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unCsbE0QSw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unCsbE0QSw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unCsbE0QSw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unCsbE0QSw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unCsbE0QSw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unCsbE0QSw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unCsbE0QSw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unCsbE0QSw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unCsbE0QSw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unCsbE0QSw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unCsbE0QSw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unCsbE0QSw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unCsbE0QSw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unCsbE0QSw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unCsbE0QSw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unCsbE0QSw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unCsbE0QSw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unCsbE0QSw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unCsbE0QSw .navbar.navbar-short {
  min-height: 60px;
}
.cid-unCsbE0QSw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unCsbE0QSw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unCsbE0QSw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unCsbE0QSw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unCsbE0QSw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unCsbE0QSw .dropdown-item.active,
.cid-unCsbE0QSw .dropdown-item:active {
  background-color: transparent;
}
.cid-unCsbE0QSw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unCsbE0QSw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unCsbE0QSw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unCsbE0QSw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unCsbE0QSw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unCsbE0QSw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unCsbE0QSw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unCsbE0QSw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unCsbE0QSw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unCsbE0QSw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unCsbE0QSw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unCsbE0QSw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unCsbE0QSw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unCsbE0QSw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unCsbE0QSw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unCsbE0QSw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unCsbE0QSw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unCsbE0QSw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unCsbE0QSw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unCsbE0QSw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unCsbE0QSw .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-unCsbE0QSw .navbar {
    height: 70px;
  }
  .cid-unCsbE0QSw .navbar.opened {
    height: auto;
  }
  .cid-unCsbE0QSw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unCsbCkKMF {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unCsbCkKMF .row {
  flex-direction: row-reverse;
}
.cid-unCsbCkKMF p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unCsbCkKMF .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unCsbCkKMF .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unCsbCkKMF .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unCsbCkKMF .main-banner .left-content {
  margin-right: 15px;
}
.cid-unCsbCkKMF .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unCsbCkKMF .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unCsbCkKMF .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unCsbCkKMF .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unCsbCkKMF .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unCsbCkKMF .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unCsbCkKMF .main-banner:before {
    display: none;
  }
  .cid-unCsbCkKMF .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unCsbCkKMF .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unCsbCkKMF H6 {
  color: #e43f3f;
}
.cid-unCsbCkKMF H2 {
  color: #000000;
}
.cid-unCsbCKTL3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unCsbCKTL3 .mbr-section-title {
  color: #000000;
}
.cid-unCsbD2xdS {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unCsbD2xdS .container {
  padding: 0 5%;
}
.cid-unCsbD2xdS #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unCsbD2xdS #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unCsbD2xdS #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unCsbD2xdS #expand-button:hover {
  background-color: #7787a5;
}
.cid-unCsbD2xdS .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unCsbD2xdS .item:focus,
.cid-unCsbD2xdS span:focus {
  outline: none;
}
.cid-unCsbD2xdS .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unCsbD2xdS .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unCsbD2xdS .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unCsbD2xdS .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unCsbD2xdS .item {
    padding: 1.5rem;
  }
}
.cid-unCsbD2xdS .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unCsbD2xdS .item .item-icon {
    margin-top: 0;
  }
}
.cid-unCsbD2xdS .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unCsbD2xdS .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unCsbD2xdS .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unCsbD2xdS .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unCsbD2xdS .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unCsbD2xdS .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unCsbD2xdS .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unCsbD2xdS .item-content {
    margin-left: 0;
  }
}
.cid-unCsbD2xdS .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unCsbD2xdS .item-title {
  color: #ffffff;
}
.cid-unCsbD2xdS .mbr-text,
.cid-unCsbD2xdS .item-icon {
  color: #ffffff;
}
.cid-unCsbD2xdS .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unCsbD2xdS .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unCsbD2xdS .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unCsbD2xdS .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unCsbD2xdS .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unCsbD2xdS .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unCsbD2xdS .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unCsbD2xdS .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unCsbD2xdS .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unCsbD2xdS .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unCsbD2xdS .article-column1 {
    padding-right: 16px;
  }
}
.cid-unCsbD2xdS .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unCsbD2xdS .article-column2 {
    padding-left: 16px;
  }
}
.cid-unCsbD2xdS .mbr-section-subtitle,
.cid-unCsbD2xdS .mbr-iconfont {
  color: #e082c5;
}
.cid-unCsbD2xdS .mbr-section-subtitle {
  color: #000000;
}
.cid-unCsbDumN7 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unCsbDumN7 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unCsbDumN7 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unCsbDumN7 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unCsbDumN7 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unCsbDumN7 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unCsbDumN7 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unCsbDumN7 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unCsbDumN7 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unCsbDumN7 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unCsbDumN7 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unCsbDumN7 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unCsbDumN7 .main-banner:before {
    display: none;
  }
  .cid-unCsbDumN7 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unCsbDumN7 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unCsbDumN7 H6 {
  color: #e43f3f;
}
.cid-unCsbDumN7 H2 {
  color: #000000;
}
.cid-unCsbDumN7 P {
  color: #000000;
}
.cid-unCsbDIUAe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unCsbDIUAe #footer {
  padding: 0 0 25px 0;
}
.cid-unCsbDIUAe #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unCsbDIUAe #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unCsbDIUAe #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unCsbDIUAe #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unCsbDIUAe #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unCsbDIUAe #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unCsbDIUAe #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unCsbDIUAe #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unCsbDIUAe #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unCsbDIUAe #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unCsbDIUAe #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unCsbDIUAe #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unCsbDIUAe #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unCsbDIUAe #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unCsbDIUAe #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unCsbDIUAe #footer .copyright {
  padding-top: 30px;
}
.cid-unCsbDIUAe ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unCsbDIUAe H4 {
  color: #000000;
  text-align: left;
}
.cid-unCsbDIUAe DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unCsbDIUAe P {
  color: #e43f3f;
  text-align: left;
}
.cid-unCsbDIUAe div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unCsbDIUAe .copyright a {
  text-decoration: none !important;
}
.cid-unCsbDIUAe .list,
.cid-unCsbDIUAe .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unCsbDIUAe ul li a {
  text-decoration: none !important;
}
.cid-unCsbDIUAe .list {
  color: #e43f3f;
}
.cid-unCsmH1WGd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unCsmH1WGd nav.navbar {
  position: fixed;
}
.cid-unCsmH1WGd .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-unCsmH1WGd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unCsmH1WGd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unCsmH1WGd .dropdown-item:hover,
.cid-unCsmH1WGd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unCsmH1WGd .dropdown-item:hover span {
  color: white;
}
.cid-unCsmH1WGd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unCsmH1WGd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unCsmH1WGd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unCsmH1WGd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unCsmH1WGd .nav-link {
  position: relative;
}
.cid-unCsmH1WGd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unCsmH1WGd .container {
    flex-wrap: nowrap;
  }
}
.cid-unCsmH1WGd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unCsmH1WGd .dropdown-menu,
.cid-unCsmH1WGd .navbar.opened {
  background: #e43f3f !important;
}
.cid-unCsmH1WGd .nav-item:focus,
.cid-unCsmH1WGd .nav-link:focus {
  outline: none;
}
.cid-unCsmH1WGd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unCsmH1WGd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unCsmH1WGd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unCsmH1WGd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unCsmH1WGd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unCsmH1WGd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unCsmH1WGd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unCsmH1WGd .navbar.opened {
  transition: all 0.3s;
}
.cid-unCsmH1WGd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unCsmH1WGd .navbar .navbar-logo img {
  width: auto;
}
.cid-unCsmH1WGd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unCsmH1WGd .navbar.collapsed {
  justify-content: center;
}
.cid-unCsmH1WGd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unCsmH1WGd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unCsmH1WGd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unCsmH1WGd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unCsmH1WGd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unCsmH1WGd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unCsmH1WGd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unCsmH1WGd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unCsmH1WGd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unCsmH1WGd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unCsmH1WGd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unCsmH1WGd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unCsmH1WGd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unCsmH1WGd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unCsmH1WGd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unCsmH1WGd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unCsmH1WGd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unCsmH1WGd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unCsmH1WGd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unCsmH1WGd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unCsmH1WGd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unCsmH1WGd .navbar.navbar-short {
  min-height: 60px;
}
.cid-unCsmH1WGd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unCsmH1WGd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unCsmH1WGd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unCsmH1WGd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unCsmH1WGd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unCsmH1WGd .dropdown-item.active,
.cid-unCsmH1WGd .dropdown-item:active {
  background-color: transparent;
}
.cid-unCsmH1WGd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unCsmH1WGd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unCsmH1WGd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unCsmH1WGd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unCsmH1WGd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unCsmH1WGd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unCsmH1WGd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unCsmH1WGd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unCsmH1WGd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unCsmH1WGd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unCsmH1WGd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unCsmH1WGd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unCsmH1WGd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unCsmH1WGd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unCsmH1WGd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unCsmH1WGd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unCsmH1WGd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unCsmH1WGd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unCsmH1WGd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unCsmH1WGd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unCsmH1WGd .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-unCsmH1WGd .navbar {
    height: 70px;
  }
  .cid-unCsmH1WGd .navbar.opened {
    height: auto;
  }
  .cid-unCsmH1WGd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unCsmFjyQQ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unCsmFjyQQ .row {
  flex-direction: row-reverse;
}
.cid-unCsmFjyQQ p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unCsmFjyQQ .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unCsmFjyQQ .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unCsmFjyQQ .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unCsmFjyQQ .main-banner .left-content {
  margin-right: 15px;
}
.cid-unCsmFjyQQ .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unCsmFjyQQ .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unCsmFjyQQ .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unCsmFjyQQ .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unCsmFjyQQ .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unCsmFjyQQ .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unCsmFjyQQ .main-banner:before {
    display: none;
  }
  .cid-unCsmFjyQQ .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unCsmFjyQQ .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unCsmFjyQQ H6 {
  color: #e43f3f;
}
.cid-unCsmFjyQQ H2 {
  color: #000000;
}
.cid-unCsmFJC78 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unCsmFJC78 .mbr-section-title {
  color: #000000;
}
.cid-unCsmFXQWZ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unCsmFXQWZ .container {
  padding: 0 5%;
}
.cid-unCsmFXQWZ #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unCsmFXQWZ #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unCsmFXQWZ #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unCsmFXQWZ #expand-button:hover {
  background-color: #7787a5;
}
.cid-unCsmFXQWZ .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unCsmFXQWZ .item:focus,
.cid-unCsmFXQWZ span:focus {
  outline: none;
}
.cid-unCsmFXQWZ .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unCsmFXQWZ .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unCsmFXQWZ .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unCsmFXQWZ .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unCsmFXQWZ .item {
    padding: 1.5rem;
  }
}
.cid-unCsmFXQWZ .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unCsmFXQWZ .item .item-icon {
    margin-top: 0;
  }
}
.cid-unCsmFXQWZ .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unCsmFXQWZ .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unCsmFXQWZ .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unCsmFXQWZ .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unCsmFXQWZ .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unCsmFXQWZ .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unCsmFXQWZ .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unCsmFXQWZ .item-content {
    margin-left: 0;
  }
}
.cid-unCsmFXQWZ .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unCsmFXQWZ .item-title {
  color: #ffffff;
}
.cid-unCsmFXQWZ .mbr-text,
.cid-unCsmFXQWZ .item-icon {
  color: #ffffff;
}
.cid-unCsmFXQWZ .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unCsmFXQWZ .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unCsmFXQWZ .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unCsmFXQWZ .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unCsmFXQWZ .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unCsmFXQWZ .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unCsmFXQWZ .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unCsmFXQWZ .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unCsmFXQWZ .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unCsmFXQWZ .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unCsmFXQWZ .article-column1 {
    padding-right: 16px;
  }
}
.cid-unCsmFXQWZ .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unCsmFXQWZ .article-column2 {
    padding-left: 16px;
  }
}
.cid-unCsmFXQWZ .mbr-section-subtitle,
.cid-unCsmFXQWZ .mbr-iconfont {
  color: #e082c5;
}
.cid-unCsmFXQWZ .mbr-section-subtitle {
  color: #000000;
}
.cid-unCsmGuDuW {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unCsmGuDuW p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unCsmGuDuW .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unCsmGuDuW .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unCsmGuDuW .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unCsmGuDuW .main-banner .left-content {
  margin-right: 15px;
}
.cid-unCsmGuDuW .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unCsmGuDuW .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unCsmGuDuW .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unCsmGuDuW .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unCsmGuDuW .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unCsmGuDuW .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unCsmGuDuW .main-banner:before {
    display: none;
  }
  .cid-unCsmGuDuW .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unCsmGuDuW .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unCsmGuDuW H6 {
  color: #e43f3f;
}
.cid-unCsmGuDuW H2 {
  color: #000000;
}
.cid-unCsmGuDuW P {
  color: #000000;
}
.cid-unCsmGJlKB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unCsmGJlKB #footer {
  padding: 0 0 25px 0;
}
.cid-unCsmGJlKB #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unCsmGJlKB #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unCsmGJlKB #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unCsmGJlKB #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unCsmGJlKB #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unCsmGJlKB #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unCsmGJlKB #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unCsmGJlKB #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unCsmGJlKB #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unCsmGJlKB #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unCsmGJlKB #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unCsmGJlKB #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unCsmGJlKB #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unCsmGJlKB #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unCsmGJlKB #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unCsmGJlKB #footer .copyright {
  padding-top: 30px;
}
.cid-unCsmGJlKB ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unCsmGJlKB H4 {
  color: #000000;
  text-align: left;
}
.cid-unCsmGJlKB DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unCsmGJlKB P {
  color: #e43f3f;
  text-align: left;
}
.cid-unCsmGJlKB div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unCsmGJlKB .copyright a {
  text-decoration: none !important;
}
.cid-unCsmGJlKB .list,
.cid-unCsmGJlKB .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unCsmGJlKB ul li a {
  text-decoration: none !important;
}
.cid-unCsmGJlKB .list {
  color: #e43f3f;
}
.cid-unCsE3oWLe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unCsE3oWLe nav.navbar {
  position: fixed;
}
.cid-unCsE3oWLe .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-unCsE3oWLe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unCsE3oWLe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unCsE3oWLe .dropdown-item:hover,
.cid-unCsE3oWLe .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unCsE3oWLe .dropdown-item:hover span {
  color: white;
}
.cid-unCsE3oWLe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unCsE3oWLe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unCsE3oWLe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unCsE3oWLe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unCsE3oWLe .nav-link {
  position: relative;
}
.cid-unCsE3oWLe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unCsE3oWLe .container {
    flex-wrap: nowrap;
  }
}
.cid-unCsE3oWLe .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unCsE3oWLe .dropdown-menu,
.cid-unCsE3oWLe .navbar.opened {
  background: #e43f3f !important;
}
.cid-unCsE3oWLe .nav-item:focus,
.cid-unCsE3oWLe .nav-link:focus {
  outline: none;
}
.cid-unCsE3oWLe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unCsE3oWLe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unCsE3oWLe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unCsE3oWLe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unCsE3oWLe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unCsE3oWLe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unCsE3oWLe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unCsE3oWLe .navbar.opened {
  transition: all 0.3s;
}
.cid-unCsE3oWLe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unCsE3oWLe .navbar .navbar-logo img {
  width: auto;
}
.cid-unCsE3oWLe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unCsE3oWLe .navbar.collapsed {
  justify-content: center;
}
.cid-unCsE3oWLe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unCsE3oWLe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unCsE3oWLe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unCsE3oWLe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unCsE3oWLe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unCsE3oWLe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unCsE3oWLe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unCsE3oWLe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unCsE3oWLe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unCsE3oWLe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unCsE3oWLe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unCsE3oWLe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unCsE3oWLe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unCsE3oWLe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unCsE3oWLe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unCsE3oWLe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unCsE3oWLe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unCsE3oWLe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unCsE3oWLe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unCsE3oWLe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unCsE3oWLe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unCsE3oWLe .navbar.navbar-short {
  min-height: 60px;
}
.cid-unCsE3oWLe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unCsE3oWLe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unCsE3oWLe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unCsE3oWLe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unCsE3oWLe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unCsE3oWLe .dropdown-item.active,
.cid-unCsE3oWLe .dropdown-item:active {
  background-color: transparent;
}
.cid-unCsE3oWLe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unCsE3oWLe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unCsE3oWLe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unCsE3oWLe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unCsE3oWLe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unCsE3oWLe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unCsE3oWLe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unCsE3oWLe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unCsE3oWLe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unCsE3oWLe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unCsE3oWLe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unCsE3oWLe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unCsE3oWLe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unCsE3oWLe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unCsE3oWLe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unCsE3oWLe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unCsE3oWLe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unCsE3oWLe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unCsE3oWLe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unCsE3oWLe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unCsE3oWLe .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-unCsE3oWLe .navbar {
    height: 70px;
  }
  .cid-unCsE3oWLe .navbar.opened {
    height: auto;
  }
  .cid-unCsE3oWLe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unCsE1Ltqq {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unCsE1Ltqq .row {
  flex-direction: row-reverse;
}
.cid-unCsE1Ltqq p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unCsE1Ltqq .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unCsE1Ltqq .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unCsE1Ltqq .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unCsE1Ltqq .main-banner .left-content {
  margin-right: 15px;
}
.cid-unCsE1Ltqq .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unCsE1Ltqq .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unCsE1Ltqq .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unCsE1Ltqq .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unCsE1Ltqq .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unCsE1Ltqq .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unCsE1Ltqq .main-banner:before {
    display: none;
  }
  .cid-unCsE1Ltqq .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unCsE1Ltqq .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unCsE1Ltqq H6 {
  color: #e43f3f;
}
.cid-unCsE1Ltqq H2 {
  color: #000000;
}
.cid-unCsE2aGEd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unCsE2aGEd .mbr-section-title {
  color: #000000;
}
.cid-unCsE2npD2 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unCsE2npD2 .container {
  padding: 0 5%;
}
.cid-unCsE2npD2 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unCsE2npD2 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unCsE2npD2 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unCsE2npD2 #expand-button:hover {
  background-color: #7787a5;
}
.cid-unCsE2npD2 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unCsE2npD2 .item:focus,
.cid-unCsE2npD2 span:focus {
  outline: none;
}
.cid-unCsE2npD2 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unCsE2npD2 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unCsE2npD2 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unCsE2npD2 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unCsE2npD2 .item {
    padding: 1.5rem;
  }
}
.cid-unCsE2npD2 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unCsE2npD2 .item .item-icon {
    margin-top: 0;
  }
}
.cid-unCsE2npD2 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unCsE2npD2 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unCsE2npD2 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unCsE2npD2 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unCsE2npD2 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unCsE2npD2 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unCsE2npD2 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unCsE2npD2 .item-content {
    margin-left: 0;
  }
}
.cid-unCsE2npD2 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unCsE2npD2 .item-title {
  color: #ffffff;
}
.cid-unCsE2npD2 .mbr-text,
.cid-unCsE2npD2 .item-icon {
  color: #ffffff;
}
.cid-unCsE2npD2 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unCsE2npD2 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unCsE2npD2 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unCsE2npD2 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unCsE2npD2 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unCsE2npD2 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unCsE2npD2 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unCsE2npD2 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unCsE2npD2 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unCsE2npD2 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unCsE2npD2 .article-column1 {
    padding-right: 16px;
  }
}
.cid-unCsE2npD2 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unCsE2npD2 .article-column2 {
    padding-left: 16px;
  }
}
.cid-unCsE2npD2 .mbr-section-subtitle,
.cid-unCsE2npD2 .mbr-iconfont {
  color: #e082c5;
}
.cid-unCsE2npD2 .mbr-section-subtitle {
  color: #000000;
}
.cid-unCsE2PlJ8 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unCsE2PlJ8 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unCsE2PlJ8 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unCsE2PlJ8 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unCsE2PlJ8 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unCsE2PlJ8 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unCsE2PlJ8 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unCsE2PlJ8 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unCsE2PlJ8 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unCsE2PlJ8 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unCsE2PlJ8 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unCsE2PlJ8 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unCsE2PlJ8 .main-banner:before {
    display: none;
  }
  .cid-unCsE2PlJ8 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unCsE2PlJ8 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unCsE2PlJ8 H6 {
  color: #e43f3f;
}
.cid-unCsE2PlJ8 H2 {
  color: #000000;
}
.cid-unCsE2PlJ8 P {
  color: #000000;
}
.cid-unCsE355YT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unCsE355YT #footer {
  padding: 0 0 25px 0;
}
.cid-unCsE355YT #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unCsE355YT #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unCsE355YT #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unCsE355YT #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unCsE355YT #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unCsE355YT #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unCsE355YT #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unCsE355YT #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unCsE355YT #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unCsE355YT #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unCsE355YT #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unCsE355YT #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unCsE355YT #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unCsE355YT #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unCsE355YT #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unCsE355YT #footer .copyright {
  padding-top: 30px;
}
.cid-unCsE355YT ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unCsE355YT H4 {
  color: #000000;
  text-align: left;
}
.cid-unCsE355YT DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unCsE355YT P {
  color: #e43f3f;
  text-align: left;
}
.cid-unCsE355YT div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unCsE355YT .copyright a {
  text-decoration: none !important;
}
.cid-unCsE355YT .list,
.cid-unCsE355YT .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unCsE355YT ul li a {
  text-decoration: none !important;
}
.cid-unCsE355YT .list {
  color: #e43f3f;
}
.cid-unCsPb1twq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unCsPb1twq nav.navbar {
  position: fixed;
}
.cid-unCsPb1twq .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-unCsPb1twq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unCsPb1twq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unCsPb1twq .dropdown-item:hover,
.cid-unCsPb1twq .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unCsPb1twq .dropdown-item:hover span {
  color: white;
}
.cid-unCsPb1twq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unCsPb1twq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unCsPb1twq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unCsPb1twq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unCsPb1twq .nav-link {
  position: relative;
}
.cid-unCsPb1twq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unCsPb1twq .container {
    flex-wrap: nowrap;
  }
}
.cid-unCsPb1twq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unCsPb1twq .dropdown-menu,
.cid-unCsPb1twq .navbar.opened {
  background: #e43f3f !important;
}
.cid-unCsPb1twq .nav-item:focus,
.cid-unCsPb1twq .nav-link:focus {
  outline: none;
}
.cid-unCsPb1twq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unCsPb1twq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unCsPb1twq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unCsPb1twq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unCsPb1twq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unCsPb1twq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unCsPb1twq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unCsPb1twq .navbar.opened {
  transition: all 0.3s;
}
.cid-unCsPb1twq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unCsPb1twq .navbar .navbar-logo img {
  width: auto;
}
.cid-unCsPb1twq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unCsPb1twq .navbar.collapsed {
  justify-content: center;
}
.cid-unCsPb1twq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unCsPb1twq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unCsPb1twq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unCsPb1twq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unCsPb1twq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unCsPb1twq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unCsPb1twq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unCsPb1twq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unCsPb1twq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unCsPb1twq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unCsPb1twq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unCsPb1twq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unCsPb1twq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unCsPb1twq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unCsPb1twq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unCsPb1twq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unCsPb1twq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unCsPb1twq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unCsPb1twq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unCsPb1twq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unCsPb1twq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unCsPb1twq .navbar.navbar-short {
  min-height: 60px;
}
.cid-unCsPb1twq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unCsPb1twq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unCsPb1twq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unCsPb1twq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unCsPb1twq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unCsPb1twq .dropdown-item.active,
.cid-unCsPb1twq .dropdown-item:active {
  background-color: transparent;
}
.cid-unCsPb1twq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unCsPb1twq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unCsPb1twq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unCsPb1twq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unCsPb1twq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unCsPb1twq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unCsPb1twq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unCsPb1twq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unCsPb1twq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unCsPb1twq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unCsPb1twq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unCsPb1twq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unCsPb1twq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unCsPb1twq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unCsPb1twq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unCsPb1twq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unCsPb1twq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unCsPb1twq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unCsPb1twq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unCsPb1twq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unCsPb1twq .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-unCsPb1twq .navbar {
    height: 70px;
  }
  .cid-unCsPb1twq .navbar.opened {
    height: auto;
  }
  .cid-unCsPb1twq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unCsP9skg2 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unCsP9skg2 .row {
  flex-direction: row-reverse;
}
.cid-unCsP9skg2 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unCsP9skg2 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unCsP9skg2 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unCsP9skg2 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unCsP9skg2 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unCsP9skg2 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unCsP9skg2 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unCsP9skg2 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unCsP9skg2 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unCsP9skg2 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unCsP9skg2 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unCsP9skg2 .main-banner:before {
    display: none;
  }
  .cid-unCsP9skg2 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unCsP9skg2 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unCsP9skg2 H6 {
  color: #e43f3f;
}
.cid-unCsP9skg2 H2 {
  color: #000000;
}
.cid-unCsP9QSRP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unCsP9QSRP .mbr-section-title {
  color: #000000;
}
.cid-unCsPa4KB4 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unCsPa4KB4 .container {
  padding: 0 5%;
}
.cid-unCsPa4KB4 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unCsPa4KB4 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unCsPa4KB4 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unCsPa4KB4 #expand-button:hover {
  background-color: #7787a5;
}
.cid-unCsPa4KB4 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unCsPa4KB4 .item:focus,
.cid-unCsPa4KB4 span:focus {
  outline: none;
}
.cid-unCsPa4KB4 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unCsPa4KB4 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unCsPa4KB4 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unCsPa4KB4 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unCsPa4KB4 .item {
    padding: 1.5rem;
  }
}
.cid-unCsPa4KB4 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unCsPa4KB4 .item .item-icon {
    margin-top: 0;
  }
}
.cid-unCsPa4KB4 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unCsPa4KB4 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unCsPa4KB4 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unCsPa4KB4 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unCsPa4KB4 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unCsPa4KB4 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unCsPa4KB4 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unCsPa4KB4 .item-content {
    margin-left: 0;
  }
}
.cid-unCsPa4KB4 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unCsPa4KB4 .item-title {
  color: #ffffff;
}
.cid-unCsPa4KB4 .mbr-text,
.cid-unCsPa4KB4 .item-icon {
  color: #ffffff;
}
.cid-unCsPa4KB4 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unCsPa4KB4 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unCsPa4KB4 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unCsPa4KB4 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unCsPa4KB4 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unCsPa4KB4 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unCsPa4KB4 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unCsPa4KB4 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unCsPa4KB4 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unCsPa4KB4 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unCsPa4KB4 .article-column1 {
    padding-right: 16px;
  }
}
.cid-unCsPa4KB4 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unCsPa4KB4 .article-column2 {
    padding-left: 16px;
  }
}
.cid-unCsPa4KB4 .mbr-section-subtitle,
.cid-unCsPa4KB4 .mbr-iconfont {
  color: #e082c5;
}
.cid-unCsPa4KB4 .mbr-section-subtitle {
  color: #000000;
}
.cid-unCsPavTR9 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unCsPavTR9 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unCsPavTR9 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unCsPavTR9 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unCsPavTR9 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unCsPavTR9 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unCsPavTR9 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unCsPavTR9 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unCsPavTR9 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unCsPavTR9 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unCsPavTR9 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unCsPavTR9 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unCsPavTR9 .main-banner:before {
    display: none;
  }
  .cid-unCsPavTR9 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unCsPavTR9 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unCsPavTR9 H6 {
  color: #e43f3f;
}
.cid-unCsPavTR9 H2 {
  color: #000000;
}
.cid-unCsPavTR9 P {
  color: #000000;
}
.cid-unCsPaJvhL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unCsPaJvhL #footer {
  padding: 0 0 25px 0;
}
.cid-unCsPaJvhL #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unCsPaJvhL #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unCsPaJvhL #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unCsPaJvhL #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unCsPaJvhL #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unCsPaJvhL #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unCsPaJvhL #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unCsPaJvhL #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unCsPaJvhL #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unCsPaJvhL #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unCsPaJvhL #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unCsPaJvhL #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unCsPaJvhL #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unCsPaJvhL #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unCsPaJvhL #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unCsPaJvhL #footer .copyright {
  padding-top: 30px;
}
.cid-unCsPaJvhL ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unCsPaJvhL H4 {
  color: #000000;
  text-align: left;
}
.cid-unCsPaJvhL DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unCsPaJvhL P {
  color: #e43f3f;
  text-align: left;
}
.cid-unCsPaJvhL div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unCsPaJvhL .copyright a {
  text-decoration: none !important;
}
.cid-unCsPaJvhL .list,
.cid-unCsPaJvhL .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unCsPaJvhL ul li a {
  text-decoration: none !important;
}
.cid-unCsPaJvhL .list {
  color: #e43f3f;
}
.cid-unCsZQFvqU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unCsZQFvqU nav.navbar {
  position: fixed;
}
.cid-unCsZQFvqU .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-unCsZQFvqU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unCsZQFvqU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unCsZQFvqU .dropdown-item:hover,
.cid-unCsZQFvqU .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unCsZQFvqU .dropdown-item:hover span {
  color: white;
}
.cid-unCsZQFvqU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unCsZQFvqU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unCsZQFvqU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unCsZQFvqU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unCsZQFvqU .nav-link {
  position: relative;
}
.cid-unCsZQFvqU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unCsZQFvqU .container {
    flex-wrap: nowrap;
  }
}
.cid-unCsZQFvqU .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unCsZQFvqU .dropdown-menu,
.cid-unCsZQFvqU .navbar.opened {
  background: #e43f3f !important;
}
.cid-unCsZQFvqU .nav-item:focus,
.cid-unCsZQFvqU .nav-link:focus {
  outline: none;
}
.cid-unCsZQFvqU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unCsZQFvqU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unCsZQFvqU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unCsZQFvqU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unCsZQFvqU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unCsZQFvqU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unCsZQFvqU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unCsZQFvqU .navbar.opened {
  transition: all 0.3s;
}
.cid-unCsZQFvqU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unCsZQFvqU .navbar .navbar-logo img {
  width: auto;
}
.cid-unCsZQFvqU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unCsZQFvqU .navbar.collapsed {
  justify-content: center;
}
.cid-unCsZQFvqU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unCsZQFvqU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unCsZQFvqU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unCsZQFvqU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unCsZQFvqU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unCsZQFvqU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unCsZQFvqU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unCsZQFvqU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unCsZQFvqU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unCsZQFvqU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unCsZQFvqU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unCsZQFvqU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unCsZQFvqU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unCsZQFvqU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unCsZQFvqU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unCsZQFvqU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unCsZQFvqU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unCsZQFvqU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unCsZQFvqU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unCsZQFvqU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unCsZQFvqU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unCsZQFvqU .navbar.navbar-short {
  min-height: 60px;
}
.cid-unCsZQFvqU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unCsZQFvqU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unCsZQFvqU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unCsZQFvqU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unCsZQFvqU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unCsZQFvqU .dropdown-item.active,
.cid-unCsZQFvqU .dropdown-item:active {
  background-color: transparent;
}
.cid-unCsZQFvqU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unCsZQFvqU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unCsZQFvqU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unCsZQFvqU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unCsZQFvqU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unCsZQFvqU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unCsZQFvqU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unCsZQFvqU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unCsZQFvqU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unCsZQFvqU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unCsZQFvqU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unCsZQFvqU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unCsZQFvqU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unCsZQFvqU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unCsZQFvqU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unCsZQFvqU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unCsZQFvqU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unCsZQFvqU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unCsZQFvqU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unCsZQFvqU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unCsZQFvqU .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-unCsZQFvqU .navbar {
    height: 70px;
  }
  .cid-unCsZQFvqU .navbar.opened {
    height: auto;
  }
  .cid-unCsZQFvqU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unCsZOZ4HY {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unCsZOZ4HY .row {
  flex-direction: row-reverse;
}
.cid-unCsZOZ4HY p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unCsZOZ4HY .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unCsZOZ4HY .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unCsZOZ4HY .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unCsZOZ4HY .main-banner .left-content {
  margin-right: 15px;
}
.cid-unCsZOZ4HY .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unCsZOZ4HY .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unCsZOZ4HY .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unCsZOZ4HY .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unCsZOZ4HY .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unCsZOZ4HY .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unCsZOZ4HY .main-banner:before {
    display: none;
  }
  .cid-unCsZOZ4HY .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unCsZOZ4HY .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unCsZOZ4HY H6 {
  color: #e43f3f;
}
.cid-unCsZOZ4HY H2 {
  color: #000000;
}
.cid-unCsZPodsS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unCsZPodsS .mbr-section-title {
  color: #000000;
}
.cid-unCsZPEkPc {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unCsZPEkPc .container {
  padding: 0 5%;
}
.cid-unCsZPEkPc #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unCsZPEkPc #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unCsZPEkPc #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unCsZPEkPc #expand-button:hover {
  background-color: #7787a5;
}
.cid-unCsZPEkPc .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unCsZPEkPc .item:focus,
.cid-unCsZPEkPc span:focus {
  outline: none;
}
.cid-unCsZPEkPc .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unCsZPEkPc .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unCsZPEkPc .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unCsZPEkPc .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unCsZPEkPc .item {
    padding: 1.5rem;
  }
}
.cid-unCsZPEkPc .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unCsZPEkPc .item .item-icon {
    margin-top: 0;
  }
}
.cid-unCsZPEkPc .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unCsZPEkPc .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unCsZPEkPc .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unCsZPEkPc .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unCsZPEkPc .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unCsZPEkPc .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unCsZPEkPc .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unCsZPEkPc .item-content {
    margin-left: 0;
  }
}
.cid-unCsZPEkPc .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unCsZPEkPc .item-title {
  color: #ffffff;
}
.cid-unCsZPEkPc .mbr-text,
.cid-unCsZPEkPc .item-icon {
  color: #ffffff;
}
.cid-unCsZPEkPc .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unCsZPEkPc .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unCsZPEkPc .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unCsZPEkPc .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unCsZPEkPc .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unCsZPEkPc .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unCsZPEkPc .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unCsZPEkPc .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unCsZPEkPc .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unCsZPEkPc .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unCsZPEkPc .article-column1 {
    padding-right: 16px;
  }
}
.cid-unCsZPEkPc .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unCsZPEkPc .article-column2 {
    padding-left: 16px;
  }
}
.cid-unCsZPEkPc .mbr-section-subtitle,
.cid-unCsZPEkPc .mbr-iconfont {
  color: #e082c5;
}
.cid-unCsZPEkPc .mbr-section-subtitle {
  color: #000000;
}
.cid-unCsZQ7VXd {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unCsZQ7VXd p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unCsZQ7VXd .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unCsZQ7VXd .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unCsZQ7VXd .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unCsZQ7VXd .main-banner .left-content {
  margin-right: 15px;
}
.cid-unCsZQ7VXd .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unCsZQ7VXd .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unCsZQ7VXd .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unCsZQ7VXd .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unCsZQ7VXd .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unCsZQ7VXd .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unCsZQ7VXd .main-banner:before {
    display: none;
  }
  .cid-unCsZQ7VXd .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unCsZQ7VXd .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unCsZQ7VXd H6 {
  color: #e43f3f;
}
.cid-unCsZQ7VXd H2 {
  color: #000000;
}
.cid-unCsZQ7VXd P {
  color: #000000;
}
.cid-unCsZQl6Uc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unCsZQl6Uc #footer {
  padding: 0 0 25px 0;
}
.cid-unCsZQl6Uc #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unCsZQl6Uc #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unCsZQl6Uc #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unCsZQl6Uc #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unCsZQl6Uc #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unCsZQl6Uc #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unCsZQl6Uc #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unCsZQl6Uc #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unCsZQl6Uc #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unCsZQl6Uc #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unCsZQl6Uc #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unCsZQl6Uc #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unCsZQl6Uc #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unCsZQl6Uc #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unCsZQl6Uc #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unCsZQl6Uc #footer .copyright {
  padding-top: 30px;
}
.cid-unCsZQl6Uc ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unCsZQl6Uc H4 {
  color: #000000;
  text-align: left;
}
.cid-unCsZQl6Uc DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unCsZQl6Uc P {
  color: #e43f3f;
  text-align: left;
}
.cid-unCsZQl6Uc div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unCsZQl6Uc .copyright a {
  text-decoration: none !important;
}
.cid-unCsZQl6Uc .list,
.cid-unCsZQl6Uc .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unCsZQl6Uc ul li a {
  text-decoration: none !important;
}
.cid-unCsZQl6Uc .list {
  color: #e43f3f;
}
.cid-unCtbV396P {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unCtbV396P nav.navbar {
  position: fixed;
}
.cid-unCtbV396P .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-unCtbV396P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unCtbV396P .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unCtbV396P .dropdown-item:hover,
.cid-unCtbV396P .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unCtbV396P .dropdown-item:hover span {
  color: white;
}
.cid-unCtbV396P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unCtbV396P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unCtbV396P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unCtbV396P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unCtbV396P .nav-link {
  position: relative;
}
.cid-unCtbV396P .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unCtbV396P .container {
    flex-wrap: nowrap;
  }
}
.cid-unCtbV396P .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unCtbV396P .dropdown-menu,
.cid-unCtbV396P .navbar.opened {
  background: #e43f3f !important;
}
.cid-unCtbV396P .nav-item:focus,
.cid-unCtbV396P .nav-link:focus {
  outline: none;
}
.cid-unCtbV396P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unCtbV396P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unCtbV396P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unCtbV396P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unCtbV396P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unCtbV396P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unCtbV396P .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unCtbV396P .navbar.opened {
  transition: all 0.3s;
}
.cid-unCtbV396P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unCtbV396P .navbar .navbar-logo img {
  width: auto;
}
.cid-unCtbV396P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unCtbV396P .navbar.collapsed {
  justify-content: center;
}
.cid-unCtbV396P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unCtbV396P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unCtbV396P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unCtbV396P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unCtbV396P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unCtbV396P .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unCtbV396P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unCtbV396P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unCtbV396P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unCtbV396P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unCtbV396P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unCtbV396P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unCtbV396P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unCtbV396P .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unCtbV396P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unCtbV396P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unCtbV396P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unCtbV396P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unCtbV396P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unCtbV396P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unCtbV396P .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unCtbV396P .navbar.navbar-short {
  min-height: 60px;
}
.cid-unCtbV396P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unCtbV396P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unCtbV396P .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unCtbV396P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unCtbV396P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unCtbV396P .dropdown-item.active,
.cid-unCtbV396P .dropdown-item:active {
  background-color: transparent;
}
.cid-unCtbV396P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unCtbV396P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unCtbV396P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unCtbV396P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unCtbV396P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unCtbV396P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unCtbV396P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unCtbV396P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unCtbV396P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unCtbV396P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unCtbV396P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unCtbV396P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unCtbV396P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unCtbV396P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unCtbV396P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unCtbV396P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unCtbV396P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unCtbV396P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unCtbV396P .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unCtbV396P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unCtbV396P .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-unCtbV396P .navbar {
    height: 70px;
  }
  .cid-unCtbV396P .navbar.opened {
    height: auto;
  }
  .cid-unCtbV396P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unCtbTiYkp {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unCtbTiYkp .row {
  flex-direction: row-reverse;
}
.cid-unCtbTiYkp p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unCtbTiYkp .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unCtbTiYkp .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unCtbTiYkp .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unCtbTiYkp .main-banner .left-content {
  margin-right: 15px;
}
.cid-unCtbTiYkp .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unCtbTiYkp .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unCtbTiYkp .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unCtbTiYkp .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unCtbTiYkp .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unCtbTiYkp .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unCtbTiYkp .main-banner:before {
    display: none;
  }
  .cid-unCtbTiYkp .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unCtbTiYkp .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unCtbTiYkp H6 {
  color: #e43f3f;
}
.cid-unCtbTiYkp H2 {
  color: #000000;
}
.cid-unCtbTH5qD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unCtbTH5qD .mbr-section-title {
  color: #000000;
}
.cid-unCtbTWBuE {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unCtbTWBuE .container {
  padding: 0 5%;
}
.cid-unCtbTWBuE #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unCtbTWBuE #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unCtbTWBuE #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unCtbTWBuE #expand-button:hover {
  background-color: #7787a5;
}
.cid-unCtbTWBuE .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unCtbTWBuE .item:focus,
.cid-unCtbTWBuE span:focus {
  outline: none;
}
.cid-unCtbTWBuE .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unCtbTWBuE .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unCtbTWBuE .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unCtbTWBuE .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unCtbTWBuE .item {
    padding: 1.5rem;
  }
}
.cid-unCtbTWBuE .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unCtbTWBuE .item .item-icon {
    margin-top: 0;
  }
}
.cid-unCtbTWBuE .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unCtbTWBuE .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unCtbTWBuE .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unCtbTWBuE .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unCtbTWBuE .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unCtbTWBuE .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unCtbTWBuE .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unCtbTWBuE .item-content {
    margin-left: 0;
  }
}
.cid-unCtbTWBuE .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unCtbTWBuE .item-title {
  color: #ffffff;
}
.cid-unCtbTWBuE .mbr-text,
.cid-unCtbTWBuE .item-icon {
  color: #ffffff;
}
.cid-unCtbTWBuE .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unCtbTWBuE .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unCtbTWBuE .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unCtbTWBuE .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unCtbTWBuE .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unCtbTWBuE .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unCtbTWBuE .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unCtbTWBuE .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unCtbTWBuE .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unCtbTWBuE .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unCtbTWBuE .article-column1 {
    padding-right: 16px;
  }
}
.cid-unCtbTWBuE .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unCtbTWBuE .article-column2 {
    padding-left: 16px;
  }
}
.cid-unCtbTWBuE .mbr-section-subtitle,
.cid-unCtbTWBuE .mbr-iconfont {
  color: #e082c5;
}
.cid-unCtbTWBuE .mbr-section-subtitle {
  color: #000000;
}
.cid-unCtbUrgvs {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unCtbUrgvs p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unCtbUrgvs .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unCtbUrgvs .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unCtbUrgvs .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unCtbUrgvs .main-banner .left-content {
  margin-right: 15px;
}
.cid-unCtbUrgvs .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unCtbUrgvs .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unCtbUrgvs .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unCtbUrgvs .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unCtbUrgvs .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unCtbUrgvs .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unCtbUrgvs .main-banner:before {
    display: none;
  }
  .cid-unCtbUrgvs .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unCtbUrgvs .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unCtbUrgvs H6 {
  color: #e43f3f;
}
.cid-unCtbUrgvs H2 {
  color: #000000;
}
.cid-unCtbUrgvs P {
  color: #000000;
}
.cid-unCtbUGDKJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unCtbUGDKJ #footer {
  padding: 0 0 25px 0;
}
.cid-unCtbUGDKJ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unCtbUGDKJ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unCtbUGDKJ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unCtbUGDKJ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unCtbUGDKJ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unCtbUGDKJ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unCtbUGDKJ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unCtbUGDKJ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unCtbUGDKJ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unCtbUGDKJ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unCtbUGDKJ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unCtbUGDKJ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unCtbUGDKJ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unCtbUGDKJ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unCtbUGDKJ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unCtbUGDKJ #footer .copyright {
  padding-top: 30px;
}
.cid-unCtbUGDKJ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unCtbUGDKJ H4 {
  color: #000000;
  text-align: left;
}
.cid-unCtbUGDKJ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unCtbUGDKJ P {
  color: #e43f3f;
  text-align: left;
}
.cid-unCtbUGDKJ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unCtbUGDKJ .copyright a {
  text-decoration: none !important;
}
.cid-unCtbUGDKJ .list,
.cid-unCtbUGDKJ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unCtbUGDKJ ul li a {
  text-decoration: none !important;
}
.cid-unCtbUGDKJ .list {
  color: #e43f3f;
}
.cid-unCtoTq9Xr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unCtoTq9Xr nav.navbar {
  position: fixed;
}
.cid-unCtoTq9Xr .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-unCtoTq9Xr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unCtoTq9Xr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unCtoTq9Xr .dropdown-item:hover,
.cid-unCtoTq9Xr .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unCtoTq9Xr .dropdown-item:hover span {
  color: white;
}
.cid-unCtoTq9Xr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unCtoTq9Xr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unCtoTq9Xr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unCtoTq9Xr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unCtoTq9Xr .nav-link {
  position: relative;
}
.cid-unCtoTq9Xr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unCtoTq9Xr .container {
    flex-wrap: nowrap;
  }
}
.cid-unCtoTq9Xr .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unCtoTq9Xr .dropdown-menu,
.cid-unCtoTq9Xr .navbar.opened {
  background: #e43f3f !important;
}
.cid-unCtoTq9Xr .nav-item:focus,
.cid-unCtoTq9Xr .nav-link:focus {
  outline: none;
}
.cid-unCtoTq9Xr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unCtoTq9Xr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unCtoTq9Xr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unCtoTq9Xr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unCtoTq9Xr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unCtoTq9Xr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unCtoTq9Xr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unCtoTq9Xr .navbar.opened {
  transition: all 0.3s;
}
.cid-unCtoTq9Xr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unCtoTq9Xr .navbar .navbar-logo img {
  width: auto;
}
.cid-unCtoTq9Xr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unCtoTq9Xr .navbar.collapsed {
  justify-content: center;
}
.cid-unCtoTq9Xr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unCtoTq9Xr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unCtoTq9Xr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unCtoTq9Xr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unCtoTq9Xr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unCtoTq9Xr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unCtoTq9Xr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unCtoTq9Xr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unCtoTq9Xr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unCtoTq9Xr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unCtoTq9Xr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unCtoTq9Xr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unCtoTq9Xr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unCtoTq9Xr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unCtoTq9Xr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unCtoTq9Xr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unCtoTq9Xr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unCtoTq9Xr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unCtoTq9Xr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unCtoTq9Xr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unCtoTq9Xr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unCtoTq9Xr .navbar.navbar-short {
  min-height: 60px;
}
.cid-unCtoTq9Xr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unCtoTq9Xr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unCtoTq9Xr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unCtoTq9Xr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unCtoTq9Xr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unCtoTq9Xr .dropdown-item.active,
.cid-unCtoTq9Xr .dropdown-item:active {
  background-color: transparent;
}
.cid-unCtoTq9Xr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unCtoTq9Xr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unCtoTq9Xr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unCtoTq9Xr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unCtoTq9Xr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unCtoTq9Xr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unCtoTq9Xr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unCtoTq9Xr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unCtoTq9Xr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unCtoTq9Xr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unCtoTq9Xr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unCtoTq9Xr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unCtoTq9Xr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unCtoTq9Xr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unCtoTq9Xr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unCtoTq9Xr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unCtoTq9Xr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unCtoTq9Xr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unCtoTq9Xr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unCtoTq9Xr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unCtoTq9Xr .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-unCtoTq9Xr .navbar {
    height: 70px;
  }
  .cid-unCtoTq9Xr .navbar.opened {
    height: auto;
  }
  .cid-unCtoTq9Xr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unCtoRIQFW {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unCtoRIQFW .row {
  flex-direction: row-reverse;
}
.cid-unCtoRIQFW p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unCtoRIQFW .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unCtoRIQFW .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unCtoRIQFW .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unCtoRIQFW .main-banner .left-content {
  margin-right: 15px;
}
.cid-unCtoRIQFW .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unCtoRIQFW .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unCtoRIQFW .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unCtoRIQFW .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unCtoRIQFW .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unCtoRIQFW .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unCtoRIQFW .main-banner:before {
    display: none;
  }
  .cid-unCtoRIQFW .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unCtoRIQFW .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unCtoRIQFW H6 {
  color: #e43f3f;
}
.cid-unCtoRIQFW H2 {
  color: #000000;
}
.cid-unCtoS7Pe7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unCtoS7Pe7 .mbr-section-title {
  color: #000000;
}
.cid-unCtoSmJTR {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unCtoSmJTR .container {
  padding: 0 5%;
}
.cid-unCtoSmJTR #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unCtoSmJTR #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unCtoSmJTR #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unCtoSmJTR #expand-button:hover {
  background-color: #7787a5;
}
.cid-unCtoSmJTR .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unCtoSmJTR .item:focus,
.cid-unCtoSmJTR span:focus {
  outline: none;
}
.cid-unCtoSmJTR .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unCtoSmJTR .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unCtoSmJTR .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unCtoSmJTR .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unCtoSmJTR .item {
    padding: 1.5rem;
  }
}
.cid-unCtoSmJTR .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unCtoSmJTR .item .item-icon {
    margin-top: 0;
  }
}
.cid-unCtoSmJTR .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unCtoSmJTR .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unCtoSmJTR .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unCtoSmJTR .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unCtoSmJTR .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unCtoSmJTR .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unCtoSmJTR .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unCtoSmJTR .item-content {
    margin-left: 0;
  }
}
.cid-unCtoSmJTR .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unCtoSmJTR .item-title {
  color: #ffffff;
}
.cid-unCtoSmJTR .mbr-text,
.cid-unCtoSmJTR .item-icon {
  color: #ffffff;
}
.cid-unCtoSmJTR .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unCtoSmJTR .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unCtoSmJTR .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unCtoSmJTR .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unCtoSmJTR .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unCtoSmJTR .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unCtoSmJTR .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unCtoSmJTR .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unCtoSmJTR .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unCtoSmJTR .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unCtoSmJTR .article-column1 {
    padding-right: 16px;
  }
}
.cid-unCtoSmJTR .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unCtoSmJTR .article-column2 {
    padding-left: 16px;
  }
}
.cid-unCtoSmJTR .mbr-section-subtitle,
.cid-unCtoSmJTR .mbr-iconfont {
  color: #e082c5;
}
.cid-unCtoSmJTR .mbr-section-subtitle {
  color: #000000;
}
.cid-unCtoSQhsC {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unCtoSQhsC p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unCtoSQhsC .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unCtoSQhsC .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unCtoSQhsC .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unCtoSQhsC .main-banner .left-content {
  margin-right: 15px;
}
.cid-unCtoSQhsC .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unCtoSQhsC .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unCtoSQhsC .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unCtoSQhsC .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unCtoSQhsC .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unCtoSQhsC .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unCtoSQhsC .main-banner:before {
    display: none;
  }
  .cid-unCtoSQhsC .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unCtoSQhsC .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unCtoSQhsC H6 {
  color: #e43f3f;
}
.cid-unCtoSQhsC H2 {
  color: #000000;
}
.cid-unCtoSQhsC P {
  color: #000000;
}
.cid-unCtoT8moN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unCtoT8moN #footer {
  padding: 0 0 25px 0;
}
.cid-unCtoT8moN #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unCtoT8moN #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unCtoT8moN #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unCtoT8moN #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unCtoT8moN #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unCtoT8moN #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unCtoT8moN #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unCtoT8moN #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unCtoT8moN #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unCtoT8moN #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unCtoT8moN #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unCtoT8moN #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unCtoT8moN #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unCtoT8moN #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unCtoT8moN #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unCtoT8moN #footer .copyright {
  padding-top: 30px;
}
.cid-unCtoT8moN ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unCtoT8moN H4 {
  color: #000000;
  text-align: left;
}
.cid-unCtoT8moN DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unCtoT8moN P {
  color: #e43f3f;
  text-align: left;
}
.cid-unCtoT8moN div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unCtoT8moN .copyright a {
  text-decoration: none !important;
}
.cid-unCtoT8moN .list,
.cid-unCtoT8moN .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unCtoT8moN ul li a {
  text-decoration: none !important;
}
.cid-unCtoT8moN .list {
  color: #e43f3f;
}
.cid-unCu9f1EuB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unCu9f1EuB nav.navbar {
  position: fixed;
}
.cid-unCu9f1EuB .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-unCu9f1EuB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unCu9f1EuB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unCu9f1EuB .dropdown-item:hover,
.cid-unCu9f1EuB .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unCu9f1EuB .dropdown-item:hover span {
  color: white;
}
.cid-unCu9f1EuB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unCu9f1EuB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unCu9f1EuB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unCu9f1EuB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unCu9f1EuB .nav-link {
  position: relative;
}
.cid-unCu9f1EuB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unCu9f1EuB .container {
    flex-wrap: nowrap;
  }
}
.cid-unCu9f1EuB .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unCu9f1EuB .dropdown-menu,
.cid-unCu9f1EuB .navbar.opened {
  background: #e43f3f !important;
}
.cid-unCu9f1EuB .nav-item:focus,
.cid-unCu9f1EuB .nav-link:focus {
  outline: none;
}
.cid-unCu9f1EuB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unCu9f1EuB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unCu9f1EuB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unCu9f1EuB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unCu9f1EuB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unCu9f1EuB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unCu9f1EuB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unCu9f1EuB .navbar.opened {
  transition: all 0.3s;
}
.cid-unCu9f1EuB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unCu9f1EuB .navbar .navbar-logo img {
  width: auto;
}
.cid-unCu9f1EuB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unCu9f1EuB .navbar.collapsed {
  justify-content: center;
}
.cid-unCu9f1EuB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unCu9f1EuB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unCu9f1EuB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unCu9f1EuB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unCu9f1EuB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unCu9f1EuB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unCu9f1EuB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unCu9f1EuB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unCu9f1EuB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unCu9f1EuB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unCu9f1EuB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unCu9f1EuB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unCu9f1EuB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unCu9f1EuB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unCu9f1EuB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unCu9f1EuB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unCu9f1EuB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unCu9f1EuB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unCu9f1EuB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unCu9f1EuB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unCu9f1EuB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unCu9f1EuB .navbar.navbar-short {
  min-height: 60px;
}
.cid-unCu9f1EuB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unCu9f1EuB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unCu9f1EuB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unCu9f1EuB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unCu9f1EuB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unCu9f1EuB .dropdown-item.active,
.cid-unCu9f1EuB .dropdown-item:active {
  background-color: transparent;
}
.cid-unCu9f1EuB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unCu9f1EuB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unCu9f1EuB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unCu9f1EuB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unCu9f1EuB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unCu9f1EuB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unCu9f1EuB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unCu9f1EuB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unCu9f1EuB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unCu9f1EuB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unCu9f1EuB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unCu9f1EuB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unCu9f1EuB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unCu9f1EuB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unCu9f1EuB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unCu9f1EuB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unCu9f1EuB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unCu9f1EuB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unCu9f1EuB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unCu9f1EuB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unCu9f1EuB .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-unCu9f1EuB .navbar {
    height: 70px;
  }
  .cid-unCu9f1EuB .navbar.opened {
    height: auto;
  }
  .cid-unCu9f1EuB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unCu9dcfuq {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unCu9dcfuq .row {
  flex-direction: row-reverse;
}
.cid-unCu9dcfuq p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unCu9dcfuq .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unCu9dcfuq .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unCu9dcfuq .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unCu9dcfuq .main-banner .left-content {
  margin-right: 15px;
}
.cid-unCu9dcfuq .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unCu9dcfuq .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unCu9dcfuq .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unCu9dcfuq .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unCu9dcfuq .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unCu9dcfuq .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unCu9dcfuq .main-banner:before {
    display: none;
  }
  .cid-unCu9dcfuq .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unCu9dcfuq .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unCu9dcfuq H6 {
  color: #e43f3f;
}
.cid-unCu9dcfuq H2 {
  color: #000000;
}
.cid-unCu9dEc8D {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unCu9dEc8D .mbr-section-title {
  color: #000000;
}
.cid-unCu9dYFUz {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unCu9dYFUz .container {
  padding: 0 5%;
}
.cid-unCu9dYFUz #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unCu9dYFUz #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unCu9dYFUz #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unCu9dYFUz #expand-button:hover {
  background-color: #7787a5;
}
.cid-unCu9dYFUz .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unCu9dYFUz .item:focus,
.cid-unCu9dYFUz span:focus {
  outline: none;
}
.cid-unCu9dYFUz .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unCu9dYFUz .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unCu9dYFUz .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unCu9dYFUz .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unCu9dYFUz .item {
    padding: 1.5rem;
  }
}
.cid-unCu9dYFUz .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unCu9dYFUz .item .item-icon {
    margin-top: 0;
  }
}
.cid-unCu9dYFUz .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unCu9dYFUz .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unCu9dYFUz .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unCu9dYFUz .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unCu9dYFUz .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unCu9dYFUz .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unCu9dYFUz .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unCu9dYFUz .item-content {
    margin-left: 0;
  }
}
.cid-unCu9dYFUz .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unCu9dYFUz .item-title {
  color: #ffffff;
}
.cid-unCu9dYFUz .mbr-text,
.cid-unCu9dYFUz .item-icon {
  color: #ffffff;
}
.cid-unCu9dYFUz .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unCu9dYFUz .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unCu9dYFUz .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unCu9dYFUz .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unCu9dYFUz .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unCu9dYFUz .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unCu9dYFUz .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unCu9dYFUz .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unCu9dYFUz .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unCu9dYFUz .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unCu9dYFUz .article-column1 {
    padding-right: 16px;
  }
}
.cid-unCu9dYFUz .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unCu9dYFUz .article-column2 {
    padding-left: 16px;
  }
}
.cid-unCu9dYFUz .mbr-section-subtitle,
.cid-unCu9dYFUz .mbr-iconfont {
  color: #e082c5;
}
.cid-unCu9dYFUz .mbr-section-subtitle {
  color: #000000;
}
.cid-unCu9euNRR {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unCu9euNRR p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unCu9euNRR .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unCu9euNRR .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unCu9euNRR .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unCu9euNRR .main-banner .left-content {
  margin-right: 15px;
}
.cid-unCu9euNRR .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unCu9euNRR .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unCu9euNRR .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unCu9euNRR .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unCu9euNRR .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unCu9euNRR .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unCu9euNRR .main-banner:before {
    display: none;
  }
  .cid-unCu9euNRR .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unCu9euNRR .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unCu9euNRR H6 {
  color: #e43f3f;
}
.cid-unCu9euNRR H2 {
  color: #000000;
}
.cid-unCu9euNRR P {
  color: #000000;
}
.cid-unCu9eKvV8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unCu9eKvV8 #footer {
  padding: 0 0 25px 0;
}
.cid-unCu9eKvV8 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unCu9eKvV8 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unCu9eKvV8 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unCu9eKvV8 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unCu9eKvV8 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unCu9eKvV8 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unCu9eKvV8 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unCu9eKvV8 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unCu9eKvV8 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unCu9eKvV8 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unCu9eKvV8 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unCu9eKvV8 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unCu9eKvV8 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unCu9eKvV8 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unCu9eKvV8 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unCu9eKvV8 #footer .copyright {
  padding-top: 30px;
}
.cid-unCu9eKvV8 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unCu9eKvV8 H4 {
  color: #000000;
  text-align: left;
}
.cid-unCu9eKvV8 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unCu9eKvV8 P {
  color: #e43f3f;
  text-align: left;
}
.cid-unCu9eKvV8 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unCu9eKvV8 .copyright a {
  text-decoration: none !important;
}
.cid-unCu9eKvV8 .list,
.cid-unCu9eKvV8 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unCu9eKvV8 ul li a {
  text-decoration: none !important;
}
.cid-unCu9eKvV8 .list {
  color: #e43f3f;
}
.cid-unCqgpP1LM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unCqgpP1LM nav.navbar {
  position: fixed;
}
.cid-unCqgpP1LM .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-unCqgpP1LM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unCqgpP1LM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unCqgpP1LM .dropdown-item:hover,
.cid-unCqgpP1LM .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unCqgpP1LM .dropdown-item:hover span {
  color: white;
}
.cid-unCqgpP1LM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unCqgpP1LM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unCqgpP1LM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unCqgpP1LM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unCqgpP1LM .nav-link {
  position: relative;
}
.cid-unCqgpP1LM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unCqgpP1LM .container {
    flex-wrap: nowrap;
  }
}
.cid-unCqgpP1LM .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unCqgpP1LM .dropdown-menu,
.cid-unCqgpP1LM .navbar.opened {
  background: #e43f3f !important;
}
.cid-unCqgpP1LM .nav-item:focus,
.cid-unCqgpP1LM .nav-link:focus {
  outline: none;
}
.cid-unCqgpP1LM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unCqgpP1LM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unCqgpP1LM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unCqgpP1LM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unCqgpP1LM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unCqgpP1LM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unCqgpP1LM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unCqgpP1LM .navbar.opened {
  transition: all 0.3s;
}
.cid-unCqgpP1LM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unCqgpP1LM .navbar .navbar-logo img {
  width: auto;
}
.cid-unCqgpP1LM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unCqgpP1LM .navbar.collapsed {
  justify-content: center;
}
.cid-unCqgpP1LM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unCqgpP1LM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unCqgpP1LM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unCqgpP1LM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unCqgpP1LM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unCqgpP1LM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unCqgpP1LM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unCqgpP1LM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unCqgpP1LM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unCqgpP1LM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unCqgpP1LM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unCqgpP1LM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unCqgpP1LM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unCqgpP1LM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unCqgpP1LM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unCqgpP1LM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unCqgpP1LM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unCqgpP1LM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unCqgpP1LM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unCqgpP1LM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unCqgpP1LM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unCqgpP1LM .navbar.navbar-short {
  min-height: 60px;
}
.cid-unCqgpP1LM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unCqgpP1LM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unCqgpP1LM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unCqgpP1LM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unCqgpP1LM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unCqgpP1LM .dropdown-item.active,
.cid-unCqgpP1LM .dropdown-item:active {
  background-color: transparent;
}
.cid-unCqgpP1LM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unCqgpP1LM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unCqgpP1LM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unCqgpP1LM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unCqgpP1LM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unCqgpP1LM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unCqgpP1LM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unCqgpP1LM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unCqgpP1LM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unCqgpP1LM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unCqgpP1LM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unCqgpP1LM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unCqgpP1LM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unCqgpP1LM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unCqgpP1LM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unCqgpP1LM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unCqgpP1LM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unCqgpP1LM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unCqgpP1LM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unCqgpP1LM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unCqgpP1LM .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-unCqgpP1LM .navbar {
    height: 70px;
  }
  .cid-unCqgpP1LM .navbar.opened {
    height: auto;
  }
  .cid-unCqgpP1LM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unCqgohsY3 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unCqgohsY3 .row {
  flex-direction: row-reverse;
}
.cid-unCqgohsY3 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unCqgohsY3 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unCqgohsY3 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unCqgohsY3 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unCqgohsY3 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unCqgohsY3 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unCqgohsY3 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unCqgohsY3 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unCqgohsY3 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unCqgohsY3 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unCqgohsY3 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unCqgohsY3 .main-banner:before {
    display: none;
  }
  .cid-unCqgohsY3 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unCqgohsY3 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unCqgohsY3 H6 {
  color: #e43f3f;
}
.cid-unCqgohsY3 H2 {
  color: #000000;
}
.cid-unCqgoCTxm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unCqgoCTxm .mbr-section-title {
  color: #000000;
}
.cid-unCqgoP0LL {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unCqgoP0LL .container {
  padding: 0 5%;
}
.cid-unCqgoP0LL #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unCqgoP0LL #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unCqgoP0LL #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unCqgoP0LL #expand-button:hover {
  background-color: #7787a5;
}
.cid-unCqgoP0LL .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unCqgoP0LL .item:focus,
.cid-unCqgoP0LL span:focus {
  outline: none;
}
.cid-unCqgoP0LL .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unCqgoP0LL .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unCqgoP0LL .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unCqgoP0LL .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unCqgoP0LL .item {
    padding: 1.5rem;
  }
}
.cid-unCqgoP0LL .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unCqgoP0LL .item .item-icon {
    margin-top: 0;
  }
}
.cid-unCqgoP0LL .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unCqgoP0LL .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unCqgoP0LL .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unCqgoP0LL .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unCqgoP0LL .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unCqgoP0LL .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unCqgoP0LL .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unCqgoP0LL .item-content {
    margin-left: 0;
  }
}
.cid-unCqgoP0LL .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unCqgoP0LL .item-title {
  color: #ffffff;
}
.cid-unCqgoP0LL .mbr-text,
.cid-unCqgoP0LL .item-icon {
  color: #ffffff;
}
.cid-unCqgoP0LL .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unCqgoP0LL .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unCqgoP0LL .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unCqgoP0LL .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unCqgoP0LL .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unCqgoP0LL .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unCqgoP0LL .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unCqgoP0LL .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unCqgoP0LL .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unCqgoP0LL .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unCqgoP0LL .article-column1 {
    padding-right: 16px;
  }
}
.cid-unCqgoP0LL .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unCqgoP0LL .article-column2 {
    padding-left: 16px;
  }
}
.cid-unCqgoP0LL .mbr-section-subtitle,
.cid-unCqgoP0LL .mbr-iconfont {
  color: #e082c5;
}
.cid-unCqgoP0LL .mbr-section-subtitle {
  color: #000000;
}
.cid-unCqgpiBkM {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unCqgpiBkM p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unCqgpiBkM .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unCqgpiBkM .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unCqgpiBkM .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unCqgpiBkM .main-banner .left-content {
  margin-right: 15px;
}
.cid-unCqgpiBkM .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unCqgpiBkM .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unCqgpiBkM .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unCqgpiBkM .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unCqgpiBkM .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unCqgpiBkM .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unCqgpiBkM .main-banner:before {
    display: none;
  }
  .cid-unCqgpiBkM .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unCqgpiBkM .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unCqgpiBkM H6 {
  color: #e43f3f;
}
.cid-unCqgpiBkM H2 {
  color: #000000;
}
.cid-unCqgpiBkM P {
  color: #000000;
}
.cid-unCqgpwdaM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unCqgpwdaM #footer {
  padding: 0 0 25px 0;
}
.cid-unCqgpwdaM #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unCqgpwdaM #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unCqgpwdaM #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unCqgpwdaM #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unCqgpwdaM #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unCqgpwdaM #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unCqgpwdaM #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unCqgpwdaM #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unCqgpwdaM #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unCqgpwdaM #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unCqgpwdaM #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unCqgpwdaM #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unCqgpwdaM #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unCqgpwdaM #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unCqgpwdaM #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unCqgpwdaM #footer .copyright {
  padding-top: 30px;
}
.cid-unCqgpwdaM ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unCqgpwdaM H4 {
  color: #000000;
  text-align: left;
}
.cid-unCqgpwdaM DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unCqgpwdaM P {
  color: #e43f3f;
  text-align: left;
}
.cid-unCqgpwdaM div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unCqgpwdaM .copyright a {
  text-decoration: none !important;
}
.cid-unCqgpwdaM .list,
.cid-unCqgpwdaM .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unCqgpwdaM ul li a {
  text-decoration: none !important;
}
.cid-unCqgpwdaM .list {
  color: #e43f3f;
}
.cid-unMTKIwecw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unMTKIwecw nav.navbar {
  position: fixed;
}
.cid-unMTKIwecw .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-unMTKIwecw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unMTKIwecw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unMTKIwecw .dropdown-item:hover,
.cid-unMTKIwecw .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unMTKIwecw .dropdown-item:hover span {
  color: white;
}
.cid-unMTKIwecw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unMTKIwecw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unMTKIwecw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unMTKIwecw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unMTKIwecw .nav-link {
  position: relative;
}
.cid-unMTKIwecw .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unMTKIwecw .container {
    flex-wrap: nowrap;
  }
}
.cid-unMTKIwecw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unMTKIwecw .dropdown-menu,
.cid-unMTKIwecw .navbar.opened {
  background: #e43f3f !important;
}
.cid-unMTKIwecw .nav-item:focus,
.cid-unMTKIwecw .nav-link:focus {
  outline: none;
}
.cid-unMTKIwecw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unMTKIwecw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unMTKIwecw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unMTKIwecw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unMTKIwecw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unMTKIwecw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unMTKIwecw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unMTKIwecw .navbar.opened {
  transition: all 0.3s;
}
.cid-unMTKIwecw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unMTKIwecw .navbar .navbar-logo img {
  width: auto;
}
.cid-unMTKIwecw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unMTKIwecw .navbar.collapsed {
  justify-content: center;
}
.cid-unMTKIwecw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unMTKIwecw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unMTKIwecw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unMTKIwecw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unMTKIwecw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unMTKIwecw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unMTKIwecw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unMTKIwecw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unMTKIwecw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unMTKIwecw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unMTKIwecw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unMTKIwecw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unMTKIwecw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unMTKIwecw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unMTKIwecw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unMTKIwecw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unMTKIwecw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unMTKIwecw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unMTKIwecw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unMTKIwecw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unMTKIwecw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unMTKIwecw .navbar.navbar-short {
  min-height: 60px;
}
.cid-unMTKIwecw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unMTKIwecw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unMTKIwecw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unMTKIwecw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unMTKIwecw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unMTKIwecw .dropdown-item.active,
.cid-unMTKIwecw .dropdown-item:active {
  background-color: transparent;
}
.cid-unMTKIwecw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unMTKIwecw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unMTKIwecw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unMTKIwecw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unMTKIwecw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unMTKIwecw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unMTKIwecw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unMTKIwecw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unMTKIwecw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unMTKIwecw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unMTKIwecw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unMTKIwecw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unMTKIwecw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unMTKIwecw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unMTKIwecw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unMTKIwecw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unMTKIwecw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unMTKIwecw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unMTKIwecw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unMTKIwecw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unMTKIwecw .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-unMTKIwecw .navbar {
    height: 70px;
  }
  .cid-unMTKIwecw .navbar.opened {
    height: auto;
  }
  .cid-unMTKIwecw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unMTKGWTLe {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unMTKGWTLe .row {
  flex-direction: row-reverse;
}
.cid-unMTKGWTLe p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unMTKGWTLe .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unMTKGWTLe .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unMTKGWTLe .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unMTKGWTLe .main-banner .left-content {
  margin-right: 15px;
}
.cid-unMTKGWTLe .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unMTKGWTLe .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unMTKGWTLe .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unMTKGWTLe .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unMTKGWTLe .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unMTKGWTLe .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unMTKGWTLe .main-banner:before {
    display: none;
  }
  .cid-unMTKGWTLe .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unMTKGWTLe .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unMTKGWTLe H6 {
  color: #e43f3f;
}
.cid-unMTKGWTLe H2 {
  color: #000000;
}
.cid-unMTKHjVPO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unMTKHjVPO .mbr-section-title {
  color: #000000;
}
.cid-unMTKHxsQn {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unMTKHxsQn .container {
  padding: 0 5%;
}
.cid-unMTKHxsQn #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unMTKHxsQn #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unMTKHxsQn #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unMTKHxsQn #expand-button:hover {
  background-color: #7787a5;
}
.cid-unMTKHxsQn .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unMTKHxsQn .item:focus,
.cid-unMTKHxsQn span:focus {
  outline: none;
}
.cid-unMTKHxsQn .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unMTKHxsQn .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unMTKHxsQn .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unMTKHxsQn .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unMTKHxsQn .item {
    padding: 1.5rem;
  }
}
.cid-unMTKHxsQn .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unMTKHxsQn .item .item-icon {
    margin-top: 0;
  }
}
.cid-unMTKHxsQn .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unMTKHxsQn .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unMTKHxsQn .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unMTKHxsQn .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unMTKHxsQn .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unMTKHxsQn .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unMTKHxsQn .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unMTKHxsQn .item-content {
    margin-left: 0;
  }
}
.cid-unMTKHxsQn .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unMTKHxsQn .item-title {
  color: #ffffff;
}
.cid-unMTKHxsQn .mbr-text,
.cid-unMTKHxsQn .item-icon {
  color: #ffffff;
}
.cid-unMTKHxsQn .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unMTKHxsQn .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unMTKHxsQn .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unMTKHxsQn .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unMTKHxsQn .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unMTKHxsQn .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unMTKHxsQn .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unMTKHxsQn .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unMTKHxsQn .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unMTKHxsQn .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unMTKHxsQn .article-column1 {
    padding-right: 16px;
  }
}
.cid-unMTKHxsQn .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unMTKHxsQn .article-column2 {
    padding-left: 16px;
  }
}
.cid-unMTKHxsQn .mbr-section-subtitle,
.cid-unMTKHxsQn .mbr-iconfont {
  color: #e082c5;
}
.cid-unMTKHxsQn .mbr-section-subtitle {
  color: #000000;
}
.cid-unMTKI1bi8 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unMTKI1bi8 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unMTKI1bi8 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unMTKI1bi8 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unMTKI1bi8 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unMTKI1bi8 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unMTKI1bi8 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unMTKI1bi8 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unMTKI1bi8 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unMTKI1bi8 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unMTKI1bi8 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unMTKI1bi8 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unMTKI1bi8 .main-banner:before {
    display: none;
  }
  .cid-unMTKI1bi8 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unMTKI1bi8 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unMTKI1bi8 H6 {
  color: #e43f3f;
}
.cid-unMTKI1bi8 H2 {
  color: #000000;
}
.cid-unMTKI1bi8 P {
  color: #000000;
}
.cid-unMTKIejuG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unMTKIejuG #footer {
  padding: 0 0 25px 0;
}
.cid-unMTKIejuG #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unMTKIejuG #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unMTKIejuG #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unMTKIejuG #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unMTKIejuG #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unMTKIejuG #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unMTKIejuG #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unMTKIejuG #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unMTKIejuG #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unMTKIejuG #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unMTKIejuG #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unMTKIejuG #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unMTKIejuG #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unMTKIejuG #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unMTKIejuG #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unMTKIejuG #footer .copyright {
  padding-top: 30px;
}
.cid-unMTKIejuG ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unMTKIejuG H4 {
  color: #000000;
  text-align: left;
}
.cid-unMTKIejuG DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unMTKIejuG P {
  color: #e43f3f;
  text-align: left;
}
.cid-unMTKIejuG div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unMTKIejuG .copyright a {
  text-decoration: none !important;
}
.cid-unMTKIejuG .list,
.cid-unMTKIejuG .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unMTKIejuG ul li a {
  text-decoration: none !important;
}
.cid-unMTKIejuG .list {
  color: #e43f3f;
}
.cid-unMU7S7kA5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unMU7S7kA5 nav.navbar {
  position: fixed;
}
.cid-unMU7S7kA5 .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-unMU7S7kA5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unMU7S7kA5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unMU7S7kA5 .dropdown-item:hover,
.cid-unMU7S7kA5 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unMU7S7kA5 .dropdown-item:hover span {
  color: white;
}
.cid-unMU7S7kA5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unMU7S7kA5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unMU7S7kA5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unMU7S7kA5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unMU7S7kA5 .nav-link {
  position: relative;
}
.cid-unMU7S7kA5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unMU7S7kA5 .container {
    flex-wrap: nowrap;
  }
}
.cid-unMU7S7kA5 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unMU7S7kA5 .dropdown-menu,
.cid-unMU7S7kA5 .navbar.opened {
  background: #e43f3f !important;
}
.cid-unMU7S7kA5 .nav-item:focus,
.cid-unMU7S7kA5 .nav-link:focus {
  outline: none;
}
.cid-unMU7S7kA5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unMU7S7kA5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unMU7S7kA5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unMU7S7kA5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unMU7S7kA5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unMU7S7kA5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unMU7S7kA5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unMU7S7kA5 .navbar.opened {
  transition: all 0.3s;
}
.cid-unMU7S7kA5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unMU7S7kA5 .navbar .navbar-logo img {
  width: auto;
}
.cid-unMU7S7kA5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unMU7S7kA5 .navbar.collapsed {
  justify-content: center;
}
.cid-unMU7S7kA5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unMU7S7kA5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unMU7S7kA5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unMU7S7kA5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unMU7S7kA5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unMU7S7kA5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unMU7S7kA5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unMU7S7kA5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unMU7S7kA5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unMU7S7kA5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unMU7S7kA5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unMU7S7kA5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unMU7S7kA5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unMU7S7kA5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unMU7S7kA5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unMU7S7kA5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unMU7S7kA5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unMU7S7kA5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unMU7S7kA5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unMU7S7kA5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unMU7S7kA5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unMU7S7kA5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-unMU7S7kA5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unMU7S7kA5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unMU7S7kA5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unMU7S7kA5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unMU7S7kA5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unMU7S7kA5 .dropdown-item.active,
.cid-unMU7S7kA5 .dropdown-item:active {
  background-color: transparent;
}
.cid-unMU7S7kA5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unMU7S7kA5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unMU7S7kA5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unMU7S7kA5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unMU7S7kA5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unMU7S7kA5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unMU7S7kA5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unMU7S7kA5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unMU7S7kA5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unMU7S7kA5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unMU7S7kA5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unMU7S7kA5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unMU7S7kA5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unMU7S7kA5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unMU7S7kA5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unMU7S7kA5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unMU7S7kA5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unMU7S7kA5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unMU7S7kA5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unMU7S7kA5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unMU7S7kA5 .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-unMU7S7kA5 .navbar {
    height: 70px;
  }
  .cid-unMU7S7kA5 .navbar.opened {
    height: auto;
  }
  .cid-unMU7S7kA5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unMU7Qj7EC {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unMU7Qj7EC .row {
  flex-direction: row-reverse;
}
.cid-unMU7Qj7EC p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unMU7Qj7EC .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unMU7Qj7EC .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unMU7Qj7EC .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unMU7Qj7EC .main-banner .left-content {
  margin-right: 15px;
}
.cid-unMU7Qj7EC .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unMU7Qj7EC .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unMU7Qj7EC .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unMU7Qj7EC .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unMU7Qj7EC .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unMU7Qj7EC .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unMU7Qj7EC .main-banner:before {
    display: none;
  }
  .cid-unMU7Qj7EC .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unMU7Qj7EC .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unMU7Qj7EC H6 {
  color: #e43f3f;
}
.cid-unMU7Qj7EC H2 {
  color: #000000;
}
.cid-unMU7QJHXk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unMU7QJHXk .mbr-section-title {
  color: #000000;
}
.cid-unMU7R1SiG {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unMU7R1SiG .container {
  padding: 0 5%;
}
.cid-unMU7R1SiG #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unMU7R1SiG #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unMU7R1SiG #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unMU7R1SiG #expand-button:hover {
  background-color: #7787a5;
}
.cid-unMU7R1SiG .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unMU7R1SiG .item:focus,
.cid-unMU7R1SiG span:focus {
  outline: none;
}
.cid-unMU7R1SiG .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unMU7R1SiG .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unMU7R1SiG .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unMU7R1SiG .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unMU7R1SiG .item {
    padding: 1.5rem;
  }
}
.cid-unMU7R1SiG .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unMU7R1SiG .item .item-icon {
    margin-top: 0;
  }
}
.cid-unMU7R1SiG .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unMU7R1SiG .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unMU7R1SiG .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unMU7R1SiG .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unMU7R1SiG .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unMU7R1SiG .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unMU7R1SiG .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unMU7R1SiG .item-content {
    margin-left: 0;
  }
}
.cid-unMU7R1SiG .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unMU7R1SiG .item-title {
  color: #ffffff;
}
.cid-unMU7R1SiG .mbr-text,
.cid-unMU7R1SiG .item-icon {
  color: #ffffff;
}
.cid-unMU7R1SiG .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unMU7R1SiG .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unMU7R1SiG .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unMU7R1SiG .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unMU7R1SiG .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unMU7R1SiG .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unMU7R1SiG .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unMU7R1SiG .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unMU7R1SiG .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unMU7R1SiG .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unMU7R1SiG .article-column1 {
    padding-right: 16px;
  }
}
.cid-unMU7R1SiG .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unMU7R1SiG .article-column2 {
    padding-left: 16px;
  }
}
.cid-unMU7R1SiG .mbr-section-subtitle,
.cid-unMU7R1SiG .mbr-iconfont {
  color: #e082c5;
}
.cid-unMU7R1SiG .mbr-section-subtitle {
  color: #000000;
}
.cid-unMU7RAMQQ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unMU7RAMQQ p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unMU7RAMQQ .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unMU7RAMQQ .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unMU7RAMQQ .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unMU7RAMQQ .main-banner .left-content {
  margin-right: 15px;
}
.cid-unMU7RAMQQ .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unMU7RAMQQ .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unMU7RAMQQ .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unMU7RAMQQ .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unMU7RAMQQ .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unMU7RAMQQ .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unMU7RAMQQ .main-banner:before {
    display: none;
  }
  .cid-unMU7RAMQQ .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unMU7RAMQQ .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unMU7RAMQQ H6 {
  color: #e43f3f;
}
.cid-unMU7RAMQQ H2 {
  color: #000000;
}
.cid-unMU7RAMQQ P {
  color: #000000;
}
.cid-unMU7RPhGQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unMU7RPhGQ #footer {
  padding: 0 0 25px 0;
}
.cid-unMU7RPhGQ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unMU7RPhGQ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unMU7RPhGQ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unMU7RPhGQ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unMU7RPhGQ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unMU7RPhGQ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unMU7RPhGQ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unMU7RPhGQ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unMU7RPhGQ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unMU7RPhGQ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unMU7RPhGQ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unMU7RPhGQ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unMU7RPhGQ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unMU7RPhGQ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unMU7RPhGQ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unMU7RPhGQ #footer .copyright {
  padding-top: 30px;
}
.cid-unMU7RPhGQ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unMU7RPhGQ H4 {
  color: #000000;
  text-align: left;
}
.cid-unMU7RPhGQ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unMU7RPhGQ P {
  color: #e43f3f;
  text-align: left;
}
.cid-unMU7RPhGQ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unMU7RPhGQ .copyright a {
  text-decoration: none !important;
}
.cid-unMU7RPhGQ .list,
.cid-unMU7RPhGQ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unMU7RPhGQ ul li a {
  text-decoration: none !important;
}
.cid-unMU7RPhGQ .list {
  color: #e43f3f;
}
.cid-unMUYWklFo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unMUYWklFo nav.navbar {
  position: fixed;
}
.cid-unMUYWklFo .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-unMUYWklFo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unMUYWklFo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unMUYWklFo .dropdown-item:hover,
.cid-unMUYWklFo .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unMUYWklFo .dropdown-item:hover span {
  color: white;
}
.cid-unMUYWklFo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unMUYWklFo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unMUYWklFo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unMUYWklFo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unMUYWklFo .nav-link {
  position: relative;
}
.cid-unMUYWklFo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unMUYWklFo .container {
    flex-wrap: nowrap;
  }
}
.cid-unMUYWklFo .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unMUYWklFo .dropdown-menu,
.cid-unMUYWklFo .navbar.opened {
  background: #e43f3f !important;
}
.cid-unMUYWklFo .nav-item:focus,
.cid-unMUYWklFo .nav-link:focus {
  outline: none;
}
.cid-unMUYWklFo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unMUYWklFo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unMUYWklFo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unMUYWklFo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unMUYWklFo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unMUYWklFo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unMUYWklFo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unMUYWklFo .navbar.opened {
  transition: all 0.3s;
}
.cid-unMUYWklFo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unMUYWklFo .navbar .navbar-logo img {
  width: auto;
}
.cid-unMUYWklFo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unMUYWklFo .navbar.collapsed {
  justify-content: center;
}
.cid-unMUYWklFo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unMUYWklFo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unMUYWklFo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unMUYWklFo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unMUYWklFo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unMUYWklFo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unMUYWklFo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unMUYWklFo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unMUYWklFo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unMUYWklFo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unMUYWklFo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unMUYWklFo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unMUYWklFo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unMUYWklFo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unMUYWklFo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unMUYWklFo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unMUYWklFo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unMUYWklFo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unMUYWklFo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unMUYWklFo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unMUYWklFo .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unMUYWklFo .navbar.navbar-short {
  min-height: 60px;
}
.cid-unMUYWklFo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unMUYWklFo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unMUYWklFo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unMUYWklFo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unMUYWklFo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unMUYWklFo .dropdown-item.active,
.cid-unMUYWklFo .dropdown-item:active {
  background-color: transparent;
}
.cid-unMUYWklFo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unMUYWklFo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unMUYWklFo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unMUYWklFo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unMUYWklFo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unMUYWklFo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unMUYWklFo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unMUYWklFo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unMUYWklFo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unMUYWklFo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unMUYWklFo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unMUYWklFo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unMUYWklFo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unMUYWklFo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unMUYWklFo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unMUYWklFo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unMUYWklFo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unMUYWklFo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unMUYWklFo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unMUYWklFo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unMUYWklFo .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-unMUYWklFo .navbar {
    height: 70px;
  }
  .cid-unMUYWklFo .navbar.opened {
    height: auto;
  }
  .cid-unMUYWklFo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unMUYUtkhb {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unMUYUtkhb .row {
  flex-direction: row-reverse;
}
.cid-unMUYUtkhb p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unMUYUtkhb .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unMUYUtkhb .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unMUYUtkhb .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unMUYUtkhb .main-banner .left-content {
  margin-right: 15px;
}
.cid-unMUYUtkhb .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unMUYUtkhb .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unMUYUtkhb .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unMUYUtkhb .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unMUYUtkhb .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unMUYUtkhb .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unMUYUtkhb .main-banner:before {
    display: none;
  }
  .cid-unMUYUtkhb .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unMUYUtkhb .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unMUYUtkhb H6 {
  color: #e43f3f;
}
.cid-unMUYUtkhb H2 {
  color: #000000;
}
.cid-unMUYUVFLJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unMUYUVFLJ .mbr-section-title {
  color: #000000;
}
.cid-unMUYVgqeS {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unMUYVgqeS .container {
  padding: 0 5%;
}
.cid-unMUYVgqeS #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unMUYVgqeS #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unMUYVgqeS #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unMUYVgqeS #expand-button:hover {
  background-color: #7787a5;
}
.cid-unMUYVgqeS .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unMUYVgqeS .item:focus,
.cid-unMUYVgqeS span:focus {
  outline: none;
}
.cid-unMUYVgqeS .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unMUYVgqeS .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unMUYVgqeS .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unMUYVgqeS .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unMUYVgqeS .item {
    padding: 1.5rem;
  }
}
.cid-unMUYVgqeS .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unMUYVgqeS .item .item-icon {
    margin-top: 0;
  }
}
.cid-unMUYVgqeS .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unMUYVgqeS .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unMUYVgqeS .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unMUYVgqeS .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unMUYVgqeS .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unMUYVgqeS .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unMUYVgqeS .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unMUYVgqeS .item-content {
    margin-left: 0;
  }
}
.cid-unMUYVgqeS .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unMUYVgqeS .item-title {
  color: #ffffff;
}
.cid-unMUYVgqeS .mbr-text,
.cid-unMUYVgqeS .item-icon {
  color: #ffffff;
}
.cid-unMUYVgqeS .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unMUYVgqeS .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unMUYVgqeS .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unMUYVgqeS .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unMUYVgqeS .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unMUYVgqeS .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unMUYVgqeS .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unMUYVgqeS .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unMUYVgqeS .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unMUYVgqeS .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unMUYVgqeS .article-column1 {
    padding-right: 16px;
  }
}
.cid-unMUYVgqeS .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unMUYVgqeS .article-column2 {
    padding-left: 16px;
  }
}
.cid-unMUYVgqeS .mbr-section-subtitle,
.cid-unMUYVgqeS .mbr-iconfont {
  color: #e082c5;
}
.cid-unMUYVgqeS .mbr-section-subtitle {
  color: #000000;
}
.cid-unMUYVMDxK {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unMUYVMDxK p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unMUYVMDxK .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unMUYVMDxK .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unMUYVMDxK .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unMUYVMDxK .main-banner .left-content {
  margin-right: 15px;
}
.cid-unMUYVMDxK .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unMUYVMDxK .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unMUYVMDxK .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unMUYVMDxK .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unMUYVMDxK .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unMUYVMDxK .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unMUYVMDxK .main-banner:before {
    display: none;
  }
  .cid-unMUYVMDxK .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unMUYVMDxK .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unMUYVMDxK H6 {
  color: #e43f3f;
}
.cid-unMUYVMDxK H2 {
  color: #000000;
}
.cid-unMUYVMDxK P {
  color: #000000;
}
.cid-unMUYW1hMe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unMUYW1hMe #footer {
  padding: 0 0 25px 0;
}
.cid-unMUYW1hMe #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unMUYW1hMe #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unMUYW1hMe #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unMUYW1hMe #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unMUYW1hMe #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unMUYW1hMe #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unMUYW1hMe #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unMUYW1hMe #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unMUYW1hMe #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unMUYW1hMe #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unMUYW1hMe #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unMUYW1hMe #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unMUYW1hMe #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unMUYW1hMe #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unMUYW1hMe #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unMUYW1hMe #footer .copyright {
  padding-top: 30px;
}
.cid-unMUYW1hMe ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unMUYW1hMe H4 {
  color: #000000;
  text-align: left;
}
.cid-unMUYW1hMe DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unMUYW1hMe P {
  color: #e43f3f;
  text-align: left;
}
.cid-unMUYW1hMe div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unMUYW1hMe .copyright a {
  text-decoration: none !important;
}
.cid-unMUYW1hMe .list,
.cid-unMUYW1hMe .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unMUYW1hMe ul li a {
  text-decoration: none !important;
}
.cid-unMUYW1hMe .list {
  color: #e43f3f;
}
.cid-unMVhVISoZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unMVhVISoZ nav.navbar {
  position: fixed;
}
.cid-unMVhVISoZ .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-unMVhVISoZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unMVhVISoZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unMVhVISoZ .dropdown-item:hover,
.cid-unMVhVISoZ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unMVhVISoZ .dropdown-item:hover span {
  color: white;
}
.cid-unMVhVISoZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unMVhVISoZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unMVhVISoZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unMVhVISoZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unMVhVISoZ .nav-link {
  position: relative;
}
.cid-unMVhVISoZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unMVhVISoZ .container {
    flex-wrap: nowrap;
  }
}
.cid-unMVhVISoZ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unMVhVISoZ .dropdown-menu,
.cid-unMVhVISoZ .navbar.opened {
  background: #e43f3f !important;
}
.cid-unMVhVISoZ .nav-item:focus,
.cid-unMVhVISoZ .nav-link:focus {
  outline: none;
}
.cid-unMVhVISoZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unMVhVISoZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unMVhVISoZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unMVhVISoZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unMVhVISoZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unMVhVISoZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unMVhVISoZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unMVhVISoZ .navbar.opened {
  transition: all 0.3s;
}
.cid-unMVhVISoZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unMVhVISoZ .navbar .navbar-logo img {
  width: auto;
}
.cid-unMVhVISoZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unMVhVISoZ .navbar.collapsed {
  justify-content: center;
}
.cid-unMVhVISoZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unMVhVISoZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unMVhVISoZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unMVhVISoZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unMVhVISoZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unMVhVISoZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unMVhVISoZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unMVhVISoZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unMVhVISoZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unMVhVISoZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unMVhVISoZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unMVhVISoZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unMVhVISoZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unMVhVISoZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unMVhVISoZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unMVhVISoZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unMVhVISoZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unMVhVISoZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unMVhVISoZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unMVhVISoZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unMVhVISoZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unMVhVISoZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unMVhVISoZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unMVhVISoZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unMVhVISoZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unMVhVISoZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unMVhVISoZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unMVhVISoZ .dropdown-item.active,
.cid-unMVhVISoZ .dropdown-item:active {
  background-color: transparent;
}
.cid-unMVhVISoZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unMVhVISoZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unMVhVISoZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unMVhVISoZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unMVhVISoZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unMVhVISoZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unMVhVISoZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unMVhVISoZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unMVhVISoZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unMVhVISoZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unMVhVISoZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unMVhVISoZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unMVhVISoZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unMVhVISoZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unMVhVISoZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unMVhVISoZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unMVhVISoZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unMVhVISoZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unMVhVISoZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unMVhVISoZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unMVhVISoZ .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-unMVhVISoZ .navbar {
    height: 70px;
  }
  .cid-unMVhVISoZ .navbar.opened {
    height: auto;
  }
  .cid-unMVhVISoZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unMVhTPNh0 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unMVhTPNh0 .row {
  flex-direction: row-reverse;
}
.cid-unMVhTPNh0 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unMVhTPNh0 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unMVhTPNh0 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unMVhTPNh0 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unMVhTPNh0 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unMVhTPNh0 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unMVhTPNh0 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unMVhTPNh0 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unMVhTPNh0 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unMVhTPNh0 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unMVhTPNh0 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unMVhTPNh0 .main-banner:before {
    display: none;
  }
  .cid-unMVhTPNh0 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unMVhTPNh0 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unMVhTPNh0 H6 {
  color: #e43f3f;
}
.cid-unMVhTPNh0 H2 {
  color: #000000;
}
.cid-unMVhUiCur {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unMVhUiCur .mbr-section-title {
  color: #000000;
}
.cid-unMVhUBi47 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unMVhUBi47 .container {
  padding: 0 5%;
}
.cid-unMVhUBi47 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unMVhUBi47 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unMVhUBi47 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unMVhUBi47 #expand-button:hover {
  background-color: #7787a5;
}
.cid-unMVhUBi47 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unMVhUBi47 .item:focus,
.cid-unMVhUBi47 span:focus {
  outline: none;
}
.cid-unMVhUBi47 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unMVhUBi47 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unMVhUBi47 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unMVhUBi47 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unMVhUBi47 .item {
    padding: 1.5rem;
  }
}
.cid-unMVhUBi47 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unMVhUBi47 .item .item-icon {
    margin-top: 0;
  }
}
.cid-unMVhUBi47 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unMVhUBi47 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unMVhUBi47 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unMVhUBi47 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unMVhUBi47 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unMVhUBi47 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unMVhUBi47 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unMVhUBi47 .item-content {
    margin-left: 0;
  }
}
.cid-unMVhUBi47 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unMVhUBi47 .item-title {
  color: #ffffff;
}
.cid-unMVhUBi47 .mbr-text,
.cid-unMVhUBi47 .item-icon {
  color: #ffffff;
}
.cid-unMVhUBi47 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unMVhUBi47 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unMVhUBi47 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unMVhUBi47 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unMVhUBi47 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unMVhUBi47 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unMVhUBi47 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unMVhUBi47 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unMVhUBi47 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unMVhUBi47 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unMVhUBi47 .article-column1 {
    padding-right: 16px;
  }
}
.cid-unMVhUBi47 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unMVhUBi47 .article-column2 {
    padding-left: 16px;
  }
}
.cid-unMVhUBi47 .mbr-section-subtitle,
.cid-unMVhUBi47 .mbr-iconfont {
  color: #e082c5;
}
.cid-unMVhUBi47 .mbr-section-subtitle {
  color: #000000;
}
.cid-unMVhV7uA7 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unMVhV7uA7 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unMVhV7uA7 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unMVhV7uA7 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unMVhV7uA7 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unMVhV7uA7 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unMVhV7uA7 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unMVhV7uA7 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unMVhV7uA7 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unMVhV7uA7 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unMVhV7uA7 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unMVhV7uA7 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unMVhV7uA7 .main-banner:before {
    display: none;
  }
  .cid-unMVhV7uA7 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unMVhV7uA7 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unMVhV7uA7 H6 {
  color: #e43f3f;
}
.cid-unMVhV7uA7 H2 {
  color: #000000;
}
.cid-unMVhV7uA7 P {
  color: #000000;
}
.cid-unMVhVnoSG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unMVhVnoSG #footer {
  padding: 0 0 25px 0;
}
.cid-unMVhVnoSG #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unMVhVnoSG #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unMVhVnoSG #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unMVhVnoSG #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unMVhVnoSG #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unMVhVnoSG #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unMVhVnoSG #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unMVhVnoSG #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unMVhVnoSG #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unMVhVnoSG #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unMVhVnoSG #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unMVhVnoSG #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unMVhVnoSG #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unMVhVnoSG #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unMVhVnoSG #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unMVhVnoSG #footer .copyright {
  padding-top: 30px;
}
.cid-unMVhVnoSG ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unMVhVnoSG H4 {
  color: #000000;
  text-align: left;
}
.cid-unMVhVnoSG DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unMVhVnoSG P {
  color: #e43f3f;
  text-align: left;
}
.cid-unMVhVnoSG div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unMVhVnoSG .copyright a {
  text-decoration: none !important;
}
.cid-unMVhVnoSG .list,
.cid-unMVhVnoSG .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unMVhVnoSG ul li a {
  text-decoration: none !important;
}
.cid-unMVhVnoSG .list {
  color: #e43f3f;
}
.cid-unMVZTs3Ii {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unMVZTs3Ii nav.navbar {
  position: fixed;
}
.cid-unMVZTs3Ii .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-unMVZTs3Ii .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unMVZTs3Ii .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unMVZTs3Ii .dropdown-item:hover,
.cid-unMVZTs3Ii .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unMVZTs3Ii .dropdown-item:hover span {
  color: white;
}
.cid-unMVZTs3Ii .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unMVZTs3Ii .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unMVZTs3Ii .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unMVZTs3Ii .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unMVZTs3Ii .nav-link {
  position: relative;
}
.cid-unMVZTs3Ii .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unMVZTs3Ii .container {
    flex-wrap: nowrap;
  }
}
.cid-unMVZTs3Ii .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unMVZTs3Ii .dropdown-menu,
.cid-unMVZTs3Ii .navbar.opened {
  background: #e43f3f !important;
}
.cid-unMVZTs3Ii .nav-item:focus,
.cid-unMVZTs3Ii .nav-link:focus {
  outline: none;
}
.cid-unMVZTs3Ii .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unMVZTs3Ii .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unMVZTs3Ii .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unMVZTs3Ii .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unMVZTs3Ii .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unMVZTs3Ii .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unMVZTs3Ii .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unMVZTs3Ii .navbar.opened {
  transition: all 0.3s;
}
.cid-unMVZTs3Ii .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unMVZTs3Ii .navbar .navbar-logo img {
  width: auto;
}
.cid-unMVZTs3Ii .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unMVZTs3Ii .navbar.collapsed {
  justify-content: center;
}
.cid-unMVZTs3Ii .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unMVZTs3Ii .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unMVZTs3Ii .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unMVZTs3Ii .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unMVZTs3Ii .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unMVZTs3Ii .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unMVZTs3Ii .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unMVZTs3Ii .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unMVZTs3Ii .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unMVZTs3Ii .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unMVZTs3Ii .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unMVZTs3Ii .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unMVZTs3Ii .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unMVZTs3Ii .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unMVZTs3Ii .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unMVZTs3Ii .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unMVZTs3Ii .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unMVZTs3Ii .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unMVZTs3Ii .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unMVZTs3Ii .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unMVZTs3Ii .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unMVZTs3Ii .navbar.navbar-short {
  min-height: 60px;
}
.cid-unMVZTs3Ii .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unMVZTs3Ii .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unMVZTs3Ii .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unMVZTs3Ii .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unMVZTs3Ii .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unMVZTs3Ii .dropdown-item.active,
.cid-unMVZTs3Ii .dropdown-item:active {
  background-color: transparent;
}
.cid-unMVZTs3Ii .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unMVZTs3Ii .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unMVZTs3Ii .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unMVZTs3Ii .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unMVZTs3Ii .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unMVZTs3Ii .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unMVZTs3Ii ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unMVZTs3Ii .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unMVZTs3Ii button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unMVZTs3Ii button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unMVZTs3Ii button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unMVZTs3Ii button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unMVZTs3Ii button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unMVZTs3Ii button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unMVZTs3Ii nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unMVZTs3Ii nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unMVZTs3Ii nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unMVZTs3Ii nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unMVZTs3Ii .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unMVZTs3Ii a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unMVZTs3Ii .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-unMVZTs3Ii .navbar {
    height: 70px;
  }
  .cid-unMVZTs3Ii .navbar.opened {
    height: auto;
  }
  .cid-unMVZTs3Ii .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unMVZRx2M0 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unMVZRx2M0 .row {
  flex-direction: row-reverse;
}
.cid-unMVZRx2M0 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unMVZRx2M0 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unMVZRx2M0 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unMVZRx2M0 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unMVZRx2M0 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unMVZRx2M0 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unMVZRx2M0 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unMVZRx2M0 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unMVZRx2M0 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unMVZRx2M0 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unMVZRx2M0 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unMVZRx2M0 .main-banner:before {
    display: none;
  }
  .cid-unMVZRx2M0 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unMVZRx2M0 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unMVZRx2M0 H6 {
  color: #e43f3f;
}
.cid-unMVZRx2M0 H2 {
  color: #000000;
}
.cid-unMVZS0S2Y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unMVZS0S2Y .mbr-section-title {
  color: #000000;
}
.cid-unMVZSjaxQ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unMVZSjaxQ .container {
  padding: 0 5%;
}
.cid-unMVZSjaxQ #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unMVZSjaxQ #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unMVZSjaxQ #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unMVZSjaxQ #expand-button:hover {
  background-color: #7787a5;
}
.cid-unMVZSjaxQ .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unMVZSjaxQ .item:focus,
.cid-unMVZSjaxQ span:focus {
  outline: none;
}
.cid-unMVZSjaxQ .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unMVZSjaxQ .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unMVZSjaxQ .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unMVZSjaxQ .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unMVZSjaxQ .item {
    padding: 1.5rem;
  }
}
.cid-unMVZSjaxQ .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unMVZSjaxQ .item .item-icon {
    margin-top: 0;
  }
}
.cid-unMVZSjaxQ .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unMVZSjaxQ .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unMVZSjaxQ .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unMVZSjaxQ .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unMVZSjaxQ .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unMVZSjaxQ .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unMVZSjaxQ .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unMVZSjaxQ .item-content {
    margin-left: 0;
  }
}
.cid-unMVZSjaxQ .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unMVZSjaxQ .item-title {
  color: #ffffff;
}
.cid-unMVZSjaxQ .mbr-text,
.cid-unMVZSjaxQ .item-icon {
  color: #ffffff;
}
.cid-unMVZSjaxQ .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unMVZSjaxQ .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unMVZSjaxQ .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unMVZSjaxQ .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unMVZSjaxQ .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unMVZSjaxQ .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unMVZSjaxQ .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unMVZSjaxQ .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unMVZSjaxQ .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unMVZSjaxQ .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unMVZSjaxQ .article-column1 {
    padding-right: 16px;
  }
}
.cid-unMVZSjaxQ .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unMVZSjaxQ .article-column2 {
    padding-left: 16px;
  }
}
.cid-unMVZSjaxQ .mbr-section-subtitle,
.cid-unMVZSjaxQ .mbr-iconfont {
  color: #e082c5;
}
.cid-unMVZSjaxQ .mbr-section-subtitle {
  color: #000000;
}
.cid-unMVZSSZN6 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unMVZSSZN6 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unMVZSSZN6 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unMVZSSZN6 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unMVZSSZN6 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unMVZSSZN6 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unMVZSSZN6 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unMVZSSZN6 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unMVZSSZN6 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unMVZSSZN6 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unMVZSSZN6 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unMVZSSZN6 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unMVZSSZN6 .main-banner:before {
    display: none;
  }
  .cid-unMVZSSZN6 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unMVZSSZN6 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unMVZSSZN6 H6 {
  color: #e43f3f;
}
.cid-unMVZSSZN6 H2 {
  color: #000000;
}
.cid-unMVZSSZN6 P {
  color: #000000;
}
.cid-unMVZT7a6I {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unMVZT7a6I #footer {
  padding: 0 0 25px 0;
}
.cid-unMVZT7a6I #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unMVZT7a6I #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unMVZT7a6I #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unMVZT7a6I #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unMVZT7a6I #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unMVZT7a6I #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unMVZT7a6I #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unMVZT7a6I #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unMVZT7a6I #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unMVZT7a6I #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unMVZT7a6I #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unMVZT7a6I #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unMVZT7a6I #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unMVZT7a6I #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unMVZT7a6I #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unMVZT7a6I #footer .copyright {
  padding-top: 30px;
}
.cid-unMVZT7a6I ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unMVZT7a6I H4 {
  color: #000000;
  text-align: left;
}
.cid-unMVZT7a6I DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unMVZT7a6I P {
  color: #e43f3f;
  text-align: left;
}
.cid-unMVZT7a6I div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unMVZT7a6I .copyright a {
  text-decoration: none !important;
}
.cid-unMVZT7a6I .list,
.cid-unMVZT7a6I .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unMVZT7a6I ul li a {
  text-decoration: none !important;
}
.cid-unMVZT7a6I .list {
  color: #e43f3f;
}
.cid-unMWxIyDyf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unMWxIyDyf nav.navbar {
  position: fixed;
}
.cid-unMWxIyDyf .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-unMWxIyDyf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unMWxIyDyf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unMWxIyDyf .dropdown-item:hover,
.cid-unMWxIyDyf .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unMWxIyDyf .dropdown-item:hover span {
  color: white;
}
.cid-unMWxIyDyf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unMWxIyDyf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unMWxIyDyf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unMWxIyDyf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unMWxIyDyf .nav-link {
  position: relative;
}
.cid-unMWxIyDyf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unMWxIyDyf .container {
    flex-wrap: nowrap;
  }
}
.cid-unMWxIyDyf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unMWxIyDyf .dropdown-menu,
.cid-unMWxIyDyf .navbar.opened {
  background: #e43f3f !important;
}
.cid-unMWxIyDyf .nav-item:focus,
.cid-unMWxIyDyf .nav-link:focus {
  outline: none;
}
.cid-unMWxIyDyf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unMWxIyDyf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unMWxIyDyf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unMWxIyDyf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unMWxIyDyf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unMWxIyDyf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unMWxIyDyf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unMWxIyDyf .navbar.opened {
  transition: all 0.3s;
}
.cid-unMWxIyDyf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unMWxIyDyf .navbar .navbar-logo img {
  width: auto;
}
.cid-unMWxIyDyf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unMWxIyDyf .navbar.collapsed {
  justify-content: center;
}
.cid-unMWxIyDyf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unMWxIyDyf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unMWxIyDyf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unMWxIyDyf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unMWxIyDyf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unMWxIyDyf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unMWxIyDyf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unMWxIyDyf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unMWxIyDyf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unMWxIyDyf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unMWxIyDyf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unMWxIyDyf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unMWxIyDyf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unMWxIyDyf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unMWxIyDyf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unMWxIyDyf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unMWxIyDyf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unMWxIyDyf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unMWxIyDyf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unMWxIyDyf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unMWxIyDyf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unMWxIyDyf .navbar.navbar-short {
  min-height: 60px;
}
.cid-unMWxIyDyf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unMWxIyDyf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unMWxIyDyf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unMWxIyDyf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unMWxIyDyf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unMWxIyDyf .dropdown-item.active,
.cid-unMWxIyDyf .dropdown-item:active {
  background-color: transparent;
}
.cid-unMWxIyDyf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unMWxIyDyf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unMWxIyDyf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unMWxIyDyf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unMWxIyDyf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unMWxIyDyf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unMWxIyDyf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unMWxIyDyf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unMWxIyDyf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unMWxIyDyf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unMWxIyDyf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unMWxIyDyf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unMWxIyDyf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unMWxIyDyf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unMWxIyDyf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unMWxIyDyf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unMWxIyDyf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unMWxIyDyf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unMWxIyDyf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unMWxIyDyf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unMWxIyDyf .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-unMWxIyDyf .navbar {
    height: 70px;
  }
  .cid-unMWxIyDyf .navbar.opened {
    height: auto;
  }
  .cid-unMWxIyDyf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unMWxGsQ7g {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-unMWxGsQ7g .row {
  flex-direction: row-reverse;
}
.cid-unMWxGsQ7g p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unMWxGsQ7g .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unMWxGsQ7g .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unMWxGsQ7g .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unMWxGsQ7g .main-banner .left-content {
  margin-right: 15px;
}
.cid-unMWxGsQ7g .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unMWxGsQ7g .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unMWxGsQ7g .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unMWxGsQ7g .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unMWxGsQ7g .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unMWxGsQ7g .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unMWxGsQ7g .main-banner:before {
    display: none;
  }
  .cid-unMWxGsQ7g .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unMWxGsQ7g .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unMWxGsQ7g H6 {
  color: #e43f3f;
}
.cid-unMWxGsQ7g H2 {
  color: #ffffff;
}
.cid-unMWxGsQ7g P {
  color: #ffffff;
}
.cid-unMWxGVx9c {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unMWxGVx9c .mbr-section-title {
  color: #000000;
}
.cid-unMWxHh1vU {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-unMWxHh1vU .container {
  padding: 0 5%;
}
.cid-unMWxHh1vU #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unMWxHh1vU #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unMWxHh1vU #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unMWxHh1vU #expand-button:hover {
  background-color: #7787a5;
}
.cid-unMWxHh1vU .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unMWxHh1vU .item:focus,
.cid-unMWxHh1vU span:focus {
  outline: none;
}
.cid-unMWxHh1vU .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unMWxHh1vU .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unMWxHh1vU .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unMWxHh1vU .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unMWxHh1vU .item {
    padding: 1.5rem;
  }
}
.cid-unMWxHh1vU .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unMWxHh1vU .item .item-icon {
    margin-top: 0;
  }
}
.cid-unMWxHh1vU .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unMWxHh1vU .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unMWxHh1vU .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unMWxHh1vU .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unMWxHh1vU .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unMWxHh1vU .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unMWxHh1vU .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unMWxHh1vU .item-content {
    margin-left: 0;
  }
}
.cid-unMWxHh1vU .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unMWxHh1vU .item-title {
  color: #ffffff;
}
.cid-unMWxHh1vU .mbr-text,
.cid-unMWxHh1vU .item-icon {
  color: #ffffff;
}
.cid-unMWxHh1vU .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unMWxHh1vU .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unMWxHh1vU .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unMWxHh1vU .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unMWxHh1vU .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unMWxHh1vU .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unMWxHh1vU .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unMWxHh1vU .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unMWxHh1vU .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unMWxHh1vU .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unMWxHh1vU .article-column1 {
    padding-right: 16px;
  }
}
.cid-unMWxHh1vU .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unMWxHh1vU .article-column2 {
    padding-left: 16px;
  }
}
.cid-unMWxHh1vU .mbr-section-subtitle,
.cid-unMWxHh1vU .mbr-iconfont {
  color: #e082c5;
}
.cid-unMWxHh1vU .mbr-section-subtitle {
  color: #000000;
}
.cid-unMWxHQQ2n {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-unMWxHQQ2n p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unMWxHQQ2n .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unMWxHQQ2n .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unMWxHQQ2n .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unMWxHQQ2n .main-banner .left-content {
  margin-right: 15px;
}
.cid-unMWxHQQ2n .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unMWxHQQ2n .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unMWxHQQ2n .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unMWxHQQ2n .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unMWxHQQ2n .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unMWxHQQ2n .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unMWxHQQ2n .main-banner:before {
    display: none;
  }
  .cid-unMWxHQQ2n .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unMWxHQQ2n .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unMWxHQQ2n H6 {
  color: #e43f3f;
}
.cid-unMWxHQQ2n H2 {
  color: #ffffff;
}
.cid-unMWxHQQ2n P {
  color: #ffffff;
}
.cid-unMWxI8pHk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unMWxI8pHk #footer {
  padding: 0 0 25px 0;
}
.cid-unMWxI8pHk #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unMWxI8pHk #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unMWxI8pHk #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unMWxI8pHk #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unMWxI8pHk #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unMWxI8pHk #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unMWxI8pHk #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unMWxI8pHk #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unMWxI8pHk #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unMWxI8pHk #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unMWxI8pHk #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unMWxI8pHk #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unMWxI8pHk #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unMWxI8pHk #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unMWxI8pHk #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unMWxI8pHk #footer .copyright {
  padding-top: 30px;
}
.cid-unMWxI8pHk ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unMWxI8pHk H4 {
  color: #000000;
  text-align: left;
}
.cid-unMWxI8pHk DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unMWxI8pHk P {
  color: #e43f3f;
  text-align: left;
}
.cid-unMWxI8pHk div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unMWxI8pHk .copyright a {
  text-decoration: none !important;
}
.cid-unMWxI8pHk .list,
.cid-unMWxI8pHk .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unMWxI8pHk ul li a {
  text-decoration: none !important;
}
.cid-unMWxI8pHk .list {
  color: #e43f3f;
}
.cid-unMXaZGwYQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unMXaZGwYQ nav.navbar {
  position: fixed;
}
.cid-unMXaZGwYQ .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-unMXaZGwYQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unMXaZGwYQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unMXaZGwYQ .dropdown-item:hover,
.cid-unMXaZGwYQ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unMXaZGwYQ .dropdown-item:hover span {
  color: white;
}
.cid-unMXaZGwYQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unMXaZGwYQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unMXaZGwYQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unMXaZGwYQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unMXaZGwYQ .nav-link {
  position: relative;
}
.cid-unMXaZGwYQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unMXaZGwYQ .container {
    flex-wrap: nowrap;
  }
}
.cid-unMXaZGwYQ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unMXaZGwYQ .dropdown-menu,
.cid-unMXaZGwYQ .navbar.opened {
  background: #e43f3f !important;
}
.cid-unMXaZGwYQ .nav-item:focus,
.cid-unMXaZGwYQ .nav-link:focus {
  outline: none;
}
.cid-unMXaZGwYQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unMXaZGwYQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unMXaZGwYQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unMXaZGwYQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unMXaZGwYQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unMXaZGwYQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unMXaZGwYQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unMXaZGwYQ .navbar.opened {
  transition: all 0.3s;
}
.cid-unMXaZGwYQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unMXaZGwYQ .navbar .navbar-logo img {
  width: auto;
}
.cid-unMXaZGwYQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unMXaZGwYQ .navbar.collapsed {
  justify-content: center;
}
.cid-unMXaZGwYQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unMXaZGwYQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unMXaZGwYQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unMXaZGwYQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unMXaZGwYQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unMXaZGwYQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unMXaZGwYQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unMXaZGwYQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unMXaZGwYQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unMXaZGwYQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unMXaZGwYQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unMXaZGwYQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unMXaZGwYQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unMXaZGwYQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unMXaZGwYQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unMXaZGwYQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unMXaZGwYQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unMXaZGwYQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unMXaZGwYQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unMXaZGwYQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unMXaZGwYQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unMXaZGwYQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unMXaZGwYQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unMXaZGwYQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unMXaZGwYQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unMXaZGwYQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unMXaZGwYQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unMXaZGwYQ .dropdown-item.active,
.cid-unMXaZGwYQ .dropdown-item:active {
  background-color: transparent;
}
.cid-unMXaZGwYQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unMXaZGwYQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unMXaZGwYQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unMXaZGwYQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unMXaZGwYQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unMXaZGwYQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unMXaZGwYQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unMXaZGwYQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unMXaZGwYQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unMXaZGwYQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unMXaZGwYQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unMXaZGwYQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unMXaZGwYQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unMXaZGwYQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unMXaZGwYQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unMXaZGwYQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unMXaZGwYQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unMXaZGwYQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unMXaZGwYQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unMXaZGwYQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unMXaZGwYQ .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-unMXaZGwYQ .navbar {
    height: 70px;
  }
  .cid-unMXaZGwYQ .navbar.opened {
    height: auto;
  }
  .cid-unMXaZGwYQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unMXaXNw7Y {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unMXaXNw7Y .row {
  flex-direction: row-reverse;
}
.cid-unMXaXNw7Y p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unMXaXNw7Y .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unMXaXNw7Y .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unMXaXNw7Y .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unMXaXNw7Y .main-banner .left-content {
  margin-right: 15px;
}
.cid-unMXaXNw7Y .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unMXaXNw7Y .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unMXaXNw7Y .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unMXaXNw7Y .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unMXaXNw7Y .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unMXaXNw7Y .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unMXaXNw7Y .main-banner:before {
    display: none;
  }
  .cid-unMXaXNw7Y .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unMXaXNw7Y .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unMXaXNw7Y H6 {
  color: #e43f3f;
}
.cid-unMXaXNw7Y H2 {
  color: #000000;
}
.cid-unMXaYk9u0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unMXaYk9u0 .mbr-section-title {
  color: #000000;
}
.cid-unMXaYCgAc {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unMXaYCgAc .container {
  padding: 0 5%;
}
.cid-unMXaYCgAc #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unMXaYCgAc #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unMXaYCgAc #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unMXaYCgAc #expand-button:hover {
  background-color: #7787a5;
}
.cid-unMXaYCgAc .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unMXaYCgAc .item:focus,
.cid-unMXaYCgAc span:focus {
  outline: none;
}
.cid-unMXaYCgAc .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unMXaYCgAc .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unMXaYCgAc .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unMXaYCgAc .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unMXaYCgAc .item {
    padding: 1.5rem;
  }
}
.cid-unMXaYCgAc .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unMXaYCgAc .item .item-icon {
    margin-top: 0;
  }
}
.cid-unMXaYCgAc .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unMXaYCgAc .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unMXaYCgAc .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unMXaYCgAc .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unMXaYCgAc .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unMXaYCgAc .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unMXaYCgAc .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unMXaYCgAc .item-content {
    margin-left: 0;
  }
}
.cid-unMXaYCgAc .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unMXaYCgAc .item-title {
  color: #ffffff;
}
.cid-unMXaYCgAc .mbr-text,
.cid-unMXaYCgAc .item-icon {
  color: #ffffff;
}
.cid-unMXaYCgAc .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unMXaYCgAc .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unMXaYCgAc .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unMXaYCgAc .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unMXaYCgAc .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unMXaYCgAc .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unMXaYCgAc .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unMXaYCgAc .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unMXaYCgAc .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unMXaYCgAc .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unMXaYCgAc .article-column1 {
    padding-right: 16px;
  }
}
.cid-unMXaYCgAc .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unMXaYCgAc .article-column2 {
    padding-left: 16px;
  }
}
.cid-unMXaYCgAc .mbr-section-subtitle,
.cid-unMXaYCgAc .mbr-iconfont {
  color: #e082c5;
}
.cid-unMXaYCgAc .mbr-section-subtitle {
  color: #000000;
}
.cid-unMXaZ7WqM {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unMXaZ7WqM p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unMXaZ7WqM .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unMXaZ7WqM .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unMXaZ7WqM .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unMXaZ7WqM .main-banner .left-content {
  margin-right: 15px;
}
.cid-unMXaZ7WqM .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unMXaZ7WqM .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unMXaZ7WqM .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unMXaZ7WqM .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unMXaZ7WqM .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unMXaZ7WqM .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unMXaZ7WqM .main-banner:before {
    display: none;
  }
  .cid-unMXaZ7WqM .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unMXaZ7WqM .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unMXaZ7WqM H6 {
  color: #e43f3f;
}
.cid-unMXaZ7WqM H2 {
  color: #000000;
}
.cid-unMXaZ7WqM P {
  color: #000000;
}
.cid-unMXaZlcBe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unMXaZlcBe #footer {
  padding: 0 0 25px 0;
}
.cid-unMXaZlcBe #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unMXaZlcBe #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unMXaZlcBe #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unMXaZlcBe #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unMXaZlcBe #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unMXaZlcBe #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unMXaZlcBe #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unMXaZlcBe #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unMXaZlcBe #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unMXaZlcBe #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unMXaZlcBe #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unMXaZlcBe #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unMXaZlcBe #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unMXaZlcBe #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unMXaZlcBe #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unMXaZlcBe #footer .copyright {
  padding-top: 30px;
}
.cid-unMXaZlcBe ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unMXaZlcBe H4 {
  color: #000000;
  text-align: left;
}
.cid-unMXaZlcBe DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unMXaZlcBe P {
  color: #e43f3f;
  text-align: left;
}
.cid-unMXaZlcBe div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unMXaZlcBe .copyright a {
  text-decoration: none !important;
}
.cid-unMXaZlcBe .list,
.cid-unMXaZlcBe .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unMXaZlcBe ul li a {
  text-decoration: none !important;
}
.cid-unMXaZlcBe .list {
  color: #e43f3f;
}
.cid-unMYmn0qhH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unMYmn0qhH nav.navbar {
  position: fixed;
}
.cid-unMYmn0qhH .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-unMYmn0qhH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unMYmn0qhH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unMYmn0qhH .dropdown-item:hover,
.cid-unMYmn0qhH .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unMYmn0qhH .dropdown-item:hover span {
  color: white;
}
.cid-unMYmn0qhH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unMYmn0qhH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unMYmn0qhH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unMYmn0qhH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unMYmn0qhH .nav-link {
  position: relative;
}
.cid-unMYmn0qhH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unMYmn0qhH .container {
    flex-wrap: nowrap;
  }
}
.cid-unMYmn0qhH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unMYmn0qhH .dropdown-menu,
.cid-unMYmn0qhH .navbar.opened {
  background: #e43f3f !important;
}
.cid-unMYmn0qhH .nav-item:focus,
.cid-unMYmn0qhH .nav-link:focus {
  outline: none;
}
.cid-unMYmn0qhH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unMYmn0qhH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unMYmn0qhH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unMYmn0qhH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unMYmn0qhH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unMYmn0qhH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unMYmn0qhH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unMYmn0qhH .navbar.opened {
  transition: all 0.3s;
}
.cid-unMYmn0qhH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unMYmn0qhH .navbar .navbar-logo img {
  width: auto;
}
.cid-unMYmn0qhH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unMYmn0qhH .navbar.collapsed {
  justify-content: center;
}
.cid-unMYmn0qhH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unMYmn0qhH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unMYmn0qhH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unMYmn0qhH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unMYmn0qhH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unMYmn0qhH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unMYmn0qhH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unMYmn0qhH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unMYmn0qhH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unMYmn0qhH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unMYmn0qhH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unMYmn0qhH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unMYmn0qhH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unMYmn0qhH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unMYmn0qhH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unMYmn0qhH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unMYmn0qhH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unMYmn0qhH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unMYmn0qhH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unMYmn0qhH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unMYmn0qhH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unMYmn0qhH .navbar.navbar-short {
  min-height: 60px;
}
.cid-unMYmn0qhH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unMYmn0qhH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unMYmn0qhH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unMYmn0qhH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unMYmn0qhH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unMYmn0qhH .dropdown-item.active,
.cid-unMYmn0qhH .dropdown-item:active {
  background-color: transparent;
}
.cid-unMYmn0qhH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unMYmn0qhH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unMYmn0qhH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unMYmn0qhH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unMYmn0qhH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unMYmn0qhH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unMYmn0qhH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unMYmn0qhH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unMYmn0qhH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unMYmn0qhH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unMYmn0qhH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unMYmn0qhH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unMYmn0qhH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unMYmn0qhH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unMYmn0qhH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unMYmn0qhH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unMYmn0qhH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unMYmn0qhH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unMYmn0qhH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unMYmn0qhH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unMYmn0qhH .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-unMYmn0qhH .navbar {
    height: 70px;
  }
  .cid-unMYmn0qhH .navbar.opened {
    height: auto;
  }
  .cid-unMYmn0qhH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unMYml6D35 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unMYml6D35 .row {
  flex-direction: row-reverse;
}
.cid-unMYml6D35 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unMYml6D35 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unMYml6D35 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unMYml6D35 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unMYml6D35 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unMYml6D35 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unMYml6D35 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unMYml6D35 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unMYml6D35 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unMYml6D35 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unMYml6D35 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unMYml6D35 .main-banner:before {
    display: none;
  }
  .cid-unMYml6D35 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unMYml6D35 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unMYml6D35 H6 {
  color: #e43f3f;
}
.cid-unMYml6D35 H2 {
  color: #000000;
}
.cid-unMYmlznAV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unMYmlznAV .mbr-section-title {
  color: #000000;
}
.cid-unMYmlTYsW {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unMYmlTYsW .container {
  padding: 0 5%;
}
.cid-unMYmlTYsW #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unMYmlTYsW #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unMYmlTYsW #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unMYmlTYsW #expand-button:hover {
  background-color: #7787a5;
}
.cid-unMYmlTYsW .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unMYmlTYsW .item:focus,
.cid-unMYmlTYsW span:focus {
  outline: none;
}
.cid-unMYmlTYsW .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unMYmlTYsW .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unMYmlTYsW .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unMYmlTYsW .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unMYmlTYsW .item {
    padding: 1.5rem;
  }
}
.cid-unMYmlTYsW .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unMYmlTYsW .item .item-icon {
    margin-top: 0;
  }
}
.cid-unMYmlTYsW .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unMYmlTYsW .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unMYmlTYsW .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unMYmlTYsW .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unMYmlTYsW .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unMYmlTYsW .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unMYmlTYsW .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unMYmlTYsW .item-content {
    margin-left: 0;
  }
}
.cid-unMYmlTYsW .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unMYmlTYsW .item-title {
  color: #ffffff;
}
.cid-unMYmlTYsW .mbr-text,
.cid-unMYmlTYsW .item-icon {
  color: #ffffff;
}
.cid-unMYmlTYsW .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unMYmlTYsW .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unMYmlTYsW .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unMYmlTYsW .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unMYmlTYsW .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unMYmlTYsW .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unMYmlTYsW .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unMYmlTYsW .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unMYmlTYsW .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unMYmlTYsW .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unMYmlTYsW .article-column1 {
    padding-right: 16px;
  }
}
.cid-unMYmlTYsW .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unMYmlTYsW .article-column2 {
    padding-left: 16px;
  }
}
.cid-unMYmlTYsW .mbr-section-subtitle,
.cid-unMYmlTYsW .mbr-iconfont {
  color: #e082c5;
}
.cid-unMYmlTYsW .mbr-section-subtitle {
  color: #000000;
}
.cid-unMYmmq6ql {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unMYmmq6ql p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unMYmmq6ql .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unMYmmq6ql .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unMYmmq6ql .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unMYmmq6ql .main-banner .left-content {
  margin-right: 15px;
}
.cid-unMYmmq6ql .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unMYmmq6ql .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unMYmmq6ql .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unMYmmq6ql .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unMYmmq6ql .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unMYmmq6ql .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unMYmmq6ql .main-banner:before {
    display: none;
  }
  .cid-unMYmmq6ql .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unMYmmq6ql .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unMYmmq6ql H6 {
  color: #e43f3f;
}
.cid-unMYmmq6ql H2 {
  color: #000000;
}
.cid-unMYmmq6ql P {
  color: #000000;
}
.cid-unMYmmFt9H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unMYmmFt9H #footer {
  padding: 0 0 25px 0;
}
.cid-unMYmmFt9H #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unMYmmFt9H #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unMYmmFt9H #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unMYmmFt9H #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unMYmmFt9H #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unMYmmFt9H #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unMYmmFt9H #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unMYmmFt9H #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unMYmmFt9H #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unMYmmFt9H #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unMYmmFt9H #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unMYmmFt9H #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unMYmmFt9H #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unMYmmFt9H #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unMYmmFt9H #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unMYmmFt9H #footer .copyright {
  padding-top: 30px;
}
.cid-unMYmmFt9H ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unMYmmFt9H H4 {
  color: #000000;
  text-align: left;
}
.cid-unMYmmFt9H DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unMYmmFt9H P {
  color: #e43f3f;
  text-align: left;
}
.cid-unMYmmFt9H div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unMYmmFt9H .copyright a {
  text-decoration: none !important;
}
.cid-unMYmmFt9H .list,
.cid-unMYmmFt9H .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unMYmmFt9H ul li a {
  text-decoration: none !important;
}
.cid-unMYmmFt9H .list {
  color: #e43f3f;
}
.cid-unMYDgScC8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unMYDgScC8 nav.navbar {
  position: fixed;
}
.cid-unMYDgScC8 .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-unMYDgScC8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unMYDgScC8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unMYDgScC8 .dropdown-item:hover,
.cid-unMYDgScC8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unMYDgScC8 .dropdown-item:hover span {
  color: white;
}
.cid-unMYDgScC8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unMYDgScC8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unMYDgScC8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unMYDgScC8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unMYDgScC8 .nav-link {
  position: relative;
}
.cid-unMYDgScC8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unMYDgScC8 .container {
    flex-wrap: nowrap;
  }
}
.cid-unMYDgScC8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unMYDgScC8 .dropdown-menu,
.cid-unMYDgScC8 .navbar.opened {
  background: #e43f3f !important;
}
.cid-unMYDgScC8 .nav-item:focus,
.cid-unMYDgScC8 .nav-link:focus {
  outline: none;
}
.cid-unMYDgScC8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unMYDgScC8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unMYDgScC8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unMYDgScC8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unMYDgScC8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unMYDgScC8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unMYDgScC8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unMYDgScC8 .navbar.opened {
  transition: all 0.3s;
}
.cid-unMYDgScC8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unMYDgScC8 .navbar .navbar-logo img {
  width: auto;
}
.cid-unMYDgScC8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unMYDgScC8 .navbar.collapsed {
  justify-content: center;
}
.cid-unMYDgScC8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unMYDgScC8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unMYDgScC8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unMYDgScC8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unMYDgScC8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unMYDgScC8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unMYDgScC8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unMYDgScC8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unMYDgScC8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unMYDgScC8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unMYDgScC8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unMYDgScC8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unMYDgScC8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unMYDgScC8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unMYDgScC8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unMYDgScC8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unMYDgScC8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unMYDgScC8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unMYDgScC8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unMYDgScC8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unMYDgScC8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unMYDgScC8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-unMYDgScC8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unMYDgScC8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unMYDgScC8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unMYDgScC8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unMYDgScC8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unMYDgScC8 .dropdown-item.active,
.cid-unMYDgScC8 .dropdown-item:active {
  background-color: transparent;
}
.cid-unMYDgScC8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unMYDgScC8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unMYDgScC8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unMYDgScC8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unMYDgScC8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unMYDgScC8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unMYDgScC8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unMYDgScC8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unMYDgScC8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unMYDgScC8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unMYDgScC8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unMYDgScC8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unMYDgScC8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unMYDgScC8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unMYDgScC8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unMYDgScC8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unMYDgScC8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unMYDgScC8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unMYDgScC8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unMYDgScC8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unMYDgScC8 .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-unMYDgScC8 .navbar {
    height: 70px;
  }
  .cid-unMYDgScC8 .navbar.opened {
    height: auto;
  }
  .cid-unMYDgScC8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unMYDeW5zd {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unMYDeW5zd .row {
  flex-direction: row-reverse;
}
.cid-unMYDeW5zd p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unMYDeW5zd .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unMYDeW5zd .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unMYDeW5zd .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unMYDeW5zd .main-banner .left-content {
  margin-right: 15px;
}
.cid-unMYDeW5zd .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unMYDeW5zd .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unMYDeW5zd .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unMYDeW5zd .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unMYDeW5zd .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unMYDeW5zd .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unMYDeW5zd .main-banner:before {
    display: none;
  }
  .cid-unMYDeW5zd .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unMYDeW5zd .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unMYDeW5zd H6 {
  color: #e43f3f;
}
.cid-unMYDeW5zd H2 {
  color: #000000;
}
.cid-unMYDfrRyG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unMYDfrRyG .mbr-section-title {
  color: #000000;
}
.cid-unMYDfJxRB {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unMYDfJxRB .container {
  padding: 0 5%;
}
.cid-unMYDfJxRB #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unMYDfJxRB #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unMYDfJxRB #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unMYDfJxRB #expand-button:hover {
  background-color: #7787a5;
}
.cid-unMYDfJxRB .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unMYDfJxRB .item:focus,
.cid-unMYDfJxRB span:focus {
  outline: none;
}
.cid-unMYDfJxRB .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unMYDfJxRB .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unMYDfJxRB .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unMYDfJxRB .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unMYDfJxRB .item {
    padding: 1.5rem;
  }
}
.cid-unMYDfJxRB .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unMYDfJxRB .item .item-icon {
    margin-top: 0;
  }
}
.cid-unMYDfJxRB .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unMYDfJxRB .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unMYDfJxRB .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unMYDfJxRB .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unMYDfJxRB .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unMYDfJxRB .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unMYDfJxRB .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unMYDfJxRB .item-content {
    margin-left: 0;
  }
}
.cid-unMYDfJxRB .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unMYDfJxRB .item-title {
  color: #ffffff;
}
.cid-unMYDfJxRB .mbr-text,
.cid-unMYDfJxRB .item-icon {
  color: #ffffff;
}
.cid-unMYDfJxRB .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unMYDfJxRB .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unMYDfJxRB .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unMYDfJxRB .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unMYDfJxRB .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unMYDfJxRB .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unMYDfJxRB .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unMYDfJxRB .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unMYDfJxRB .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unMYDfJxRB .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unMYDfJxRB .article-column1 {
    padding-right: 16px;
  }
}
.cid-unMYDfJxRB .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unMYDfJxRB .article-column2 {
    padding-left: 16px;
  }
}
.cid-unMYDfJxRB .mbr-section-subtitle,
.cid-unMYDfJxRB .mbr-iconfont {
  color: #e082c5;
}
.cid-unMYDfJxRB .mbr-section-subtitle {
  color: #000000;
}
.cid-unMYDghtKB {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unMYDghtKB p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unMYDghtKB .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unMYDghtKB .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unMYDghtKB .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unMYDghtKB .main-banner .left-content {
  margin-right: 15px;
}
.cid-unMYDghtKB .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unMYDghtKB .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unMYDghtKB .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unMYDghtKB .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unMYDghtKB .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unMYDghtKB .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unMYDghtKB .main-banner:before {
    display: none;
  }
  .cid-unMYDghtKB .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unMYDghtKB .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unMYDghtKB H6 {
  color: #e43f3f;
}
.cid-unMYDghtKB H2 {
  color: #000000;
}
.cid-unMYDghtKB P {
  color: #000000;
}
.cid-unMYDgxtSu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unMYDgxtSu #footer {
  padding: 0 0 25px 0;
}
.cid-unMYDgxtSu #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unMYDgxtSu #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unMYDgxtSu #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unMYDgxtSu #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unMYDgxtSu #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unMYDgxtSu #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unMYDgxtSu #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unMYDgxtSu #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unMYDgxtSu #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unMYDgxtSu #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unMYDgxtSu #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unMYDgxtSu #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unMYDgxtSu #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unMYDgxtSu #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unMYDgxtSu #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unMYDgxtSu #footer .copyright {
  padding-top: 30px;
}
.cid-unMYDgxtSu ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unMYDgxtSu H4 {
  color: #000000;
  text-align: left;
}
.cid-unMYDgxtSu DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unMYDgxtSu P {
  color: #e43f3f;
  text-align: left;
}
.cid-unMYDgxtSu div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unMYDgxtSu .copyright a {
  text-decoration: none !important;
}
.cid-unMYDgxtSu .list,
.cid-unMYDgxtSu .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unMYDgxtSu ul li a {
  text-decoration: none !important;
}
.cid-unMYDgxtSu .list {
  color: #e43f3f;
}
.cid-unMYWvZMN1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unMYWvZMN1 nav.navbar {
  position: fixed;
}
.cid-unMYWvZMN1 .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-unMYWvZMN1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unMYWvZMN1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unMYWvZMN1 .dropdown-item:hover,
.cid-unMYWvZMN1 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unMYWvZMN1 .dropdown-item:hover span {
  color: white;
}
.cid-unMYWvZMN1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unMYWvZMN1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unMYWvZMN1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unMYWvZMN1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unMYWvZMN1 .nav-link {
  position: relative;
}
.cid-unMYWvZMN1 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unMYWvZMN1 .container {
    flex-wrap: nowrap;
  }
}
.cid-unMYWvZMN1 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unMYWvZMN1 .dropdown-menu,
.cid-unMYWvZMN1 .navbar.opened {
  background: #e43f3f !important;
}
.cid-unMYWvZMN1 .nav-item:focus,
.cid-unMYWvZMN1 .nav-link:focus {
  outline: none;
}
.cid-unMYWvZMN1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unMYWvZMN1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unMYWvZMN1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unMYWvZMN1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unMYWvZMN1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unMYWvZMN1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unMYWvZMN1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unMYWvZMN1 .navbar.opened {
  transition: all 0.3s;
}
.cid-unMYWvZMN1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unMYWvZMN1 .navbar .navbar-logo img {
  width: auto;
}
.cid-unMYWvZMN1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unMYWvZMN1 .navbar.collapsed {
  justify-content: center;
}
.cid-unMYWvZMN1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unMYWvZMN1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unMYWvZMN1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unMYWvZMN1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unMYWvZMN1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unMYWvZMN1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unMYWvZMN1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unMYWvZMN1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unMYWvZMN1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unMYWvZMN1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unMYWvZMN1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unMYWvZMN1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unMYWvZMN1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unMYWvZMN1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unMYWvZMN1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unMYWvZMN1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unMYWvZMN1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unMYWvZMN1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unMYWvZMN1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unMYWvZMN1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unMYWvZMN1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unMYWvZMN1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-unMYWvZMN1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unMYWvZMN1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unMYWvZMN1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unMYWvZMN1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unMYWvZMN1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unMYWvZMN1 .dropdown-item.active,
.cid-unMYWvZMN1 .dropdown-item:active {
  background-color: transparent;
}
.cid-unMYWvZMN1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unMYWvZMN1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unMYWvZMN1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unMYWvZMN1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unMYWvZMN1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unMYWvZMN1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unMYWvZMN1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unMYWvZMN1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unMYWvZMN1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unMYWvZMN1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unMYWvZMN1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unMYWvZMN1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unMYWvZMN1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unMYWvZMN1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unMYWvZMN1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unMYWvZMN1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unMYWvZMN1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unMYWvZMN1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unMYWvZMN1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unMYWvZMN1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unMYWvZMN1 .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-unMYWvZMN1 .navbar {
    height: 70px;
  }
  .cid-unMYWvZMN1 .navbar.opened {
    height: auto;
  }
  .cid-unMYWvZMN1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unMYWu1PXv {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unMYWu1PXv .row {
  flex-direction: row-reverse;
}
.cid-unMYWu1PXv p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unMYWu1PXv .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unMYWu1PXv .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unMYWu1PXv .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unMYWu1PXv .main-banner .left-content {
  margin-right: 15px;
}
.cid-unMYWu1PXv .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unMYWu1PXv .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unMYWu1PXv .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unMYWu1PXv .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unMYWu1PXv .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unMYWu1PXv .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unMYWu1PXv .main-banner:before {
    display: none;
  }
  .cid-unMYWu1PXv .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unMYWu1PXv .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unMYWu1PXv H6 {
  color: #e43f3f;
}
.cid-unMYWu1PXv H2 {
  color: #000000;
}
.cid-unMYWutbVK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unMYWutbVK .mbr-section-title {
  color: #000000;
}
.cid-unMYWuQ7kg {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unMYWuQ7kg .container {
  padding: 0 5%;
}
.cid-unMYWuQ7kg #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unMYWuQ7kg #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unMYWuQ7kg #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unMYWuQ7kg #expand-button:hover {
  background-color: #7787a5;
}
.cid-unMYWuQ7kg .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unMYWuQ7kg .item:focus,
.cid-unMYWuQ7kg span:focus {
  outline: none;
}
.cid-unMYWuQ7kg .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unMYWuQ7kg .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unMYWuQ7kg .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unMYWuQ7kg .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unMYWuQ7kg .item {
    padding: 1.5rem;
  }
}
.cid-unMYWuQ7kg .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unMYWuQ7kg .item .item-icon {
    margin-top: 0;
  }
}
.cid-unMYWuQ7kg .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unMYWuQ7kg .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unMYWuQ7kg .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unMYWuQ7kg .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unMYWuQ7kg .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unMYWuQ7kg .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unMYWuQ7kg .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unMYWuQ7kg .item-content {
    margin-left: 0;
  }
}
.cid-unMYWuQ7kg .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unMYWuQ7kg .item-title {
  color: #ffffff;
}
.cid-unMYWuQ7kg .mbr-text,
.cid-unMYWuQ7kg .item-icon {
  color: #ffffff;
}
.cid-unMYWuQ7kg .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unMYWuQ7kg .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unMYWuQ7kg .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unMYWuQ7kg .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unMYWuQ7kg .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unMYWuQ7kg .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unMYWuQ7kg .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unMYWuQ7kg .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unMYWuQ7kg .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unMYWuQ7kg .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unMYWuQ7kg .article-column1 {
    padding-right: 16px;
  }
}
.cid-unMYWuQ7kg .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unMYWuQ7kg .article-column2 {
    padding-left: 16px;
  }
}
.cid-unMYWuQ7kg .mbr-section-subtitle,
.cid-unMYWuQ7kg .mbr-iconfont {
  color: #e082c5;
}
.cid-unMYWuQ7kg .mbr-section-subtitle {
  color: #000000;
}
.cid-unMYWvsI0r {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unMYWvsI0r p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unMYWvsI0r .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unMYWvsI0r .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unMYWvsI0r .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unMYWvsI0r .main-banner .left-content {
  margin-right: 15px;
}
.cid-unMYWvsI0r .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unMYWvsI0r .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unMYWvsI0r .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unMYWvsI0r .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unMYWvsI0r .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unMYWvsI0r .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unMYWvsI0r .main-banner:before {
    display: none;
  }
  .cid-unMYWvsI0r .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unMYWvsI0r .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unMYWvsI0r H6 {
  color: #e43f3f;
}
.cid-unMYWvsI0r H2 {
  color: #000000;
}
.cid-unMYWvsI0r P {
  color: #000000;
}
.cid-unMYWvHY2C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unMYWvHY2C #footer {
  padding: 0 0 25px 0;
}
.cid-unMYWvHY2C #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unMYWvHY2C #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unMYWvHY2C #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unMYWvHY2C #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unMYWvHY2C #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unMYWvHY2C #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unMYWvHY2C #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unMYWvHY2C #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unMYWvHY2C #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unMYWvHY2C #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unMYWvHY2C #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unMYWvHY2C #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unMYWvHY2C #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unMYWvHY2C #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unMYWvHY2C #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unMYWvHY2C #footer .copyright {
  padding-top: 30px;
}
.cid-unMYWvHY2C ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unMYWvHY2C H4 {
  color: #000000;
  text-align: left;
}
.cid-unMYWvHY2C DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unMYWvHY2C P {
  color: #e43f3f;
  text-align: left;
}
.cid-unMYWvHY2C div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unMYWvHY2C .copyright a {
  text-decoration: none !important;
}
.cid-unMYWvHY2C .list,
.cid-unMYWvHY2C .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unMYWvHY2C ul li a {
  text-decoration: none !important;
}
.cid-unMYWvHY2C .list {
  color: #e43f3f;
}
.cid-unMZiCWRIw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unMZiCWRIw nav.navbar {
  position: fixed;
}
.cid-unMZiCWRIw .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-unMZiCWRIw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unMZiCWRIw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unMZiCWRIw .dropdown-item:hover,
.cid-unMZiCWRIw .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unMZiCWRIw .dropdown-item:hover span {
  color: white;
}
.cid-unMZiCWRIw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unMZiCWRIw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unMZiCWRIw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unMZiCWRIw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unMZiCWRIw .nav-link {
  position: relative;
}
.cid-unMZiCWRIw .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unMZiCWRIw .container {
    flex-wrap: nowrap;
  }
}
.cid-unMZiCWRIw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unMZiCWRIw .dropdown-menu,
.cid-unMZiCWRIw .navbar.opened {
  background: #e43f3f !important;
}
.cid-unMZiCWRIw .nav-item:focus,
.cid-unMZiCWRIw .nav-link:focus {
  outline: none;
}
.cid-unMZiCWRIw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unMZiCWRIw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unMZiCWRIw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unMZiCWRIw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unMZiCWRIw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unMZiCWRIw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unMZiCWRIw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unMZiCWRIw .navbar.opened {
  transition: all 0.3s;
}
.cid-unMZiCWRIw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unMZiCWRIw .navbar .navbar-logo img {
  width: auto;
}
.cid-unMZiCWRIw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unMZiCWRIw .navbar.collapsed {
  justify-content: center;
}
.cid-unMZiCWRIw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unMZiCWRIw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unMZiCWRIw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unMZiCWRIw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unMZiCWRIw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unMZiCWRIw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unMZiCWRIw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unMZiCWRIw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unMZiCWRIw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unMZiCWRIw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unMZiCWRIw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unMZiCWRIw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unMZiCWRIw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unMZiCWRIw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unMZiCWRIw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unMZiCWRIw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unMZiCWRIw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unMZiCWRIw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unMZiCWRIw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unMZiCWRIw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unMZiCWRIw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unMZiCWRIw .navbar.navbar-short {
  min-height: 60px;
}
.cid-unMZiCWRIw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unMZiCWRIw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unMZiCWRIw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unMZiCWRIw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unMZiCWRIw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unMZiCWRIw .dropdown-item.active,
.cid-unMZiCWRIw .dropdown-item:active {
  background-color: transparent;
}
.cid-unMZiCWRIw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unMZiCWRIw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unMZiCWRIw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unMZiCWRIw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unMZiCWRIw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unMZiCWRIw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unMZiCWRIw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unMZiCWRIw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unMZiCWRIw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unMZiCWRIw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unMZiCWRIw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unMZiCWRIw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unMZiCWRIw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unMZiCWRIw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unMZiCWRIw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unMZiCWRIw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unMZiCWRIw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unMZiCWRIw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unMZiCWRIw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unMZiCWRIw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unMZiCWRIw .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-unMZiCWRIw .navbar {
    height: 70px;
  }
  .cid-unMZiCWRIw .navbar.opened {
    height: auto;
  }
  .cid-unMZiCWRIw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unMZiB9AQR {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unMZiB9AQR .row {
  flex-direction: row-reverse;
}
.cid-unMZiB9AQR p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unMZiB9AQR .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unMZiB9AQR .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unMZiB9AQR .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unMZiB9AQR .main-banner .left-content {
  margin-right: 15px;
}
.cid-unMZiB9AQR .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unMZiB9AQR .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unMZiB9AQR .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unMZiB9AQR .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unMZiB9AQR .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unMZiB9AQR .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unMZiB9AQR .main-banner:before {
    display: none;
  }
  .cid-unMZiB9AQR .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unMZiB9AQR .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unMZiB9AQR H6 {
  color: #e43f3f;
}
.cid-unMZiB9AQR H2 {
  color: #000000;
}
.cid-unMZiBzwhI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unMZiBzwhI .mbr-section-title {
  color: #000000;
}
.cid-unMZiBRHWG {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unMZiBRHWG .container {
  padding: 0 5%;
}
.cid-unMZiBRHWG #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unMZiBRHWG #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unMZiBRHWG #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unMZiBRHWG #expand-button:hover {
  background-color: #7787a5;
}
.cid-unMZiBRHWG .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unMZiBRHWG .item:focus,
.cid-unMZiBRHWG span:focus {
  outline: none;
}
.cid-unMZiBRHWG .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unMZiBRHWG .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unMZiBRHWG .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unMZiBRHWG .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unMZiBRHWG .item {
    padding: 1.5rem;
  }
}
.cid-unMZiBRHWG .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unMZiBRHWG .item .item-icon {
    margin-top: 0;
  }
}
.cid-unMZiBRHWG .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unMZiBRHWG .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unMZiBRHWG .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unMZiBRHWG .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unMZiBRHWG .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unMZiBRHWG .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unMZiBRHWG .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unMZiBRHWG .item-content {
    margin-left: 0;
  }
}
.cid-unMZiBRHWG .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unMZiBRHWG .item-title {
  color: #ffffff;
}
.cid-unMZiBRHWG .mbr-text,
.cid-unMZiBRHWG .item-icon {
  color: #ffffff;
}
.cid-unMZiBRHWG .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unMZiBRHWG .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unMZiBRHWG .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unMZiBRHWG .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unMZiBRHWG .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unMZiBRHWG .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unMZiBRHWG .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unMZiBRHWG .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unMZiBRHWG .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unMZiBRHWG .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unMZiBRHWG .article-column1 {
    padding-right: 16px;
  }
}
.cid-unMZiBRHWG .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unMZiBRHWG .article-column2 {
    padding-left: 16px;
  }
}
.cid-unMZiBRHWG .mbr-section-subtitle,
.cid-unMZiBRHWG .mbr-iconfont {
  color: #e082c5;
}
.cid-unMZiBRHWG .mbr-section-subtitle {
  color: #000000;
}
.cid-unMZiCp46B {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unMZiCp46B p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unMZiCp46B .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unMZiCp46B .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unMZiCp46B .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unMZiCp46B .main-banner .left-content {
  margin-right: 15px;
}
.cid-unMZiCp46B .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unMZiCp46B .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unMZiCp46B .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unMZiCp46B .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unMZiCp46B .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unMZiCp46B .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unMZiCp46B .main-banner:before {
    display: none;
  }
  .cid-unMZiCp46B .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unMZiCp46B .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unMZiCp46B H6 {
  color: #e43f3f;
}
.cid-unMZiCp46B H2 {
  color: #000000;
}
.cid-unMZiCp46B P {
  color: #000000;
}
.cid-unMZiCD7y4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unMZiCD7y4 #footer {
  padding: 0 0 25px 0;
}
.cid-unMZiCD7y4 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unMZiCD7y4 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unMZiCD7y4 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unMZiCD7y4 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unMZiCD7y4 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unMZiCD7y4 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unMZiCD7y4 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unMZiCD7y4 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unMZiCD7y4 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unMZiCD7y4 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unMZiCD7y4 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unMZiCD7y4 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unMZiCD7y4 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unMZiCD7y4 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unMZiCD7y4 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unMZiCD7y4 #footer .copyright {
  padding-top: 30px;
}
.cid-unMZiCD7y4 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unMZiCD7y4 H4 {
  color: #000000;
  text-align: left;
}
.cid-unMZiCD7y4 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unMZiCD7y4 P {
  color: #e43f3f;
  text-align: left;
}
.cid-unMZiCD7y4 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unMZiCD7y4 .copyright a {
  text-decoration: none !important;
}
.cid-unMZiCD7y4 .list,
.cid-unMZiCD7y4 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unMZiCD7y4 ul li a {
  text-decoration: none !important;
}
.cid-unMZiCD7y4 .list {
  color: #e43f3f;
}
.cid-unN4Fs0BAu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unN4Fs0BAu nav.navbar {
  position: fixed;
}
.cid-unN4Fs0BAu .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-unN4Fs0BAu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unN4Fs0BAu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unN4Fs0BAu .dropdown-item:hover,
.cid-unN4Fs0BAu .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unN4Fs0BAu .dropdown-item:hover span {
  color: white;
}
.cid-unN4Fs0BAu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unN4Fs0BAu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unN4Fs0BAu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unN4Fs0BAu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unN4Fs0BAu .nav-link {
  position: relative;
}
.cid-unN4Fs0BAu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unN4Fs0BAu .container {
    flex-wrap: nowrap;
  }
}
.cid-unN4Fs0BAu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unN4Fs0BAu .dropdown-menu,
.cid-unN4Fs0BAu .navbar.opened {
  background: #e43f3f !important;
}
.cid-unN4Fs0BAu .nav-item:focus,
.cid-unN4Fs0BAu .nav-link:focus {
  outline: none;
}
.cid-unN4Fs0BAu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unN4Fs0BAu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unN4Fs0BAu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unN4Fs0BAu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unN4Fs0BAu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unN4Fs0BAu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unN4Fs0BAu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unN4Fs0BAu .navbar.opened {
  transition: all 0.3s;
}
.cid-unN4Fs0BAu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unN4Fs0BAu .navbar .navbar-logo img {
  width: auto;
}
.cid-unN4Fs0BAu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unN4Fs0BAu .navbar.collapsed {
  justify-content: center;
}
.cid-unN4Fs0BAu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unN4Fs0BAu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unN4Fs0BAu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unN4Fs0BAu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unN4Fs0BAu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unN4Fs0BAu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unN4Fs0BAu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unN4Fs0BAu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unN4Fs0BAu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unN4Fs0BAu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unN4Fs0BAu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unN4Fs0BAu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unN4Fs0BAu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unN4Fs0BAu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unN4Fs0BAu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unN4Fs0BAu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unN4Fs0BAu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unN4Fs0BAu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unN4Fs0BAu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unN4Fs0BAu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unN4Fs0BAu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unN4Fs0BAu .navbar.navbar-short {
  min-height: 60px;
}
.cid-unN4Fs0BAu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unN4Fs0BAu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unN4Fs0BAu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unN4Fs0BAu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unN4Fs0BAu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unN4Fs0BAu .dropdown-item.active,
.cid-unN4Fs0BAu .dropdown-item:active {
  background-color: transparent;
}
.cid-unN4Fs0BAu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unN4Fs0BAu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unN4Fs0BAu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unN4Fs0BAu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unN4Fs0BAu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unN4Fs0BAu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unN4Fs0BAu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unN4Fs0BAu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unN4Fs0BAu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unN4Fs0BAu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unN4Fs0BAu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unN4Fs0BAu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unN4Fs0BAu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unN4Fs0BAu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unN4Fs0BAu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unN4Fs0BAu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unN4Fs0BAu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unN4Fs0BAu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unN4Fs0BAu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unN4Fs0BAu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unN4Fs0BAu .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-unN4Fs0BAu .navbar {
    height: 70px;
  }
  .cid-unN4Fs0BAu .navbar.opened {
    height: auto;
  }
  .cid-unN4Fs0BAu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unN4FqnWuf {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unN4FqnWuf .row {
  flex-direction: row-reverse;
}
.cid-unN4FqnWuf p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unN4FqnWuf .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unN4FqnWuf .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unN4FqnWuf .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unN4FqnWuf .main-banner .left-content {
  margin-right: 15px;
}
.cid-unN4FqnWuf .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unN4FqnWuf .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unN4FqnWuf .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unN4FqnWuf .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unN4FqnWuf .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unN4FqnWuf .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unN4FqnWuf .main-banner:before {
    display: none;
  }
  .cid-unN4FqnWuf .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unN4FqnWuf .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unN4FqnWuf H6 {
  color: #e43f3f;
}
.cid-unN4FqnWuf H2 {
  color: #000000;
}
.cid-unN4FqJd7V {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unN4FqJd7V .mbr-section-title {
  color: #000000;
}
.cid-unN4Fr0Uow {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unN4Fr0Uow .container {
  padding: 0 5%;
}
.cid-unN4Fr0Uow #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unN4Fr0Uow #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unN4Fr0Uow #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unN4Fr0Uow #expand-button:hover {
  background-color: #7787a5;
}
.cid-unN4Fr0Uow .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unN4Fr0Uow .item:focus,
.cid-unN4Fr0Uow span:focus {
  outline: none;
}
.cid-unN4Fr0Uow .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unN4Fr0Uow .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unN4Fr0Uow .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unN4Fr0Uow .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unN4Fr0Uow .item {
    padding: 1.5rem;
  }
}
.cid-unN4Fr0Uow .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unN4Fr0Uow .item .item-icon {
    margin-top: 0;
  }
}
.cid-unN4Fr0Uow .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unN4Fr0Uow .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unN4Fr0Uow .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unN4Fr0Uow .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unN4Fr0Uow .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unN4Fr0Uow .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unN4Fr0Uow .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unN4Fr0Uow .item-content {
    margin-left: 0;
  }
}
.cid-unN4Fr0Uow .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unN4Fr0Uow .item-title {
  color: #ffffff;
}
.cid-unN4Fr0Uow .mbr-text,
.cid-unN4Fr0Uow .item-icon {
  color: #ffffff;
}
.cid-unN4Fr0Uow .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unN4Fr0Uow .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unN4Fr0Uow .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unN4Fr0Uow .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unN4Fr0Uow .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unN4Fr0Uow .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unN4Fr0Uow .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unN4Fr0Uow .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unN4Fr0Uow .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unN4Fr0Uow .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unN4Fr0Uow .article-column1 {
    padding-right: 16px;
  }
}
.cid-unN4Fr0Uow .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unN4Fr0Uow .article-column2 {
    padding-left: 16px;
  }
}
.cid-unN4Fr0Uow .mbr-section-subtitle,
.cid-unN4Fr0Uow .mbr-iconfont {
  color: #e082c5;
}
.cid-unN4Fr0Uow .mbr-section-subtitle {
  color: #000000;
}
.cid-unN4Frtmj4 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unN4Frtmj4 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unN4Frtmj4 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unN4Frtmj4 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unN4Frtmj4 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unN4Frtmj4 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unN4Frtmj4 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unN4Frtmj4 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unN4Frtmj4 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unN4Frtmj4 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unN4Frtmj4 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unN4Frtmj4 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unN4Frtmj4 .main-banner:before {
    display: none;
  }
  .cid-unN4Frtmj4 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unN4Frtmj4 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unN4Frtmj4 H6 {
  color: #e43f3f;
}
.cid-unN4Frtmj4 H2 {
  color: #000000;
}
.cid-unN4Frtmj4 P {
  color: #000000;
}
.cid-unN4FrHZqx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unN4FrHZqx #footer {
  padding: 0 0 25px 0;
}
.cid-unN4FrHZqx #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unN4FrHZqx #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unN4FrHZqx #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unN4FrHZqx #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unN4FrHZqx #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unN4FrHZqx #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unN4FrHZqx #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unN4FrHZqx #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unN4FrHZqx #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unN4FrHZqx #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unN4FrHZqx #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unN4FrHZqx #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unN4FrHZqx #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unN4FrHZqx #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unN4FrHZqx #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unN4FrHZqx #footer .copyright {
  padding-top: 30px;
}
.cid-unN4FrHZqx ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unN4FrHZqx H4 {
  color: #000000;
  text-align: left;
}
.cid-unN4FrHZqx DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unN4FrHZqx P {
  color: #e43f3f;
  text-align: left;
}
.cid-unN4FrHZqx div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unN4FrHZqx .copyright a {
  text-decoration: none !important;
}
.cid-unN4FrHZqx .list,
.cid-unN4FrHZqx .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unN4FrHZqx ul li a {
  text-decoration: none !important;
}
.cid-unN4FrHZqx .list {
  color: #e43f3f;
}
.cid-unN1aPpEBy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unN1aPpEBy nav.navbar {
  position: fixed;
}
.cid-unN1aPpEBy .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-unN1aPpEBy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unN1aPpEBy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unN1aPpEBy .dropdown-item:hover,
.cid-unN1aPpEBy .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unN1aPpEBy .dropdown-item:hover span {
  color: white;
}
.cid-unN1aPpEBy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unN1aPpEBy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unN1aPpEBy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unN1aPpEBy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unN1aPpEBy .nav-link {
  position: relative;
}
.cid-unN1aPpEBy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unN1aPpEBy .container {
    flex-wrap: nowrap;
  }
}
.cid-unN1aPpEBy .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unN1aPpEBy .dropdown-menu,
.cid-unN1aPpEBy .navbar.opened {
  background: #e43f3f !important;
}
.cid-unN1aPpEBy .nav-item:focus,
.cid-unN1aPpEBy .nav-link:focus {
  outline: none;
}
.cid-unN1aPpEBy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unN1aPpEBy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unN1aPpEBy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unN1aPpEBy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unN1aPpEBy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unN1aPpEBy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unN1aPpEBy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unN1aPpEBy .navbar.opened {
  transition: all 0.3s;
}
.cid-unN1aPpEBy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unN1aPpEBy .navbar .navbar-logo img {
  width: auto;
}
.cid-unN1aPpEBy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unN1aPpEBy .navbar.collapsed {
  justify-content: center;
}
.cid-unN1aPpEBy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unN1aPpEBy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unN1aPpEBy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unN1aPpEBy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unN1aPpEBy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unN1aPpEBy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unN1aPpEBy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unN1aPpEBy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unN1aPpEBy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unN1aPpEBy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unN1aPpEBy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unN1aPpEBy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unN1aPpEBy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unN1aPpEBy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unN1aPpEBy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unN1aPpEBy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unN1aPpEBy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unN1aPpEBy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unN1aPpEBy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unN1aPpEBy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unN1aPpEBy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unN1aPpEBy .navbar.navbar-short {
  min-height: 60px;
}
.cid-unN1aPpEBy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unN1aPpEBy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unN1aPpEBy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unN1aPpEBy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unN1aPpEBy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unN1aPpEBy .dropdown-item.active,
.cid-unN1aPpEBy .dropdown-item:active {
  background-color: transparent;
}
.cid-unN1aPpEBy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unN1aPpEBy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unN1aPpEBy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unN1aPpEBy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unN1aPpEBy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unN1aPpEBy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unN1aPpEBy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unN1aPpEBy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unN1aPpEBy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unN1aPpEBy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unN1aPpEBy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unN1aPpEBy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unN1aPpEBy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unN1aPpEBy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unN1aPpEBy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unN1aPpEBy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unN1aPpEBy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unN1aPpEBy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unN1aPpEBy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unN1aPpEBy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unN1aPpEBy .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-unN1aPpEBy .navbar {
    height: 70px;
  }
  .cid-unN1aPpEBy .navbar.opened {
    height: auto;
  }
  .cid-unN1aPpEBy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unN1aNCpP9 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unN1aNCpP9 .row {
  flex-direction: row-reverse;
}
.cid-unN1aNCpP9 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unN1aNCpP9 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unN1aNCpP9 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unN1aNCpP9 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unN1aNCpP9 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unN1aNCpP9 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unN1aNCpP9 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unN1aNCpP9 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unN1aNCpP9 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unN1aNCpP9 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unN1aNCpP9 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unN1aNCpP9 .main-banner:before {
    display: none;
  }
  .cid-unN1aNCpP9 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unN1aNCpP9 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unN1aNCpP9 H6 {
  color: #e43f3f;
}
.cid-unN1aNCpP9 H2 {
  color: #000000;
}
.cid-unN1aNZmqw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unN1aNZmqw .mbr-section-title {
  color: #000000;
}
.cid-unN1aOlXwr {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unN1aOlXwr .container {
  padding: 0 5%;
}
.cid-unN1aOlXwr #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unN1aOlXwr #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unN1aOlXwr #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unN1aOlXwr #expand-button:hover {
  background-color: #7787a5;
}
.cid-unN1aOlXwr .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unN1aOlXwr .item:focus,
.cid-unN1aOlXwr span:focus {
  outline: none;
}
.cid-unN1aOlXwr .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unN1aOlXwr .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unN1aOlXwr .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unN1aOlXwr .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unN1aOlXwr .item {
    padding: 1.5rem;
  }
}
.cid-unN1aOlXwr .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unN1aOlXwr .item .item-icon {
    margin-top: 0;
  }
}
.cid-unN1aOlXwr .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unN1aOlXwr .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unN1aOlXwr .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unN1aOlXwr .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unN1aOlXwr .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unN1aOlXwr .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unN1aOlXwr .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unN1aOlXwr .item-content {
    margin-left: 0;
  }
}
.cid-unN1aOlXwr .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unN1aOlXwr .item-title {
  color: #ffffff;
}
.cid-unN1aOlXwr .mbr-text,
.cid-unN1aOlXwr .item-icon {
  color: #ffffff;
}
.cid-unN1aOlXwr .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unN1aOlXwr .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unN1aOlXwr .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unN1aOlXwr .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unN1aOlXwr .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unN1aOlXwr .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unN1aOlXwr .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unN1aOlXwr .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unN1aOlXwr .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unN1aOlXwr .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unN1aOlXwr .article-column1 {
    padding-right: 16px;
  }
}
.cid-unN1aOlXwr .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unN1aOlXwr .article-column2 {
    padding-left: 16px;
  }
}
.cid-unN1aOlXwr .mbr-section-subtitle,
.cid-unN1aOlXwr .mbr-iconfont {
  color: #e082c5;
}
.cid-unN1aOlXwr .mbr-section-subtitle {
  color: #000000;
}
.cid-unN1aORB9o {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unN1aORB9o p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unN1aORB9o .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unN1aORB9o .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unN1aORB9o .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unN1aORB9o .main-banner .left-content {
  margin-right: 15px;
}
.cid-unN1aORB9o .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unN1aORB9o .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unN1aORB9o .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unN1aORB9o .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unN1aORB9o .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unN1aORB9o .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unN1aORB9o .main-banner:before {
    display: none;
  }
  .cid-unN1aORB9o .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unN1aORB9o .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unN1aORB9o H6 {
  color: #e43f3f;
}
.cid-unN1aORB9o H2 {
  color: #000000;
}
.cid-unN1aORB9o P {
  color: #000000;
}
.cid-unN1aP5Idx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unN1aP5Idx #footer {
  padding: 0 0 25px 0;
}
.cid-unN1aP5Idx #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unN1aP5Idx #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unN1aP5Idx #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unN1aP5Idx #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unN1aP5Idx #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unN1aP5Idx #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unN1aP5Idx #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unN1aP5Idx #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unN1aP5Idx #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unN1aP5Idx #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unN1aP5Idx #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unN1aP5Idx #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unN1aP5Idx #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unN1aP5Idx #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unN1aP5Idx #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unN1aP5Idx #footer .copyright {
  padding-top: 30px;
}
.cid-unN1aP5Idx ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unN1aP5Idx H4 {
  color: #000000;
  text-align: left;
}
.cid-unN1aP5Idx DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unN1aP5Idx P {
  color: #e43f3f;
  text-align: left;
}
.cid-unN1aP5Idx div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unN1aP5Idx .copyright a {
  text-decoration: none !important;
}
.cid-unN1aP5Idx .list,
.cid-unN1aP5Idx .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unN1aP5Idx ul li a {
  text-decoration: none !important;
}
.cid-unN1aP5Idx .list {
  color: #e43f3f;
}
.cid-unN3Ikaswr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unN3Ikaswr nav.navbar {
  position: fixed;
}
.cid-unN3Ikaswr .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-unN3Ikaswr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unN3Ikaswr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unN3Ikaswr .dropdown-item:hover,
.cid-unN3Ikaswr .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unN3Ikaswr .dropdown-item:hover span {
  color: white;
}
.cid-unN3Ikaswr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unN3Ikaswr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unN3Ikaswr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unN3Ikaswr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unN3Ikaswr .nav-link {
  position: relative;
}
.cid-unN3Ikaswr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unN3Ikaswr .container {
    flex-wrap: nowrap;
  }
}
.cid-unN3Ikaswr .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unN3Ikaswr .dropdown-menu,
.cid-unN3Ikaswr .navbar.opened {
  background: #e43f3f !important;
}
.cid-unN3Ikaswr .nav-item:focus,
.cid-unN3Ikaswr .nav-link:focus {
  outline: none;
}
.cid-unN3Ikaswr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unN3Ikaswr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unN3Ikaswr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unN3Ikaswr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unN3Ikaswr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unN3Ikaswr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unN3Ikaswr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unN3Ikaswr .navbar.opened {
  transition: all 0.3s;
}
.cid-unN3Ikaswr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unN3Ikaswr .navbar .navbar-logo img {
  width: auto;
}
.cid-unN3Ikaswr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unN3Ikaswr .navbar.collapsed {
  justify-content: center;
}
.cid-unN3Ikaswr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unN3Ikaswr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unN3Ikaswr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unN3Ikaswr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unN3Ikaswr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unN3Ikaswr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unN3Ikaswr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unN3Ikaswr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unN3Ikaswr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unN3Ikaswr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unN3Ikaswr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unN3Ikaswr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unN3Ikaswr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unN3Ikaswr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unN3Ikaswr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unN3Ikaswr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unN3Ikaswr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unN3Ikaswr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unN3Ikaswr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unN3Ikaswr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unN3Ikaswr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unN3Ikaswr .navbar.navbar-short {
  min-height: 60px;
}
.cid-unN3Ikaswr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unN3Ikaswr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unN3Ikaswr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unN3Ikaswr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unN3Ikaswr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unN3Ikaswr .dropdown-item.active,
.cid-unN3Ikaswr .dropdown-item:active {
  background-color: transparent;
}
.cid-unN3Ikaswr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unN3Ikaswr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unN3Ikaswr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unN3Ikaswr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unN3Ikaswr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unN3Ikaswr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unN3Ikaswr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unN3Ikaswr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unN3Ikaswr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unN3Ikaswr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unN3Ikaswr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unN3Ikaswr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unN3Ikaswr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unN3Ikaswr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unN3Ikaswr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unN3Ikaswr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unN3Ikaswr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unN3Ikaswr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unN3Ikaswr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unN3Ikaswr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unN3Ikaswr .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-unN3Ikaswr .navbar {
    height: 70px;
  }
  .cid-unN3Ikaswr .navbar.opened {
    height: auto;
  }
  .cid-unN3Ikaswr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unN3IimogT {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unN3IimogT .row {
  flex-direction: row-reverse;
}
.cid-unN3IimogT p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unN3IimogT .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unN3IimogT .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unN3IimogT .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unN3IimogT .main-banner .left-content {
  margin-right: 15px;
}
.cid-unN3IimogT .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unN3IimogT .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unN3IimogT .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unN3IimogT .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unN3IimogT .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unN3IimogT .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unN3IimogT .main-banner:before {
    display: none;
  }
  .cid-unN3IimogT .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unN3IimogT .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unN3IimogT H6 {
  color: #e43f3f;
}
.cid-unN3IimogT H2 {
  color: #000000;
}
.cid-unN3IiMXRD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unN3IiMXRD .mbr-section-title {
  color: #000000;
}
.cid-unN3Ij6w3Z {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unN3Ij6w3Z .container {
  padding: 0 5%;
}
.cid-unN3Ij6w3Z #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unN3Ij6w3Z #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unN3Ij6w3Z #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unN3Ij6w3Z #expand-button:hover {
  background-color: #7787a5;
}
.cid-unN3Ij6w3Z .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unN3Ij6w3Z .item:focus,
.cid-unN3Ij6w3Z span:focus {
  outline: none;
}
.cid-unN3Ij6w3Z .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unN3Ij6w3Z .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unN3Ij6w3Z .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unN3Ij6w3Z .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unN3Ij6w3Z .item {
    padding: 1.5rem;
  }
}
.cid-unN3Ij6w3Z .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unN3Ij6w3Z .item .item-icon {
    margin-top: 0;
  }
}
.cid-unN3Ij6w3Z .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unN3Ij6w3Z .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unN3Ij6w3Z .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unN3Ij6w3Z .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unN3Ij6w3Z .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unN3Ij6w3Z .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unN3Ij6w3Z .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unN3Ij6w3Z .item-content {
    margin-left: 0;
  }
}
.cid-unN3Ij6w3Z .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unN3Ij6w3Z .item-title {
  color: #ffffff;
}
.cid-unN3Ij6w3Z .mbr-text,
.cid-unN3Ij6w3Z .item-icon {
  color: #ffffff;
}
.cid-unN3Ij6w3Z .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unN3Ij6w3Z .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unN3Ij6w3Z .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unN3Ij6w3Z .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unN3Ij6w3Z .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unN3Ij6w3Z .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unN3Ij6w3Z .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unN3Ij6w3Z .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unN3Ij6w3Z .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unN3Ij6w3Z .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unN3Ij6w3Z .article-column1 {
    padding-right: 16px;
  }
}
.cid-unN3Ij6w3Z .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unN3Ij6w3Z .article-column2 {
    padding-left: 16px;
  }
}
.cid-unN3Ij6w3Z .mbr-section-subtitle,
.cid-unN3Ij6w3Z .mbr-iconfont {
  color: #e082c5;
}
.cid-unN3Ij6w3Z .mbr-section-subtitle {
  color: #000000;
}
.cid-unN3IjCjQL {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unN3IjCjQL p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unN3IjCjQL .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unN3IjCjQL .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unN3IjCjQL .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unN3IjCjQL .main-banner .left-content {
  margin-right: 15px;
}
.cid-unN3IjCjQL .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unN3IjCjQL .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unN3IjCjQL .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unN3IjCjQL .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unN3IjCjQL .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unN3IjCjQL .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unN3IjCjQL .main-banner:before {
    display: none;
  }
  .cid-unN3IjCjQL .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unN3IjCjQL .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unN3IjCjQL H6 {
  color: #e43f3f;
}
.cid-unN3IjCjQL H2 {
  color: #000000;
}
.cid-unN3IjCjQL P {
  color: #000000;
}
.cid-unN3IjRe3G {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unN3IjRe3G #footer {
  padding: 0 0 25px 0;
}
.cid-unN3IjRe3G #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unN3IjRe3G #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unN3IjRe3G #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unN3IjRe3G #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unN3IjRe3G #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unN3IjRe3G #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unN3IjRe3G #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unN3IjRe3G #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unN3IjRe3G #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unN3IjRe3G #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unN3IjRe3G #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unN3IjRe3G #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unN3IjRe3G #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unN3IjRe3G #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unN3IjRe3G #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unN3IjRe3G #footer .copyright {
  padding-top: 30px;
}
.cid-unN3IjRe3G ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unN3IjRe3G H4 {
  color: #000000;
  text-align: left;
}
.cid-unN3IjRe3G DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unN3IjRe3G P {
  color: #e43f3f;
  text-align: left;
}
.cid-unN3IjRe3G div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unN3IjRe3G .copyright a {
  text-decoration: none !important;
}
.cid-unN3IjRe3G .list,
.cid-unN3IjRe3G .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unN3IjRe3G ul li a {
  text-decoration: none !important;
}
.cid-unN3IjRe3G .list {
  color: #e43f3f;
}
.cid-unN6w516uv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unN6w516uv nav.navbar {
  position: fixed;
}
.cid-unN6w516uv .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-unN6w516uv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unN6w516uv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unN6w516uv .dropdown-item:hover,
.cid-unN6w516uv .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unN6w516uv .dropdown-item:hover span {
  color: white;
}
.cid-unN6w516uv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unN6w516uv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unN6w516uv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unN6w516uv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unN6w516uv .nav-link {
  position: relative;
}
.cid-unN6w516uv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unN6w516uv .container {
    flex-wrap: nowrap;
  }
}
.cid-unN6w516uv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unN6w516uv .dropdown-menu,
.cid-unN6w516uv .navbar.opened {
  background: #e43f3f !important;
}
.cid-unN6w516uv .nav-item:focus,
.cid-unN6w516uv .nav-link:focus {
  outline: none;
}
.cid-unN6w516uv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unN6w516uv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unN6w516uv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unN6w516uv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unN6w516uv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unN6w516uv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unN6w516uv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unN6w516uv .navbar.opened {
  transition: all 0.3s;
}
.cid-unN6w516uv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unN6w516uv .navbar .navbar-logo img {
  width: auto;
}
.cid-unN6w516uv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unN6w516uv .navbar.collapsed {
  justify-content: center;
}
.cid-unN6w516uv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unN6w516uv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unN6w516uv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unN6w516uv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unN6w516uv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unN6w516uv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unN6w516uv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unN6w516uv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unN6w516uv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unN6w516uv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unN6w516uv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unN6w516uv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unN6w516uv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unN6w516uv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unN6w516uv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unN6w516uv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unN6w516uv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unN6w516uv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unN6w516uv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unN6w516uv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unN6w516uv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unN6w516uv .navbar.navbar-short {
  min-height: 60px;
}
.cid-unN6w516uv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unN6w516uv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unN6w516uv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unN6w516uv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unN6w516uv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unN6w516uv .dropdown-item.active,
.cid-unN6w516uv .dropdown-item:active {
  background-color: transparent;
}
.cid-unN6w516uv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unN6w516uv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unN6w516uv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unN6w516uv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unN6w516uv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unN6w516uv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unN6w516uv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unN6w516uv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unN6w516uv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unN6w516uv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unN6w516uv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unN6w516uv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unN6w516uv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unN6w516uv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unN6w516uv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unN6w516uv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unN6w516uv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unN6w516uv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unN6w516uv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unN6w516uv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unN6w516uv .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-unN6w516uv .navbar {
    height: 70px;
  }
  .cid-unN6w516uv .navbar.opened {
    height: auto;
  }
  .cid-unN6w516uv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unN6w37wNq {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unN6w37wNq .row {
  flex-direction: row-reverse;
}
.cid-unN6w37wNq p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unN6w37wNq .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unN6w37wNq .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unN6w37wNq .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unN6w37wNq .main-banner .left-content {
  margin-right: 15px;
}
.cid-unN6w37wNq .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unN6w37wNq .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unN6w37wNq .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unN6w37wNq .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unN6w37wNq .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unN6w37wNq .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unN6w37wNq .main-banner:before {
    display: none;
  }
  .cid-unN6w37wNq .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unN6w37wNq .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unN6w37wNq H6 {
  color: #e43f3f;
}
.cid-unN6w37wNq H2 {
  color: #000000;
}
.cid-unN6w3yH4N {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unN6w3yH4N .mbr-section-title {
  color: #000000;
}
.cid-unN6w3Vmqw {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unN6w3Vmqw .container {
  padding: 0 5%;
}
.cid-unN6w3Vmqw #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unN6w3Vmqw #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unN6w3Vmqw #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unN6w3Vmqw #expand-button:hover {
  background-color: #7787a5;
}
.cid-unN6w3Vmqw .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unN6w3Vmqw .item:focus,
.cid-unN6w3Vmqw span:focus {
  outline: none;
}
.cid-unN6w3Vmqw .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unN6w3Vmqw .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unN6w3Vmqw .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unN6w3Vmqw .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unN6w3Vmqw .item {
    padding: 1.5rem;
  }
}
.cid-unN6w3Vmqw .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unN6w3Vmqw .item .item-icon {
    margin-top: 0;
  }
}
.cid-unN6w3Vmqw .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unN6w3Vmqw .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unN6w3Vmqw .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unN6w3Vmqw .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unN6w3Vmqw .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unN6w3Vmqw .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unN6w3Vmqw .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unN6w3Vmqw .item-content {
    margin-left: 0;
  }
}
.cid-unN6w3Vmqw .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unN6w3Vmqw .item-title {
  color: #ffffff;
}
.cid-unN6w3Vmqw .mbr-text,
.cid-unN6w3Vmqw .item-icon {
  color: #ffffff;
}
.cid-unN6w3Vmqw .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unN6w3Vmqw .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unN6w3Vmqw .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unN6w3Vmqw .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unN6w3Vmqw .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unN6w3Vmqw .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unN6w3Vmqw .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unN6w3Vmqw .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unN6w3Vmqw .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unN6w3Vmqw .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unN6w3Vmqw .article-column1 {
    padding-right: 16px;
  }
}
.cid-unN6w3Vmqw .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unN6w3Vmqw .article-column2 {
    padding-left: 16px;
  }
}
.cid-unN6w3Vmqw .mbr-section-subtitle,
.cid-unN6w3Vmqw .mbr-iconfont {
  color: #e082c5;
}
.cid-unN6w3Vmqw .mbr-section-subtitle {
  color: #000000;
}
.cid-unN6w4rWLV {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unN6w4rWLV p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unN6w4rWLV .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unN6w4rWLV .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unN6w4rWLV .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unN6w4rWLV .main-banner .left-content {
  margin-right: 15px;
}
.cid-unN6w4rWLV .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unN6w4rWLV .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unN6w4rWLV .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unN6w4rWLV .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unN6w4rWLV .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unN6w4rWLV .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unN6w4rWLV .main-banner:before {
    display: none;
  }
  .cid-unN6w4rWLV .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unN6w4rWLV .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unN6w4rWLV H6 {
  color: #e43f3f;
}
.cid-unN6w4rWLV H2 {
  color: #000000;
}
.cid-unN6w4rWLV P {
  color: #000000;
}
.cid-unN6w4GOuJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unN6w4GOuJ #footer {
  padding: 0 0 25px 0;
}
.cid-unN6w4GOuJ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unN6w4GOuJ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unN6w4GOuJ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unN6w4GOuJ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unN6w4GOuJ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unN6w4GOuJ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unN6w4GOuJ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unN6w4GOuJ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unN6w4GOuJ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unN6w4GOuJ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unN6w4GOuJ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unN6w4GOuJ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unN6w4GOuJ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unN6w4GOuJ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unN6w4GOuJ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unN6w4GOuJ #footer .copyright {
  padding-top: 30px;
}
.cid-unN6w4GOuJ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unN6w4GOuJ H4 {
  color: #000000;
  text-align: left;
}
.cid-unN6w4GOuJ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unN6w4GOuJ P {
  color: #e43f3f;
  text-align: left;
}
.cid-unN6w4GOuJ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unN6w4GOuJ .copyright a {
  text-decoration: none !important;
}
.cid-unN6w4GOuJ .list,
.cid-unN6w4GOuJ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unN6w4GOuJ ul li a {
  text-decoration: none !important;
}
.cid-unN6w4GOuJ .list {
  color: #e43f3f;
}
.cid-unN75Izz8v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unN75Izz8v nav.navbar {
  position: fixed;
}
.cid-unN75Izz8v .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-unN75Izz8v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unN75Izz8v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unN75Izz8v .dropdown-item:hover,
.cid-unN75Izz8v .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unN75Izz8v .dropdown-item:hover span {
  color: white;
}
.cid-unN75Izz8v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unN75Izz8v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unN75Izz8v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unN75Izz8v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unN75Izz8v .nav-link {
  position: relative;
}
.cid-unN75Izz8v .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unN75Izz8v .container {
    flex-wrap: nowrap;
  }
}
.cid-unN75Izz8v .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unN75Izz8v .dropdown-menu,
.cid-unN75Izz8v .navbar.opened {
  background: #e43f3f !important;
}
.cid-unN75Izz8v .nav-item:focus,
.cid-unN75Izz8v .nav-link:focus {
  outline: none;
}
.cid-unN75Izz8v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unN75Izz8v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unN75Izz8v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unN75Izz8v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unN75Izz8v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unN75Izz8v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unN75Izz8v .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unN75Izz8v .navbar.opened {
  transition: all 0.3s;
}
.cid-unN75Izz8v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unN75Izz8v .navbar .navbar-logo img {
  width: auto;
}
.cid-unN75Izz8v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unN75Izz8v .navbar.collapsed {
  justify-content: center;
}
.cid-unN75Izz8v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unN75Izz8v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unN75Izz8v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unN75Izz8v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unN75Izz8v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unN75Izz8v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unN75Izz8v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unN75Izz8v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unN75Izz8v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unN75Izz8v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unN75Izz8v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unN75Izz8v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unN75Izz8v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unN75Izz8v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unN75Izz8v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unN75Izz8v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unN75Izz8v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unN75Izz8v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unN75Izz8v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unN75Izz8v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unN75Izz8v .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unN75Izz8v .navbar.navbar-short {
  min-height: 60px;
}
.cid-unN75Izz8v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unN75Izz8v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unN75Izz8v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unN75Izz8v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unN75Izz8v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unN75Izz8v .dropdown-item.active,
.cid-unN75Izz8v .dropdown-item:active {
  background-color: transparent;
}
.cid-unN75Izz8v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unN75Izz8v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unN75Izz8v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unN75Izz8v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unN75Izz8v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unN75Izz8v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unN75Izz8v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unN75Izz8v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unN75Izz8v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unN75Izz8v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unN75Izz8v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unN75Izz8v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unN75Izz8v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unN75Izz8v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unN75Izz8v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unN75Izz8v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unN75Izz8v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unN75Izz8v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unN75Izz8v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unN75Izz8v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unN75Izz8v .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-unN75Izz8v .navbar {
    height: 70px;
  }
  .cid-unN75Izz8v .navbar.opened {
    height: auto;
  }
  .cid-unN75Izz8v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unN75GEx2O {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unN75GEx2O .row {
  flex-direction: row-reverse;
}
.cid-unN75GEx2O p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unN75GEx2O .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unN75GEx2O .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unN75GEx2O .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unN75GEx2O .main-banner .left-content {
  margin-right: 15px;
}
.cid-unN75GEx2O .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unN75GEx2O .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unN75GEx2O .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unN75GEx2O .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unN75GEx2O .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unN75GEx2O .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unN75GEx2O .main-banner:before {
    display: none;
  }
  .cid-unN75GEx2O .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unN75GEx2O .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unN75GEx2O H6 {
  color: #e43f3f;
}
.cid-unN75GEx2O H2 {
  color: #000000;
}
.cid-unN75H5vEm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unN75H5vEm .mbr-section-title {
  color: #000000;
}
.cid-unN75HoYev {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unN75HoYev .container {
  padding: 0 5%;
}
.cid-unN75HoYev #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unN75HoYev #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unN75HoYev #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unN75HoYev #expand-button:hover {
  background-color: #7787a5;
}
.cid-unN75HoYev .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unN75HoYev .item:focus,
.cid-unN75HoYev span:focus {
  outline: none;
}
.cid-unN75HoYev .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unN75HoYev .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unN75HoYev .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unN75HoYev .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unN75HoYev .item {
    padding: 1.5rem;
  }
}
.cid-unN75HoYev .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unN75HoYev .item .item-icon {
    margin-top: 0;
  }
}
.cid-unN75HoYev .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unN75HoYev .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unN75HoYev .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unN75HoYev .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unN75HoYev .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unN75HoYev .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unN75HoYev .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unN75HoYev .item-content {
    margin-left: 0;
  }
}
.cid-unN75HoYev .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unN75HoYev .item-title {
  color: #ffffff;
}
.cid-unN75HoYev .mbr-text,
.cid-unN75HoYev .item-icon {
  color: #ffffff;
}
.cid-unN75HoYev .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unN75HoYev .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unN75HoYev .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unN75HoYev .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unN75HoYev .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unN75HoYev .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unN75HoYev .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unN75HoYev .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unN75HoYev .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unN75HoYev .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unN75HoYev .article-column1 {
    padding-right: 16px;
  }
}
.cid-unN75HoYev .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unN75HoYev .article-column2 {
    padding-left: 16px;
  }
}
.cid-unN75HoYev .mbr-section-subtitle,
.cid-unN75HoYev .mbr-iconfont {
  color: #e082c5;
}
.cid-unN75HoYev .mbr-section-subtitle {
  color: #000000;
}
.cid-unN75HU7eE {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unN75HU7eE p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unN75HU7eE .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unN75HU7eE .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unN75HU7eE .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unN75HU7eE .main-banner .left-content {
  margin-right: 15px;
}
.cid-unN75HU7eE .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unN75HU7eE .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unN75HU7eE .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unN75HU7eE .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unN75HU7eE .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unN75HU7eE .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unN75HU7eE .main-banner:before {
    display: none;
  }
  .cid-unN75HU7eE .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unN75HU7eE .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unN75HU7eE H6 {
  color: #e43f3f;
}
.cid-unN75HU7eE H2 {
  color: #000000;
}
.cid-unN75HU7eE P {
  color: #000000;
}
.cid-unN75Ib25T {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unN75Ib25T #footer {
  padding: 0 0 25px 0;
}
.cid-unN75Ib25T #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unN75Ib25T #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unN75Ib25T #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unN75Ib25T #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unN75Ib25T #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unN75Ib25T #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unN75Ib25T #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unN75Ib25T #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unN75Ib25T #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unN75Ib25T #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unN75Ib25T #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unN75Ib25T #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unN75Ib25T #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unN75Ib25T #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unN75Ib25T #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unN75Ib25T #footer .copyright {
  padding-top: 30px;
}
.cid-unN75Ib25T ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unN75Ib25T H4 {
  color: #000000;
  text-align: left;
}
.cid-unN75Ib25T DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unN75Ib25T P {
  color: #e43f3f;
  text-align: left;
}
.cid-unN75Ib25T div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unN75Ib25T .copyright a {
  text-decoration: none !important;
}
.cid-unN75Ib25T .list,
.cid-unN75Ib25T .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unN75Ib25T ul li a {
  text-decoration: none !important;
}
.cid-unN75Ib25T .list {
  color: #e43f3f;
}
.cid-unN7VKumFc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unN7VKumFc nav.navbar {
  position: fixed;
}
.cid-unN7VKumFc .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-unN7VKumFc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unN7VKumFc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unN7VKumFc .dropdown-item:hover,
.cid-unN7VKumFc .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unN7VKumFc .dropdown-item:hover span {
  color: white;
}
.cid-unN7VKumFc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unN7VKumFc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unN7VKumFc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unN7VKumFc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unN7VKumFc .nav-link {
  position: relative;
}
.cid-unN7VKumFc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unN7VKumFc .container {
    flex-wrap: nowrap;
  }
}
.cid-unN7VKumFc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unN7VKumFc .dropdown-menu,
.cid-unN7VKumFc .navbar.opened {
  background: #e43f3f !important;
}
.cid-unN7VKumFc .nav-item:focus,
.cid-unN7VKumFc .nav-link:focus {
  outline: none;
}
.cid-unN7VKumFc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unN7VKumFc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unN7VKumFc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unN7VKumFc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unN7VKumFc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unN7VKumFc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unN7VKumFc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unN7VKumFc .navbar.opened {
  transition: all 0.3s;
}
.cid-unN7VKumFc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unN7VKumFc .navbar .navbar-logo img {
  width: auto;
}
.cid-unN7VKumFc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unN7VKumFc .navbar.collapsed {
  justify-content: center;
}
.cid-unN7VKumFc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unN7VKumFc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unN7VKumFc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unN7VKumFc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unN7VKumFc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unN7VKumFc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unN7VKumFc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unN7VKumFc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unN7VKumFc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unN7VKumFc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unN7VKumFc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unN7VKumFc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unN7VKumFc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unN7VKumFc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unN7VKumFc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unN7VKumFc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unN7VKumFc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unN7VKumFc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unN7VKumFc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unN7VKumFc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unN7VKumFc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unN7VKumFc .navbar.navbar-short {
  min-height: 60px;
}
.cid-unN7VKumFc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unN7VKumFc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unN7VKumFc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unN7VKumFc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unN7VKumFc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unN7VKumFc .dropdown-item.active,
.cid-unN7VKumFc .dropdown-item:active {
  background-color: transparent;
}
.cid-unN7VKumFc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unN7VKumFc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unN7VKumFc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unN7VKumFc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unN7VKumFc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unN7VKumFc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unN7VKumFc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unN7VKumFc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unN7VKumFc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unN7VKumFc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unN7VKumFc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unN7VKumFc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unN7VKumFc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unN7VKumFc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unN7VKumFc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unN7VKumFc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unN7VKumFc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unN7VKumFc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unN7VKumFc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unN7VKumFc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unN7VKumFc .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-unN7VKumFc .navbar {
    height: 70px;
  }
  .cid-unN7VKumFc .navbar.opened {
    height: auto;
  }
  .cid-unN7VKumFc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unN7VIBHyr {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unN7VIBHyr .row {
  flex-direction: row-reverse;
}
.cid-unN7VIBHyr p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unN7VIBHyr .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unN7VIBHyr .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unN7VIBHyr .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unN7VIBHyr .main-banner .left-content {
  margin-right: 15px;
}
.cid-unN7VIBHyr .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unN7VIBHyr .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unN7VIBHyr .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unN7VIBHyr .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unN7VIBHyr .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unN7VIBHyr .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unN7VIBHyr .main-banner:before {
    display: none;
  }
  .cid-unN7VIBHyr .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unN7VIBHyr .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unN7VIBHyr H6 {
  color: #e43f3f;
}
.cid-unN7VIBHyr H2 {
  color: #000000;
}
.cid-unN7VJ3Ijy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unN7VJ3Ijy .mbr-section-title {
  color: #000000;
}
.cid-unN7VJnVHa {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unN7VJnVHa .container {
  padding: 0 5%;
}
.cid-unN7VJnVHa #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unN7VJnVHa #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unN7VJnVHa #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unN7VJnVHa #expand-button:hover {
  background-color: #7787a5;
}
.cid-unN7VJnVHa .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unN7VJnVHa .item:focus,
.cid-unN7VJnVHa span:focus {
  outline: none;
}
.cid-unN7VJnVHa .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unN7VJnVHa .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unN7VJnVHa .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unN7VJnVHa .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unN7VJnVHa .item {
    padding: 1.5rem;
  }
}
.cid-unN7VJnVHa .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unN7VJnVHa .item .item-icon {
    margin-top: 0;
  }
}
.cid-unN7VJnVHa .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unN7VJnVHa .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unN7VJnVHa .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unN7VJnVHa .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unN7VJnVHa .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unN7VJnVHa .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unN7VJnVHa .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unN7VJnVHa .item-content {
    margin-left: 0;
  }
}
.cid-unN7VJnVHa .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unN7VJnVHa .item-title {
  color: #ffffff;
}
.cid-unN7VJnVHa .mbr-text,
.cid-unN7VJnVHa .item-icon {
  color: #ffffff;
}
.cid-unN7VJnVHa .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unN7VJnVHa .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unN7VJnVHa .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unN7VJnVHa .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unN7VJnVHa .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unN7VJnVHa .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unN7VJnVHa .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unN7VJnVHa .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unN7VJnVHa .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unN7VJnVHa .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unN7VJnVHa .article-column1 {
    padding-right: 16px;
  }
}
.cid-unN7VJnVHa .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unN7VJnVHa .article-column2 {
    padding-left: 16px;
  }
}
.cid-unN7VJnVHa .mbr-section-subtitle,
.cid-unN7VJnVHa .mbr-iconfont {
  color: #e082c5;
}
.cid-unN7VJnVHa .mbr-section-subtitle {
  color: #000000;
}
.cid-unN7VJUBri {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unN7VJUBri p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unN7VJUBri .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unN7VJUBri .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unN7VJUBri .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unN7VJUBri .main-banner .left-content {
  margin-right: 15px;
}
.cid-unN7VJUBri .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unN7VJUBri .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unN7VJUBri .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unN7VJUBri .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unN7VJUBri .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unN7VJUBri .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unN7VJUBri .main-banner:before {
    display: none;
  }
  .cid-unN7VJUBri .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unN7VJUBri .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unN7VJUBri H6 {
  color: #e43f3f;
}
.cid-unN7VJUBri H2 {
  color: #000000;
}
.cid-unN7VJUBri P {
  color: #000000;
}
.cid-unN7VK99zq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unN7VK99zq #footer {
  padding: 0 0 25px 0;
}
.cid-unN7VK99zq #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unN7VK99zq #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unN7VK99zq #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unN7VK99zq #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unN7VK99zq #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unN7VK99zq #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unN7VK99zq #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unN7VK99zq #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unN7VK99zq #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unN7VK99zq #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unN7VK99zq #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unN7VK99zq #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unN7VK99zq #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unN7VK99zq #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unN7VK99zq #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unN7VK99zq #footer .copyright {
  padding-top: 30px;
}
.cid-unN7VK99zq ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unN7VK99zq H4 {
  color: #000000;
  text-align: left;
}
.cid-unN7VK99zq DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unN7VK99zq P {
  color: #e43f3f;
  text-align: left;
}
.cid-unN7VK99zq div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unN7VK99zq .copyright a {
  text-decoration: none !important;
}
.cid-unN7VK99zq .list,
.cid-unN7VK99zq .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unN7VK99zq ul li a {
  text-decoration: none !important;
}
.cid-unN7VK99zq .list {
  color: #e43f3f;
}
.cid-unN8RzRWfh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unN8RzRWfh nav.navbar {
  position: fixed;
}
.cid-unN8RzRWfh .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-unN8RzRWfh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unN8RzRWfh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unN8RzRWfh .dropdown-item:hover,
.cid-unN8RzRWfh .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unN8RzRWfh .dropdown-item:hover span {
  color: white;
}
.cid-unN8RzRWfh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unN8RzRWfh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unN8RzRWfh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unN8RzRWfh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unN8RzRWfh .nav-link {
  position: relative;
}
.cid-unN8RzRWfh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unN8RzRWfh .container {
    flex-wrap: nowrap;
  }
}
.cid-unN8RzRWfh .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unN8RzRWfh .dropdown-menu,
.cid-unN8RzRWfh .navbar.opened {
  background: #e43f3f !important;
}
.cid-unN8RzRWfh .nav-item:focus,
.cid-unN8RzRWfh .nav-link:focus {
  outline: none;
}
.cid-unN8RzRWfh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unN8RzRWfh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unN8RzRWfh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unN8RzRWfh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unN8RzRWfh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unN8RzRWfh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unN8RzRWfh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unN8RzRWfh .navbar.opened {
  transition: all 0.3s;
}
.cid-unN8RzRWfh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unN8RzRWfh .navbar .navbar-logo img {
  width: auto;
}
.cid-unN8RzRWfh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unN8RzRWfh .navbar.collapsed {
  justify-content: center;
}
.cid-unN8RzRWfh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unN8RzRWfh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unN8RzRWfh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unN8RzRWfh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unN8RzRWfh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unN8RzRWfh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unN8RzRWfh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unN8RzRWfh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unN8RzRWfh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unN8RzRWfh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unN8RzRWfh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unN8RzRWfh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unN8RzRWfh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unN8RzRWfh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unN8RzRWfh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unN8RzRWfh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unN8RzRWfh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unN8RzRWfh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unN8RzRWfh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unN8RzRWfh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unN8RzRWfh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unN8RzRWfh .navbar.navbar-short {
  min-height: 60px;
}
.cid-unN8RzRWfh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unN8RzRWfh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unN8RzRWfh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unN8RzRWfh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unN8RzRWfh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unN8RzRWfh .dropdown-item.active,
.cid-unN8RzRWfh .dropdown-item:active {
  background-color: transparent;
}
.cid-unN8RzRWfh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unN8RzRWfh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unN8RzRWfh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unN8RzRWfh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unN8RzRWfh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unN8RzRWfh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unN8RzRWfh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unN8RzRWfh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unN8RzRWfh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unN8RzRWfh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unN8RzRWfh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unN8RzRWfh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unN8RzRWfh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unN8RzRWfh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unN8RzRWfh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unN8RzRWfh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unN8RzRWfh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unN8RzRWfh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unN8RzRWfh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unN8RzRWfh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unN8RzRWfh .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-unN8RzRWfh .navbar {
    height: 70px;
  }
  .cid-unN8RzRWfh .navbar.opened {
    height: auto;
  }
  .cid-unN8RzRWfh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unN8RxZkZ5 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unN8RxZkZ5 .row {
  flex-direction: row-reverse;
}
.cid-unN8RxZkZ5 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unN8RxZkZ5 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unN8RxZkZ5 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unN8RxZkZ5 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unN8RxZkZ5 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unN8RxZkZ5 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unN8RxZkZ5 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unN8RxZkZ5 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unN8RxZkZ5 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unN8RxZkZ5 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unN8RxZkZ5 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unN8RxZkZ5 .main-banner:before {
    display: none;
  }
  .cid-unN8RxZkZ5 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unN8RxZkZ5 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unN8RxZkZ5 H6 {
  color: #e43f3f;
}
.cid-unN8RxZkZ5 H2 {
  color: #000000;
}
.cid-unN8RypzES {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unN8RypzES .mbr-section-title {
  color: #000000;
}
.cid-unN8RyJvVE {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unN8RyJvVE .container {
  padding: 0 5%;
}
.cid-unN8RyJvVE #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unN8RyJvVE #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unN8RyJvVE #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unN8RyJvVE #expand-button:hover {
  background-color: #7787a5;
}
.cid-unN8RyJvVE .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unN8RyJvVE .item:focus,
.cid-unN8RyJvVE span:focus {
  outline: none;
}
.cid-unN8RyJvVE .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unN8RyJvVE .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unN8RyJvVE .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unN8RyJvVE .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unN8RyJvVE .item {
    padding: 1.5rem;
  }
}
.cid-unN8RyJvVE .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unN8RyJvVE .item .item-icon {
    margin-top: 0;
  }
}
.cid-unN8RyJvVE .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unN8RyJvVE .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unN8RyJvVE .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unN8RyJvVE .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unN8RyJvVE .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unN8RyJvVE .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unN8RyJvVE .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unN8RyJvVE .item-content {
    margin-left: 0;
  }
}
.cid-unN8RyJvVE .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unN8RyJvVE .item-title {
  color: #ffffff;
}
.cid-unN8RyJvVE .mbr-text,
.cid-unN8RyJvVE .item-icon {
  color: #ffffff;
}
.cid-unN8RyJvVE .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unN8RyJvVE .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unN8RyJvVE .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unN8RyJvVE .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unN8RyJvVE .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unN8RyJvVE .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unN8RyJvVE .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unN8RyJvVE .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unN8RyJvVE .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unN8RyJvVE .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unN8RyJvVE .article-column1 {
    padding-right: 16px;
  }
}
.cid-unN8RyJvVE .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unN8RyJvVE .article-column2 {
    padding-left: 16px;
  }
}
.cid-unN8RyJvVE .mbr-section-subtitle,
.cid-unN8RyJvVE .mbr-iconfont {
  color: #e082c5;
}
.cid-unN8RyJvVE .mbr-section-subtitle {
  color: #000000;
}
.cid-unN8Rzh8uw {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unN8Rzh8uw p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unN8Rzh8uw .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unN8Rzh8uw .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unN8Rzh8uw .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unN8Rzh8uw .main-banner .left-content {
  margin-right: 15px;
}
.cid-unN8Rzh8uw .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unN8Rzh8uw .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unN8Rzh8uw .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unN8Rzh8uw .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unN8Rzh8uw .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unN8Rzh8uw .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unN8Rzh8uw .main-banner:before {
    display: none;
  }
  .cid-unN8Rzh8uw .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unN8Rzh8uw .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unN8Rzh8uw H6 {
  color: #e43f3f;
}
.cid-unN8Rzh8uw H2 {
  color: #000000;
}
.cid-unN8Rzh8uw P {
  color: #000000;
}
.cid-unN8RzygdZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unN8RzygdZ #footer {
  padding: 0 0 25px 0;
}
.cid-unN8RzygdZ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unN8RzygdZ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unN8RzygdZ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unN8RzygdZ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unN8RzygdZ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unN8RzygdZ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unN8RzygdZ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unN8RzygdZ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unN8RzygdZ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unN8RzygdZ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unN8RzygdZ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unN8RzygdZ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unN8RzygdZ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unN8RzygdZ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unN8RzygdZ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unN8RzygdZ #footer .copyright {
  padding-top: 30px;
}
.cid-unN8RzygdZ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unN8RzygdZ H4 {
  color: #000000;
  text-align: left;
}
.cid-unN8RzygdZ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unN8RzygdZ P {
  color: #e43f3f;
  text-align: left;
}
.cid-unN8RzygdZ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unN8RzygdZ .copyright a {
  text-decoration: none !important;
}
.cid-unN8RzygdZ .list,
.cid-unN8RzygdZ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unN8RzygdZ ul li a {
  text-decoration: none !important;
}
.cid-unN8RzygdZ .list {
  color: #e43f3f;
}
.cid-unN9srhbZs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unN9srhbZs nav.navbar {
  position: fixed;
}
.cid-unN9srhbZs .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-unN9srhbZs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unN9srhbZs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unN9srhbZs .dropdown-item:hover,
.cid-unN9srhbZs .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unN9srhbZs .dropdown-item:hover span {
  color: white;
}
.cid-unN9srhbZs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unN9srhbZs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unN9srhbZs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unN9srhbZs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unN9srhbZs .nav-link {
  position: relative;
}
.cid-unN9srhbZs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unN9srhbZs .container {
    flex-wrap: nowrap;
  }
}
.cid-unN9srhbZs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unN9srhbZs .dropdown-menu,
.cid-unN9srhbZs .navbar.opened {
  background: #e43f3f !important;
}
.cid-unN9srhbZs .nav-item:focus,
.cid-unN9srhbZs .nav-link:focus {
  outline: none;
}
.cid-unN9srhbZs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unN9srhbZs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unN9srhbZs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unN9srhbZs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unN9srhbZs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unN9srhbZs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unN9srhbZs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unN9srhbZs .navbar.opened {
  transition: all 0.3s;
}
.cid-unN9srhbZs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unN9srhbZs .navbar .navbar-logo img {
  width: auto;
}
.cid-unN9srhbZs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unN9srhbZs .navbar.collapsed {
  justify-content: center;
}
.cid-unN9srhbZs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unN9srhbZs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unN9srhbZs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unN9srhbZs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unN9srhbZs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unN9srhbZs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unN9srhbZs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unN9srhbZs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unN9srhbZs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unN9srhbZs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unN9srhbZs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unN9srhbZs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unN9srhbZs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unN9srhbZs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unN9srhbZs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unN9srhbZs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unN9srhbZs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unN9srhbZs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unN9srhbZs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unN9srhbZs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unN9srhbZs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unN9srhbZs .navbar.navbar-short {
  min-height: 60px;
}
.cid-unN9srhbZs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unN9srhbZs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unN9srhbZs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unN9srhbZs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unN9srhbZs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unN9srhbZs .dropdown-item.active,
.cid-unN9srhbZs .dropdown-item:active {
  background-color: transparent;
}
.cid-unN9srhbZs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unN9srhbZs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unN9srhbZs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unN9srhbZs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unN9srhbZs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unN9srhbZs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unN9srhbZs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unN9srhbZs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unN9srhbZs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unN9srhbZs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unN9srhbZs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unN9srhbZs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unN9srhbZs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unN9srhbZs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unN9srhbZs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unN9srhbZs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unN9srhbZs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unN9srhbZs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unN9srhbZs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unN9srhbZs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unN9srhbZs .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-unN9srhbZs .navbar {
    height: 70px;
  }
  .cid-unN9srhbZs .navbar.opened {
    height: auto;
  }
  .cid-unN9srhbZs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unN9spvXBX {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unN9spvXBX .row {
  flex-direction: row-reverse;
}
.cid-unN9spvXBX p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unN9spvXBX .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unN9spvXBX .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unN9spvXBX .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unN9spvXBX .main-banner .left-content {
  margin-right: 15px;
}
.cid-unN9spvXBX .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unN9spvXBX .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unN9spvXBX .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unN9spvXBX .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unN9spvXBX .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unN9spvXBX .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unN9spvXBX .main-banner:before {
    display: none;
  }
  .cid-unN9spvXBX .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unN9spvXBX .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unN9spvXBX H6 {
  color: #e43f3f;
}
.cid-unN9spvXBX H2 {
  color: #000000;
}
.cid-unN9spWYkT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unN9spWYkT .mbr-section-title {
  color: #000000;
}
.cid-unN9sqeeS1 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unN9sqeeS1 .container {
  padding: 0 5%;
}
.cid-unN9sqeeS1 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unN9sqeeS1 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unN9sqeeS1 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unN9sqeeS1 #expand-button:hover {
  background-color: #7787a5;
}
.cid-unN9sqeeS1 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unN9sqeeS1 .item:focus,
.cid-unN9sqeeS1 span:focus {
  outline: none;
}
.cid-unN9sqeeS1 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unN9sqeeS1 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unN9sqeeS1 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unN9sqeeS1 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unN9sqeeS1 .item {
    padding: 1.5rem;
  }
}
.cid-unN9sqeeS1 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unN9sqeeS1 .item .item-icon {
    margin-top: 0;
  }
}
.cid-unN9sqeeS1 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unN9sqeeS1 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unN9sqeeS1 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unN9sqeeS1 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unN9sqeeS1 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unN9sqeeS1 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unN9sqeeS1 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unN9sqeeS1 .item-content {
    margin-left: 0;
  }
}
.cid-unN9sqeeS1 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unN9sqeeS1 .item-title {
  color: #ffffff;
}
.cid-unN9sqeeS1 .mbr-text,
.cid-unN9sqeeS1 .item-icon {
  color: #ffffff;
}
.cid-unN9sqeeS1 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unN9sqeeS1 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unN9sqeeS1 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unN9sqeeS1 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unN9sqeeS1 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unN9sqeeS1 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unN9sqeeS1 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unN9sqeeS1 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unN9sqeeS1 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unN9sqeeS1 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unN9sqeeS1 .article-column1 {
    padding-right: 16px;
  }
}
.cid-unN9sqeeS1 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unN9sqeeS1 .article-column2 {
    padding-left: 16px;
  }
}
.cid-unN9sqeeS1 .mbr-section-subtitle,
.cid-unN9sqeeS1 .mbr-iconfont {
  color: #e082c5;
}
.cid-unN9sqeeS1 .mbr-section-subtitle {
  color: #000000;
}
.cid-unN9sqJW1e {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unN9sqJW1e p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unN9sqJW1e .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unN9sqJW1e .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unN9sqJW1e .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unN9sqJW1e .main-banner .left-content {
  margin-right: 15px;
}
.cid-unN9sqJW1e .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unN9sqJW1e .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unN9sqJW1e .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unN9sqJW1e .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unN9sqJW1e .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unN9sqJW1e .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unN9sqJW1e .main-banner:before {
    display: none;
  }
  .cid-unN9sqJW1e .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unN9sqJW1e .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unN9sqJW1e H6 {
  color: #e43f3f;
}
.cid-unN9sqJW1e H2 {
  color: #000000;
}
.cid-unN9sqJW1e P {
  color: #000000;
}
.cid-unN9sqZwxg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unN9sqZwxg #footer {
  padding: 0 0 25px 0;
}
.cid-unN9sqZwxg #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unN9sqZwxg #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unN9sqZwxg #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unN9sqZwxg #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unN9sqZwxg #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unN9sqZwxg #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unN9sqZwxg #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unN9sqZwxg #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unN9sqZwxg #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unN9sqZwxg #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unN9sqZwxg #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unN9sqZwxg #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unN9sqZwxg #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unN9sqZwxg #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unN9sqZwxg #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unN9sqZwxg #footer .copyright {
  padding-top: 30px;
}
.cid-unN9sqZwxg ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unN9sqZwxg H4 {
  color: #000000;
  text-align: left;
}
.cid-unN9sqZwxg DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unN9sqZwxg P {
  color: #e43f3f;
  text-align: left;
}
.cid-unN9sqZwxg div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unN9sqZwxg .copyright a {
  text-decoration: none !important;
}
.cid-unN9sqZwxg .list,
.cid-unN9sqZwxg .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unN9sqZwxg ul li a {
  text-decoration: none !important;
}
.cid-unN9sqZwxg .list {
  color: #e43f3f;
}
.cid-unNa6f38IF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unNa6f38IF nav.navbar {
  position: fixed;
}
.cid-unNa6f38IF .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-unNa6f38IF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unNa6f38IF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unNa6f38IF .dropdown-item:hover,
.cid-unNa6f38IF .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unNa6f38IF .dropdown-item:hover span {
  color: white;
}
.cid-unNa6f38IF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unNa6f38IF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unNa6f38IF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unNa6f38IF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unNa6f38IF .nav-link {
  position: relative;
}
.cid-unNa6f38IF .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unNa6f38IF .container {
    flex-wrap: nowrap;
  }
}
.cid-unNa6f38IF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unNa6f38IF .dropdown-menu,
.cid-unNa6f38IF .navbar.opened {
  background: #e43f3f !important;
}
.cid-unNa6f38IF .nav-item:focus,
.cid-unNa6f38IF .nav-link:focus {
  outline: none;
}
.cid-unNa6f38IF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unNa6f38IF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unNa6f38IF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unNa6f38IF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unNa6f38IF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unNa6f38IF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unNa6f38IF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unNa6f38IF .navbar.opened {
  transition: all 0.3s;
}
.cid-unNa6f38IF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unNa6f38IF .navbar .navbar-logo img {
  width: auto;
}
.cid-unNa6f38IF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unNa6f38IF .navbar.collapsed {
  justify-content: center;
}
.cid-unNa6f38IF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unNa6f38IF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unNa6f38IF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unNa6f38IF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unNa6f38IF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unNa6f38IF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unNa6f38IF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unNa6f38IF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unNa6f38IF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unNa6f38IF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unNa6f38IF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unNa6f38IF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unNa6f38IF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unNa6f38IF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unNa6f38IF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unNa6f38IF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unNa6f38IF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unNa6f38IF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unNa6f38IF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unNa6f38IF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unNa6f38IF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unNa6f38IF .navbar.navbar-short {
  min-height: 60px;
}
.cid-unNa6f38IF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unNa6f38IF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unNa6f38IF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unNa6f38IF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unNa6f38IF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unNa6f38IF .dropdown-item.active,
.cid-unNa6f38IF .dropdown-item:active {
  background-color: transparent;
}
.cid-unNa6f38IF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unNa6f38IF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unNa6f38IF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unNa6f38IF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unNa6f38IF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unNa6f38IF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unNa6f38IF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unNa6f38IF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unNa6f38IF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unNa6f38IF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unNa6f38IF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unNa6f38IF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNa6f38IF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNa6f38IF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unNa6f38IF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNa6f38IF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unNa6f38IF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unNa6f38IF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNa6f38IF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unNa6f38IF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unNa6f38IF .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-unNa6f38IF .navbar {
    height: 70px;
  }
  .cid-unNa6f38IF .navbar.opened {
    height: auto;
  }
  .cid-unNa6f38IF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unNa6dh8Fv {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNa6dh8Fv .row {
  flex-direction: row-reverse;
}
.cid-unNa6dh8Fv p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNa6dh8Fv .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNa6dh8Fv .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNa6dh8Fv .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNa6dh8Fv .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNa6dh8Fv .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNa6dh8Fv .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNa6dh8Fv .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNa6dh8Fv .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNa6dh8Fv .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNa6dh8Fv .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNa6dh8Fv .main-banner:before {
    display: none;
  }
  .cid-unNa6dh8Fv .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNa6dh8Fv .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNa6dh8Fv H6 {
  color: #e43f3f;
}
.cid-unNa6dh8Fv H2 {
  color: #000000;
}
.cid-unNa6dGWwM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unNa6dGWwM .mbr-section-title {
  color: #000000;
}
.cid-unNa6dY8Cw {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unNa6dY8Cw .container {
  padding: 0 5%;
}
.cid-unNa6dY8Cw #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNa6dY8Cw #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unNa6dY8Cw #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNa6dY8Cw #expand-button:hover {
  background-color: #7787a5;
}
.cid-unNa6dY8Cw .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unNa6dY8Cw .item:focus,
.cid-unNa6dY8Cw span:focus {
  outline: none;
}
.cid-unNa6dY8Cw .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unNa6dY8Cw .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unNa6dY8Cw .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unNa6dY8Cw .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unNa6dY8Cw .item {
    padding: 1.5rem;
  }
}
.cid-unNa6dY8Cw .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNa6dY8Cw .item .item-icon {
    margin-top: 0;
  }
}
.cid-unNa6dY8Cw .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unNa6dY8Cw .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unNa6dY8Cw .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unNa6dY8Cw .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unNa6dY8Cw .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNa6dY8Cw .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unNa6dY8Cw .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unNa6dY8Cw .item-content {
    margin-left: 0;
  }
}
.cid-unNa6dY8Cw .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unNa6dY8Cw .item-title {
  color: #ffffff;
}
.cid-unNa6dY8Cw .mbr-text,
.cid-unNa6dY8Cw .item-icon {
  color: #ffffff;
}
.cid-unNa6dY8Cw .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unNa6dY8Cw .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unNa6dY8Cw .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unNa6dY8Cw .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unNa6dY8Cw .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unNa6dY8Cw .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unNa6dY8Cw .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unNa6dY8Cw .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unNa6dY8Cw .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unNa6dY8Cw .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unNa6dY8Cw .article-column1 {
    padding-right: 16px;
  }
}
.cid-unNa6dY8Cw .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unNa6dY8Cw .article-column2 {
    padding-left: 16px;
  }
}
.cid-unNa6dY8Cw .mbr-section-subtitle,
.cid-unNa6dY8Cw .mbr-iconfont {
  color: #e082c5;
}
.cid-unNa6dY8Cw .mbr-section-subtitle {
  color: #000000;
}
.cid-unNa6euanG {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNa6euanG p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNa6euanG .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNa6euanG .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNa6euanG .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNa6euanG .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNa6euanG .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNa6euanG .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNa6euanG .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNa6euanG .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNa6euanG .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNa6euanG .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNa6euanG .main-banner:before {
    display: none;
  }
  .cid-unNa6euanG .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNa6euanG .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNa6euanG H6 {
  color: #e43f3f;
}
.cid-unNa6euanG H2 {
  color: #000000;
}
.cid-unNa6euanG P {
  color: #000000;
}
.cid-unNa6eKbAd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unNa6eKbAd #footer {
  padding: 0 0 25px 0;
}
.cid-unNa6eKbAd #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unNa6eKbAd #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unNa6eKbAd #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unNa6eKbAd #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unNa6eKbAd #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unNa6eKbAd #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unNa6eKbAd #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unNa6eKbAd #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unNa6eKbAd #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unNa6eKbAd #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unNa6eKbAd #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unNa6eKbAd #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unNa6eKbAd #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unNa6eKbAd #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unNa6eKbAd #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unNa6eKbAd #footer .copyright {
  padding-top: 30px;
}
.cid-unNa6eKbAd ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unNa6eKbAd H4 {
  color: #000000;
  text-align: left;
}
.cid-unNa6eKbAd DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unNa6eKbAd P {
  color: #e43f3f;
  text-align: left;
}
.cid-unNa6eKbAd div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unNa6eKbAd .copyright a {
  text-decoration: none !important;
}
.cid-unNa6eKbAd .list,
.cid-unNa6eKbAd .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unNa6eKbAd ul li a {
  text-decoration: none !important;
}
.cid-unNa6eKbAd .list {
  color: #e43f3f;
}
.cid-unNgC0O3JL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unNgC0O3JL nav.navbar {
  position: fixed;
}
.cid-unNgC0O3JL .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-unNgC0O3JL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unNgC0O3JL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unNgC0O3JL .dropdown-item:hover,
.cid-unNgC0O3JL .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unNgC0O3JL .dropdown-item:hover span {
  color: white;
}
.cid-unNgC0O3JL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unNgC0O3JL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unNgC0O3JL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unNgC0O3JL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unNgC0O3JL .nav-link {
  position: relative;
}
.cid-unNgC0O3JL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unNgC0O3JL .container {
    flex-wrap: nowrap;
  }
}
.cid-unNgC0O3JL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unNgC0O3JL .dropdown-menu,
.cid-unNgC0O3JL .navbar.opened {
  background: #e43f3f !important;
}
.cid-unNgC0O3JL .nav-item:focus,
.cid-unNgC0O3JL .nav-link:focus {
  outline: none;
}
.cid-unNgC0O3JL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unNgC0O3JL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unNgC0O3JL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unNgC0O3JL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unNgC0O3JL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unNgC0O3JL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unNgC0O3JL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unNgC0O3JL .navbar.opened {
  transition: all 0.3s;
}
.cid-unNgC0O3JL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unNgC0O3JL .navbar .navbar-logo img {
  width: auto;
}
.cid-unNgC0O3JL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unNgC0O3JL .navbar.collapsed {
  justify-content: center;
}
.cid-unNgC0O3JL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unNgC0O3JL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unNgC0O3JL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unNgC0O3JL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unNgC0O3JL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unNgC0O3JL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unNgC0O3JL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unNgC0O3JL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unNgC0O3JL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unNgC0O3JL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unNgC0O3JL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unNgC0O3JL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unNgC0O3JL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unNgC0O3JL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unNgC0O3JL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unNgC0O3JL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unNgC0O3JL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unNgC0O3JL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unNgC0O3JL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unNgC0O3JL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unNgC0O3JL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unNgC0O3JL .navbar.navbar-short {
  min-height: 60px;
}
.cid-unNgC0O3JL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unNgC0O3JL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unNgC0O3JL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unNgC0O3JL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unNgC0O3JL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unNgC0O3JL .dropdown-item.active,
.cid-unNgC0O3JL .dropdown-item:active {
  background-color: transparent;
}
.cid-unNgC0O3JL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unNgC0O3JL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unNgC0O3JL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unNgC0O3JL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unNgC0O3JL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unNgC0O3JL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unNgC0O3JL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unNgC0O3JL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unNgC0O3JL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unNgC0O3JL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unNgC0O3JL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unNgC0O3JL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNgC0O3JL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNgC0O3JL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unNgC0O3JL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNgC0O3JL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unNgC0O3JL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unNgC0O3JL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNgC0O3JL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unNgC0O3JL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unNgC0O3JL .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-unNgC0O3JL .navbar {
    height: 70px;
  }
  .cid-unNgC0O3JL .navbar.opened {
    height: auto;
  }
  .cid-unNgC0O3JL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unNgBZ8dBP {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNgBZ8dBP .row {
  flex-direction: row-reverse;
}
.cid-unNgBZ8dBP p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNgBZ8dBP .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNgBZ8dBP .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNgBZ8dBP .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNgBZ8dBP .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNgBZ8dBP .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNgBZ8dBP .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNgBZ8dBP .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNgBZ8dBP .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNgBZ8dBP .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNgBZ8dBP .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNgBZ8dBP .main-banner:before {
    display: none;
  }
  .cid-unNgBZ8dBP .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNgBZ8dBP .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNgBZ8dBP H6 {
  color: #e43f3f;
}
.cid-unNgBZ8dBP H2 {
  color: #000000;
}
.cid-unNgBZwYxI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unNgBZwYxI .mbr-section-title {
  color: #000000;
}
.cid-unNgBZJL65 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unNgBZJL65 .container {
  padding: 0 5%;
}
.cid-unNgBZJL65 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNgBZJL65 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unNgBZJL65 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNgBZJL65 #expand-button:hover {
  background-color: #7787a5;
}
.cid-unNgBZJL65 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unNgBZJL65 .item:focus,
.cid-unNgBZJL65 span:focus {
  outline: none;
}
.cid-unNgBZJL65 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unNgBZJL65 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unNgBZJL65 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unNgBZJL65 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unNgBZJL65 .item {
    padding: 1.5rem;
  }
}
.cid-unNgBZJL65 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNgBZJL65 .item .item-icon {
    margin-top: 0;
  }
}
.cid-unNgBZJL65 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unNgBZJL65 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unNgBZJL65 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unNgBZJL65 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unNgBZJL65 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNgBZJL65 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unNgBZJL65 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unNgBZJL65 .item-content {
    margin-left: 0;
  }
}
.cid-unNgBZJL65 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unNgBZJL65 .item-title {
  color: #ffffff;
}
.cid-unNgBZJL65 .mbr-text,
.cid-unNgBZJL65 .item-icon {
  color: #ffffff;
}
.cid-unNgBZJL65 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unNgBZJL65 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unNgBZJL65 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unNgBZJL65 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unNgBZJL65 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unNgBZJL65 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unNgBZJL65 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unNgBZJL65 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unNgBZJL65 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unNgBZJL65 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unNgBZJL65 .article-column1 {
    padding-right: 16px;
  }
}
.cid-unNgBZJL65 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unNgBZJL65 .article-column2 {
    padding-left: 16px;
  }
}
.cid-unNgBZJL65 .mbr-section-subtitle,
.cid-unNgBZJL65 .mbr-iconfont {
  color: #e082c5;
}
.cid-unNgBZJL65 .mbr-section-subtitle {
  color: #000000;
}
.cid-unNgC0dXsG {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNgC0dXsG p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNgC0dXsG .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNgC0dXsG .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNgC0dXsG .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNgC0dXsG .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNgC0dXsG .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNgC0dXsG .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNgC0dXsG .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNgC0dXsG .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNgC0dXsG .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNgC0dXsG .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNgC0dXsG .main-banner:before {
    display: none;
  }
  .cid-unNgC0dXsG .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNgC0dXsG .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNgC0dXsG H6 {
  color: #e43f3f;
}
.cid-unNgC0dXsG H2 {
  color: #000000;
}
.cid-unNgC0dXsG P {
  color: #000000;
}
.cid-unNgC0uThP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unNgC0uThP #footer {
  padding: 0 0 25px 0;
}
.cid-unNgC0uThP #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unNgC0uThP #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unNgC0uThP #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unNgC0uThP #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unNgC0uThP #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unNgC0uThP #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unNgC0uThP #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unNgC0uThP #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unNgC0uThP #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unNgC0uThP #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unNgC0uThP #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unNgC0uThP #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unNgC0uThP #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unNgC0uThP #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unNgC0uThP #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unNgC0uThP #footer .copyright {
  padding-top: 30px;
}
.cid-unNgC0uThP ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unNgC0uThP H4 {
  color: #000000;
  text-align: left;
}
.cid-unNgC0uThP DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unNgC0uThP P {
  color: #e43f3f;
  text-align: left;
}
.cid-unNgC0uThP div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unNgC0uThP .copyright a {
  text-decoration: none !important;
}
.cid-unNgC0uThP .list,
.cid-unNgC0uThP .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unNgC0uThP ul li a {
  text-decoration: none !important;
}
.cid-unNgC0uThP .list {
  color: #e43f3f;
}
.cid-unNgQz1E2r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unNgQz1E2r nav.navbar {
  position: fixed;
}
.cid-unNgQz1E2r .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-unNgQz1E2r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unNgQz1E2r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unNgQz1E2r .dropdown-item:hover,
.cid-unNgQz1E2r .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unNgQz1E2r .dropdown-item:hover span {
  color: white;
}
.cid-unNgQz1E2r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unNgQz1E2r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unNgQz1E2r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unNgQz1E2r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unNgQz1E2r .nav-link {
  position: relative;
}
.cid-unNgQz1E2r .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unNgQz1E2r .container {
    flex-wrap: nowrap;
  }
}
.cid-unNgQz1E2r .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unNgQz1E2r .dropdown-menu,
.cid-unNgQz1E2r .navbar.opened {
  background: #e43f3f !important;
}
.cid-unNgQz1E2r .nav-item:focus,
.cid-unNgQz1E2r .nav-link:focus {
  outline: none;
}
.cid-unNgQz1E2r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unNgQz1E2r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unNgQz1E2r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unNgQz1E2r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unNgQz1E2r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unNgQz1E2r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unNgQz1E2r .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unNgQz1E2r .navbar.opened {
  transition: all 0.3s;
}
.cid-unNgQz1E2r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unNgQz1E2r .navbar .navbar-logo img {
  width: auto;
}
.cid-unNgQz1E2r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unNgQz1E2r .navbar.collapsed {
  justify-content: center;
}
.cid-unNgQz1E2r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unNgQz1E2r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unNgQz1E2r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unNgQz1E2r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unNgQz1E2r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unNgQz1E2r .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unNgQz1E2r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unNgQz1E2r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unNgQz1E2r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unNgQz1E2r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unNgQz1E2r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unNgQz1E2r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unNgQz1E2r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unNgQz1E2r .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unNgQz1E2r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unNgQz1E2r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unNgQz1E2r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unNgQz1E2r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unNgQz1E2r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unNgQz1E2r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unNgQz1E2r .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unNgQz1E2r .navbar.navbar-short {
  min-height: 60px;
}
.cid-unNgQz1E2r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unNgQz1E2r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unNgQz1E2r .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unNgQz1E2r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unNgQz1E2r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unNgQz1E2r .dropdown-item.active,
.cid-unNgQz1E2r .dropdown-item:active {
  background-color: transparent;
}
.cid-unNgQz1E2r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unNgQz1E2r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unNgQz1E2r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unNgQz1E2r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unNgQz1E2r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unNgQz1E2r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unNgQz1E2r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unNgQz1E2r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unNgQz1E2r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unNgQz1E2r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unNgQz1E2r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unNgQz1E2r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNgQz1E2r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNgQz1E2r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unNgQz1E2r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNgQz1E2r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unNgQz1E2r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unNgQz1E2r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNgQz1E2r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unNgQz1E2r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unNgQz1E2r .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-unNgQz1E2r .navbar {
    height: 70px;
  }
  .cid-unNgQz1E2r .navbar.opened {
    height: auto;
  }
  .cid-unNgQz1E2r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unNgQwO9YM {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNgQwO9YM .row {
  flex-direction: row-reverse;
}
.cid-unNgQwO9YM p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNgQwO9YM .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNgQwO9YM .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNgQwO9YM .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNgQwO9YM .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNgQwO9YM .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNgQwO9YM .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNgQwO9YM .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNgQwO9YM .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNgQwO9YM .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNgQwO9YM .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNgQwO9YM .main-banner:before {
    display: none;
  }
  .cid-unNgQwO9YM .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNgQwO9YM .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNgQwO9YM H6 {
  color: #e43f3f;
}
.cid-unNgQwO9YM H2 {
  color: #000000;
}
.cid-unNgQxdh7U {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unNgQxdh7U .mbr-section-title {
  color: #000000;
}
.cid-unNgQxqOHz {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unNgQxqOHz .container {
  padding: 0 5%;
}
.cid-unNgQxqOHz #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNgQxqOHz #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unNgQxqOHz #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNgQxqOHz #expand-button:hover {
  background-color: #7787a5;
}
.cid-unNgQxqOHz .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unNgQxqOHz .item:focus,
.cid-unNgQxqOHz span:focus {
  outline: none;
}
.cid-unNgQxqOHz .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unNgQxqOHz .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unNgQxqOHz .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unNgQxqOHz .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unNgQxqOHz .item {
    padding: 1.5rem;
  }
}
.cid-unNgQxqOHz .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNgQxqOHz .item .item-icon {
    margin-top: 0;
  }
}
.cid-unNgQxqOHz .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unNgQxqOHz .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unNgQxqOHz .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unNgQxqOHz .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unNgQxqOHz .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNgQxqOHz .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unNgQxqOHz .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unNgQxqOHz .item-content {
    margin-left: 0;
  }
}
.cid-unNgQxqOHz .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unNgQxqOHz .item-title {
  color: #ffffff;
}
.cid-unNgQxqOHz .mbr-text,
.cid-unNgQxqOHz .item-icon {
  color: #ffffff;
}
.cid-unNgQxqOHz .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unNgQxqOHz .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unNgQxqOHz .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unNgQxqOHz .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unNgQxqOHz .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unNgQxqOHz .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unNgQxqOHz .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unNgQxqOHz .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unNgQxqOHz .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unNgQxqOHz .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unNgQxqOHz .article-column1 {
    padding-right: 16px;
  }
}
.cid-unNgQxqOHz .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unNgQxqOHz .article-column2 {
    padding-left: 16px;
  }
}
.cid-unNgQxqOHz .mbr-section-subtitle,
.cid-unNgQxqOHz .mbr-iconfont {
  color: #e082c5;
}
.cid-unNgQxqOHz .mbr-section-subtitle {
  color: #000000;
}
.cid-unNgQy1pNb {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNgQy1pNb p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNgQy1pNb .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNgQy1pNb .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNgQy1pNb .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNgQy1pNb .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNgQy1pNb .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNgQy1pNb .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNgQy1pNb .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNgQy1pNb .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNgQy1pNb .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNgQy1pNb .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNgQy1pNb .main-banner:before {
    display: none;
  }
  .cid-unNgQy1pNb .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNgQy1pNb .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNgQy1pNb H6 {
  color: #e43f3f;
}
.cid-unNgQy1pNb H2 {
  color: #000000;
}
.cid-unNgQy1pNb P {
  color: #000000;
}
.cid-unNgQyrJNp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unNgQyrJNp #footer {
  padding: 0 0 25px 0;
}
.cid-unNgQyrJNp #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unNgQyrJNp #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unNgQyrJNp #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unNgQyrJNp #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unNgQyrJNp #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unNgQyrJNp #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unNgQyrJNp #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unNgQyrJNp #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unNgQyrJNp #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unNgQyrJNp #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unNgQyrJNp #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unNgQyrJNp #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unNgQyrJNp #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unNgQyrJNp #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unNgQyrJNp #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unNgQyrJNp #footer .copyright {
  padding-top: 30px;
}
.cid-unNgQyrJNp ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unNgQyrJNp H4 {
  color: #000000;
  text-align: left;
}
.cid-unNgQyrJNp DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unNgQyrJNp P {
  color: #e43f3f;
  text-align: left;
}
.cid-unNgQyrJNp div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unNgQyrJNp .copyright a {
  text-decoration: none !important;
}
.cid-unNgQyrJNp .list,
.cid-unNgQyrJNp .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unNgQyrJNp ul li a {
  text-decoration: none !important;
}
.cid-unNgQyrJNp .list {
  color: #e43f3f;
}
.cid-unNhshlUrE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unNhshlUrE nav.navbar {
  position: fixed;
}
.cid-unNhshlUrE .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-unNhshlUrE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unNhshlUrE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unNhshlUrE .dropdown-item:hover,
.cid-unNhshlUrE .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unNhshlUrE .dropdown-item:hover span {
  color: white;
}
.cid-unNhshlUrE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unNhshlUrE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unNhshlUrE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unNhshlUrE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unNhshlUrE .nav-link {
  position: relative;
}
.cid-unNhshlUrE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unNhshlUrE .container {
    flex-wrap: nowrap;
  }
}
.cid-unNhshlUrE .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unNhshlUrE .dropdown-menu,
.cid-unNhshlUrE .navbar.opened {
  background: #e43f3f !important;
}
.cid-unNhshlUrE .nav-item:focus,
.cid-unNhshlUrE .nav-link:focus {
  outline: none;
}
.cid-unNhshlUrE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unNhshlUrE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unNhshlUrE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unNhshlUrE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unNhshlUrE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unNhshlUrE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unNhshlUrE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unNhshlUrE .navbar.opened {
  transition: all 0.3s;
}
.cid-unNhshlUrE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unNhshlUrE .navbar .navbar-logo img {
  width: auto;
}
.cid-unNhshlUrE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unNhshlUrE .navbar.collapsed {
  justify-content: center;
}
.cid-unNhshlUrE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unNhshlUrE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unNhshlUrE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unNhshlUrE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unNhshlUrE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unNhshlUrE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unNhshlUrE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unNhshlUrE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unNhshlUrE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unNhshlUrE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unNhshlUrE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unNhshlUrE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unNhshlUrE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unNhshlUrE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unNhshlUrE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unNhshlUrE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unNhshlUrE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unNhshlUrE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unNhshlUrE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unNhshlUrE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unNhshlUrE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unNhshlUrE .navbar.navbar-short {
  min-height: 60px;
}
.cid-unNhshlUrE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unNhshlUrE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unNhshlUrE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unNhshlUrE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unNhshlUrE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unNhshlUrE .dropdown-item.active,
.cid-unNhshlUrE .dropdown-item:active {
  background-color: transparent;
}
.cid-unNhshlUrE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unNhshlUrE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unNhshlUrE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unNhshlUrE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unNhshlUrE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unNhshlUrE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unNhshlUrE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unNhshlUrE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unNhshlUrE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unNhshlUrE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unNhshlUrE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unNhshlUrE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNhshlUrE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNhshlUrE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unNhshlUrE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNhshlUrE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unNhshlUrE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unNhshlUrE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNhshlUrE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unNhshlUrE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unNhshlUrE .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-unNhshlUrE .navbar {
    height: 70px;
  }
  .cid-unNhshlUrE .navbar.opened {
    height: auto;
  }
  .cid-unNhshlUrE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unNhsfvUNV {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNhsfvUNV .row {
  flex-direction: row-reverse;
}
.cid-unNhsfvUNV p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNhsfvUNV .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNhsfvUNV .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNhsfvUNV .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNhsfvUNV .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNhsfvUNV .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNhsfvUNV .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNhsfvUNV .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNhsfvUNV .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNhsfvUNV .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNhsfvUNV .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNhsfvUNV .main-banner:before {
    display: none;
  }
  .cid-unNhsfvUNV .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNhsfvUNV .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNhsfvUNV H6 {
  color: #e43f3f;
}
.cid-unNhsfvUNV H2 {
  color: #000000;
}
.cid-unNhsfYQXS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unNhsfYQXS .mbr-section-title {
  color: #000000;
}
.cid-unNhsgiPx9 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unNhsgiPx9 .container {
  padding: 0 5%;
}
.cid-unNhsgiPx9 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNhsgiPx9 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unNhsgiPx9 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNhsgiPx9 #expand-button:hover {
  background-color: #7787a5;
}
.cid-unNhsgiPx9 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unNhsgiPx9 .item:focus,
.cid-unNhsgiPx9 span:focus {
  outline: none;
}
.cid-unNhsgiPx9 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unNhsgiPx9 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unNhsgiPx9 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unNhsgiPx9 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unNhsgiPx9 .item {
    padding: 1.5rem;
  }
}
.cid-unNhsgiPx9 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNhsgiPx9 .item .item-icon {
    margin-top: 0;
  }
}
.cid-unNhsgiPx9 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unNhsgiPx9 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unNhsgiPx9 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unNhsgiPx9 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unNhsgiPx9 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNhsgiPx9 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unNhsgiPx9 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unNhsgiPx9 .item-content {
    margin-left: 0;
  }
}
.cid-unNhsgiPx9 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unNhsgiPx9 .item-title {
  color: #ffffff;
}
.cid-unNhsgiPx9 .mbr-text,
.cid-unNhsgiPx9 .item-icon {
  color: #ffffff;
}
.cid-unNhsgiPx9 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unNhsgiPx9 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unNhsgiPx9 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unNhsgiPx9 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unNhsgiPx9 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unNhsgiPx9 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unNhsgiPx9 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unNhsgiPx9 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unNhsgiPx9 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unNhsgiPx9 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unNhsgiPx9 .article-column1 {
    padding-right: 16px;
  }
}
.cid-unNhsgiPx9 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unNhsgiPx9 .article-column2 {
    padding-left: 16px;
  }
}
.cid-unNhsgiPx9 .mbr-section-subtitle,
.cid-unNhsgiPx9 .mbr-iconfont {
  color: #e082c5;
}
.cid-unNhsgiPx9 .mbr-section-subtitle {
  color: #000000;
}
.cid-unNhsgMX2o {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNhsgMX2o p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNhsgMX2o .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNhsgMX2o .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNhsgMX2o .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNhsgMX2o .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNhsgMX2o .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNhsgMX2o .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNhsgMX2o .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNhsgMX2o .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNhsgMX2o .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNhsgMX2o .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNhsgMX2o .main-banner:before {
    display: none;
  }
  .cid-unNhsgMX2o .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNhsgMX2o .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNhsgMX2o H6 {
  color: #e43f3f;
}
.cid-unNhsgMX2o H2 {
  color: #000000;
}
.cid-unNhsgMX2o P {
  color: #000000;
}
.cid-unNhsh1xyy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unNhsh1xyy #footer {
  padding: 0 0 25px 0;
}
.cid-unNhsh1xyy #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unNhsh1xyy #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unNhsh1xyy #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unNhsh1xyy #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unNhsh1xyy #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unNhsh1xyy #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unNhsh1xyy #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unNhsh1xyy #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unNhsh1xyy #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unNhsh1xyy #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unNhsh1xyy #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unNhsh1xyy #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unNhsh1xyy #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unNhsh1xyy #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unNhsh1xyy #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unNhsh1xyy #footer .copyright {
  padding-top: 30px;
}
.cid-unNhsh1xyy ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unNhsh1xyy H4 {
  color: #000000;
  text-align: left;
}
.cid-unNhsh1xyy DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unNhsh1xyy P {
  color: #e43f3f;
  text-align: left;
}
.cid-unNhsh1xyy div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unNhsh1xyy .copyright a {
  text-decoration: none !important;
}
.cid-unNhsh1xyy .list,
.cid-unNhsh1xyy .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unNhsh1xyy ul li a {
  text-decoration: none !important;
}
.cid-unNhsh1xyy .list {
  color: #e43f3f;
}
.cid-unNhNRSthJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unNhNRSthJ nav.navbar {
  position: fixed;
}
.cid-unNhNRSthJ .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-unNhNRSthJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unNhNRSthJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unNhNRSthJ .dropdown-item:hover,
.cid-unNhNRSthJ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unNhNRSthJ .dropdown-item:hover span {
  color: white;
}
.cid-unNhNRSthJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unNhNRSthJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unNhNRSthJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unNhNRSthJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unNhNRSthJ .nav-link {
  position: relative;
}
.cid-unNhNRSthJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unNhNRSthJ .container {
    flex-wrap: nowrap;
  }
}
.cid-unNhNRSthJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unNhNRSthJ .dropdown-menu,
.cid-unNhNRSthJ .navbar.opened {
  background: #e43f3f !important;
}
.cid-unNhNRSthJ .nav-item:focus,
.cid-unNhNRSthJ .nav-link:focus {
  outline: none;
}
.cid-unNhNRSthJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unNhNRSthJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unNhNRSthJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unNhNRSthJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unNhNRSthJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unNhNRSthJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unNhNRSthJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unNhNRSthJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unNhNRSthJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unNhNRSthJ .navbar .navbar-logo img {
  width: auto;
}
.cid-unNhNRSthJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unNhNRSthJ .navbar.collapsed {
  justify-content: center;
}
.cid-unNhNRSthJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unNhNRSthJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unNhNRSthJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unNhNRSthJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unNhNRSthJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unNhNRSthJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unNhNRSthJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unNhNRSthJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unNhNRSthJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unNhNRSthJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unNhNRSthJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unNhNRSthJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unNhNRSthJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unNhNRSthJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unNhNRSthJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unNhNRSthJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unNhNRSthJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unNhNRSthJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unNhNRSthJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unNhNRSthJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unNhNRSthJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unNhNRSthJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unNhNRSthJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unNhNRSthJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unNhNRSthJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unNhNRSthJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unNhNRSthJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unNhNRSthJ .dropdown-item.active,
.cid-unNhNRSthJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unNhNRSthJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unNhNRSthJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unNhNRSthJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unNhNRSthJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unNhNRSthJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unNhNRSthJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unNhNRSthJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unNhNRSthJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unNhNRSthJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unNhNRSthJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unNhNRSthJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unNhNRSthJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNhNRSthJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNhNRSthJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unNhNRSthJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNhNRSthJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unNhNRSthJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unNhNRSthJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNhNRSthJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unNhNRSthJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unNhNRSthJ .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-unNhNRSthJ .navbar {
    height: 70px;
  }
  .cid-unNhNRSthJ .navbar.opened {
    height: auto;
  }
  .cid-unNhNRSthJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unNhNQ7efX {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNhNQ7efX .row {
  flex-direction: row-reverse;
}
.cid-unNhNQ7efX p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNhNQ7efX .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNhNQ7efX .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNhNQ7efX .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNhNQ7efX .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNhNQ7efX .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNhNQ7efX .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNhNQ7efX .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNhNQ7efX .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNhNQ7efX .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNhNQ7efX .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNhNQ7efX .main-banner:before {
    display: none;
  }
  .cid-unNhNQ7efX .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNhNQ7efX .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNhNQ7efX H6 {
  color: #e43f3f;
}
.cid-unNhNQ7efX H2 {
  color: #000000;
}
.cid-unNhNQy92i {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unNhNQy92i .mbr-section-title {
  color: #000000;
}
.cid-unNhNQQ7nU {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unNhNQQ7nU .container {
  padding: 0 5%;
}
.cid-unNhNQQ7nU #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNhNQQ7nU #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unNhNQQ7nU #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNhNQQ7nU #expand-button:hover {
  background-color: #7787a5;
}
.cid-unNhNQQ7nU .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unNhNQQ7nU .item:focus,
.cid-unNhNQQ7nU span:focus {
  outline: none;
}
.cid-unNhNQQ7nU .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unNhNQQ7nU .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unNhNQQ7nU .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unNhNQQ7nU .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unNhNQQ7nU .item {
    padding: 1.5rem;
  }
}
.cid-unNhNQQ7nU .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNhNQQ7nU .item .item-icon {
    margin-top: 0;
  }
}
.cid-unNhNQQ7nU .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unNhNQQ7nU .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unNhNQQ7nU .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unNhNQQ7nU .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unNhNQQ7nU .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNhNQQ7nU .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unNhNQQ7nU .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unNhNQQ7nU .item-content {
    margin-left: 0;
  }
}
.cid-unNhNQQ7nU .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unNhNQQ7nU .item-title {
  color: #ffffff;
}
.cid-unNhNQQ7nU .mbr-text,
.cid-unNhNQQ7nU .item-icon {
  color: #ffffff;
}
.cid-unNhNQQ7nU .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unNhNQQ7nU .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unNhNQQ7nU .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unNhNQQ7nU .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unNhNQQ7nU .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unNhNQQ7nU .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unNhNQQ7nU .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unNhNQQ7nU .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unNhNQQ7nU .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unNhNQQ7nU .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unNhNQQ7nU .article-column1 {
    padding-right: 16px;
  }
}
.cid-unNhNQQ7nU .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unNhNQQ7nU .article-column2 {
    padding-left: 16px;
  }
}
.cid-unNhNQQ7nU .mbr-section-subtitle,
.cid-unNhNQQ7nU .mbr-iconfont {
  color: #e082c5;
}
.cid-unNhNQQ7nU .mbr-section-subtitle {
  color: #000000;
}
.cid-unNhNRjrUG {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNhNRjrUG p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNhNRjrUG .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNhNRjrUG .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNhNRjrUG .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNhNRjrUG .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNhNRjrUG .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNhNRjrUG .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNhNRjrUG .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNhNRjrUG .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNhNRjrUG .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNhNRjrUG .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNhNRjrUG .main-banner:before {
    display: none;
  }
  .cid-unNhNRjrUG .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNhNRjrUG .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNhNRjrUG H6 {
  color: #e43f3f;
}
.cid-unNhNRjrUG H2 {
  color: #000000;
}
.cid-unNhNRjrUG P {
  color: #000000;
}
.cid-unNhNRyyVG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unNhNRyyVG #footer {
  padding: 0 0 25px 0;
}
.cid-unNhNRyyVG #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unNhNRyyVG #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unNhNRyyVG #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unNhNRyyVG #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unNhNRyyVG #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unNhNRyyVG #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unNhNRyyVG #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unNhNRyyVG #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unNhNRyyVG #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unNhNRyyVG #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unNhNRyyVG #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unNhNRyyVG #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unNhNRyyVG #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unNhNRyyVG #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unNhNRyyVG #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unNhNRyyVG #footer .copyright {
  padding-top: 30px;
}
.cid-unNhNRyyVG ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unNhNRyyVG H4 {
  color: #000000;
  text-align: left;
}
.cid-unNhNRyyVG DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unNhNRyyVG P {
  color: #e43f3f;
  text-align: left;
}
.cid-unNhNRyyVG div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unNhNRyyVG .copyright a {
  text-decoration: none !important;
}
.cid-unNhNRyyVG .list,
.cid-unNhNRyyVG .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unNhNRyyVG ul li a {
  text-decoration: none !important;
}
.cid-unNhNRyyVG .list {
  color: #e43f3f;
}
.cid-unNih0uN6d {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unNih0uN6d nav.navbar {
  position: fixed;
}
.cid-unNih0uN6d .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-unNih0uN6d .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unNih0uN6d .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unNih0uN6d .dropdown-item:hover,
.cid-unNih0uN6d .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unNih0uN6d .dropdown-item:hover span {
  color: white;
}
.cid-unNih0uN6d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unNih0uN6d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unNih0uN6d .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unNih0uN6d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unNih0uN6d .nav-link {
  position: relative;
}
.cid-unNih0uN6d .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unNih0uN6d .container {
    flex-wrap: nowrap;
  }
}
.cid-unNih0uN6d .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unNih0uN6d .dropdown-menu,
.cid-unNih0uN6d .navbar.opened {
  background: #e43f3f !important;
}
.cid-unNih0uN6d .nav-item:focus,
.cid-unNih0uN6d .nav-link:focus {
  outline: none;
}
.cid-unNih0uN6d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unNih0uN6d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unNih0uN6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unNih0uN6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unNih0uN6d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unNih0uN6d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unNih0uN6d .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unNih0uN6d .navbar.opened {
  transition: all 0.3s;
}
.cid-unNih0uN6d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unNih0uN6d .navbar .navbar-logo img {
  width: auto;
}
.cid-unNih0uN6d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unNih0uN6d .navbar.collapsed {
  justify-content: center;
}
.cid-unNih0uN6d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unNih0uN6d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unNih0uN6d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unNih0uN6d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unNih0uN6d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unNih0uN6d .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unNih0uN6d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unNih0uN6d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unNih0uN6d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unNih0uN6d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unNih0uN6d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unNih0uN6d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unNih0uN6d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unNih0uN6d .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unNih0uN6d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unNih0uN6d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unNih0uN6d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unNih0uN6d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unNih0uN6d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unNih0uN6d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unNih0uN6d .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unNih0uN6d .navbar.navbar-short {
  min-height: 60px;
}
.cid-unNih0uN6d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unNih0uN6d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unNih0uN6d .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unNih0uN6d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unNih0uN6d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unNih0uN6d .dropdown-item.active,
.cid-unNih0uN6d .dropdown-item:active {
  background-color: transparent;
}
.cid-unNih0uN6d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unNih0uN6d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unNih0uN6d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unNih0uN6d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unNih0uN6d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unNih0uN6d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unNih0uN6d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unNih0uN6d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unNih0uN6d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unNih0uN6d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unNih0uN6d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unNih0uN6d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNih0uN6d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNih0uN6d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unNih0uN6d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNih0uN6d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unNih0uN6d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unNih0uN6d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNih0uN6d .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unNih0uN6d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unNih0uN6d .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-unNih0uN6d .navbar {
    height: 70px;
  }
  .cid-unNih0uN6d .navbar.opened {
    height: auto;
  }
  .cid-unNih0uN6d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unNigYLkMv {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNigYLkMv .row {
  flex-direction: row-reverse;
}
.cid-unNigYLkMv p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNigYLkMv .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNigYLkMv .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNigYLkMv .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNigYLkMv .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNigYLkMv .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNigYLkMv .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNigYLkMv .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNigYLkMv .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNigYLkMv .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNigYLkMv .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNigYLkMv .main-banner:before {
    display: none;
  }
  .cid-unNigYLkMv .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNigYLkMv .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNigYLkMv H6 {
  color: #e43f3f;
}
.cid-unNigYLkMv H2 {
  color: #000000;
}
.cid-unNigZaIOu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unNigZaIOu .mbr-section-title {
  color: #000000;
}
.cid-unNigZstqK {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unNigZstqK .container {
  padding: 0 5%;
}
.cid-unNigZstqK #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNigZstqK #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unNigZstqK #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNigZstqK #expand-button:hover {
  background-color: #7787a5;
}
.cid-unNigZstqK .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unNigZstqK .item:focus,
.cid-unNigZstqK span:focus {
  outline: none;
}
.cid-unNigZstqK .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unNigZstqK .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unNigZstqK .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unNigZstqK .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unNigZstqK .item {
    padding: 1.5rem;
  }
}
.cid-unNigZstqK .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNigZstqK .item .item-icon {
    margin-top: 0;
  }
}
.cid-unNigZstqK .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unNigZstqK .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unNigZstqK .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unNigZstqK .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unNigZstqK .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNigZstqK .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unNigZstqK .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unNigZstqK .item-content {
    margin-left: 0;
  }
}
.cid-unNigZstqK .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unNigZstqK .item-title {
  color: #ffffff;
}
.cid-unNigZstqK .mbr-text,
.cid-unNigZstqK .item-icon {
  color: #ffffff;
}
.cid-unNigZstqK .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unNigZstqK .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unNigZstqK .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unNigZstqK .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unNigZstqK .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unNigZstqK .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unNigZstqK .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unNigZstqK .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unNigZstqK .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unNigZstqK .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unNigZstqK .article-column1 {
    padding-right: 16px;
  }
}
.cid-unNigZstqK .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unNigZstqK .article-column2 {
    padding-left: 16px;
  }
}
.cid-unNigZstqK .mbr-section-subtitle,
.cid-unNigZstqK .mbr-iconfont {
  color: #e082c5;
}
.cid-unNigZstqK .mbr-section-subtitle {
  color: #000000;
}
.cid-unNigZV3Wq {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNigZV3Wq p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNigZV3Wq .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNigZV3Wq .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNigZV3Wq .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNigZV3Wq .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNigZV3Wq .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNigZV3Wq .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNigZV3Wq .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNigZV3Wq .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNigZV3Wq .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNigZV3Wq .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNigZV3Wq .main-banner:before {
    display: none;
  }
  .cid-unNigZV3Wq .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNigZV3Wq .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNigZV3Wq H6 {
  color: #e43f3f;
}
.cid-unNigZV3Wq H2 {
  color: #000000;
}
.cid-unNigZV3Wq P {
  color: #000000;
}
.cid-unNih09RZO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unNih09RZO #footer {
  padding: 0 0 25px 0;
}
.cid-unNih09RZO #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unNih09RZO #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unNih09RZO #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unNih09RZO #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unNih09RZO #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unNih09RZO #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unNih09RZO #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unNih09RZO #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unNih09RZO #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unNih09RZO #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unNih09RZO #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unNih09RZO #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unNih09RZO #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unNih09RZO #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unNih09RZO #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unNih09RZO #footer .copyright {
  padding-top: 30px;
}
.cid-unNih09RZO ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unNih09RZO H4 {
  color: #000000;
  text-align: left;
}
.cid-unNih09RZO DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unNih09RZO P {
  color: #e43f3f;
  text-align: left;
}
.cid-unNih09RZO div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unNih09RZO .copyright a {
  text-decoration: none !important;
}
.cid-unNih09RZO .list,
.cid-unNih09RZO .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unNih09RZO ul li a {
  text-decoration: none !important;
}
.cid-unNih09RZO .list {
  color: #e43f3f;
}
.cid-unNjurTKP1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unNjurTKP1 nav.navbar {
  position: fixed;
}
.cid-unNjurTKP1 .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-unNjurTKP1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unNjurTKP1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unNjurTKP1 .dropdown-item:hover,
.cid-unNjurTKP1 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unNjurTKP1 .dropdown-item:hover span {
  color: white;
}
.cid-unNjurTKP1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unNjurTKP1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unNjurTKP1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unNjurTKP1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unNjurTKP1 .nav-link {
  position: relative;
}
.cid-unNjurTKP1 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unNjurTKP1 .container {
    flex-wrap: nowrap;
  }
}
.cid-unNjurTKP1 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unNjurTKP1 .dropdown-menu,
.cid-unNjurTKP1 .navbar.opened {
  background: #e43f3f !important;
}
.cid-unNjurTKP1 .nav-item:focus,
.cid-unNjurTKP1 .nav-link:focus {
  outline: none;
}
.cid-unNjurTKP1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unNjurTKP1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unNjurTKP1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unNjurTKP1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unNjurTKP1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unNjurTKP1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unNjurTKP1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unNjurTKP1 .navbar.opened {
  transition: all 0.3s;
}
.cid-unNjurTKP1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unNjurTKP1 .navbar .navbar-logo img {
  width: auto;
}
.cid-unNjurTKP1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unNjurTKP1 .navbar.collapsed {
  justify-content: center;
}
.cid-unNjurTKP1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unNjurTKP1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unNjurTKP1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unNjurTKP1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unNjurTKP1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unNjurTKP1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unNjurTKP1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unNjurTKP1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unNjurTKP1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unNjurTKP1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unNjurTKP1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unNjurTKP1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unNjurTKP1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unNjurTKP1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unNjurTKP1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unNjurTKP1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unNjurTKP1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unNjurTKP1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unNjurTKP1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unNjurTKP1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unNjurTKP1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unNjurTKP1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-unNjurTKP1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unNjurTKP1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unNjurTKP1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unNjurTKP1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unNjurTKP1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unNjurTKP1 .dropdown-item.active,
.cid-unNjurTKP1 .dropdown-item:active {
  background-color: transparent;
}
.cid-unNjurTKP1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unNjurTKP1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unNjurTKP1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unNjurTKP1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unNjurTKP1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unNjurTKP1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unNjurTKP1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unNjurTKP1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unNjurTKP1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unNjurTKP1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unNjurTKP1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unNjurTKP1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNjurTKP1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNjurTKP1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unNjurTKP1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNjurTKP1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unNjurTKP1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unNjurTKP1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNjurTKP1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unNjurTKP1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unNjurTKP1 .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-unNjurTKP1 .navbar {
    height: 70px;
  }
  .cid-unNjurTKP1 .navbar.opened {
    height: auto;
  }
  .cid-unNjurTKP1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unNjupYzFg {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNjupYzFg .row {
  flex-direction: row-reverse;
}
.cid-unNjupYzFg p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNjupYzFg .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNjupYzFg .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNjupYzFg .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNjupYzFg .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNjupYzFg .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNjupYzFg .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNjupYzFg .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNjupYzFg .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNjupYzFg .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNjupYzFg .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNjupYzFg .main-banner:before {
    display: none;
  }
  .cid-unNjupYzFg .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNjupYzFg .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNjupYzFg H6 {
  color: #e43f3f;
}
.cid-unNjupYzFg H2 {
  color: #000000;
}
.cid-unNjuqqhnJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unNjuqqhnJ .mbr-section-title {
  color: #000000;
}
.cid-unNjuqKgrt {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unNjuqKgrt .container {
  padding: 0 5%;
}
.cid-unNjuqKgrt #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNjuqKgrt #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unNjuqKgrt #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNjuqKgrt #expand-button:hover {
  background-color: #7787a5;
}
.cid-unNjuqKgrt .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unNjuqKgrt .item:focus,
.cid-unNjuqKgrt span:focus {
  outline: none;
}
.cid-unNjuqKgrt .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unNjuqKgrt .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unNjuqKgrt .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unNjuqKgrt .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unNjuqKgrt .item {
    padding: 1.5rem;
  }
}
.cid-unNjuqKgrt .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNjuqKgrt .item .item-icon {
    margin-top: 0;
  }
}
.cid-unNjuqKgrt .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unNjuqKgrt .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unNjuqKgrt .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unNjuqKgrt .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unNjuqKgrt .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNjuqKgrt .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unNjuqKgrt .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unNjuqKgrt .item-content {
    margin-left: 0;
  }
}
.cid-unNjuqKgrt .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unNjuqKgrt .item-title {
  color: #ffffff;
}
.cid-unNjuqKgrt .mbr-text,
.cid-unNjuqKgrt .item-icon {
  color: #ffffff;
}
.cid-unNjuqKgrt .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unNjuqKgrt .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unNjuqKgrt .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unNjuqKgrt .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unNjuqKgrt .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unNjuqKgrt .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unNjuqKgrt .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unNjuqKgrt .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unNjuqKgrt .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unNjuqKgrt .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unNjuqKgrt .article-column1 {
    padding-right: 16px;
  }
}
.cid-unNjuqKgrt .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unNjuqKgrt .article-column2 {
    padding-left: 16px;
  }
}
.cid-unNjuqKgrt .mbr-section-subtitle,
.cid-unNjuqKgrt .mbr-iconfont {
  color: #e082c5;
}
.cid-unNjuqKgrt .mbr-section-subtitle {
  color: #000000;
}
.cid-unNjuriz2Z {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNjuriz2Z p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNjuriz2Z .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNjuriz2Z .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNjuriz2Z .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNjuriz2Z .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNjuriz2Z .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNjuriz2Z .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNjuriz2Z .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNjuriz2Z .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNjuriz2Z .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNjuriz2Z .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNjuriz2Z .main-banner:before {
    display: none;
  }
  .cid-unNjuriz2Z .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNjuriz2Z .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNjuriz2Z H6 {
  color: #e43f3f;
}
.cid-unNjuriz2Z H2 {
  color: #000000;
}
.cid-unNjuriz2Z P {
  color: #000000;
}
.cid-unNjurzkIY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unNjurzkIY #footer {
  padding: 0 0 25px 0;
}
.cid-unNjurzkIY #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unNjurzkIY #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unNjurzkIY #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unNjurzkIY #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unNjurzkIY #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unNjurzkIY #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unNjurzkIY #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unNjurzkIY #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unNjurzkIY #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unNjurzkIY #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unNjurzkIY #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unNjurzkIY #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unNjurzkIY #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unNjurzkIY #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unNjurzkIY #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unNjurzkIY #footer .copyright {
  padding-top: 30px;
}
.cid-unNjurzkIY ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unNjurzkIY H4 {
  color: #000000;
  text-align: left;
}
.cid-unNjurzkIY DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unNjurzkIY P {
  color: #e43f3f;
  text-align: left;
}
.cid-unNjurzkIY div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unNjurzkIY .copyright a {
  text-decoration: none !important;
}
.cid-unNjurzkIY .list,
.cid-unNjurzkIY .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unNjurzkIY ul li a {
  text-decoration: none !important;
}
.cid-unNjurzkIY .list {
  color: #e43f3f;
}
.cid-unNjQ37W3T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unNjQ37W3T nav.navbar {
  position: fixed;
}
.cid-unNjQ37W3T .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-unNjQ37W3T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unNjQ37W3T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unNjQ37W3T .dropdown-item:hover,
.cid-unNjQ37W3T .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unNjQ37W3T .dropdown-item:hover span {
  color: white;
}
.cid-unNjQ37W3T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unNjQ37W3T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unNjQ37W3T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unNjQ37W3T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unNjQ37W3T .nav-link {
  position: relative;
}
.cid-unNjQ37W3T .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unNjQ37W3T .container {
    flex-wrap: nowrap;
  }
}
.cid-unNjQ37W3T .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unNjQ37W3T .dropdown-menu,
.cid-unNjQ37W3T .navbar.opened {
  background: #e43f3f !important;
}
.cid-unNjQ37W3T .nav-item:focus,
.cid-unNjQ37W3T .nav-link:focus {
  outline: none;
}
.cid-unNjQ37W3T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unNjQ37W3T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unNjQ37W3T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unNjQ37W3T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unNjQ37W3T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unNjQ37W3T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unNjQ37W3T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unNjQ37W3T .navbar.opened {
  transition: all 0.3s;
}
.cid-unNjQ37W3T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unNjQ37W3T .navbar .navbar-logo img {
  width: auto;
}
.cid-unNjQ37W3T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unNjQ37W3T .navbar.collapsed {
  justify-content: center;
}
.cid-unNjQ37W3T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unNjQ37W3T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unNjQ37W3T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unNjQ37W3T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unNjQ37W3T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unNjQ37W3T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unNjQ37W3T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unNjQ37W3T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unNjQ37W3T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unNjQ37W3T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unNjQ37W3T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unNjQ37W3T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unNjQ37W3T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unNjQ37W3T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unNjQ37W3T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unNjQ37W3T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unNjQ37W3T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unNjQ37W3T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unNjQ37W3T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unNjQ37W3T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unNjQ37W3T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unNjQ37W3T .navbar.navbar-short {
  min-height: 60px;
}
.cid-unNjQ37W3T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unNjQ37W3T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unNjQ37W3T .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unNjQ37W3T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unNjQ37W3T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unNjQ37W3T .dropdown-item.active,
.cid-unNjQ37W3T .dropdown-item:active {
  background-color: transparent;
}
.cid-unNjQ37W3T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unNjQ37W3T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unNjQ37W3T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unNjQ37W3T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unNjQ37W3T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unNjQ37W3T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unNjQ37W3T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unNjQ37W3T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unNjQ37W3T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unNjQ37W3T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unNjQ37W3T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unNjQ37W3T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNjQ37W3T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNjQ37W3T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unNjQ37W3T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNjQ37W3T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unNjQ37W3T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unNjQ37W3T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNjQ37W3T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unNjQ37W3T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unNjQ37W3T .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-unNjQ37W3T .navbar {
    height: 70px;
  }
  .cid-unNjQ37W3T .navbar.opened {
    height: auto;
  }
  .cid-unNjQ37W3T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unNjQ14QZC {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNjQ14QZC .row {
  flex-direction: row-reverse;
}
.cid-unNjQ14QZC p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNjQ14QZC .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNjQ14QZC .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNjQ14QZC .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNjQ14QZC .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNjQ14QZC .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNjQ14QZC .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNjQ14QZC .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNjQ14QZC .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNjQ14QZC .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNjQ14QZC .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNjQ14QZC .main-banner:before {
    display: none;
  }
  .cid-unNjQ14QZC .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNjQ14QZC .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNjQ14QZC H6 {
  color: #e43f3f;
}
.cid-unNjQ14QZC H2 {
  color: #000000;
}
.cid-unNjQ1CZmu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unNjQ1CZmu .mbr-section-title {
  color: #000000;
}
.cid-unNjQ1XHPu {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unNjQ1XHPu .container {
  padding: 0 5%;
}
.cid-unNjQ1XHPu #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNjQ1XHPu #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unNjQ1XHPu #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNjQ1XHPu #expand-button:hover {
  background-color: #7787a5;
}
.cid-unNjQ1XHPu .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unNjQ1XHPu .item:focus,
.cid-unNjQ1XHPu span:focus {
  outline: none;
}
.cid-unNjQ1XHPu .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unNjQ1XHPu .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unNjQ1XHPu .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unNjQ1XHPu .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unNjQ1XHPu .item {
    padding: 1.5rem;
  }
}
.cid-unNjQ1XHPu .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNjQ1XHPu .item .item-icon {
    margin-top: 0;
  }
}
.cid-unNjQ1XHPu .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unNjQ1XHPu .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unNjQ1XHPu .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unNjQ1XHPu .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unNjQ1XHPu .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNjQ1XHPu .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unNjQ1XHPu .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unNjQ1XHPu .item-content {
    margin-left: 0;
  }
}
.cid-unNjQ1XHPu .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unNjQ1XHPu .item-title {
  color: #ffffff;
}
.cid-unNjQ1XHPu .mbr-text,
.cid-unNjQ1XHPu .item-icon {
  color: #ffffff;
}
.cid-unNjQ1XHPu .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unNjQ1XHPu .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unNjQ1XHPu .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unNjQ1XHPu .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unNjQ1XHPu .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unNjQ1XHPu .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unNjQ1XHPu .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unNjQ1XHPu .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unNjQ1XHPu .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unNjQ1XHPu .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unNjQ1XHPu .article-column1 {
    padding-right: 16px;
  }
}
.cid-unNjQ1XHPu .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unNjQ1XHPu .article-column2 {
    padding-left: 16px;
  }
}
.cid-unNjQ1XHPu .mbr-section-subtitle,
.cid-unNjQ1XHPu .mbr-iconfont {
  color: #e082c5;
}
.cid-unNjQ1XHPu .mbr-section-subtitle {
  color: #000000;
}
.cid-unNjQ2v3wX {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNjQ2v3wX p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNjQ2v3wX .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNjQ2v3wX .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNjQ2v3wX .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNjQ2v3wX .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNjQ2v3wX .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNjQ2v3wX .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNjQ2v3wX .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNjQ2v3wX .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNjQ2v3wX .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNjQ2v3wX .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNjQ2v3wX .main-banner:before {
    display: none;
  }
  .cid-unNjQ2v3wX .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNjQ2v3wX .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNjQ2v3wX H6 {
  color: #e43f3f;
}
.cid-unNjQ2v3wX H2 {
  color: #000000;
}
.cid-unNjQ2v3wX P {
  color: #000000;
}
.cid-unNjQ2LVBX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unNjQ2LVBX #footer {
  padding: 0 0 25px 0;
}
.cid-unNjQ2LVBX #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unNjQ2LVBX #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unNjQ2LVBX #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unNjQ2LVBX #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unNjQ2LVBX #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unNjQ2LVBX #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unNjQ2LVBX #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unNjQ2LVBX #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unNjQ2LVBX #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unNjQ2LVBX #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unNjQ2LVBX #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unNjQ2LVBX #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unNjQ2LVBX #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unNjQ2LVBX #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unNjQ2LVBX #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unNjQ2LVBX #footer .copyright {
  padding-top: 30px;
}
.cid-unNjQ2LVBX ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unNjQ2LVBX H4 {
  color: #000000;
  text-align: left;
}
.cid-unNjQ2LVBX DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unNjQ2LVBX P {
  color: #e43f3f;
  text-align: left;
}
.cid-unNjQ2LVBX div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unNjQ2LVBX .copyright a {
  text-decoration: none !important;
}
.cid-unNjQ2LVBX .list,
.cid-unNjQ2LVBX .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unNjQ2LVBX ul li a {
  text-decoration: none !important;
}
.cid-unNjQ2LVBX .list {
  color: #e43f3f;
}
.cid-unNkcVYyuj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unNkcVYyuj nav.navbar {
  position: fixed;
}
.cid-unNkcVYyuj .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-unNkcVYyuj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unNkcVYyuj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unNkcVYyuj .dropdown-item:hover,
.cid-unNkcVYyuj .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unNkcVYyuj .dropdown-item:hover span {
  color: white;
}
.cid-unNkcVYyuj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unNkcVYyuj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unNkcVYyuj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unNkcVYyuj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unNkcVYyuj .nav-link {
  position: relative;
}
.cid-unNkcVYyuj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unNkcVYyuj .container {
    flex-wrap: nowrap;
  }
}
.cid-unNkcVYyuj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unNkcVYyuj .dropdown-menu,
.cid-unNkcVYyuj .navbar.opened {
  background: #e43f3f !important;
}
.cid-unNkcVYyuj .nav-item:focus,
.cid-unNkcVYyuj .nav-link:focus {
  outline: none;
}
.cid-unNkcVYyuj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unNkcVYyuj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unNkcVYyuj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unNkcVYyuj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unNkcVYyuj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unNkcVYyuj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unNkcVYyuj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unNkcVYyuj .navbar.opened {
  transition: all 0.3s;
}
.cid-unNkcVYyuj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unNkcVYyuj .navbar .navbar-logo img {
  width: auto;
}
.cid-unNkcVYyuj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unNkcVYyuj .navbar.collapsed {
  justify-content: center;
}
.cid-unNkcVYyuj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unNkcVYyuj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unNkcVYyuj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unNkcVYyuj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unNkcVYyuj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unNkcVYyuj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unNkcVYyuj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unNkcVYyuj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unNkcVYyuj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unNkcVYyuj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unNkcVYyuj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unNkcVYyuj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unNkcVYyuj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unNkcVYyuj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unNkcVYyuj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unNkcVYyuj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unNkcVYyuj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unNkcVYyuj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unNkcVYyuj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unNkcVYyuj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unNkcVYyuj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unNkcVYyuj .navbar.navbar-short {
  min-height: 60px;
}
.cid-unNkcVYyuj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unNkcVYyuj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unNkcVYyuj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unNkcVYyuj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unNkcVYyuj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unNkcVYyuj .dropdown-item.active,
.cid-unNkcVYyuj .dropdown-item:active {
  background-color: transparent;
}
.cid-unNkcVYyuj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unNkcVYyuj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unNkcVYyuj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unNkcVYyuj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unNkcVYyuj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unNkcVYyuj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unNkcVYyuj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unNkcVYyuj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unNkcVYyuj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unNkcVYyuj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unNkcVYyuj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unNkcVYyuj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNkcVYyuj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNkcVYyuj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unNkcVYyuj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNkcVYyuj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unNkcVYyuj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unNkcVYyuj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNkcVYyuj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unNkcVYyuj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unNkcVYyuj .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-unNkcVYyuj .navbar {
    height: 70px;
  }
  .cid-unNkcVYyuj .navbar.opened {
    height: auto;
  }
  .cid-unNkcVYyuj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unNkcUa6qq {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNkcUa6qq .row {
  flex-direction: row-reverse;
}
.cid-unNkcUa6qq p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNkcUa6qq .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNkcUa6qq .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNkcUa6qq .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNkcUa6qq .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNkcUa6qq .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNkcUa6qq .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNkcUa6qq .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNkcUa6qq .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNkcUa6qq .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNkcUa6qq .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNkcUa6qq .main-banner:before {
    display: none;
  }
  .cid-unNkcUa6qq .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNkcUa6qq .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNkcUa6qq H6 {
  color: #e43f3f;
}
.cid-unNkcUa6qq H2 {
  color: #000000;
}
.cid-unNkcUCSSB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unNkcUCSSB .mbr-section-title {
  color: #000000;
}
.cid-unNkcUWq7E {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unNkcUWq7E .container {
  padding: 0 5%;
}
.cid-unNkcUWq7E #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNkcUWq7E #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unNkcUWq7E #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNkcUWq7E #expand-button:hover {
  background-color: #7787a5;
}
.cid-unNkcUWq7E .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unNkcUWq7E .item:focus,
.cid-unNkcUWq7E span:focus {
  outline: none;
}
.cid-unNkcUWq7E .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unNkcUWq7E .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unNkcUWq7E .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unNkcUWq7E .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unNkcUWq7E .item {
    padding: 1.5rem;
  }
}
.cid-unNkcUWq7E .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNkcUWq7E .item .item-icon {
    margin-top: 0;
  }
}
.cid-unNkcUWq7E .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unNkcUWq7E .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unNkcUWq7E .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unNkcUWq7E .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unNkcUWq7E .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNkcUWq7E .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unNkcUWq7E .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unNkcUWq7E .item-content {
    margin-left: 0;
  }
}
.cid-unNkcUWq7E .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unNkcUWq7E .item-title {
  color: #ffffff;
}
.cid-unNkcUWq7E .mbr-text,
.cid-unNkcUWq7E .item-icon {
  color: #ffffff;
}
.cid-unNkcUWq7E .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unNkcUWq7E .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unNkcUWq7E .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unNkcUWq7E .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unNkcUWq7E .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unNkcUWq7E .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unNkcUWq7E .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unNkcUWq7E .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unNkcUWq7E .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unNkcUWq7E .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unNkcUWq7E .article-column1 {
    padding-right: 16px;
  }
}
.cid-unNkcUWq7E .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unNkcUWq7E .article-column2 {
    padding-left: 16px;
  }
}
.cid-unNkcUWq7E .mbr-section-subtitle,
.cid-unNkcUWq7E .mbr-iconfont {
  color: #e082c5;
}
.cid-unNkcUWq7E .mbr-section-subtitle {
  color: #000000;
}
.cid-unNkcVqGCr {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNkcVqGCr p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNkcVqGCr .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNkcVqGCr .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNkcVqGCr .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNkcVqGCr .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNkcVqGCr .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNkcVqGCr .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNkcVqGCr .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNkcVqGCr .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNkcVqGCr .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNkcVqGCr .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNkcVqGCr .main-banner:before {
    display: none;
  }
  .cid-unNkcVqGCr .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNkcVqGCr .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNkcVqGCr H6 {
  color: #e43f3f;
}
.cid-unNkcVqGCr H2 {
  color: #000000;
}
.cid-unNkcVqGCr P {
  color: #000000;
}
.cid-unNkcVEKbI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unNkcVEKbI #footer {
  padding: 0 0 25px 0;
}
.cid-unNkcVEKbI #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unNkcVEKbI #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unNkcVEKbI #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unNkcVEKbI #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unNkcVEKbI #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unNkcVEKbI #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unNkcVEKbI #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unNkcVEKbI #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unNkcVEKbI #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unNkcVEKbI #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unNkcVEKbI #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unNkcVEKbI #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unNkcVEKbI #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unNkcVEKbI #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unNkcVEKbI #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unNkcVEKbI #footer .copyright {
  padding-top: 30px;
}
.cid-unNkcVEKbI ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unNkcVEKbI H4 {
  color: #000000;
  text-align: left;
}
.cid-unNkcVEKbI DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unNkcVEKbI P {
  color: #e43f3f;
  text-align: left;
}
.cid-unNkcVEKbI div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unNkcVEKbI .copyright a {
  text-decoration: none !important;
}
.cid-unNkcVEKbI .list,
.cid-unNkcVEKbI .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unNkcVEKbI ul li a {
  text-decoration: none !important;
}
.cid-unNkcVEKbI .list {
  color: #e43f3f;
}
.cid-unNkwbh2Ur {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unNkwbh2Ur nav.navbar {
  position: fixed;
}
.cid-unNkwbh2Ur .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-unNkwbh2Ur .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unNkwbh2Ur .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unNkwbh2Ur .dropdown-item:hover,
.cid-unNkwbh2Ur .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unNkwbh2Ur .dropdown-item:hover span {
  color: white;
}
.cid-unNkwbh2Ur .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unNkwbh2Ur .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unNkwbh2Ur .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unNkwbh2Ur .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unNkwbh2Ur .nav-link {
  position: relative;
}
.cid-unNkwbh2Ur .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unNkwbh2Ur .container {
    flex-wrap: nowrap;
  }
}
.cid-unNkwbh2Ur .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unNkwbh2Ur .dropdown-menu,
.cid-unNkwbh2Ur .navbar.opened {
  background: #e43f3f !important;
}
.cid-unNkwbh2Ur .nav-item:focus,
.cid-unNkwbh2Ur .nav-link:focus {
  outline: none;
}
.cid-unNkwbh2Ur .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unNkwbh2Ur .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unNkwbh2Ur .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unNkwbh2Ur .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unNkwbh2Ur .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unNkwbh2Ur .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unNkwbh2Ur .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unNkwbh2Ur .navbar.opened {
  transition: all 0.3s;
}
.cid-unNkwbh2Ur .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unNkwbh2Ur .navbar .navbar-logo img {
  width: auto;
}
.cid-unNkwbh2Ur .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unNkwbh2Ur .navbar.collapsed {
  justify-content: center;
}
.cid-unNkwbh2Ur .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unNkwbh2Ur .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unNkwbh2Ur .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unNkwbh2Ur .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unNkwbh2Ur .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unNkwbh2Ur .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unNkwbh2Ur .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unNkwbh2Ur .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unNkwbh2Ur .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unNkwbh2Ur .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unNkwbh2Ur .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unNkwbh2Ur .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unNkwbh2Ur .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unNkwbh2Ur .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unNkwbh2Ur .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unNkwbh2Ur .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unNkwbh2Ur .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unNkwbh2Ur .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unNkwbh2Ur .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unNkwbh2Ur .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unNkwbh2Ur .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unNkwbh2Ur .navbar.navbar-short {
  min-height: 60px;
}
.cid-unNkwbh2Ur .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unNkwbh2Ur .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unNkwbh2Ur .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unNkwbh2Ur .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unNkwbh2Ur .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unNkwbh2Ur .dropdown-item.active,
.cid-unNkwbh2Ur .dropdown-item:active {
  background-color: transparent;
}
.cid-unNkwbh2Ur .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unNkwbh2Ur .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unNkwbh2Ur .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unNkwbh2Ur .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unNkwbh2Ur .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unNkwbh2Ur .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unNkwbh2Ur ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unNkwbh2Ur .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unNkwbh2Ur button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unNkwbh2Ur button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unNkwbh2Ur button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unNkwbh2Ur button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNkwbh2Ur button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNkwbh2Ur button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unNkwbh2Ur nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNkwbh2Ur nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unNkwbh2Ur nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unNkwbh2Ur nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNkwbh2Ur .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unNkwbh2Ur a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unNkwbh2Ur .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-unNkwbh2Ur .navbar {
    height: 70px;
  }
  .cid-unNkwbh2Ur .navbar.opened {
    height: auto;
  }
  .cid-unNkwbh2Ur .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unNkw9wihS {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNkw9wihS .row {
  flex-direction: row-reverse;
}
.cid-unNkw9wihS p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNkw9wihS .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNkw9wihS .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNkw9wihS .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNkw9wihS .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNkw9wihS .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNkw9wihS .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNkw9wihS .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNkw9wihS .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNkw9wihS .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNkw9wihS .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNkw9wihS .main-banner:before {
    display: none;
  }
  .cid-unNkw9wihS .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNkw9wihS .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNkw9wihS H6 {
  color: #e43f3f;
}
.cid-unNkw9wihS H2 {
  color: #000000;
}
.cid-unNkw9WE6E {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unNkw9WE6E .mbr-section-title {
  color: #000000;
}
.cid-unNkwaf0GU {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unNkwaf0GU .container {
  padding: 0 5%;
}
.cid-unNkwaf0GU #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNkwaf0GU #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unNkwaf0GU #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNkwaf0GU #expand-button:hover {
  background-color: #7787a5;
}
.cid-unNkwaf0GU .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unNkwaf0GU .item:focus,
.cid-unNkwaf0GU span:focus {
  outline: none;
}
.cid-unNkwaf0GU .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unNkwaf0GU .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unNkwaf0GU .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unNkwaf0GU .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unNkwaf0GU .item {
    padding: 1.5rem;
  }
}
.cid-unNkwaf0GU .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNkwaf0GU .item .item-icon {
    margin-top: 0;
  }
}
.cid-unNkwaf0GU .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unNkwaf0GU .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unNkwaf0GU .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unNkwaf0GU .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unNkwaf0GU .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNkwaf0GU .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unNkwaf0GU .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unNkwaf0GU .item-content {
    margin-left: 0;
  }
}
.cid-unNkwaf0GU .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unNkwaf0GU .item-title {
  color: #ffffff;
}
.cid-unNkwaf0GU .mbr-text,
.cid-unNkwaf0GU .item-icon {
  color: #ffffff;
}
.cid-unNkwaf0GU .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unNkwaf0GU .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unNkwaf0GU .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unNkwaf0GU .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unNkwaf0GU .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unNkwaf0GU .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unNkwaf0GU .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unNkwaf0GU .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unNkwaf0GU .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unNkwaf0GU .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unNkwaf0GU .article-column1 {
    padding-right: 16px;
  }
}
.cid-unNkwaf0GU .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unNkwaf0GU .article-column2 {
    padding-left: 16px;
  }
}
.cid-unNkwaf0GU .mbr-section-subtitle,
.cid-unNkwaf0GU .mbr-iconfont {
  color: #e082c5;
}
.cid-unNkwaf0GU .mbr-section-subtitle {
  color: #000000;
}
.cid-unNkwaJgba {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNkwaJgba p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNkwaJgba .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNkwaJgba .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNkwaJgba .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNkwaJgba .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNkwaJgba .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNkwaJgba .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNkwaJgba .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNkwaJgba .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNkwaJgba .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNkwaJgba .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNkwaJgba .main-banner:before {
    display: none;
  }
  .cid-unNkwaJgba .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNkwaJgba .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNkwaJgba H6 {
  color: #e43f3f;
}
.cid-unNkwaJgba H2 {
  color: #000000;
}
.cid-unNkwaJgba P {
  color: #000000;
}
.cid-unNkwaWzQT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unNkwaWzQT #footer {
  padding: 0 0 25px 0;
}
.cid-unNkwaWzQT #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unNkwaWzQT #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unNkwaWzQT #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unNkwaWzQT #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unNkwaWzQT #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unNkwaWzQT #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unNkwaWzQT #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unNkwaWzQT #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unNkwaWzQT #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unNkwaWzQT #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unNkwaWzQT #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unNkwaWzQT #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unNkwaWzQT #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unNkwaWzQT #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unNkwaWzQT #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unNkwaWzQT #footer .copyright {
  padding-top: 30px;
}
.cid-unNkwaWzQT ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unNkwaWzQT H4 {
  color: #000000;
  text-align: left;
}
.cid-unNkwaWzQT DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unNkwaWzQT P {
  color: #e43f3f;
  text-align: left;
}
.cid-unNkwaWzQT div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unNkwaWzQT .copyright a {
  text-decoration: none !important;
}
.cid-unNkwaWzQT .list,
.cid-unNkwaWzQT .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unNkwaWzQT ul li a {
  text-decoration: none !important;
}
.cid-unNkwaWzQT .list {
  color: #e43f3f;
}
.cid-unNkLx8FGL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unNkLx8FGL nav.navbar {
  position: fixed;
}
.cid-unNkLx8FGL .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-unNkLx8FGL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unNkLx8FGL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unNkLx8FGL .dropdown-item:hover,
.cid-unNkLx8FGL .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unNkLx8FGL .dropdown-item:hover span {
  color: white;
}
.cid-unNkLx8FGL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unNkLx8FGL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unNkLx8FGL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unNkLx8FGL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unNkLx8FGL .nav-link {
  position: relative;
}
.cid-unNkLx8FGL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unNkLx8FGL .container {
    flex-wrap: nowrap;
  }
}
.cid-unNkLx8FGL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unNkLx8FGL .dropdown-menu,
.cid-unNkLx8FGL .navbar.opened {
  background: #e43f3f !important;
}
.cid-unNkLx8FGL .nav-item:focus,
.cid-unNkLx8FGL .nav-link:focus {
  outline: none;
}
.cid-unNkLx8FGL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unNkLx8FGL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unNkLx8FGL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unNkLx8FGL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unNkLx8FGL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unNkLx8FGL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unNkLx8FGL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unNkLx8FGL .navbar.opened {
  transition: all 0.3s;
}
.cid-unNkLx8FGL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unNkLx8FGL .navbar .navbar-logo img {
  width: auto;
}
.cid-unNkLx8FGL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unNkLx8FGL .navbar.collapsed {
  justify-content: center;
}
.cid-unNkLx8FGL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unNkLx8FGL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unNkLx8FGL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unNkLx8FGL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unNkLx8FGL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unNkLx8FGL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unNkLx8FGL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unNkLx8FGL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unNkLx8FGL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unNkLx8FGL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unNkLx8FGL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unNkLx8FGL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unNkLx8FGL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unNkLx8FGL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unNkLx8FGL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unNkLx8FGL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unNkLx8FGL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unNkLx8FGL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unNkLx8FGL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unNkLx8FGL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unNkLx8FGL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unNkLx8FGL .navbar.navbar-short {
  min-height: 60px;
}
.cid-unNkLx8FGL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unNkLx8FGL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unNkLx8FGL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unNkLx8FGL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unNkLx8FGL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unNkLx8FGL .dropdown-item.active,
.cid-unNkLx8FGL .dropdown-item:active {
  background-color: transparent;
}
.cid-unNkLx8FGL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unNkLx8FGL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unNkLx8FGL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unNkLx8FGL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unNkLx8FGL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unNkLx8FGL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unNkLx8FGL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unNkLx8FGL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unNkLx8FGL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unNkLx8FGL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unNkLx8FGL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unNkLx8FGL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNkLx8FGL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNkLx8FGL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unNkLx8FGL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNkLx8FGL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unNkLx8FGL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unNkLx8FGL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNkLx8FGL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unNkLx8FGL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unNkLx8FGL .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-unNkLx8FGL .navbar {
    height: 70px;
  }
  .cid-unNkLx8FGL .navbar.opened {
    height: auto;
  }
  .cid-unNkLx8FGL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unNkLvjqLP {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNkLvjqLP .row {
  flex-direction: row-reverse;
}
.cid-unNkLvjqLP p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNkLvjqLP .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNkLvjqLP .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNkLvjqLP .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNkLvjqLP .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNkLvjqLP .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNkLvjqLP .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNkLvjqLP .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNkLvjqLP .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNkLvjqLP .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNkLvjqLP .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNkLvjqLP .main-banner:before {
    display: none;
  }
  .cid-unNkLvjqLP .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNkLvjqLP .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNkLvjqLP H6 {
  color: #e43f3f;
}
.cid-unNkLvjqLP H2 {
  color: #000000;
}
.cid-unNkLvLjAx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unNkLvLjAx .mbr-section-title {
  color: #000000;
}
.cid-unNkLw4l2t {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unNkLw4l2t .container {
  padding: 0 5%;
}
.cid-unNkLw4l2t #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNkLw4l2t #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unNkLw4l2t #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNkLw4l2t #expand-button:hover {
  background-color: #7787a5;
}
.cid-unNkLw4l2t .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unNkLw4l2t .item:focus,
.cid-unNkLw4l2t span:focus {
  outline: none;
}
.cid-unNkLw4l2t .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unNkLw4l2t .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unNkLw4l2t .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unNkLw4l2t .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unNkLw4l2t .item {
    padding: 1.5rem;
  }
}
.cid-unNkLw4l2t .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNkLw4l2t .item .item-icon {
    margin-top: 0;
  }
}
.cid-unNkLw4l2t .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unNkLw4l2t .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unNkLw4l2t .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unNkLw4l2t .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unNkLw4l2t .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNkLw4l2t .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unNkLw4l2t .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unNkLw4l2t .item-content {
    margin-left: 0;
  }
}
.cid-unNkLw4l2t .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unNkLw4l2t .item-title {
  color: #ffffff;
}
.cid-unNkLw4l2t .mbr-text,
.cid-unNkLw4l2t .item-icon {
  color: #ffffff;
}
.cid-unNkLw4l2t .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unNkLw4l2t .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unNkLw4l2t .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unNkLw4l2t .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unNkLw4l2t .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unNkLw4l2t .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unNkLw4l2t .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unNkLw4l2t .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unNkLw4l2t .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unNkLw4l2t .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unNkLw4l2t .article-column1 {
    padding-right: 16px;
  }
}
.cid-unNkLw4l2t .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unNkLw4l2t .article-column2 {
    padding-left: 16px;
  }
}
.cid-unNkLw4l2t .mbr-section-subtitle,
.cid-unNkLw4l2t .mbr-iconfont {
  color: #e082c5;
}
.cid-unNkLw4l2t .mbr-section-subtitle {
  color: #000000;
}
.cid-unNkLwzcOJ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNkLwzcOJ p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNkLwzcOJ .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNkLwzcOJ .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNkLwzcOJ .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNkLwzcOJ .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNkLwzcOJ .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNkLwzcOJ .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNkLwzcOJ .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNkLwzcOJ .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNkLwzcOJ .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNkLwzcOJ .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNkLwzcOJ .main-banner:before {
    display: none;
  }
  .cid-unNkLwzcOJ .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNkLwzcOJ .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNkLwzcOJ H6 {
  color: #e43f3f;
}
.cid-unNkLwzcOJ H2 {
  color: #000000;
}
.cid-unNkLwzcOJ P {
  color: #000000;
}
.cid-unNkLwNkMU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unNkLwNkMU #footer {
  padding: 0 0 25px 0;
}
.cid-unNkLwNkMU #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unNkLwNkMU #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unNkLwNkMU #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unNkLwNkMU #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unNkLwNkMU #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unNkLwNkMU #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unNkLwNkMU #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unNkLwNkMU #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unNkLwNkMU #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unNkLwNkMU #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unNkLwNkMU #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unNkLwNkMU #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unNkLwNkMU #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unNkLwNkMU #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unNkLwNkMU #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unNkLwNkMU #footer .copyright {
  padding-top: 30px;
}
.cid-unNkLwNkMU ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unNkLwNkMU H4 {
  color: #000000;
  text-align: left;
}
.cid-unNkLwNkMU DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unNkLwNkMU P {
  color: #e43f3f;
  text-align: left;
}
.cid-unNkLwNkMU div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unNkLwNkMU .copyright a {
  text-decoration: none !important;
}
.cid-unNkLwNkMU .list,
.cid-unNkLwNkMU .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unNkLwNkMU ul li a {
  text-decoration: none !important;
}
.cid-unNkLwNkMU .list {
  color: #e43f3f;
}
.cid-unNlp4EfCD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unNlp4EfCD nav.navbar {
  position: fixed;
}
.cid-unNlp4EfCD .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-unNlp4EfCD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unNlp4EfCD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unNlp4EfCD .dropdown-item:hover,
.cid-unNlp4EfCD .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unNlp4EfCD .dropdown-item:hover span {
  color: white;
}
.cid-unNlp4EfCD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unNlp4EfCD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unNlp4EfCD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unNlp4EfCD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unNlp4EfCD .nav-link {
  position: relative;
}
.cid-unNlp4EfCD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unNlp4EfCD .container {
    flex-wrap: nowrap;
  }
}
.cid-unNlp4EfCD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unNlp4EfCD .dropdown-menu,
.cid-unNlp4EfCD .navbar.opened {
  background: #e43f3f !important;
}
.cid-unNlp4EfCD .nav-item:focus,
.cid-unNlp4EfCD .nav-link:focus {
  outline: none;
}
.cid-unNlp4EfCD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unNlp4EfCD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unNlp4EfCD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unNlp4EfCD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unNlp4EfCD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unNlp4EfCD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unNlp4EfCD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unNlp4EfCD .navbar.opened {
  transition: all 0.3s;
}
.cid-unNlp4EfCD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unNlp4EfCD .navbar .navbar-logo img {
  width: auto;
}
.cid-unNlp4EfCD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unNlp4EfCD .navbar.collapsed {
  justify-content: center;
}
.cid-unNlp4EfCD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unNlp4EfCD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unNlp4EfCD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unNlp4EfCD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unNlp4EfCD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unNlp4EfCD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unNlp4EfCD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unNlp4EfCD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unNlp4EfCD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unNlp4EfCD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unNlp4EfCD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unNlp4EfCD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unNlp4EfCD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unNlp4EfCD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unNlp4EfCD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unNlp4EfCD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unNlp4EfCD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unNlp4EfCD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unNlp4EfCD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unNlp4EfCD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unNlp4EfCD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unNlp4EfCD .navbar.navbar-short {
  min-height: 60px;
}
.cid-unNlp4EfCD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unNlp4EfCD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unNlp4EfCD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unNlp4EfCD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unNlp4EfCD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unNlp4EfCD .dropdown-item.active,
.cid-unNlp4EfCD .dropdown-item:active {
  background-color: transparent;
}
.cid-unNlp4EfCD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unNlp4EfCD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unNlp4EfCD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unNlp4EfCD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unNlp4EfCD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unNlp4EfCD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unNlp4EfCD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unNlp4EfCD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unNlp4EfCD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unNlp4EfCD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unNlp4EfCD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unNlp4EfCD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNlp4EfCD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNlp4EfCD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unNlp4EfCD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNlp4EfCD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unNlp4EfCD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unNlp4EfCD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNlp4EfCD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unNlp4EfCD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unNlp4EfCD .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-unNlp4EfCD .navbar {
    height: 70px;
  }
  .cid-unNlp4EfCD .navbar.opened {
    height: auto;
  }
  .cid-unNlp4EfCD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unNlp2TAlB {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNlp2TAlB .row {
  flex-direction: row-reverse;
}
.cid-unNlp2TAlB p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNlp2TAlB .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNlp2TAlB .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNlp2TAlB .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNlp2TAlB .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNlp2TAlB .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNlp2TAlB .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNlp2TAlB .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNlp2TAlB .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNlp2TAlB .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNlp2TAlB .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNlp2TAlB .main-banner:before {
    display: none;
  }
  .cid-unNlp2TAlB .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNlp2TAlB .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNlp2TAlB H6 {
  color: #e43f3f;
}
.cid-unNlp2TAlB H2 {
  color: #000000;
}
.cid-unNlp3j4Nf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unNlp3j4Nf .mbr-section-title {
  color: #000000;
}
.cid-unNlp3Az7H {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unNlp3Az7H .container {
  padding: 0 5%;
}
.cid-unNlp3Az7H #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNlp3Az7H #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unNlp3Az7H #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNlp3Az7H #expand-button:hover {
  background-color: #7787a5;
}
.cid-unNlp3Az7H .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unNlp3Az7H .item:focus,
.cid-unNlp3Az7H span:focus {
  outline: none;
}
.cid-unNlp3Az7H .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unNlp3Az7H .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unNlp3Az7H .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unNlp3Az7H .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unNlp3Az7H .item {
    padding: 1.5rem;
  }
}
.cid-unNlp3Az7H .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNlp3Az7H .item .item-icon {
    margin-top: 0;
  }
}
.cid-unNlp3Az7H .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unNlp3Az7H .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unNlp3Az7H .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unNlp3Az7H .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unNlp3Az7H .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNlp3Az7H .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unNlp3Az7H .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unNlp3Az7H .item-content {
    margin-left: 0;
  }
}
.cid-unNlp3Az7H .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unNlp3Az7H .item-title {
  color: #ffffff;
}
.cid-unNlp3Az7H .mbr-text,
.cid-unNlp3Az7H .item-icon {
  color: #ffffff;
}
.cid-unNlp3Az7H .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unNlp3Az7H .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unNlp3Az7H .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unNlp3Az7H .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unNlp3Az7H .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unNlp3Az7H .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unNlp3Az7H .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unNlp3Az7H .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unNlp3Az7H .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unNlp3Az7H .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unNlp3Az7H .article-column1 {
    padding-right: 16px;
  }
}
.cid-unNlp3Az7H .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unNlp3Az7H .article-column2 {
    padding-left: 16px;
  }
}
.cid-unNlp3Az7H .mbr-section-subtitle,
.cid-unNlp3Az7H .mbr-iconfont {
  color: #e082c5;
}
.cid-unNlp3Az7H .mbr-section-subtitle {
  color: #000000;
}
.cid-unNlp45ras {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNlp45ras p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNlp45ras .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNlp45ras .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNlp45ras .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNlp45ras .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNlp45ras .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNlp45ras .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNlp45ras .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNlp45ras .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNlp45ras .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNlp45ras .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNlp45ras .main-banner:before {
    display: none;
  }
  .cid-unNlp45ras .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNlp45ras .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNlp45ras H6 {
  color: #e43f3f;
}
.cid-unNlp45ras H2 {
  color: #000000;
}
.cid-unNlp45ras P {
  color: #000000;
}
.cid-unNlp4jedy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unNlp4jedy #footer {
  padding: 0 0 25px 0;
}
.cid-unNlp4jedy #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unNlp4jedy #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unNlp4jedy #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unNlp4jedy #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unNlp4jedy #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unNlp4jedy #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unNlp4jedy #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unNlp4jedy #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unNlp4jedy #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unNlp4jedy #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unNlp4jedy #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unNlp4jedy #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unNlp4jedy #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unNlp4jedy #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unNlp4jedy #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unNlp4jedy #footer .copyright {
  padding-top: 30px;
}
.cid-unNlp4jedy ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unNlp4jedy H4 {
  color: #000000;
  text-align: left;
}
.cid-unNlp4jedy DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unNlp4jedy P {
  color: #e43f3f;
  text-align: left;
}
.cid-unNlp4jedy div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unNlp4jedy .copyright a {
  text-decoration: none !important;
}
.cid-unNlp4jedy .list,
.cid-unNlp4jedy .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unNlp4jedy ul li a {
  text-decoration: none !important;
}
.cid-unNlp4jedy .list {
  color: #e43f3f;
}
.cid-unNlRajzuP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unNlRajzuP nav.navbar {
  position: fixed;
}
.cid-unNlRajzuP .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-unNlRajzuP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unNlRajzuP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unNlRajzuP .dropdown-item:hover,
.cid-unNlRajzuP .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unNlRajzuP .dropdown-item:hover span {
  color: white;
}
.cid-unNlRajzuP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unNlRajzuP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unNlRajzuP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unNlRajzuP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unNlRajzuP .nav-link {
  position: relative;
}
.cid-unNlRajzuP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unNlRajzuP .container {
    flex-wrap: nowrap;
  }
}
.cid-unNlRajzuP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unNlRajzuP .dropdown-menu,
.cid-unNlRajzuP .navbar.opened {
  background: #e43f3f !important;
}
.cid-unNlRajzuP .nav-item:focus,
.cid-unNlRajzuP .nav-link:focus {
  outline: none;
}
.cid-unNlRajzuP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unNlRajzuP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unNlRajzuP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unNlRajzuP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unNlRajzuP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unNlRajzuP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unNlRajzuP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unNlRajzuP .navbar.opened {
  transition: all 0.3s;
}
.cid-unNlRajzuP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unNlRajzuP .navbar .navbar-logo img {
  width: auto;
}
.cid-unNlRajzuP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unNlRajzuP .navbar.collapsed {
  justify-content: center;
}
.cid-unNlRajzuP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unNlRajzuP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unNlRajzuP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unNlRajzuP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unNlRajzuP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unNlRajzuP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unNlRajzuP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unNlRajzuP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unNlRajzuP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unNlRajzuP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unNlRajzuP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unNlRajzuP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unNlRajzuP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unNlRajzuP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unNlRajzuP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unNlRajzuP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unNlRajzuP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unNlRajzuP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unNlRajzuP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unNlRajzuP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unNlRajzuP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unNlRajzuP .navbar.navbar-short {
  min-height: 60px;
}
.cid-unNlRajzuP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unNlRajzuP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unNlRajzuP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unNlRajzuP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unNlRajzuP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unNlRajzuP .dropdown-item.active,
.cid-unNlRajzuP .dropdown-item:active {
  background-color: transparent;
}
.cid-unNlRajzuP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unNlRajzuP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unNlRajzuP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unNlRajzuP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unNlRajzuP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unNlRajzuP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unNlRajzuP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unNlRajzuP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unNlRajzuP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unNlRajzuP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unNlRajzuP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unNlRajzuP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNlRajzuP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNlRajzuP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unNlRajzuP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNlRajzuP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unNlRajzuP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unNlRajzuP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNlRajzuP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unNlRajzuP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unNlRajzuP .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-unNlRajzuP .navbar {
    height: 70px;
  }
  .cid-unNlRajzuP .navbar.opened {
    height: auto;
  }
  .cid-unNlRajzuP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unNlR8pH4D {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNlR8pH4D .row {
  flex-direction: row-reverse;
}
.cid-unNlR8pH4D p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNlR8pH4D .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNlR8pH4D .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNlR8pH4D .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNlR8pH4D .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNlR8pH4D .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNlR8pH4D .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNlR8pH4D .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNlR8pH4D .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNlR8pH4D .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNlR8pH4D .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNlR8pH4D .main-banner:before {
    display: none;
  }
  .cid-unNlR8pH4D .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNlR8pH4D .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNlR8pH4D H6 {
  color: #e43f3f;
}
.cid-unNlR8pH4D H2 {
  color: #000000;
}
.cid-unNlR8Srts {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unNlR8Srts .mbr-section-title {
  color: #000000;
}
.cid-unNlR9fAid {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unNlR9fAid .container {
  padding: 0 5%;
}
.cid-unNlR9fAid #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNlR9fAid #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unNlR9fAid #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNlR9fAid #expand-button:hover {
  background-color: #7787a5;
}
.cid-unNlR9fAid .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unNlR9fAid .item:focus,
.cid-unNlR9fAid span:focus {
  outline: none;
}
.cid-unNlR9fAid .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unNlR9fAid .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unNlR9fAid .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unNlR9fAid .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unNlR9fAid .item {
    padding: 1.5rem;
  }
}
.cid-unNlR9fAid .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNlR9fAid .item .item-icon {
    margin-top: 0;
  }
}
.cid-unNlR9fAid .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unNlR9fAid .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unNlR9fAid .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unNlR9fAid .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unNlR9fAid .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNlR9fAid .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unNlR9fAid .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unNlR9fAid .item-content {
    margin-left: 0;
  }
}
.cid-unNlR9fAid .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unNlR9fAid .item-title {
  color: #ffffff;
}
.cid-unNlR9fAid .mbr-text,
.cid-unNlR9fAid .item-icon {
  color: #ffffff;
}
.cid-unNlR9fAid .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unNlR9fAid .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unNlR9fAid .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unNlR9fAid .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unNlR9fAid .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unNlR9fAid .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unNlR9fAid .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unNlR9fAid .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unNlR9fAid .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unNlR9fAid .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unNlR9fAid .article-column1 {
    padding-right: 16px;
  }
}
.cid-unNlR9fAid .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unNlR9fAid .article-column2 {
    padding-left: 16px;
  }
}
.cid-unNlR9fAid .mbr-section-subtitle,
.cid-unNlR9fAid .mbr-iconfont {
  color: #e082c5;
}
.cid-unNlR9fAid .mbr-section-subtitle {
  color: #000000;
}
.cid-unNlR9LwR9 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNlR9LwR9 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNlR9LwR9 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNlR9LwR9 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNlR9LwR9 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNlR9LwR9 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNlR9LwR9 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNlR9LwR9 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNlR9LwR9 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNlR9LwR9 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNlR9LwR9 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNlR9LwR9 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNlR9LwR9 .main-banner:before {
    display: none;
  }
  .cid-unNlR9LwR9 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNlR9LwR9 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNlR9LwR9 H6 {
  color: #e43f3f;
}
.cid-unNlR9LwR9 H2 {
  color: #000000;
}
.cid-unNlR9LwR9 P {
  color: #000000;
}
.cid-unNlR9YH0i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unNlR9YH0i #footer {
  padding: 0 0 25px 0;
}
.cid-unNlR9YH0i #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unNlR9YH0i #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unNlR9YH0i #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unNlR9YH0i #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unNlR9YH0i #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unNlR9YH0i #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unNlR9YH0i #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unNlR9YH0i #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unNlR9YH0i #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unNlR9YH0i #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unNlR9YH0i #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unNlR9YH0i #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unNlR9YH0i #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unNlR9YH0i #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unNlR9YH0i #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unNlR9YH0i #footer .copyright {
  padding-top: 30px;
}
.cid-unNlR9YH0i ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unNlR9YH0i H4 {
  color: #000000;
  text-align: left;
}
.cid-unNlR9YH0i DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unNlR9YH0i P {
  color: #e43f3f;
  text-align: left;
}
.cid-unNlR9YH0i div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unNlR9YH0i .copyright a {
  text-decoration: none !important;
}
.cid-unNlR9YH0i .list,
.cid-unNlR9YH0i .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unNlR9YH0i ul li a {
  text-decoration: none !important;
}
.cid-unNlR9YH0i .list {
  color: #e43f3f;
}
.cid-unNm5tDQhI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unNm5tDQhI nav.navbar {
  position: fixed;
}
.cid-unNm5tDQhI .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-unNm5tDQhI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unNm5tDQhI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unNm5tDQhI .dropdown-item:hover,
.cid-unNm5tDQhI .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unNm5tDQhI .dropdown-item:hover span {
  color: white;
}
.cid-unNm5tDQhI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unNm5tDQhI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unNm5tDQhI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unNm5tDQhI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unNm5tDQhI .nav-link {
  position: relative;
}
.cid-unNm5tDQhI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unNm5tDQhI .container {
    flex-wrap: nowrap;
  }
}
.cid-unNm5tDQhI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unNm5tDQhI .dropdown-menu,
.cid-unNm5tDQhI .navbar.opened {
  background: #e43f3f !important;
}
.cid-unNm5tDQhI .nav-item:focus,
.cid-unNm5tDQhI .nav-link:focus {
  outline: none;
}
.cid-unNm5tDQhI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unNm5tDQhI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unNm5tDQhI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unNm5tDQhI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unNm5tDQhI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unNm5tDQhI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unNm5tDQhI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unNm5tDQhI .navbar.opened {
  transition: all 0.3s;
}
.cid-unNm5tDQhI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unNm5tDQhI .navbar .navbar-logo img {
  width: auto;
}
.cid-unNm5tDQhI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unNm5tDQhI .navbar.collapsed {
  justify-content: center;
}
.cid-unNm5tDQhI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unNm5tDQhI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unNm5tDQhI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unNm5tDQhI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unNm5tDQhI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unNm5tDQhI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unNm5tDQhI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unNm5tDQhI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unNm5tDQhI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unNm5tDQhI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unNm5tDQhI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unNm5tDQhI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unNm5tDQhI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unNm5tDQhI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unNm5tDQhI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unNm5tDQhI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unNm5tDQhI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unNm5tDQhI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unNm5tDQhI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unNm5tDQhI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unNm5tDQhI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unNm5tDQhI .navbar.navbar-short {
  min-height: 60px;
}
.cid-unNm5tDQhI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unNm5tDQhI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unNm5tDQhI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unNm5tDQhI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unNm5tDQhI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unNm5tDQhI .dropdown-item.active,
.cid-unNm5tDQhI .dropdown-item:active {
  background-color: transparent;
}
.cid-unNm5tDQhI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unNm5tDQhI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unNm5tDQhI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unNm5tDQhI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unNm5tDQhI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unNm5tDQhI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unNm5tDQhI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unNm5tDQhI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unNm5tDQhI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unNm5tDQhI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unNm5tDQhI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unNm5tDQhI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNm5tDQhI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNm5tDQhI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unNm5tDQhI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNm5tDQhI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unNm5tDQhI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unNm5tDQhI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNm5tDQhI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unNm5tDQhI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unNm5tDQhI .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-unNm5tDQhI .navbar {
    height: 70px;
  }
  .cid-unNm5tDQhI .navbar.opened {
    height: auto;
  }
  .cid-unNm5tDQhI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unNm5rQY1O {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNm5rQY1O .row {
  flex-direction: row-reverse;
}
.cid-unNm5rQY1O p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNm5rQY1O .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNm5rQY1O .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNm5rQY1O .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNm5rQY1O .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNm5rQY1O .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNm5rQY1O .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNm5rQY1O .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNm5rQY1O .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNm5rQY1O .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNm5rQY1O .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNm5rQY1O .main-banner:before {
    display: none;
  }
  .cid-unNm5rQY1O .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNm5rQY1O .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNm5rQY1O H6 {
  color: #e43f3f;
}
.cid-unNm5rQY1O H2 {
  color: #000000;
}
.cid-unNm5sfAHH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unNm5sfAHH .mbr-section-title {
  color: #000000;
}
.cid-unNm5stVcb {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unNm5stVcb .container {
  padding: 0 5%;
}
.cid-unNm5stVcb #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNm5stVcb #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unNm5stVcb #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNm5stVcb #expand-button:hover {
  background-color: #7787a5;
}
.cid-unNm5stVcb .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unNm5stVcb .item:focus,
.cid-unNm5stVcb span:focus {
  outline: none;
}
.cid-unNm5stVcb .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unNm5stVcb .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unNm5stVcb .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unNm5stVcb .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unNm5stVcb .item {
    padding: 1.5rem;
  }
}
.cid-unNm5stVcb .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNm5stVcb .item .item-icon {
    margin-top: 0;
  }
}
.cid-unNm5stVcb .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unNm5stVcb .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unNm5stVcb .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unNm5stVcb .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unNm5stVcb .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNm5stVcb .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unNm5stVcb .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unNm5stVcb .item-content {
    margin-left: 0;
  }
}
.cid-unNm5stVcb .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unNm5stVcb .item-title {
  color: #ffffff;
}
.cid-unNm5stVcb .mbr-text,
.cid-unNm5stVcb .item-icon {
  color: #ffffff;
}
.cid-unNm5stVcb .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unNm5stVcb .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unNm5stVcb .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unNm5stVcb .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unNm5stVcb .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unNm5stVcb .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unNm5stVcb .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unNm5stVcb .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unNm5stVcb .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unNm5stVcb .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unNm5stVcb .article-column1 {
    padding-right: 16px;
  }
}
.cid-unNm5stVcb .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unNm5stVcb .article-column2 {
    padding-left: 16px;
  }
}
.cid-unNm5stVcb .mbr-section-subtitle,
.cid-unNm5stVcb .mbr-iconfont {
  color: #e082c5;
}
.cid-unNm5stVcb .mbr-section-subtitle {
  color: #000000;
}
.cid-unNm5t1UaV {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNm5t1UaV p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNm5t1UaV .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNm5t1UaV .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNm5t1UaV .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNm5t1UaV .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNm5t1UaV .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNm5t1UaV .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNm5t1UaV .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNm5t1UaV .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNm5t1UaV .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNm5t1UaV .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNm5t1UaV .main-banner:before {
    display: none;
  }
  .cid-unNm5t1UaV .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNm5t1UaV .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNm5t1UaV H6 {
  color: #e43f3f;
}
.cid-unNm5t1UaV H2 {
  color: #000000;
}
.cid-unNm5t1UaV P {
  color: #000000;
}
.cid-unNm5thjDl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unNm5thjDl #footer {
  padding: 0 0 25px 0;
}
.cid-unNm5thjDl #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unNm5thjDl #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unNm5thjDl #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unNm5thjDl #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unNm5thjDl #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unNm5thjDl #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unNm5thjDl #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unNm5thjDl #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unNm5thjDl #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unNm5thjDl #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unNm5thjDl #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unNm5thjDl #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unNm5thjDl #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unNm5thjDl #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unNm5thjDl #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unNm5thjDl #footer .copyright {
  padding-top: 30px;
}
.cid-unNm5thjDl ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unNm5thjDl H4 {
  color: #000000;
  text-align: left;
}
.cid-unNm5thjDl DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unNm5thjDl P {
  color: #e43f3f;
  text-align: left;
}
.cid-unNm5thjDl div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unNm5thjDl .copyright a {
  text-decoration: none !important;
}
.cid-unNm5thjDl .list,
.cid-unNm5thjDl .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unNm5thjDl ul li a {
  text-decoration: none !important;
}
.cid-unNm5thjDl .list {
  color: #e43f3f;
}
.cid-unNmZa8FcZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unNmZa8FcZ nav.navbar {
  position: fixed;
}
.cid-unNmZa8FcZ .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-unNmZa8FcZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unNmZa8FcZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unNmZa8FcZ .dropdown-item:hover,
.cid-unNmZa8FcZ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unNmZa8FcZ .dropdown-item:hover span {
  color: white;
}
.cid-unNmZa8FcZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unNmZa8FcZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unNmZa8FcZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unNmZa8FcZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unNmZa8FcZ .nav-link {
  position: relative;
}
.cid-unNmZa8FcZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unNmZa8FcZ .container {
    flex-wrap: nowrap;
  }
}
.cid-unNmZa8FcZ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unNmZa8FcZ .dropdown-menu,
.cid-unNmZa8FcZ .navbar.opened {
  background: #e43f3f !important;
}
.cid-unNmZa8FcZ .nav-item:focus,
.cid-unNmZa8FcZ .nav-link:focus {
  outline: none;
}
.cid-unNmZa8FcZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unNmZa8FcZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unNmZa8FcZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unNmZa8FcZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unNmZa8FcZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unNmZa8FcZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unNmZa8FcZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unNmZa8FcZ .navbar.opened {
  transition: all 0.3s;
}
.cid-unNmZa8FcZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unNmZa8FcZ .navbar .navbar-logo img {
  width: auto;
}
.cid-unNmZa8FcZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unNmZa8FcZ .navbar.collapsed {
  justify-content: center;
}
.cid-unNmZa8FcZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unNmZa8FcZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unNmZa8FcZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unNmZa8FcZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unNmZa8FcZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unNmZa8FcZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unNmZa8FcZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unNmZa8FcZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unNmZa8FcZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unNmZa8FcZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unNmZa8FcZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unNmZa8FcZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unNmZa8FcZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unNmZa8FcZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unNmZa8FcZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unNmZa8FcZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unNmZa8FcZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unNmZa8FcZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unNmZa8FcZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unNmZa8FcZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unNmZa8FcZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unNmZa8FcZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unNmZa8FcZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unNmZa8FcZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unNmZa8FcZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unNmZa8FcZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unNmZa8FcZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unNmZa8FcZ .dropdown-item.active,
.cid-unNmZa8FcZ .dropdown-item:active {
  background-color: transparent;
}
.cid-unNmZa8FcZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unNmZa8FcZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unNmZa8FcZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unNmZa8FcZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unNmZa8FcZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unNmZa8FcZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unNmZa8FcZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unNmZa8FcZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unNmZa8FcZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unNmZa8FcZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unNmZa8FcZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unNmZa8FcZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNmZa8FcZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNmZa8FcZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unNmZa8FcZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNmZa8FcZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unNmZa8FcZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unNmZa8FcZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNmZa8FcZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unNmZa8FcZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unNmZa8FcZ .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-unNmZa8FcZ .navbar {
    height: 70px;
  }
  .cid-unNmZa8FcZ .navbar.opened {
    height: auto;
  }
  .cid-unNmZa8FcZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unNmZ8bhZl {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNmZ8bhZl .row {
  flex-direction: row-reverse;
}
.cid-unNmZ8bhZl p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNmZ8bhZl .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNmZ8bhZl .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNmZ8bhZl .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNmZ8bhZl .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNmZ8bhZl .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNmZ8bhZl .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNmZ8bhZl .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNmZ8bhZl .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNmZ8bhZl .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNmZ8bhZl .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNmZ8bhZl .main-banner:before {
    display: none;
  }
  .cid-unNmZ8bhZl .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNmZ8bhZl .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNmZ8bhZl H6 {
  color: #e43f3f;
}
.cid-unNmZ8bhZl H2 {
  color: #000000;
}
.cid-unNmZ8DzLJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unNmZ8DzLJ .mbr-section-title {
  color: #000000;
}
.cid-unNmZ8XEHL {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unNmZ8XEHL .container {
  padding: 0 5%;
}
.cid-unNmZ8XEHL #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNmZ8XEHL #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unNmZ8XEHL #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNmZ8XEHL #expand-button:hover {
  background-color: #7787a5;
}
.cid-unNmZ8XEHL .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unNmZ8XEHL .item:focus,
.cid-unNmZ8XEHL span:focus {
  outline: none;
}
.cid-unNmZ8XEHL .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unNmZ8XEHL .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unNmZ8XEHL .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unNmZ8XEHL .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unNmZ8XEHL .item {
    padding: 1.5rem;
  }
}
.cid-unNmZ8XEHL .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNmZ8XEHL .item .item-icon {
    margin-top: 0;
  }
}
.cid-unNmZ8XEHL .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unNmZ8XEHL .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unNmZ8XEHL .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unNmZ8XEHL .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unNmZ8XEHL .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNmZ8XEHL .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unNmZ8XEHL .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unNmZ8XEHL .item-content {
    margin-left: 0;
  }
}
.cid-unNmZ8XEHL .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unNmZ8XEHL .item-title {
  color: #ffffff;
}
.cid-unNmZ8XEHL .mbr-text,
.cid-unNmZ8XEHL .item-icon {
  color: #ffffff;
}
.cid-unNmZ8XEHL .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unNmZ8XEHL .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unNmZ8XEHL .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unNmZ8XEHL .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unNmZ8XEHL .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unNmZ8XEHL .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unNmZ8XEHL .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unNmZ8XEHL .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unNmZ8XEHL .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unNmZ8XEHL .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unNmZ8XEHL .article-column1 {
    padding-right: 16px;
  }
}
.cid-unNmZ8XEHL .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unNmZ8XEHL .article-column2 {
    padding-left: 16px;
  }
}
.cid-unNmZ8XEHL .mbr-section-subtitle,
.cid-unNmZ8XEHL .mbr-iconfont {
  color: #e082c5;
}
.cid-unNmZ8XEHL .mbr-section-subtitle {
  color: #000000;
}
.cid-unNmZ9t2zU {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNmZ9t2zU p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNmZ9t2zU .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNmZ9t2zU .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNmZ9t2zU .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNmZ9t2zU .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNmZ9t2zU .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNmZ9t2zU .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNmZ9t2zU .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNmZ9t2zU .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNmZ9t2zU .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNmZ9t2zU .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNmZ9t2zU .main-banner:before {
    display: none;
  }
  .cid-unNmZ9t2zU .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNmZ9t2zU .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNmZ9t2zU H6 {
  color: #e43f3f;
}
.cid-unNmZ9t2zU H2 {
  color: #000000;
}
.cid-unNmZ9t2zU P {
  color: #000000;
}
.cid-unNmZ9Kpxm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unNmZ9Kpxm #footer {
  padding: 0 0 25px 0;
}
.cid-unNmZ9Kpxm #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unNmZ9Kpxm #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unNmZ9Kpxm #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unNmZ9Kpxm #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unNmZ9Kpxm #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unNmZ9Kpxm #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unNmZ9Kpxm #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unNmZ9Kpxm #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unNmZ9Kpxm #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unNmZ9Kpxm #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unNmZ9Kpxm #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unNmZ9Kpxm #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unNmZ9Kpxm #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unNmZ9Kpxm #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unNmZ9Kpxm #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unNmZ9Kpxm #footer .copyright {
  padding-top: 30px;
}
.cid-unNmZ9Kpxm ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unNmZ9Kpxm H4 {
  color: #000000;
  text-align: left;
}
.cid-unNmZ9Kpxm DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unNmZ9Kpxm P {
  color: #e43f3f;
  text-align: left;
}
.cid-unNmZ9Kpxm div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unNmZ9Kpxm .copyright a {
  text-decoration: none !important;
}
.cid-unNmZ9Kpxm .list,
.cid-unNmZ9Kpxm .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unNmZ9Kpxm ul li a {
  text-decoration: none !important;
}
.cid-unNmZ9Kpxm .list {
  color: #e43f3f;
}
.cid-unNnfNETEp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unNnfNETEp nav.navbar {
  position: fixed;
}
.cid-unNnfNETEp .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-unNnfNETEp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unNnfNETEp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unNnfNETEp .dropdown-item:hover,
.cid-unNnfNETEp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unNnfNETEp .dropdown-item:hover span {
  color: white;
}
.cid-unNnfNETEp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unNnfNETEp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unNnfNETEp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unNnfNETEp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unNnfNETEp .nav-link {
  position: relative;
}
.cid-unNnfNETEp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unNnfNETEp .container {
    flex-wrap: nowrap;
  }
}
.cid-unNnfNETEp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unNnfNETEp .dropdown-menu,
.cid-unNnfNETEp .navbar.opened {
  background: #e43f3f !important;
}
.cid-unNnfNETEp .nav-item:focus,
.cid-unNnfNETEp .nav-link:focus {
  outline: none;
}
.cid-unNnfNETEp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unNnfNETEp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unNnfNETEp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unNnfNETEp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unNnfNETEp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unNnfNETEp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unNnfNETEp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unNnfNETEp .navbar.opened {
  transition: all 0.3s;
}
.cid-unNnfNETEp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unNnfNETEp .navbar .navbar-logo img {
  width: auto;
}
.cid-unNnfNETEp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unNnfNETEp .navbar.collapsed {
  justify-content: center;
}
.cid-unNnfNETEp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unNnfNETEp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unNnfNETEp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unNnfNETEp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unNnfNETEp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unNnfNETEp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unNnfNETEp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unNnfNETEp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unNnfNETEp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unNnfNETEp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unNnfNETEp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unNnfNETEp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unNnfNETEp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unNnfNETEp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unNnfNETEp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unNnfNETEp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unNnfNETEp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unNnfNETEp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unNnfNETEp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unNnfNETEp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unNnfNETEp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unNnfNETEp .navbar.navbar-short {
  min-height: 60px;
}
.cid-unNnfNETEp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unNnfNETEp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unNnfNETEp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unNnfNETEp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unNnfNETEp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unNnfNETEp .dropdown-item.active,
.cid-unNnfNETEp .dropdown-item:active {
  background-color: transparent;
}
.cid-unNnfNETEp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unNnfNETEp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unNnfNETEp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unNnfNETEp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unNnfNETEp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unNnfNETEp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unNnfNETEp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unNnfNETEp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unNnfNETEp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unNnfNETEp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unNnfNETEp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unNnfNETEp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNnfNETEp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNnfNETEp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unNnfNETEp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNnfNETEp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unNnfNETEp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unNnfNETEp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNnfNETEp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unNnfNETEp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unNnfNETEp .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-unNnfNETEp .navbar {
    height: 70px;
  }
  .cid-unNnfNETEp .navbar.opened {
    height: auto;
  }
  .cid-unNnfNETEp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unNnfLRjGF {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNnfLRjGF .row {
  flex-direction: row-reverse;
}
.cid-unNnfLRjGF p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNnfLRjGF .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNnfLRjGF .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNnfLRjGF .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNnfLRjGF .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNnfLRjGF .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNnfLRjGF .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNnfLRjGF .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNnfLRjGF .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNnfLRjGF .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNnfLRjGF .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNnfLRjGF .main-banner:before {
    display: none;
  }
  .cid-unNnfLRjGF .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNnfLRjGF .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNnfLRjGF H6 {
  color: #e43f3f;
}
.cid-unNnfLRjGF H2 {
  color: #000000;
}
.cid-unNnfMnNb6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unNnfMnNb6 .mbr-section-title {
  color: #000000;
}
.cid-unNnfMFqkv {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unNnfMFqkv .container {
  padding: 0 5%;
}
.cid-unNnfMFqkv #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNnfMFqkv #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unNnfMFqkv #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNnfMFqkv #expand-button:hover {
  background-color: #7787a5;
}
.cid-unNnfMFqkv .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unNnfMFqkv .item:focus,
.cid-unNnfMFqkv span:focus {
  outline: none;
}
.cid-unNnfMFqkv .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unNnfMFqkv .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unNnfMFqkv .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unNnfMFqkv .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unNnfMFqkv .item {
    padding: 1.5rem;
  }
}
.cid-unNnfMFqkv .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNnfMFqkv .item .item-icon {
    margin-top: 0;
  }
}
.cid-unNnfMFqkv .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unNnfMFqkv .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unNnfMFqkv .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unNnfMFqkv .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unNnfMFqkv .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNnfMFqkv .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unNnfMFqkv .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unNnfMFqkv .item-content {
    margin-left: 0;
  }
}
.cid-unNnfMFqkv .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unNnfMFqkv .item-title {
  color: #ffffff;
}
.cid-unNnfMFqkv .mbr-text,
.cid-unNnfMFqkv .item-icon {
  color: #ffffff;
}
.cid-unNnfMFqkv .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unNnfMFqkv .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unNnfMFqkv .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unNnfMFqkv .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unNnfMFqkv .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unNnfMFqkv .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unNnfMFqkv .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unNnfMFqkv .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unNnfMFqkv .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unNnfMFqkv .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unNnfMFqkv .article-column1 {
    padding-right: 16px;
  }
}
.cid-unNnfMFqkv .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unNnfMFqkv .article-column2 {
    padding-left: 16px;
  }
}
.cid-unNnfMFqkv .mbr-section-subtitle,
.cid-unNnfMFqkv .mbr-iconfont {
  color: #e082c5;
}
.cid-unNnfMFqkv .mbr-section-subtitle {
  color: #000000;
}
.cid-unNnfN9cij {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNnfN9cij p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNnfN9cij .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNnfN9cij .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNnfN9cij .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNnfN9cij .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNnfN9cij .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNnfN9cij .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNnfN9cij .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNnfN9cij .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNnfN9cij .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNnfN9cij .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNnfN9cij .main-banner:before {
    display: none;
  }
  .cid-unNnfN9cij .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNnfN9cij .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNnfN9cij H6 {
  color: #e43f3f;
}
.cid-unNnfN9cij H2 {
  color: #000000;
}
.cid-unNnfN9cij P {
  color: #000000;
}
.cid-unNnfNn4bl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unNnfNn4bl #footer {
  padding: 0 0 25px 0;
}
.cid-unNnfNn4bl #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unNnfNn4bl #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unNnfNn4bl #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unNnfNn4bl #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unNnfNn4bl #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unNnfNn4bl #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unNnfNn4bl #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unNnfNn4bl #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unNnfNn4bl #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unNnfNn4bl #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unNnfNn4bl #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unNnfNn4bl #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unNnfNn4bl #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unNnfNn4bl #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unNnfNn4bl #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unNnfNn4bl #footer .copyright {
  padding-top: 30px;
}
.cid-unNnfNn4bl ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unNnfNn4bl H4 {
  color: #000000;
  text-align: left;
}
.cid-unNnfNn4bl DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unNnfNn4bl P {
  color: #e43f3f;
  text-align: left;
}
.cid-unNnfNn4bl div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unNnfNn4bl .copyright a {
  text-decoration: none !important;
}
.cid-unNnfNn4bl .list,
.cid-unNnfNn4bl .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unNnfNn4bl ul li a {
  text-decoration: none !important;
}
.cid-unNnfNn4bl .list {
  color: #e43f3f;
}
.cid-unNnKKYq4R {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unNnKKYq4R nav.navbar {
  position: fixed;
}
.cid-unNnKKYq4R .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-unNnKKYq4R .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unNnKKYq4R .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unNnKKYq4R .dropdown-item:hover,
.cid-unNnKKYq4R .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unNnKKYq4R .dropdown-item:hover span {
  color: white;
}
.cid-unNnKKYq4R .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unNnKKYq4R .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unNnKKYq4R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unNnKKYq4R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unNnKKYq4R .nav-link {
  position: relative;
}
.cid-unNnKKYq4R .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unNnKKYq4R .container {
    flex-wrap: nowrap;
  }
}
.cid-unNnKKYq4R .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unNnKKYq4R .dropdown-menu,
.cid-unNnKKYq4R .navbar.opened {
  background: #e43f3f !important;
}
.cid-unNnKKYq4R .nav-item:focus,
.cid-unNnKKYq4R .nav-link:focus {
  outline: none;
}
.cid-unNnKKYq4R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unNnKKYq4R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unNnKKYq4R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unNnKKYq4R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unNnKKYq4R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unNnKKYq4R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unNnKKYq4R .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unNnKKYq4R .navbar.opened {
  transition: all 0.3s;
}
.cid-unNnKKYq4R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unNnKKYq4R .navbar .navbar-logo img {
  width: auto;
}
.cid-unNnKKYq4R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unNnKKYq4R .navbar.collapsed {
  justify-content: center;
}
.cid-unNnKKYq4R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unNnKKYq4R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unNnKKYq4R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unNnKKYq4R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unNnKKYq4R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unNnKKYq4R .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unNnKKYq4R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unNnKKYq4R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unNnKKYq4R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unNnKKYq4R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unNnKKYq4R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unNnKKYq4R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unNnKKYq4R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unNnKKYq4R .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unNnKKYq4R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unNnKKYq4R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unNnKKYq4R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unNnKKYq4R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unNnKKYq4R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unNnKKYq4R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unNnKKYq4R .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unNnKKYq4R .navbar.navbar-short {
  min-height: 60px;
}
.cid-unNnKKYq4R .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unNnKKYq4R .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unNnKKYq4R .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unNnKKYq4R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unNnKKYq4R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unNnKKYq4R .dropdown-item.active,
.cid-unNnKKYq4R .dropdown-item:active {
  background-color: transparent;
}
.cid-unNnKKYq4R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unNnKKYq4R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unNnKKYq4R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unNnKKYq4R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unNnKKYq4R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unNnKKYq4R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unNnKKYq4R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unNnKKYq4R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unNnKKYq4R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unNnKKYq4R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unNnKKYq4R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unNnKKYq4R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNnKKYq4R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNnKKYq4R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unNnKKYq4R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNnKKYq4R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unNnKKYq4R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unNnKKYq4R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNnKKYq4R .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unNnKKYq4R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unNnKKYq4R .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-unNnKKYq4R .navbar {
    height: 70px;
  }
  .cid-unNnKKYq4R .navbar.opened {
    height: auto;
  }
  .cid-unNnKKYq4R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unNnKJcbMY {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNnKJcbMY .row {
  flex-direction: row-reverse;
}
.cid-unNnKJcbMY p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNnKJcbMY .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNnKJcbMY .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNnKJcbMY .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNnKJcbMY .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNnKJcbMY .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNnKJcbMY .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNnKJcbMY .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNnKJcbMY .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNnKJcbMY .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNnKJcbMY .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNnKJcbMY .main-banner:before {
    display: none;
  }
  .cid-unNnKJcbMY .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNnKJcbMY .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNnKJcbMY H6 {
  color: #e43f3f;
}
.cid-unNnKJcbMY H2 {
  color: #000000;
}
.cid-unNnKJDWAx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unNnKJDWAx .mbr-section-title {
  color: #000000;
}
.cid-unNnKJZgMX {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unNnKJZgMX .container {
  padding: 0 5%;
}
.cid-unNnKJZgMX #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNnKJZgMX #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unNnKJZgMX #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNnKJZgMX #expand-button:hover {
  background-color: #7787a5;
}
.cid-unNnKJZgMX .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unNnKJZgMX .item:focus,
.cid-unNnKJZgMX span:focus {
  outline: none;
}
.cid-unNnKJZgMX .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unNnKJZgMX .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unNnKJZgMX .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unNnKJZgMX .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unNnKJZgMX .item {
    padding: 1.5rem;
  }
}
.cid-unNnKJZgMX .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNnKJZgMX .item .item-icon {
    margin-top: 0;
  }
}
.cid-unNnKJZgMX .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unNnKJZgMX .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unNnKJZgMX .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unNnKJZgMX .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unNnKJZgMX .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNnKJZgMX .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unNnKJZgMX .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unNnKJZgMX .item-content {
    margin-left: 0;
  }
}
.cid-unNnKJZgMX .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unNnKJZgMX .item-title {
  color: #ffffff;
}
.cid-unNnKJZgMX .mbr-text,
.cid-unNnKJZgMX .item-icon {
  color: #ffffff;
}
.cid-unNnKJZgMX .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unNnKJZgMX .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unNnKJZgMX .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unNnKJZgMX .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unNnKJZgMX .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unNnKJZgMX .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unNnKJZgMX .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unNnKJZgMX .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unNnKJZgMX .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unNnKJZgMX .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unNnKJZgMX .article-column1 {
    padding-right: 16px;
  }
}
.cid-unNnKJZgMX .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unNnKJZgMX .article-column2 {
    padding-left: 16px;
  }
}
.cid-unNnKJZgMX .mbr-section-subtitle,
.cid-unNnKJZgMX .mbr-iconfont {
  color: #e082c5;
}
.cid-unNnKJZgMX .mbr-section-subtitle {
  color: #000000;
}
.cid-unNnKKuUAz {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNnKKuUAz p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNnKKuUAz .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNnKKuUAz .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNnKKuUAz .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNnKKuUAz .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNnKKuUAz .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNnKKuUAz .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNnKKuUAz .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNnKKuUAz .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNnKKuUAz .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNnKKuUAz .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNnKKuUAz .main-banner:before {
    display: none;
  }
  .cid-unNnKKuUAz .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNnKKuUAz .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNnKKuUAz H6 {
  color: #e43f3f;
}
.cid-unNnKKuUAz H2 {
  color: #000000;
}
.cid-unNnKKuUAz P {
  color: #000000;
}
.cid-unNnKKHpeO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unNnKKHpeO #footer {
  padding: 0 0 25px 0;
}
.cid-unNnKKHpeO #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unNnKKHpeO #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unNnKKHpeO #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unNnKKHpeO #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unNnKKHpeO #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unNnKKHpeO #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unNnKKHpeO #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unNnKKHpeO #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unNnKKHpeO #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unNnKKHpeO #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unNnKKHpeO #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unNnKKHpeO #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unNnKKHpeO #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unNnKKHpeO #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unNnKKHpeO #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unNnKKHpeO #footer .copyright {
  padding-top: 30px;
}
.cid-unNnKKHpeO ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unNnKKHpeO H4 {
  color: #000000;
  text-align: left;
}
.cid-unNnKKHpeO DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unNnKKHpeO P {
  color: #e43f3f;
  text-align: left;
}
.cid-unNnKKHpeO div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unNnKKHpeO .copyright a {
  text-decoration: none !important;
}
.cid-unNnKKHpeO .list,
.cid-unNnKKHpeO .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unNnKKHpeO ul li a {
  text-decoration: none !important;
}
.cid-unNnKKHpeO .list {
  color: #e43f3f;
}
.cid-unNo0SYbeg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unNo0SYbeg nav.navbar {
  position: fixed;
}
.cid-unNo0SYbeg .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-unNo0SYbeg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unNo0SYbeg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unNo0SYbeg .dropdown-item:hover,
.cid-unNo0SYbeg .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unNo0SYbeg .dropdown-item:hover span {
  color: white;
}
.cid-unNo0SYbeg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unNo0SYbeg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unNo0SYbeg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unNo0SYbeg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unNo0SYbeg .nav-link {
  position: relative;
}
.cid-unNo0SYbeg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unNo0SYbeg .container {
    flex-wrap: nowrap;
  }
}
.cid-unNo0SYbeg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unNo0SYbeg .dropdown-menu,
.cid-unNo0SYbeg .navbar.opened {
  background: #e43f3f !important;
}
.cid-unNo0SYbeg .nav-item:focus,
.cid-unNo0SYbeg .nav-link:focus {
  outline: none;
}
.cid-unNo0SYbeg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unNo0SYbeg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unNo0SYbeg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unNo0SYbeg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unNo0SYbeg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unNo0SYbeg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unNo0SYbeg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unNo0SYbeg .navbar.opened {
  transition: all 0.3s;
}
.cid-unNo0SYbeg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unNo0SYbeg .navbar .navbar-logo img {
  width: auto;
}
.cid-unNo0SYbeg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unNo0SYbeg .navbar.collapsed {
  justify-content: center;
}
.cid-unNo0SYbeg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unNo0SYbeg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unNo0SYbeg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unNo0SYbeg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unNo0SYbeg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unNo0SYbeg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unNo0SYbeg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unNo0SYbeg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unNo0SYbeg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unNo0SYbeg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unNo0SYbeg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unNo0SYbeg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unNo0SYbeg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unNo0SYbeg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unNo0SYbeg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unNo0SYbeg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unNo0SYbeg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unNo0SYbeg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unNo0SYbeg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unNo0SYbeg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unNo0SYbeg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unNo0SYbeg .navbar.navbar-short {
  min-height: 60px;
}
.cid-unNo0SYbeg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unNo0SYbeg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unNo0SYbeg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unNo0SYbeg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unNo0SYbeg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unNo0SYbeg .dropdown-item.active,
.cid-unNo0SYbeg .dropdown-item:active {
  background-color: transparent;
}
.cid-unNo0SYbeg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unNo0SYbeg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unNo0SYbeg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unNo0SYbeg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unNo0SYbeg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unNo0SYbeg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unNo0SYbeg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unNo0SYbeg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unNo0SYbeg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unNo0SYbeg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unNo0SYbeg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unNo0SYbeg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNo0SYbeg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNo0SYbeg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unNo0SYbeg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNo0SYbeg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unNo0SYbeg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unNo0SYbeg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNo0SYbeg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unNo0SYbeg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unNo0SYbeg .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-unNo0SYbeg .navbar {
    height: 70px;
  }
  .cid-unNo0SYbeg .navbar.opened {
    height: auto;
  }
  .cid-unNo0SYbeg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unNo0R3CZv {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNo0R3CZv .row {
  flex-direction: row-reverse;
}
.cid-unNo0R3CZv p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNo0R3CZv .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNo0R3CZv .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNo0R3CZv .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNo0R3CZv .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNo0R3CZv .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNo0R3CZv .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNo0R3CZv .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNo0R3CZv .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNo0R3CZv .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNo0R3CZv .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNo0R3CZv .main-banner:before {
    display: none;
  }
  .cid-unNo0R3CZv .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNo0R3CZv .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNo0R3CZv H6 {
  color: #e43f3f;
}
.cid-unNo0R3CZv H2 {
  color: #000000;
}
.cid-unNo0Rvhnv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unNo0Rvhnv .mbr-section-title {
  color: #000000;
}
.cid-unNo0RPCwy {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unNo0RPCwy .container {
  padding: 0 5%;
}
.cid-unNo0RPCwy #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNo0RPCwy #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unNo0RPCwy #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNo0RPCwy #expand-button:hover {
  background-color: #7787a5;
}
.cid-unNo0RPCwy .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unNo0RPCwy .item:focus,
.cid-unNo0RPCwy span:focus {
  outline: none;
}
.cid-unNo0RPCwy .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unNo0RPCwy .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unNo0RPCwy .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unNo0RPCwy .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unNo0RPCwy .item {
    padding: 1.5rem;
  }
}
.cid-unNo0RPCwy .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNo0RPCwy .item .item-icon {
    margin-top: 0;
  }
}
.cid-unNo0RPCwy .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unNo0RPCwy .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unNo0RPCwy .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unNo0RPCwy .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unNo0RPCwy .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNo0RPCwy .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unNo0RPCwy .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unNo0RPCwy .item-content {
    margin-left: 0;
  }
}
.cid-unNo0RPCwy .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unNo0RPCwy .item-title {
  color: #ffffff;
}
.cid-unNo0RPCwy .mbr-text,
.cid-unNo0RPCwy .item-icon {
  color: #ffffff;
}
.cid-unNo0RPCwy .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unNo0RPCwy .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unNo0RPCwy .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unNo0RPCwy .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unNo0RPCwy .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unNo0RPCwy .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unNo0RPCwy .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unNo0RPCwy .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unNo0RPCwy .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unNo0RPCwy .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unNo0RPCwy .article-column1 {
    padding-right: 16px;
  }
}
.cid-unNo0RPCwy .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unNo0RPCwy .article-column2 {
    padding-left: 16px;
  }
}
.cid-unNo0RPCwy .mbr-section-subtitle,
.cid-unNo0RPCwy .mbr-iconfont {
  color: #e082c5;
}
.cid-unNo0RPCwy .mbr-section-subtitle {
  color: #000000;
}
.cid-unNo0Spezz {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNo0Spezz p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNo0Spezz .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNo0Spezz .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNo0Spezz .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNo0Spezz .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNo0Spezz .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNo0Spezz .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNo0Spezz .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNo0Spezz .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNo0Spezz .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNo0Spezz .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNo0Spezz .main-banner:before {
    display: none;
  }
  .cid-unNo0Spezz .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNo0Spezz .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNo0Spezz H6 {
  color: #e43f3f;
}
.cid-unNo0Spezz H2 {
  color: #000000;
}
.cid-unNo0Spezz P {
  color: #000000;
}
.cid-unNo0SEDkO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unNo0SEDkO #footer {
  padding: 0 0 25px 0;
}
.cid-unNo0SEDkO #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unNo0SEDkO #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unNo0SEDkO #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unNo0SEDkO #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unNo0SEDkO #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unNo0SEDkO #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unNo0SEDkO #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unNo0SEDkO #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unNo0SEDkO #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unNo0SEDkO #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unNo0SEDkO #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unNo0SEDkO #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unNo0SEDkO #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unNo0SEDkO #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unNo0SEDkO #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unNo0SEDkO #footer .copyright {
  padding-top: 30px;
}
.cid-unNo0SEDkO ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unNo0SEDkO H4 {
  color: #000000;
  text-align: left;
}
.cid-unNo0SEDkO DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unNo0SEDkO P {
  color: #e43f3f;
  text-align: left;
}
.cid-unNo0SEDkO div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unNo0SEDkO .copyright a {
  text-decoration: none !important;
}
.cid-unNo0SEDkO .list,
.cid-unNo0SEDkO .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unNo0SEDkO ul li a {
  text-decoration: none !important;
}
.cid-unNo0SEDkO .list {
  color: #e43f3f;
}
.cid-unNEuAFVpR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unNEuAFVpR nav.navbar {
  position: fixed;
}
.cid-unNEuAFVpR .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-unNEuAFVpR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unNEuAFVpR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unNEuAFVpR .dropdown-item:hover,
.cid-unNEuAFVpR .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unNEuAFVpR .dropdown-item:hover span {
  color: white;
}
.cid-unNEuAFVpR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unNEuAFVpR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unNEuAFVpR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unNEuAFVpR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unNEuAFVpR .nav-link {
  position: relative;
}
.cid-unNEuAFVpR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unNEuAFVpR .container {
    flex-wrap: nowrap;
  }
}
.cid-unNEuAFVpR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unNEuAFVpR .dropdown-menu,
.cid-unNEuAFVpR .navbar.opened {
  background: #e43f3f !important;
}
.cid-unNEuAFVpR .nav-item:focus,
.cid-unNEuAFVpR .nav-link:focus {
  outline: none;
}
.cid-unNEuAFVpR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unNEuAFVpR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unNEuAFVpR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unNEuAFVpR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unNEuAFVpR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unNEuAFVpR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unNEuAFVpR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unNEuAFVpR .navbar.opened {
  transition: all 0.3s;
}
.cid-unNEuAFVpR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unNEuAFVpR .navbar .navbar-logo img {
  width: auto;
}
.cid-unNEuAFVpR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unNEuAFVpR .navbar.collapsed {
  justify-content: center;
}
.cid-unNEuAFVpR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unNEuAFVpR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unNEuAFVpR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unNEuAFVpR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unNEuAFVpR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unNEuAFVpR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unNEuAFVpR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unNEuAFVpR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unNEuAFVpR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unNEuAFVpR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unNEuAFVpR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unNEuAFVpR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unNEuAFVpR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unNEuAFVpR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unNEuAFVpR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unNEuAFVpR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unNEuAFVpR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unNEuAFVpR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unNEuAFVpR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unNEuAFVpR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unNEuAFVpR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unNEuAFVpR .navbar.navbar-short {
  min-height: 60px;
}
.cid-unNEuAFVpR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unNEuAFVpR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unNEuAFVpR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unNEuAFVpR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unNEuAFVpR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unNEuAFVpR .dropdown-item.active,
.cid-unNEuAFVpR .dropdown-item:active {
  background-color: transparent;
}
.cid-unNEuAFVpR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unNEuAFVpR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unNEuAFVpR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unNEuAFVpR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unNEuAFVpR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unNEuAFVpR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unNEuAFVpR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unNEuAFVpR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unNEuAFVpR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unNEuAFVpR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unNEuAFVpR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unNEuAFVpR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNEuAFVpR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNEuAFVpR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unNEuAFVpR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNEuAFVpR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unNEuAFVpR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unNEuAFVpR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNEuAFVpR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unNEuAFVpR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unNEuAFVpR .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-unNEuAFVpR .navbar {
    height: 70px;
  }
  .cid-unNEuAFVpR .navbar.opened {
    height: auto;
  }
  .cid-unNEuAFVpR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unNEuyrP36 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNEuyrP36 .row {
  flex-direction: row-reverse;
}
.cid-unNEuyrP36 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNEuyrP36 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNEuyrP36 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNEuyrP36 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNEuyrP36 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNEuyrP36 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNEuyrP36 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNEuyrP36 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNEuyrP36 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNEuyrP36 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNEuyrP36 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNEuyrP36 .main-banner:before {
    display: none;
  }
  .cid-unNEuyrP36 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNEuyrP36 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNEuyrP36 H6 {
  color: #e43f3f;
}
.cid-unNEuyrP36 H2 {
  color: #000000;
}
.cid-unNEuz0OcJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unNEuz0OcJ .mbr-section-title {
  color: #000000;
}
.cid-unNEuzmI3H {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unNEuzmI3H .container {
  padding: 0 5%;
}
.cid-unNEuzmI3H #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNEuzmI3H #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unNEuzmI3H #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNEuzmI3H #expand-button:hover {
  background-color: #7787a5;
}
.cid-unNEuzmI3H .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unNEuzmI3H .item:focus,
.cid-unNEuzmI3H span:focus {
  outline: none;
}
.cid-unNEuzmI3H .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unNEuzmI3H .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unNEuzmI3H .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unNEuzmI3H .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unNEuzmI3H .item {
    padding: 1.5rem;
  }
}
.cid-unNEuzmI3H .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNEuzmI3H .item .item-icon {
    margin-top: 0;
  }
}
.cid-unNEuzmI3H .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unNEuzmI3H .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unNEuzmI3H .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unNEuzmI3H .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unNEuzmI3H .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNEuzmI3H .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unNEuzmI3H .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unNEuzmI3H .item-content {
    margin-left: 0;
  }
}
.cid-unNEuzmI3H .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unNEuzmI3H .item-title {
  color: #ffffff;
}
.cid-unNEuzmI3H .mbr-text,
.cid-unNEuzmI3H .item-icon {
  color: #ffffff;
}
.cid-unNEuzmI3H .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unNEuzmI3H .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unNEuzmI3H .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unNEuzmI3H .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unNEuzmI3H .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unNEuzmI3H .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unNEuzmI3H .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unNEuzmI3H .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unNEuzmI3H .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unNEuzmI3H .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unNEuzmI3H .article-column1 {
    padding-right: 16px;
  }
}
.cid-unNEuzmI3H .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unNEuzmI3H .article-column2 {
    padding-left: 16px;
  }
}
.cid-unNEuzmI3H .mbr-section-subtitle,
.cid-unNEuzmI3H .mbr-iconfont {
  color: #e082c5;
}
.cid-unNEuzmI3H .mbr-section-subtitle {
  color: #000000;
}
.cid-unNEuA2Dij {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNEuA2Dij p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNEuA2Dij .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNEuA2Dij .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNEuA2Dij .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNEuA2Dij .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNEuA2Dij .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNEuA2Dij .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNEuA2Dij .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNEuA2Dij .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNEuA2Dij .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNEuA2Dij .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNEuA2Dij .main-banner:before {
    display: none;
  }
  .cid-unNEuA2Dij .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNEuA2Dij .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNEuA2Dij H6 {
  color: #e43f3f;
}
.cid-unNEuA2Dij H2 {
  color: #000000;
}
.cid-unNEuA2Dij P {
  color: #000000;
}
.cid-unNEuAipTj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unNEuAipTj #footer {
  padding: 0 0 25px 0;
}
.cid-unNEuAipTj #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unNEuAipTj #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unNEuAipTj #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unNEuAipTj #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unNEuAipTj #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unNEuAipTj #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unNEuAipTj #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unNEuAipTj #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unNEuAipTj #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unNEuAipTj #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unNEuAipTj #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unNEuAipTj #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unNEuAipTj #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unNEuAipTj #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unNEuAipTj #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unNEuAipTj #footer .copyright {
  padding-top: 30px;
}
.cid-unNEuAipTj ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unNEuAipTj H4 {
  color: #000000;
  text-align: left;
}
.cid-unNEuAipTj DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unNEuAipTj P {
  color: #e43f3f;
  text-align: left;
}
.cid-unNEuAipTj div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unNEuAipTj .copyright a {
  text-decoration: none !important;
}
.cid-unNEuAipTj .list,
.cid-unNEuAipTj .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unNEuAipTj ul li a {
  text-decoration: none !important;
}
.cid-unNEuAipTj .list {
  color: #e43f3f;
}
.cid-unNEKBDxgR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unNEKBDxgR nav.navbar {
  position: fixed;
}
.cid-unNEKBDxgR .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-unNEKBDxgR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unNEKBDxgR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unNEKBDxgR .dropdown-item:hover,
.cid-unNEKBDxgR .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unNEKBDxgR .dropdown-item:hover span {
  color: white;
}
.cid-unNEKBDxgR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unNEKBDxgR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unNEKBDxgR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unNEKBDxgR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unNEKBDxgR .nav-link {
  position: relative;
}
.cid-unNEKBDxgR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unNEKBDxgR .container {
    flex-wrap: nowrap;
  }
}
.cid-unNEKBDxgR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unNEKBDxgR .dropdown-menu,
.cid-unNEKBDxgR .navbar.opened {
  background: #e43f3f !important;
}
.cid-unNEKBDxgR .nav-item:focus,
.cid-unNEKBDxgR .nav-link:focus {
  outline: none;
}
.cid-unNEKBDxgR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unNEKBDxgR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unNEKBDxgR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unNEKBDxgR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unNEKBDxgR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unNEKBDxgR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unNEKBDxgR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unNEKBDxgR .navbar.opened {
  transition: all 0.3s;
}
.cid-unNEKBDxgR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unNEKBDxgR .navbar .navbar-logo img {
  width: auto;
}
.cid-unNEKBDxgR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unNEKBDxgR .navbar.collapsed {
  justify-content: center;
}
.cid-unNEKBDxgR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unNEKBDxgR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unNEKBDxgR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unNEKBDxgR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unNEKBDxgR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unNEKBDxgR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unNEKBDxgR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unNEKBDxgR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unNEKBDxgR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unNEKBDxgR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unNEKBDxgR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unNEKBDxgR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unNEKBDxgR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unNEKBDxgR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unNEKBDxgR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unNEKBDxgR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unNEKBDxgR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unNEKBDxgR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unNEKBDxgR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unNEKBDxgR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unNEKBDxgR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unNEKBDxgR .navbar.navbar-short {
  min-height: 60px;
}
.cid-unNEKBDxgR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unNEKBDxgR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unNEKBDxgR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unNEKBDxgR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unNEKBDxgR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unNEKBDxgR .dropdown-item.active,
.cid-unNEKBDxgR .dropdown-item:active {
  background-color: transparent;
}
.cid-unNEKBDxgR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unNEKBDxgR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unNEKBDxgR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unNEKBDxgR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unNEKBDxgR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unNEKBDxgR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unNEKBDxgR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unNEKBDxgR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unNEKBDxgR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unNEKBDxgR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unNEKBDxgR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unNEKBDxgR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNEKBDxgR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNEKBDxgR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unNEKBDxgR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNEKBDxgR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unNEKBDxgR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unNEKBDxgR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNEKBDxgR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unNEKBDxgR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unNEKBDxgR .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-unNEKBDxgR .navbar {
    height: 70px;
  }
  .cid-unNEKBDxgR .navbar.opened {
    height: auto;
  }
  .cid-unNEKBDxgR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unNEKzOmu7 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNEKzOmu7 .row {
  flex-direction: row-reverse;
}
.cid-unNEKzOmu7 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNEKzOmu7 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNEKzOmu7 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNEKzOmu7 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNEKzOmu7 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNEKzOmu7 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNEKzOmu7 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNEKzOmu7 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNEKzOmu7 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNEKzOmu7 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNEKzOmu7 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNEKzOmu7 .main-banner:before {
    display: none;
  }
  .cid-unNEKzOmu7 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNEKzOmu7 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNEKzOmu7 H6 {
  color: #e43f3f;
}
.cid-unNEKzOmu7 H2 {
  color: #000000;
}
.cid-unNEKAf77A {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unNEKAf77A .mbr-section-title {
  color: #000000;
}
.cid-unNEKAwMis {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unNEKAwMis .container {
  padding: 0 5%;
}
.cid-unNEKAwMis #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNEKAwMis #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unNEKAwMis #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNEKAwMis #expand-button:hover {
  background-color: #7787a5;
}
.cid-unNEKAwMis .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unNEKAwMis .item:focus,
.cid-unNEKAwMis span:focus {
  outline: none;
}
.cid-unNEKAwMis .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unNEKAwMis .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unNEKAwMis .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unNEKAwMis .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unNEKAwMis .item {
    padding: 1.5rem;
  }
}
.cid-unNEKAwMis .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNEKAwMis .item .item-icon {
    margin-top: 0;
  }
}
.cid-unNEKAwMis .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unNEKAwMis .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unNEKAwMis .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unNEKAwMis .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unNEKAwMis .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNEKAwMis .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unNEKAwMis .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unNEKAwMis .item-content {
    margin-left: 0;
  }
}
.cid-unNEKAwMis .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unNEKAwMis .item-title {
  color: #ffffff;
}
.cid-unNEKAwMis .mbr-text,
.cid-unNEKAwMis .item-icon {
  color: #ffffff;
}
.cid-unNEKAwMis .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unNEKAwMis .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unNEKAwMis .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unNEKAwMis .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unNEKAwMis .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unNEKAwMis .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unNEKAwMis .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unNEKAwMis .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unNEKAwMis .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unNEKAwMis .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unNEKAwMis .article-column1 {
    padding-right: 16px;
  }
}
.cid-unNEKAwMis .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unNEKAwMis .article-column2 {
    padding-left: 16px;
  }
}
.cid-unNEKAwMis .mbr-section-subtitle,
.cid-unNEKAwMis .mbr-iconfont {
  color: #e082c5;
}
.cid-unNEKAwMis .mbr-section-subtitle {
  color: #000000;
}
.cid-unNEKB3iNV {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNEKB3iNV p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNEKB3iNV .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNEKB3iNV .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNEKB3iNV .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNEKB3iNV .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNEKB3iNV .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNEKB3iNV .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNEKB3iNV .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNEKB3iNV .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNEKB3iNV .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNEKB3iNV .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNEKB3iNV .main-banner:before {
    display: none;
  }
  .cid-unNEKB3iNV .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNEKB3iNV .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNEKB3iNV H6 {
  color: #e43f3f;
}
.cid-unNEKB3iNV H2 {
  color: #000000;
}
.cid-unNEKB3iNV P {
  color: #000000;
}
.cid-unNEKBjepS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unNEKBjepS #footer {
  padding: 0 0 25px 0;
}
.cid-unNEKBjepS #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unNEKBjepS #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unNEKBjepS #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unNEKBjepS #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unNEKBjepS #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unNEKBjepS #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unNEKBjepS #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unNEKBjepS #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unNEKBjepS #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unNEKBjepS #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unNEKBjepS #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unNEKBjepS #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unNEKBjepS #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unNEKBjepS #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unNEKBjepS #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unNEKBjepS #footer .copyright {
  padding-top: 30px;
}
.cid-unNEKBjepS ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unNEKBjepS H4 {
  color: #000000;
  text-align: left;
}
.cid-unNEKBjepS DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unNEKBjepS P {
  color: #e43f3f;
  text-align: left;
}
.cid-unNEKBjepS div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unNEKBjepS .copyright a {
  text-decoration: none !important;
}
.cid-unNEKBjepS .list,
.cid-unNEKBjepS .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unNEKBjepS ul li a {
  text-decoration: none !important;
}
.cid-unNEKBjepS .list {
  color: #e43f3f;
}
.cid-unNEYg3pqs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unNEYg3pqs nav.navbar {
  position: fixed;
}
.cid-unNEYg3pqs .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-unNEYg3pqs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unNEYg3pqs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unNEYg3pqs .dropdown-item:hover,
.cid-unNEYg3pqs .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unNEYg3pqs .dropdown-item:hover span {
  color: white;
}
.cid-unNEYg3pqs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unNEYg3pqs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unNEYg3pqs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unNEYg3pqs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unNEYg3pqs .nav-link {
  position: relative;
}
.cid-unNEYg3pqs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unNEYg3pqs .container {
    flex-wrap: nowrap;
  }
}
.cid-unNEYg3pqs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unNEYg3pqs .dropdown-menu,
.cid-unNEYg3pqs .navbar.opened {
  background: #e43f3f !important;
}
.cid-unNEYg3pqs .nav-item:focus,
.cid-unNEYg3pqs .nav-link:focus {
  outline: none;
}
.cid-unNEYg3pqs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unNEYg3pqs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unNEYg3pqs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unNEYg3pqs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unNEYg3pqs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unNEYg3pqs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unNEYg3pqs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unNEYg3pqs .navbar.opened {
  transition: all 0.3s;
}
.cid-unNEYg3pqs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unNEYg3pqs .navbar .navbar-logo img {
  width: auto;
}
.cid-unNEYg3pqs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unNEYg3pqs .navbar.collapsed {
  justify-content: center;
}
.cid-unNEYg3pqs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unNEYg3pqs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unNEYg3pqs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unNEYg3pqs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unNEYg3pqs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unNEYg3pqs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unNEYg3pqs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unNEYg3pqs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unNEYg3pqs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unNEYg3pqs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unNEYg3pqs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unNEYg3pqs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unNEYg3pqs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unNEYg3pqs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unNEYg3pqs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unNEYg3pqs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unNEYg3pqs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unNEYg3pqs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unNEYg3pqs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unNEYg3pqs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unNEYg3pqs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unNEYg3pqs .navbar.navbar-short {
  min-height: 60px;
}
.cid-unNEYg3pqs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unNEYg3pqs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unNEYg3pqs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unNEYg3pqs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unNEYg3pqs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unNEYg3pqs .dropdown-item.active,
.cid-unNEYg3pqs .dropdown-item:active {
  background-color: transparent;
}
.cid-unNEYg3pqs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unNEYg3pqs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unNEYg3pqs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unNEYg3pqs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unNEYg3pqs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unNEYg3pqs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unNEYg3pqs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unNEYg3pqs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unNEYg3pqs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unNEYg3pqs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unNEYg3pqs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unNEYg3pqs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNEYg3pqs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNEYg3pqs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unNEYg3pqs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNEYg3pqs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unNEYg3pqs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unNEYg3pqs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNEYg3pqs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unNEYg3pqs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unNEYg3pqs .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-unNEYg3pqs .navbar {
    height: 70px;
  }
  .cid-unNEYg3pqs .navbar.opened {
    height: auto;
  }
  .cid-unNEYg3pqs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unNEYemlbv {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNEYemlbv .row {
  flex-direction: row-reverse;
}
.cid-unNEYemlbv p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNEYemlbv .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNEYemlbv .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNEYemlbv .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNEYemlbv .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNEYemlbv .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNEYemlbv .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNEYemlbv .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNEYemlbv .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNEYemlbv .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNEYemlbv .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNEYemlbv .main-banner:before {
    display: none;
  }
  .cid-unNEYemlbv .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNEYemlbv .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNEYemlbv H6 {
  color: #e43f3f;
}
.cid-unNEYemlbv H2 {
  color: #000000;
}
.cid-unNEYeMSKf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unNEYeMSKf .mbr-section-title {
  color: #000000;
}
.cid-unNEYeZPKU {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unNEYeZPKU .container {
  padding: 0 5%;
}
.cid-unNEYeZPKU #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNEYeZPKU #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unNEYeZPKU #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNEYeZPKU #expand-button:hover {
  background-color: #7787a5;
}
.cid-unNEYeZPKU .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unNEYeZPKU .item:focus,
.cid-unNEYeZPKU span:focus {
  outline: none;
}
.cid-unNEYeZPKU .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unNEYeZPKU .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unNEYeZPKU .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unNEYeZPKU .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unNEYeZPKU .item {
    padding: 1.5rem;
  }
}
.cid-unNEYeZPKU .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNEYeZPKU .item .item-icon {
    margin-top: 0;
  }
}
.cid-unNEYeZPKU .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unNEYeZPKU .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unNEYeZPKU .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unNEYeZPKU .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unNEYeZPKU .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNEYeZPKU .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unNEYeZPKU .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unNEYeZPKU .item-content {
    margin-left: 0;
  }
}
.cid-unNEYeZPKU .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unNEYeZPKU .item-title {
  color: #ffffff;
}
.cid-unNEYeZPKU .mbr-text,
.cid-unNEYeZPKU .item-icon {
  color: #ffffff;
}
.cid-unNEYeZPKU .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unNEYeZPKU .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unNEYeZPKU .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unNEYeZPKU .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unNEYeZPKU .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unNEYeZPKU .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unNEYeZPKU .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unNEYeZPKU .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unNEYeZPKU .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unNEYeZPKU .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unNEYeZPKU .article-column1 {
    padding-right: 16px;
  }
}
.cid-unNEYeZPKU .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unNEYeZPKU .article-column2 {
    padding-left: 16px;
  }
}
.cid-unNEYeZPKU .mbr-section-subtitle,
.cid-unNEYeZPKU .mbr-iconfont {
  color: #e082c5;
}
.cid-unNEYeZPKU .mbr-section-subtitle {
  color: #000000;
}
.cid-unNEYfwAdz {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNEYfwAdz p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNEYfwAdz .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNEYfwAdz .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNEYfwAdz .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNEYfwAdz .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNEYfwAdz .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNEYfwAdz .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNEYfwAdz .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNEYfwAdz .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNEYfwAdz .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNEYfwAdz .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNEYfwAdz .main-banner:before {
    display: none;
  }
  .cid-unNEYfwAdz .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNEYfwAdz .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNEYfwAdz H6 {
  color: #e43f3f;
}
.cid-unNEYfwAdz H2 {
  color: #000000;
}
.cid-unNEYfwAdz P {
  color: #000000;
}
.cid-unNEYfL4nr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unNEYfL4nr #footer {
  padding: 0 0 25px 0;
}
.cid-unNEYfL4nr #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unNEYfL4nr #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unNEYfL4nr #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unNEYfL4nr #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unNEYfL4nr #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unNEYfL4nr #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unNEYfL4nr #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unNEYfL4nr #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unNEYfL4nr #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unNEYfL4nr #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unNEYfL4nr #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unNEYfL4nr #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unNEYfL4nr #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unNEYfL4nr #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unNEYfL4nr #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unNEYfL4nr #footer .copyright {
  padding-top: 30px;
}
.cid-unNEYfL4nr ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unNEYfL4nr H4 {
  color: #000000;
  text-align: left;
}
.cid-unNEYfL4nr DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unNEYfL4nr P {
  color: #e43f3f;
  text-align: left;
}
.cid-unNEYfL4nr div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unNEYfL4nr .copyright a {
  text-decoration: none !important;
}
.cid-unNEYfL4nr .list,
.cid-unNEYfL4nr .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unNEYfL4nr ul li a {
  text-decoration: none !important;
}
.cid-unNEYfL4nr .list {
  color: #e43f3f;
}
.cid-unNFbZlfhQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unNFbZlfhQ nav.navbar {
  position: fixed;
}
.cid-unNFbZlfhQ .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-unNFbZlfhQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unNFbZlfhQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unNFbZlfhQ .dropdown-item:hover,
.cid-unNFbZlfhQ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unNFbZlfhQ .dropdown-item:hover span {
  color: white;
}
.cid-unNFbZlfhQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unNFbZlfhQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unNFbZlfhQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unNFbZlfhQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unNFbZlfhQ .nav-link {
  position: relative;
}
.cid-unNFbZlfhQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unNFbZlfhQ .container {
    flex-wrap: nowrap;
  }
}
.cid-unNFbZlfhQ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unNFbZlfhQ .dropdown-menu,
.cid-unNFbZlfhQ .navbar.opened {
  background: #e43f3f !important;
}
.cid-unNFbZlfhQ .nav-item:focus,
.cid-unNFbZlfhQ .nav-link:focus {
  outline: none;
}
.cid-unNFbZlfhQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unNFbZlfhQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unNFbZlfhQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unNFbZlfhQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unNFbZlfhQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unNFbZlfhQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unNFbZlfhQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unNFbZlfhQ .navbar.opened {
  transition: all 0.3s;
}
.cid-unNFbZlfhQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unNFbZlfhQ .navbar .navbar-logo img {
  width: auto;
}
.cid-unNFbZlfhQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unNFbZlfhQ .navbar.collapsed {
  justify-content: center;
}
.cid-unNFbZlfhQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unNFbZlfhQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unNFbZlfhQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unNFbZlfhQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unNFbZlfhQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unNFbZlfhQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unNFbZlfhQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unNFbZlfhQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unNFbZlfhQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unNFbZlfhQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unNFbZlfhQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unNFbZlfhQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unNFbZlfhQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unNFbZlfhQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unNFbZlfhQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unNFbZlfhQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unNFbZlfhQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unNFbZlfhQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unNFbZlfhQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unNFbZlfhQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unNFbZlfhQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unNFbZlfhQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unNFbZlfhQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unNFbZlfhQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unNFbZlfhQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unNFbZlfhQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unNFbZlfhQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unNFbZlfhQ .dropdown-item.active,
.cid-unNFbZlfhQ .dropdown-item:active {
  background-color: transparent;
}
.cid-unNFbZlfhQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unNFbZlfhQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unNFbZlfhQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unNFbZlfhQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unNFbZlfhQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unNFbZlfhQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unNFbZlfhQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unNFbZlfhQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unNFbZlfhQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unNFbZlfhQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unNFbZlfhQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unNFbZlfhQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNFbZlfhQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNFbZlfhQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unNFbZlfhQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNFbZlfhQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unNFbZlfhQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unNFbZlfhQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNFbZlfhQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unNFbZlfhQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unNFbZlfhQ .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-unNFbZlfhQ .navbar {
    height: 70px;
  }
  .cid-unNFbZlfhQ .navbar.opened {
    height: auto;
  }
  .cid-unNFbZlfhQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unNFbXwmm1 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNFbXwmm1 .row {
  flex-direction: row-reverse;
}
.cid-unNFbXwmm1 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNFbXwmm1 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNFbXwmm1 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNFbXwmm1 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNFbXwmm1 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNFbXwmm1 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNFbXwmm1 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNFbXwmm1 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNFbXwmm1 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNFbXwmm1 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNFbXwmm1 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNFbXwmm1 .main-banner:before {
    display: none;
  }
  .cid-unNFbXwmm1 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNFbXwmm1 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNFbXwmm1 H6 {
  color: #e43f3f;
}
.cid-unNFbXwmm1 H2 {
  color: #000000;
}
.cid-unNFbXW6Ei {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unNFbXW6Ei .mbr-section-title {
  color: #000000;
}
.cid-unNFbYaiuA {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unNFbYaiuA .container {
  padding: 0 5%;
}
.cid-unNFbYaiuA #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNFbYaiuA #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unNFbYaiuA #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNFbYaiuA #expand-button:hover {
  background-color: #7787a5;
}
.cid-unNFbYaiuA .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unNFbYaiuA .item:focus,
.cid-unNFbYaiuA span:focus {
  outline: none;
}
.cid-unNFbYaiuA .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unNFbYaiuA .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unNFbYaiuA .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unNFbYaiuA .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unNFbYaiuA .item {
    padding: 1.5rem;
  }
}
.cid-unNFbYaiuA .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNFbYaiuA .item .item-icon {
    margin-top: 0;
  }
}
.cid-unNFbYaiuA .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unNFbYaiuA .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unNFbYaiuA .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unNFbYaiuA .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unNFbYaiuA .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNFbYaiuA .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unNFbYaiuA .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unNFbYaiuA .item-content {
    margin-left: 0;
  }
}
.cid-unNFbYaiuA .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unNFbYaiuA .item-title {
  color: #ffffff;
}
.cid-unNFbYaiuA .mbr-text,
.cid-unNFbYaiuA .item-icon {
  color: #ffffff;
}
.cid-unNFbYaiuA .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unNFbYaiuA .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unNFbYaiuA .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unNFbYaiuA .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unNFbYaiuA .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unNFbYaiuA .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unNFbYaiuA .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unNFbYaiuA .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unNFbYaiuA .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unNFbYaiuA .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unNFbYaiuA .article-column1 {
    padding-right: 16px;
  }
}
.cid-unNFbYaiuA .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unNFbYaiuA .article-column2 {
    padding-left: 16px;
  }
}
.cid-unNFbYaiuA .mbr-section-subtitle,
.cid-unNFbYaiuA .mbr-iconfont {
  color: #e082c5;
}
.cid-unNFbYaiuA .mbr-section-subtitle {
  color: #000000;
}
.cid-unNFbYJIz2 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNFbYJIz2 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNFbYJIz2 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNFbYJIz2 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNFbYJIz2 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNFbYJIz2 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNFbYJIz2 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNFbYJIz2 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNFbYJIz2 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNFbYJIz2 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNFbYJIz2 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNFbYJIz2 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNFbYJIz2 .main-banner:before {
    display: none;
  }
  .cid-unNFbYJIz2 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNFbYJIz2 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNFbYJIz2 H6 {
  color: #e43f3f;
}
.cid-unNFbYJIz2 H2 {
  color: #000000;
}
.cid-unNFbYJIz2 P {
  color: #000000;
}
.cid-unNFbYZ8Lh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unNFbYZ8Lh #footer {
  padding: 0 0 25px 0;
}
.cid-unNFbYZ8Lh #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unNFbYZ8Lh #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unNFbYZ8Lh #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unNFbYZ8Lh #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unNFbYZ8Lh #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unNFbYZ8Lh #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unNFbYZ8Lh #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unNFbYZ8Lh #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unNFbYZ8Lh #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unNFbYZ8Lh #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unNFbYZ8Lh #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unNFbYZ8Lh #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unNFbYZ8Lh #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unNFbYZ8Lh #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unNFbYZ8Lh #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unNFbYZ8Lh #footer .copyright {
  padding-top: 30px;
}
.cid-unNFbYZ8Lh ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unNFbYZ8Lh H4 {
  color: #000000;
  text-align: left;
}
.cid-unNFbYZ8Lh DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unNFbYZ8Lh P {
  color: #e43f3f;
  text-align: left;
}
.cid-unNFbYZ8Lh div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unNFbYZ8Lh .copyright a {
  text-decoration: none !important;
}
.cid-unNFbYZ8Lh .list,
.cid-unNFbYZ8Lh .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unNFbYZ8Lh ul li a {
  text-decoration: none !important;
}
.cid-unNFbYZ8Lh .list {
  color: #e43f3f;
}
.cid-unNFuDQDT7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unNFuDQDT7 nav.navbar {
  position: fixed;
}
.cid-unNFuDQDT7 .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-unNFuDQDT7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unNFuDQDT7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unNFuDQDT7 .dropdown-item:hover,
.cid-unNFuDQDT7 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unNFuDQDT7 .dropdown-item:hover span {
  color: white;
}
.cid-unNFuDQDT7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unNFuDQDT7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unNFuDQDT7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unNFuDQDT7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unNFuDQDT7 .nav-link {
  position: relative;
}
.cid-unNFuDQDT7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unNFuDQDT7 .container {
    flex-wrap: nowrap;
  }
}
.cid-unNFuDQDT7 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unNFuDQDT7 .dropdown-menu,
.cid-unNFuDQDT7 .navbar.opened {
  background: #e43f3f !important;
}
.cid-unNFuDQDT7 .nav-item:focus,
.cid-unNFuDQDT7 .nav-link:focus {
  outline: none;
}
.cid-unNFuDQDT7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unNFuDQDT7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unNFuDQDT7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unNFuDQDT7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unNFuDQDT7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unNFuDQDT7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unNFuDQDT7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unNFuDQDT7 .navbar.opened {
  transition: all 0.3s;
}
.cid-unNFuDQDT7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unNFuDQDT7 .navbar .navbar-logo img {
  width: auto;
}
.cid-unNFuDQDT7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unNFuDQDT7 .navbar.collapsed {
  justify-content: center;
}
.cid-unNFuDQDT7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unNFuDQDT7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unNFuDQDT7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unNFuDQDT7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unNFuDQDT7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unNFuDQDT7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unNFuDQDT7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unNFuDQDT7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unNFuDQDT7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unNFuDQDT7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unNFuDQDT7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unNFuDQDT7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unNFuDQDT7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unNFuDQDT7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unNFuDQDT7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unNFuDQDT7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unNFuDQDT7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unNFuDQDT7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unNFuDQDT7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unNFuDQDT7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unNFuDQDT7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unNFuDQDT7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-unNFuDQDT7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unNFuDQDT7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unNFuDQDT7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unNFuDQDT7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unNFuDQDT7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unNFuDQDT7 .dropdown-item.active,
.cid-unNFuDQDT7 .dropdown-item:active {
  background-color: transparent;
}
.cid-unNFuDQDT7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unNFuDQDT7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unNFuDQDT7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unNFuDQDT7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unNFuDQDT7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unNFuDQDT7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unNFuDQDT7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unNFuDQDT7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unNFuDQDT7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unNFuDQDT7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unNFuDQDT7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unNFuDQDT7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNFuDQDT7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNFuDQDT7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unNFuDQDT7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNFuDQDT7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unNFuDQDT7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unNFuDQDT7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNFuDQDT7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unNFuDQDT7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unNFuDQDT7 .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-unNFuDQDT7 .navbar {
    height: 70px;
  }
  .cid-unNFuDQDT7 .navbar.opened {
    height: auto;
  }
  .cid-unNFuDQDT7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unNFuC9YGr {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNFuC9YGr .row {
  flex-direction: row-reverse;
}
.cid-unNFuC9YGr p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNFuC9YGr .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNFuC9YGr .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNFuC9YGr .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNFuC9YGr .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNFuC9YGr .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNFuC9YGr .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNFuC9YGr .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNFuC9YGr .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNFuC9YGr .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNFuC9YGr .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNFuC9YGr .main-banner:before {
    display: none;
  }
  .cid-unNFuC9YGr .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNFuC9YGr .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNFuC9YGr H6 {
  color: #e43f3f;
}
.cid-unNFuC9YGr H2 {
  color: #000000;
}
.cid-unNFuCyq11 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unNFuCyq11 .mbr-section-title {
  color: #000000;
}
.cid-unNFuCM4y5 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unNFuCM4y5 .container {
  padding: 0 5%;
}
.cid-unNFuCM4y5 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNFuCM4y5 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unNFuCM4y5 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNFuCM4y5 #expand-button:hover {
  background-color: #7787a5;
}
.cid-unNFuCM4y5 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unNFuCM4y5 .item:focus,
.cid-unNFuCM4y5 span:focus {
  outline: none;
}
.cid-unNFuCM4y5 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unNFuCM4y5 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unNFuCM4y5 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unNFuCM4y5 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unNFuCM4y5 .item {
    padding: 1.5rem;
  }
}
.cid-unNFuCM4y5 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNFuCM4y5 .item .item-icon {
    margin-top: 0;
  }
}
.cid-unNFuCM4y5 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unNFuCM4y5 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unNFuCM4y5 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unNFuCM4y5 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unNFuCM4y5 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNFuCM4y5 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unNFuCM4y5 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unNFuCM4y5 .item-content {
    margin-left: 0;
  }
}
.cid-unNFuCM4y5 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unNFuCM4y5 .item-title {
  color: #ffffff;
}
.cid-unNFuCM4y5 .mbr-text,
.cid-unNFuCM4y5 .item-icon {
  color: #ffffff;
}
.cid-unNFuCM4y5 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unNFuCM4y5 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unNFuCM4y5 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unNFuCM4y5 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unNFuCM4y5 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unNFuCM4y5 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unNFuCM4y5 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unNFuCM4y5 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unNFuCM4y5 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unNFuCM4y5 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unNFuCM4y5 .article-column1 {
    padding-right: 16px;
  }
}
.cid-unNFuCM4y5 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unNFuCM4y5 .article-column2 {
    padding-left: 16px;
  }
}
.cid-unNFuCM4y5 .mbr-section-subtitle,
.cid-unNFuCM4y5 .mbr-iconfont {
  color: #e082c5;
}
.cid-unNFuCM4y5 .mbr-section-subtitle {
  color: #000000;
}
.cid-unNFuDkIG3 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNFuDkIG3 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNFuDkIG3 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNFuDkIG3 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNFuDkIG3 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNFuDkIG3 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNFuDkIG3 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNFuDkIG3 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNFuDkIG3 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNFuDkIG3 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNFuDkIG3 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNFuDkIG3 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNFuDkIG3 .main-banner:before {
    display: none;
  }
  .cid-unNFuDkIG3 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNFuDkIG3 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNFuDkIG3 H6 {
  color: #e43f3f;
}
.cid-unNFuDkIG3 H2 {
  color: #000000;
}
.cid-unNFuDkIG3 P {
  color: #000000;
}
.cid-unNFuDyn7b {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unNFuDyn7b #footer {
  padding: 0 0 25px 0;
}
.cid-unNFuDyn7b #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unNFuDyn7b #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unNFuDyn7b #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unNFuDyn7b #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unNFuDyn7b #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unNFuDyn7b #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unNFuDyn7b #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unNFuDyn7b #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unNFuDyn7b #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unNFuDyn7b #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unNFuDyn7b #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unNFuDyn7b #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unNFuDyn7b #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unNFuDyn7b #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unNFuDyn7b #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unNFuDyn7b #footer .copyright {
  padding-top: 30px;
}
.cid-unNFuDyn7b ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unNFuDyn7b H4 {
  color: #000000;
  text-align: left;
}
.cid-unNFuDyn7b DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unNFuDyn7b P {
  color: #e43f3f;
  text-align: left;
}
.cid-unNFuDyn7b div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unNFuDyn7b .copyright a {
  text-decoration: none !important;
}
.cid-unNFuDyn7b .list,
.cid-unNFuDyn7b .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unNFuDyn7b ul li a {
  text-decoration: none !important;
}
.cid-unNFuDyn7b .list {
  color: #e43f3f;
}
.cid-unNFISrjJ8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unNFISrjJ8 nav.navbar {
  position: fixed;
}
.cid-unNFISrjJ8 .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-unNFISrjJ8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unNFISrjJ8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unNFISrjJ8 .dropdown-item:hover,
.cid-unNFISrjJ8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unNFISrjJ8 .dropdown-item:hover span {
  color: white;
}
.cid-unNFISrjJ8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unNFISrjJ8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unNFISrjJ8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unNFISrjJ8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unNFISrjJ8 .nav-link {
  position: relative;
}
.cid-unNFISrjJ8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unNFISrjJ8 .container {
    flex-wrap: nowrap;
  }
}
.cid-unNFISrjJ8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unNFISrjJ8 .dropdown-menu,
.cid-unNFISrjJ8 .navbar.opened {
  background: #e43f3f !important;
}
.cid-unNFISrjJ8 .nav-item:focus,
.cid-unNFISrjJ8 .nav-link:focus {
  outline: none;
}
.cid-unNFISrjJ8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unNFISrjJ8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unNFISrjJ8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unNFISrjJ8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unNFISrjJ8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unNFISrjJ8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unNFISrjJ8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unNFISrjJ8 .navbar.opened {
  transition: all 0.3s;
}
.cid-unNFISrjJ8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unNFISrjJ8 .navbar .navbar-logo img {
  width: auto;
}
.cid-unNFISrjJ8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unNFISrjJ8 .navbar.collapsed {
  justify-content: center;
}
.cid-unNFISrjJ8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unNFISrjJ8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unNFISrjJ8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unNFISrjJ8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unNFISrjJ8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unNFISrjJ8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unNFISrjJ8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unNFISrjJ8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unNFISrjJ8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unNFISrjJ8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unNFISrjJ8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unNFISrjJ8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unNFISrjJ8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unNFISrjJ8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unNFISrjJ8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unNFISrjJ8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unNFISrjJ8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unNFISrjJ8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unNFISrjJ8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unNFISrjJ8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unNFISrjJ8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unNFISrjJ8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-unNFISrjJ8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unNFISrjJ8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unNFISrjJ8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unNFISrjJ8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unNFISrjJ8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unNFISrjJ8 .dropdown-item.active,
.cid-unNFISrjJ8 .dropdown-item:active {
  background-color: transparent;
}
.cid-unNFISrjJ8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unNFISrjJ8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unNFISrjJ8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unNFISrjJ8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unNFISrjJ8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unNFISrjJ8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unNFISrjJ8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unNFISrjJ8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unNFISrjJ8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unNFISrjJ8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unNFISrjJ8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unNFISrjJ8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNFISrjJ8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNFISrjJ8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unNFISrjJ8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNFISrjJ8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unNFISrjJ8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unNFISrjJ8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNFISrjJ8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unNFISrjJ8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unNFISrjJ8 .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-unNFISrjJ8 .navbar {
    height: 70px;
  }
  .cid-unNFISrjJ8 .navbar.opened {
    height: auto;
  }
  .cid-unNFISrjJ8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unNFIQKRNm {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNFIQKRNm .row {
  flex-direction: row-reverse;
}
.cid-unNFIQKRNm p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNFIQKRNm .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNFIQKRNm .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNFIQKRNm .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNFIQKRNm .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNFIQKRNm .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNFIQKRNm .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNFIQKRNm .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNFIQKRNm .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNFIQKRNm .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNFIQKRNm .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNFIQKRNm .main-banner:before {
    display: none;
  }
  .cid-unNFIQKRNm .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNFIQKRNm .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNFIQKRNm H6 {
  color: #e43f3f;
}
.cid-unNFIQKRNm H2 {
  color: #000000;
}
.cid-unNFIRc9kq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unNFIRc9kq .mbr-section-title {
  color: #000000;
}
.cid-unNFIRodIf {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unNFIRodIf .container {
  padding: 0 5%;
}
.cid-unNFIRodIf #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNFIRodIf #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unNFIRodIf #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNFIRodIf #expand-button:hover {
  background-color: #7787a5;
}
.cid-unNFIRodIf .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unNFIRodIf .item:focus,
.cid-unNFIRodIf span:focus {
  outline: none;
}
.cid-unNFIRodIf .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unNFIRodIf .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unNFIRodIf .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unNFIRodIf .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unNFIRodIf .item {
    padding: 1.5rem;
  }
}
.cid-unNFIRodIf .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNFIRodIf .item .item-icon {
    margin-top: 0;
  }
}
.cid-unNFIRodIf .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unNFIRodIf .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unNFIRodIf .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unNFIRodIf .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unNFIRodIf .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNFIRodIf .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unNFIRodIf .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unNFIRodIf .item-content {
    margin-left: 0;
  }
}
.cid-unNFIRodIf .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unNFIRodIf .item-title {
  color: #ffffff;
}
.cid-unNFIRodIf .mbr-text,
.cid-unNFIRodIf .item-icon {
  color: #ffffff;
}
.cid-unNFIRodIf .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unNFIRodIf .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unNFIRodIf .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unNFIRodIf .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unNFIRodIf .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unNFIRodIf .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unNFIRodIf .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unNFIRodIf .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unNFIRodIf .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unNFIRodIf .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unNFIRodIf .article-column1 {
    padding-right: 16px;
  }
}
.cid-unNFIRodIf .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unNFIRodIf .article-column2 {
    padding-left: 16px;
  }
}
.cid-unNFIRodIf .mbr-section-subtitle,
.cid-unNFIRodIf .mbr-iconfont {
  color: #e082c5;
}
.cid-unNFIRodIf .mbr-section-subtitle {
  color: #000000;
}
.cid-unNFIRTHdq {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNFIRTHdq p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNFIRTHdq .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNFIRTHdq .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNFIRTHdq .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNFIRTHdq .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNFIRTHdq .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNFIRTHdq .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNFIRTHdq .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNFIRTHdq .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNFIRTHdq .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNFIRTHdq .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNFIRTHdq .main-banner:before {
    display: none;
  }
  .cid-unNFIRTHdq .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNFIRTHdq .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNFIRTHdq H6 {
  color: #e43f3f;
}
.cid-unNFIRTHdq H2 {
  color: #000000;
}
.cid-unNFIRTHdq P {
  color: #000000;
}
.cid-unNFIS7wjE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unNFIS7wjE #footer {
  padding: 0 0 25px 0;
}
.cid-unNFIS7wjE #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unNFIS7wjE #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unNFIS7wjE #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unNFIS7wjE #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unNFIS7wjE #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unNFIS7wjE #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unNFIS7wjE #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unNFIS7wjE #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unNFIS7wjE #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unNFIS7wjE #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unNFIS7wjE #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unNFIS7wjE #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unNFIS7wjE #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unNFIS7wjE #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unNFIS7wjE #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unNFIS7wjE #footer .copyright {
  padding-top: 30px;
}
.cid-unNFIS7wjE ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unNFIS7wjE H4 {
  color: #000000;
  text-align: left;
}
.cid-unNFIS7wjE DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unNFIS7wjE P {
  color: #e43f3f;
  text-align: left;
}
.cid-unNFIS7wjE div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unNFIS7wjE .copyright a {
  text-decoration: none !important;
}
.cid-unNFIS7wjE .list,
.cid-unNFIS7wjE .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unNFIS7wjE ul li a {
  text-decoration: none !important;
}
.cid-unNFIS7wjE .list {
  color: #e43f3f;
}
.cid-unNFXtTfm5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unNFXtTfm5 nav.navbar {
  position: fixed;
}
.cid-unNFXtTfm5 .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-unNFXtTfm5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unNFXtTfm5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unNFXtTfm5 .dropdown-item:hover,
.cid-unNFXtTfm5 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unNFXtTfm5 .dropdown-item:hover span {
  color: white;
}
.cid-unNFXtTfm5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unNFXtTfm5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unNFXtTfm5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unNFXtTfm5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unNFXtTfm5 .nav-link {
  position: relative;
}
.cid-unNFXtTfm5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unNFXtTfm5 .container {
    flex-wrap: nowrap;
  }
}
.cid-unNFXtTfm5 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unNFXtTfm5 .dropdown-menu,
.cid-unNFXtTfm5 .navbar.opened {
  background: #e43f3f !important;
}
.cid-unNFXtTfm5 .nav-item:focus,
.cid-unNFXtTfm5 .nav-link:focus {
  outline: none;
}
.cid-unNFXtTfm5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unNFXtTfm5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unNFXtTfm5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unNFXtTfm5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unNFXtTfm5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unNFXtTfm5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unNFXtTfm5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unNFXtTfm5 .navbar.opened {
  transition: all 0.3s;
}
.cid-unNFXtTfm5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unNFXtTfm5 .navbar .navbar-logo img {
  width: auto;
}
.cid-unNFXtTfm5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unNFXtTfm5 .navbar.collapsed {
  justify-content: center;
}
.cid-unNFXtTfm5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unNFXtTfm5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unNFXtTfm5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unNFXtTfm5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unNFXtTfm5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unNFXtTfm5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unNFXtTfm5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unNFXtTfm5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unNFXtTfm5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unNFXtTfm5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unNFXtTfm5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unNFXtTfm5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unNFXtTfm5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unNFXtTfm5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unNFXtTfm5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unNFXtTfm5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unNFXtTfm5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unNFXtTfm5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unNFXtTfm5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unNFXtTfm5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unNFXtTfm5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unNFXtTfm5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-unNFXtTfm5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unNFXtTfm5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unNFXtTfm5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unNFXtTfm5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unNFXtTfm5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unNFXtTfm5 .dropdown-item.active,
.cid-unNFXtTfm5 .dropdown-item:active {
  background-color: transparent;
}
.cid-unNFXtTfm5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unNFXtTfm5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unNFXtTfm5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unNFXtTfm5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unNFXtTfm5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unNFXtTfm5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unNFXtTfm5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unNFXtTfm5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unNFXtTfm5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unNFXtTfm5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unNFXtTfm5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unNFXtTfm5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNFXtTfm5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNFXtTfm5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unNFXtTfm5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNFXtTfm5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unNFXtTfm5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unNFXtTfm5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNFXtTfm5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unNFXtTfm5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unNFXtTfm5 .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-unNFXtTfm5 .navbar {
    height: 70px;
  }
  .cid-unNFXtTfm5 .navbar.opened {
    height: auto;
  }
  .cid-unNFXtTfm5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unNFXrU6mX {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNFXrU6mX .row {
  flex-direction: row-reverse;
}
.cid-unNFXrU6mX p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNFXrU6mX .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNFXrU6mX .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNFXrU6mX .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNFXrU6mX .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNFXrU6mX .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNFXrU6mX .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNFXrU6mX .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNFXrU6mX .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNFXrU6mX .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNFXrU6mX .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNFXrU6mX .main-banner:before {
    display: none;
  }
  .cid-unNFXrU6mX .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNFXrU6mX .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNFXrU6mX H6 {
  color: #e43f3f;
}
.cid-unNFXrU6mX H2 {
  color: #000000;
}
.cid-unNFXsm51X {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unNFXsm51X .mbr-section-title {
  color: #000000;
}
.cid-unNFXsEuIh {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unNFXsEuIh .container {
  padding: 0 5%;
}
.cid-unNFXsEuIh #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNFXsEuIh #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unNFXsEuIh #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNFXsEuIh #expand-button:hover {
  background-color: #7787a5;
}
.cid-unNFXsEuIh .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unNFXsEuIh .item:focus,
.cid-unNFXsEuIh span:focus {
  outline: none;
}
.cid-unNFXsEuIh .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unNFXsEuIh .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unNFXsEuIh .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unNFXsEuIh .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unNFXsEuIh .item {
    padding: 1.5rem;
  }
}
.cid-unNFXsEuIh .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNFXsEuIh .item .item-icon {
    margin-top: 0;
  }
}
.cid-unNFXsEuIh .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unNFXsEuIh .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unNFXsEuIh .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unNFXsEuIh .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unNFXsEuIh .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNFXsEuIh .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unNFXsEuIh .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unNFXsEuIh .item-content {
    margin-left: 0;
  }
}
.cid-unNFXsEuIh .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unNFXsEuIh .item-title {
  color: #ffffff;
}
.cid-unNFXsEuIh .mbr-text,
.cid-unNFXsEuIh .item-icon {
  color: #ffffff;
}
.cid-unNFXsEuIh .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unNFXsEuIh .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unNFXsEuIh .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unNFXsEuIh .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unNFXsEuIh .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unNFXsEuIh .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unNFXsEuIh .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unNFXsEuIh .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unNFXsEuIh .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unNFXsEuIh .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unNFXsEuIh .article-column1 {
    padding-right: 16px;
  }
}
.cid-unNFXsEuIh .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unNFXsEuIh .article-column2 {
    padding-left: 16px;
  }
}
.cid-unNFXsEuIh .mbr-section-subtitle,
.cid-unNFXsEuIh .mbr-iconfont {
  color: #e082c5;
}
.cid-unNFXsEuIh .mbr-section-subtitle {
  color: #000000;
}
.cid-unNFXtfcah {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNFXtfcah p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNFXtfcah .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNFXtfcah .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNFXtfcah .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNFXtfcah .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNFXtfcah .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNFXtfcah .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNFXtfcah .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNFXtfcah .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNFXtfcah .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNFXtfcah .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNFXtfcah .main-banner:before {
    display: none;
  }
  .cid-unNFXtfcah .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNFXtfcah .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNFXtfcah H6 {
  color: #e43f3f;
}
.cid-unNFXtfcah H2 {
  color: #000000;
}
.cid-unNFXtfcah P {
  color: #000000;
}
.cid-unNFXtwLic {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unNFXtwLic #footer {
  padding: 0 0 25px 0;
}
.cid-unNFXtwLic #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unNFXtwLic #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unNFXtwLic #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unNFXtwLic #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unNFXtwLic #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unNFXtwLic #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unNFXtwLic #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unNFXtwLic #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unNFXtwLic #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unNFXtwLic #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unNFXtwLic #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unNFXtwLic #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unNFXtwLic #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unNFXtwLic #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unNFXtwLic #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unNFXtwLic #footer .copyright {
  padding-top: 30px;
}
.cid-unNFXtwLic ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unNFXtwLic H4 {
  color: #000000;
  text-align: left;
}
.cid-unNFXtwLic DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unNFXtwLic P {
  color: #e43f3f;
  text-align: left;
}
.cid-unNFXtwLic div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unNFXtwLic .copyright a {
  text-decoration: none !important;
}
.cid-unNFXtwLic .list,
.cid-unNFXtwLic .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unNFXtwLic ul li a {
  text-decoration: none !important;
}
.cid-unNFXtwLic .list {
  color: #e43f3f;
}
.cid-unNGilY0tL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unNGilY0tL nav.navbar {
  position: fixed;
}
.cid-unNGilY0tL .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-unNGilY0tL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unNGilY0tL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unNGilY0tL .dropdown-item:hover,
.cid-unNGilY0tL .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unNGilY0tL .dropdown-item:hover span {
  color: white;
}
.cid-unNGilY0tL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unNGilY0tL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unNGilY0tL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unNGilY0tL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unNGilY0tL .nav-link {
  position: relative;
}
.cid-unNGilY0tL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unNGilY0tL .container {
    flex-wrap: nowrap;
  }
}
.cid-unNGilY0tL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unNGilY0tL .dropdown-menu,
.cid-unNGilY0tL .navbar.opened {
  background: #e43f3f !important;
}
.cid-unNGilY0tL .nav-item:focus,
.cid-unNGilY0tL .nav-link:focus {
  outline: none;
}
.cid-unNGilY0tL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unNGilY0tL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unNGilY0tL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unNGilY0tL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unNGilY0tL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unNGilY0tL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unNGilY0tL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unNGilY0tL .navbar.opened {
  transition: all 0.3s;
}
.cid-unNGilY0tL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unNGilY0tL .navbar .navbar-logo img {
  width: auto;
}
.cid-unNGilY0tL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unNGilY0tL .navbar.collapsed {
  justify-content: center;
}
.cid-unNGilY0tL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unNGilY0tL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unNGilY0tL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unNGilY0tL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unNGilY0tL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unNGilY0tL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unNGilY0tL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unNGilY0tL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unNGilY0tL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unNGilY0tL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unNGilY0tL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unNGilY0tL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unNGilY0tL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unNGilY0tL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unNGilY0tL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unNGilY0tL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unNGilY0tL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unNGilY0tL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unNGilY0tL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unNGilY0tL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unNGilY0tL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unNGilY0tL .navbar.navbar-short {
  min-height: 60px;
}
.cid-unNGilY0tL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unNGilY0tL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unNGilY0tL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unNGilY0tL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unNGilY0tL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unNGilY0tL .dropdown-item.active,
.cid-unNGilY0tL .dropdown-item:active {
  background-color: transparent;
}
.cid-unNGilY0tL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unNGilY0tL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unNGilY0tL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unNGilY0tL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unNGilY0tL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unNGilY0tL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unNGilY0tL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unNGilY0tL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unNGilY0tL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unNGilY0tL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unNGilY0tL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unNGilY0tL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNGilY0tL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNGilY0tL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unNGilY0tL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNGilY0tL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unNGilY0tL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unNGilY0tL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNGilY0tL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unNGilY0tL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unNGilY0tL .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-unNGilY0tL .navbar {
    height: 70px;
  }
  .cid-unNGilY0tL .navbar.opened {
    height: auto;
  }
  .cid-unNGilY0tL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unNGik8S78 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNGik8S78 .row {
  flex-direction: row-reverse;
}
.cid-unNGik8S78 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNGik8S78 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNGik8S78 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNGik8S78 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNGik8S78 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNGik8S78 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNGik8S78 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNGik8S78 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNGik8S78 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNGik8S78 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNGik8S78 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNGik8S78 .main-banner:before {
    display: none;
  }
  .cid-unNGik8S78 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNGik8S78 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNGik8S78 H6 {
  color: #e43f3f;
}
.cid-unNGik8S78 H2 {
  color: #000000;
}
.cid-unNGikABRI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unNGikABRI .mbr-section-title {
  color: #000000;
}
.cid-unNGikPHin {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unNGikPHin .container {
  padding: 0 5%;
}
.cid-unNGikPHin #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNGikPHin #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unNGikPHin #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNGikPHin #expand-button:hover {
  background-color: #7787a5;
}
.cid-unNGikPHin .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unNGikPHin .item:focus,
.cid-unNGikPHin span:focus {
  outline: none;
}
.cid-unNGikPHin .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unNGikPHin .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unNGikPHin .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unNGikPHin .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unNGikPHin .item {
    padding: 1.5rem;
  }
}
.cid-unNGikPHin .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNGikPHin .item .item-icon {
    margin-top: 0;
  }
}
.cid-unNGikPHin .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unNGikPHin .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unNGikPHin .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unNGikPHin .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unNGikPHin .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNGikPHin .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unNGikPHin .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unNGikPHin .item-content {
    margin-left: 0;
  }
}
.cid-unNGikPHin .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unNGikPHin .item-title {
  color: #ffffff;
}
.cid-unNGikPHin .mbr-text,
.cid-unNGikPHin .item-icon {
  color: #ffffff;
}
.cid-unNGikPHin .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unNGikPHin .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unNGikPHin .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unNGikPHin .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unNGikPHin .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unNGikPHin .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unNGikPHin .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unNGikPHin .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unNGikPHin .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unNGikPHin .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unNGikPHin .article-column1 {
    padding-right: 16px;
  }
}
.cid-unNGikPHin .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unNGikPHin .article-column2 {
    padding-left: 16px;
  }
}
.cid-unNGikPHin .mbr-section-subtitle,
.cid-unNGikPHin .mbr-iconfont {
  color: #e082c5;
}
.cid-unNGikPHin .mbr-section-subtitle {
  color: #000000;
}
.cid-unNGilnUX2 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNGilnUX2 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNGilnUX2 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNGilnUX2 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNGilnUX2 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNGilnUX2 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNGilnUX2 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNGilnUX2 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNGilnUX2 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNGilnUX2 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNGilnUX2 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNGilnUX2 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNGilnUX2 .main-banner:before {
    display: none;
  }
  .cid-unNGilnUX2 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNGilnUX2 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNGilnUX2 H6 {
  color: #e43f3f;
}
.cid-unNGilnUX2 H2 {
  color: #000000;
}
.cid-unNGilnUX2 P {
  color: #000000;
}
.cid-unNGilBHPD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unNGilBHPD #footer {
  padding: 0 0 25px 0;
}
.cid-unNGilBHPD #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unNGilBHPD #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unNGilBHPD #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unNGilBHPD #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unNGilBHPD #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unNGilBHPD #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unNGilBHPD #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unNGilBHPD #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unNGilBHPD #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unNGilBHPD #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unNGilBHPD #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unNGilBHPD #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unNGilBHPD #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unNGilBHPD #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unNGilBHPD #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unNGilBHPD #footer .copyright {
  padding-top: 30px;
}
.cid-unNGilBHPD ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unNGilBHPD H4 {
  color: #000000;
  text-align: left;
}
.cid-unNGilBHPD DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unNGilBHPD P {
  color: #e43f3f;
  text-align: left;
}
.cid-unNGilBHPD div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unNGilBHPD .copyright a {
  text-decoration: none !important;
}
.cid-unNGilBHPD .list,
.cid-unNGilBHPD .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unNGilBHPD ul li a {
  text-decoration: none !important;
}
.cid-unNGilBHPD .list {
  color: #e43f3f;
}
.cid-unNGBQTKEt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unNGBQTKEt nav.navbar {
  position: fixed;
}
.cid-unNGBQTKEt .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-unNGBQTKEt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unNGBQTKEt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unNGBQTKEt .dropdown-item:hover,
.cid-unNGBQTKEt .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unNGBQTKEt .dropdown-item:hover span {
  color: white;
}
.cid-unNGBQTKEt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unNGBQTKEt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unNGBQTKEt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unNGBQTKEt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unNGBQTKEt .nav-link {
  position: relative;
}
.cid-unNGBQTKEt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unNGBQTKEt .container {
    flex-wrap: nowrap;
  }
}
.cid-unNGBQTKEt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unNGBQTKEt .dropdown-menu,
.cid-unNGBQTKEt .navbar.opened {
  background: #e43f3f !important;
}
.cid-unNGBQTKEt .nav-item:focus,
.cid-unNGBQTKEt .nav-link:focus {
  outline: none;
}
.cid-unNGBQTKEt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unNGBQTKEt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unNGBQTKEt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unNGBQTKEt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unNGBQTKEt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unNGBQTKEt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unNGBQTKEt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unNGBQTKEt .navbar.opened {
  transition: all 0.3s;
}
.cid-unNGBQTKEt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unNGBQTKEt .navbar .navbar-logo img {
  width: auto;
}
.cid-unNGBQTKEt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unNGBQTKEt .navbar.collapsed {
  justify-content: center;
}
.cid-unNGBQTKEt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unNGBQTKEt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unNGBQTKEt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unNGBQTKEt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unNGBQTKEt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unNGBQTKEt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unNGBQTKEt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unNGBQTKEt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unNGBQTKEt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unNGBQTKEt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unNGBQTKEt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unNGBQTKEt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unNGBQTKEt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unNGBQTKEt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unNGBQTKEt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unNGBQTKEt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unNGBQTKEt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unNGBQTKEt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unNGBQTKEt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unNGBQTKEt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unNGBQTKEt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unNGBQTKEt .navbar.navbar-short {
  min-height: 60px;
}
.cid-unNGBQTKEt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unNGBQTKEt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unNGBQTKEt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unNGBQTKEt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unNGBQTKEt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unNGBQTKEt .dropdown-item.active,
.cid-unNGBQTKEt .dropdown-item:active {
  background-color: transparent;
}
.cid-unNGBQTKEt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unNGBQTKEt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unNGBQTKEt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unNGBQTKEt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unNGBQTKEt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unNGBQTKEt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unNGBQTKEt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unNGBQTKEt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unNGBQTKEt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unNGBQTKEt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unNGBQTKEt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unNGBQTKEt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNGBQTKEt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNGBQTKEt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unNGBQTKEt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNGBQTKEt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unNGBQTKEt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unNGBQTKEt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNGBQTKEt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unNGBQTKEt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unNGBQTKEt .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-unNGBQTKEt .navbar {
    height: 70px;
  }
  .cid-unNGBQTKEt .navbar.opened {
    height: auto;
  }
  .cid-unNGBQTKEt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unNGBP8XrK {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNGBP8XrK .row {
  flex-direction: row-reverse;
}
.cid-unNGBP8XrK p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNGBP8XrK .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNGBP8XrK .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNGBP8XrK .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNGBP8XrK .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNGBP8XrK .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNGBP8XrK .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNGBP8XrK .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNGBP8XrK .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNGBP8XrK .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNGBP8XrK .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNGBP8XrK .main-banner:before {
    display: none;
  }
  .cid-unNGBP8XrK .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNGBP8XrK .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNGBP8XrK H6 {
  color: #e43f3f;
}
.cid-unNGBP8XrK H2 {
  color: #000000;
}
.cid-unNGBPyc1a {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unNGBPyc1a .mbr-section-title {
  color: #000000;
}
.cid-unNGBPNj1x {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unNGBPNj1x .container {
  padding: 0 5%;
}
.cid-unNGBPNj1x #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNGBPNj1x #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unNGBPNj1x #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNGBPNj1x #expand-button:hover {
  background-color: #7787a5;
}
.cid-unNGBPNj1x .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unNGBPNj1x .item:focus,
.cid-unNGBPNj1x span:focus {
  outline: none;
}
.cid-unNGBPNj1x .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unNGBPNj1x .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unNGBPNj1x .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unNGBPNj1x .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unNGBPNj1x .item {
    padding: 1.5rem;
  }
}
.cid-unNGBPNj1x .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNGBPNj1x .item .item-icon {
    margin-top: 0;
  }
}
.cid-unNGBPNj1x .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unNGBPNj1x .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unNGBPNj1x .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unNGBPNj1x .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unNGBPNj1x .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNGBPNj1x .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unNGBPNj1x .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unNGBPNj1x .item-content {
    margin-left: 0;
  }
}
.cid-unNGBPNj1x .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unNGBPNj1x .item-title {
  color: #ffffff;
}
.cid-unNGBPNj1x .mbr-text,
.cid-unNGBPNj1x .item-icon {
  color: #ffffff;
}
.cid-unNGBPNj1x .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unNGBPNj1x .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unNGBPNj1x .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unNGBPNj1x .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unNGBPNj1x .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unNGBPNj1x .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unNGBPNj1x .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unNGBPNj1x .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unNGBPNj1x .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unNGBPNj1x .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unNGBPNj1x .article-column1 {
    padding-right: 16px;
  }
}
.cid-unNGBPNj1x .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unNGBPNj1x .article-column2 {
    padding-left: 16px;
  }
}
.cid-unNGBPNj1x .mbr-section-subtitle,
.cid-unNGBPNj1x .mbr-iconfont {
  color: #e082c5;
}
.cid-unNGBPNj1x .mbr-section-subtitle {
  color: #000000;
}
.cid-unNGBQkSgl {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNGBQkSgl p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNGBQkSgl .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNGBQkSgl .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNGBQkSgl .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNGBQkSgl .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNGBQkSgl .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNGBQkSgl .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNGBQkSgl .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNGBQkSgl .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNGBQkSgl .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNGBQkSgl .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNGBQkSgl .main-banner:before {
    display: none;
  }
  .cid-unNGBQkSgl .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNGBQkSgl .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNGBQkSgl H6 {
  color: #e43f3f;
}
.cid-unNGBQkSgl H2 {
  color: #000000;
}
.cid-unNGBQkSgl P {
  color: #000000;
}
.cid-unNGBQzGkD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unNGBQzGkD #footer {
  padding: 0 0 25px 0;
}
.cid-unNGBQzGkD #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unNGBQzGkD #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unNGBQzGkD #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unNGBQzGkD #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unNGBQzGkD #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unNGBQzGkD #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unNGBQzGkD #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unNGBQzGkD #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unNGBQzGkD #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unNGBQzGkD #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unNGBQzGkD #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unNGBQzGkD #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unNGBQzGkD #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unNGBQzGkD #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unNGBQzGkD #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unNGBQzGkD #footer .copyright {
  padding-top: 30px;
}
.cid-unNGBQzGkD ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unNGBQzGkD H4 {
  color: #000000;
  text-align: left;
}
.cid-unNGBQzGkD DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unNGBQzGkD P {
  color: #e43f3f;
  text-align: left;
}
.cid-unNGBQzGkD div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unNGBQzGkD .copyright a {
  text-decoration: none !important;
}
.cid-unNGBQzGkD .list,
.cid-unNGBQzGkD .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unNGBQzGkD ul li a {
  text-decoration: none !important;
}
.cid-unNGBQzGkD .list {
  color: #e43f3f;
}
.cid-unNGSTi0dP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unNGSTi0dP nav.navbar {
  position: fixed;
}
.cid-unNGSTi0dP .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-unNGSTi0dP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unNGSTi0dP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unNGSTi0dP .dropdown-item:hover,
.cid-unNGSTi0dP .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unNGSTi0dP .dropdown-item:hover span {
  color: white;
}
.cid-unNGSTi0dP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unNGSTi0dP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unNGSTi0dP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unNGSTi0dP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unNGSTi0dP .nav-link {
  position: relative;
}
.cid-unNGSTi0dP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unNGSTi0dP .container {
    flex-wrap: nowrap;
  }
}
.cid-unNGSTi0dP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unNGSTi0dP .dropdown-menu,
.cid-unNGSTi0dP .navbar.opened {
  background: #e43f3f !important;
}
.cid-unNGSTi0dP .nav-item:focus,
.cid-unNGSTi0dP .nav-link:focus {
  outline: none;
}
.cid-unNGSTi0dP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unNGSTi0dP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unNGSTi0dP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unNGSTi0dP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unNGSTi0dP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unNGSTi0dP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unNGSTi0dP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unNGSTi0dP .navbar.opened {
  transition: all 0.3s;
}
.cid-unNGSTi0dP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unNGSTi0dP .navbar .navbar-logo img {
  width: auto;
}
.cid-unNGSTi0dP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unNGSTi0dP .navbar.collapsed {
  justify-content: center;
}
.cid-unNGSTi0dP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unNGSTi0dP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unNGSTi0dP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unNGSTi0dP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unNGSTi0dP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unNGSTi0dP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unNGSTi0dP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unNGSTi0dP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unNGSTi0dP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unNGSTi0dP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unNGSTi0dP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unNGSTi0dP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unNGSTi0dP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unNGSTi0dP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unNGSTi0dP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unNGSTi0dP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unNGSTi0dP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unNGSTi0dP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unNGSTi0dP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unNGSTi0dP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unNGSTi0dP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unNGSTi0dP .navbar.navbar-short {
  min-height: 60px;
}
.cid-unNGSTi0dP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unNGSTi0dP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unNGSTi0dP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unNGSTi0dP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unNGSTi0dP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unNGSTi0dP .dropdown-item.active,
.cid-unNGSTi0dP .dropdown-item:active {
  background-color: transparent;
}
.cid-unNGSTi0dP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unNGSTi0dP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unNGSTi0dP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unNGSTi0dP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unNGSTi0dP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unNGSTi0dP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unNGSTi0dP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unNGSTi0dP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unNGSTi0dP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unNGSTi0dP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unNGSTi0dP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unNGSTi0dP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNGSTi0dP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNGSTi0dP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unNGSTi0dP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNGSTi0dP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unNGSTi0dP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unNGSTi0dP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNGSTi0dP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unNGSTi0dP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unNGSTi0dP .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-unNGSTi0dP .navbar {
    height: 70px;
  }
  .cid-unNGSTi0dP .navbar.opened {
    height: auto;
  }
  .cid-unNGSTi0dP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unNGSR5WQC {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNGSR5WQC .row {
  flex-direction: row-reverse;
}
.cid-unNGSR5WQC p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNGSR5WQC .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNGSR5WQC .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNGSR5WQC .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNGSR5WQC .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNGSR5WQC .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNGSR5WQC .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNGSR5WQC .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNGSR5WQC .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNGSR5WQC .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNGSR5WQC .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNGSR5WQC .main-banner:before {
    display: none;
  }
  .cid-unNGSR5WQC .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNGSR5WQC .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNGSR5WQC H6 {
  color: #e43f3f;
}
.cid-unNGSR5WQC H2 {
  color: #000000;
}
.cid-unNGSRHVbH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unNGSRHVbH .mbr-section-title {
  color: #000000;
}
.cid-unNGSS30YJ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unNGSS30YJ .container {
  padding: 0 5%;
}
.cid-unNGSS30YJ #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNGSS30YJ #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unNGSS30YJ #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNGSS30YJ #expand-button:hover {
  background-color: #7787a5;
}
.cid-unNGSS30YJ .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unNGSS30YJ .item:focus,
.cid-unNGSS30YJ span:focus {
  outline: none;
}
.cid-unNGSS30YJ .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unNGSS30YJ .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unNGSS30YJ .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unNGSS30YJ .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unNGSS30YJ .item {
    padding: 1.5rem;
  }
}
.cid-unNGSS30YJ .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNGSS30YJ .item .item-icon {
    margin-top: 0;
  }
}
.cid-unNGSS30YJ .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unNGSS30YJ .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unNGSS30YJ .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unNGSS30YJ .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unNGSS30YJ .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNGSS30YJ .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unNGSS30YJ .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unNGSS30YJ .item-content {
    margin-left: 0;
  }
}
.cid-unNGSS30YJ .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unNGSS30YJ .item-title {
  color: #ffffff;
}
.cid-unNGSS30YJ .mbr-text,
.cid-unNGSS30YJ .item-icon {
  color: #ffffff;
}
.cid-unNGSS30YJ .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unNGSS30YJ .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unNGSS30YJ .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unNGSS30YJ .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unNGSS30YJ .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unNGSS30YJ .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unNGSS30YJ .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unNGSS30YJ .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unNGSS30YJ .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unNGSS30YJ .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unNGSS30YJ .article-column1 {
    padding-right: 16px;
  }
}
.cid-unNGSS30YJ .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unNGSS30YJ .article-column2 {
    padding-left: 16px;
  }
}
.cid-unNGSS30YJ .mbr-section-subtitle,
.cid-unNGSS30YJ .mbr-iconfont {
  color: #e082c5;
}
.cid-unNGSS30YJ .mbr-section-subtitle {
  color: #000000;
}
.cid-unNGSSGr2N {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNGSSGr2N p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNGSSGr2N .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNGSSGr2N .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNGSSGr2N .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNGSSGr2N .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNGSSGr2N .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNGSSGr2N .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNGSSGr2N .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNGSSGr2N .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNGSSGr2N .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNGSSGr2N .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNGSSGr2N .main-banner:before {
    display: none;
  }
  .cid-unNGSSGr2N .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNGSSGr2N .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNGSSGr2N H6 {
  color: #e43f3f;
}
.cid-unNGSSGr2N H2 {
  color: #000000;
}
.cid-unNGSSGr2N P {
  color: #000000;
}
.cid-unNGSSXsWp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unNGSSXsWp #footer {
  padding: 0 0 25px 0;
}
.cid-unNGSSXsWp #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unNGSSXsWp #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unNGSSXsWp #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unNGSSXsWp #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unNGSSXsWp #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unNGSSXsWp #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unNGSSXsWp #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unNGSSXsWp #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unNGSSXsWp #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unNGSSXsWp #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unNGSSXsWp #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unNGSSXsWp #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unNGSSXsWp #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unNGSSXsWp #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unNGSSXsWp #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unNGSSXsWp #footer .copyright {
  padding-top: 30px;
}
.cid-unNGSSXsWp ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unNGSSXsWp H4 {
  color: #000000;
  text-align: left;
}
.cid-unNGSSXsWp DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unNGSSXsWp P {
  color: #e43f3f;
  text-align: left;
}
.cid-unNGSSXsWp div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unNGSSXsWp .copyright a {
  text-decoration: none !important;
}
.cid-unNGSSXsWp .list,
.cid-unNGSSXsWp .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unNGSSXsWp ul li a {
  text-decoration: none !important;
}
.cid-unNGSSXsWp .list {
  color: #e43f3f;
}
.cid-unNH7kqP5L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unNH7kqP5L nav.navbar {
  position: fixed;
}
.cid-unNH7kqP5L .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-unNH7kqP5L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unNH7kqP5L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unNH7kqP5L .dropdown-item:hover,
.cid-unNH7kqP5L .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unNH7kqP5L .dropdown-item:hover span {
  color: white;
}
.cid-unNH7kqP5L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unNH7kqP5L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unNH7kqP5L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unNH7kqP5L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unNH7kqP5L .nav-link {
  position: relative;
}
.cid-unNH7kqP5L .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unNH7kqP5L .container {
    flex-wrap: nowrap;
  }
}
.cid-unNH7kqP5L .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unNH7kqP5L .dropdown-menu,
.cid-unNH7kqP5L .navbar.opened {
  background: #e43f3f !important;
}
.cid-unNH7kqP5L .nav-item:focus,
.cid-unNH7kqP5L .nav-link:focus {
  outline: none;
}
.cid-unNH7kqP5L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unNH7kqP5L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unNH7kqP5L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unNH7kqP5L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unNH7kqP5L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unNH7kqP5L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unNH7kqP5L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unNH7kqP5L .navbar.opened {
  transition: all 0.3s;
}
.cid-unNH7kqP5L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unNH7kqP5L .navbar .navbar-logo img {
  width: auto;
}
.cid-unNH7kqP5L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unNH7kqP5L .navbar.collapsed {
  justify-content: center;
}
.cid-unNH7kqP5L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unNH7kqP5L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unNH7kqP5L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unNH7kqP5L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unNH7kqP5L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unNH7kqP5L .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unNH7kqP5L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unNH7kqP5L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unNH7kqP5L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unNH7kqP5L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unNH7kqP5L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unNH7kqP5L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unNH7kqP5L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unNH7kqP5L .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unNH7kqP5L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unNH7kqP5L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unNH7kqP5L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unNH7kqP5L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unNH7kqP5L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unNH7kqP5L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unNH7kqP5L .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unNH7kqP5L .navbar.navbar-short {
  min-height: 60px;
}
.cid-unNH7kqP5L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unNH7kqP5L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unNH7kqP5L .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unNH7kqP5L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unNH7kqP5L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unNH7kqP5L .dropdown-item.active,
.cid-unNH7kqP5L .dropdown-item:active {
  background-color: transparent;
}
.cid-unNH7kqP5L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unNH7kqP5L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unNH7kqP5L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unNH7kqP5L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unNH7kqP5L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unNH7kqP5L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unNH7kqP5L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unNH7kqP5L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unNH7kqP5L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unNH7kqP5L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unNH7kqP5L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unNH7kqP5L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNH7kqP5L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNH7kqP5L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unNH7kqP5L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNH7kqP5L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unNH7kqP5L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unNH7kqP5L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNH7kqP5L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unNH7kqP5L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unNH7kqP5L .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-unNH7kqP5L .navbar {
    height: 70px;
  }
  .cid-unNH7kqP5L .navbar.opened {
    height: auto;
  }
  .cid-unNH7kqP5L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unNH7ivJoA {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNH7ivJoA .row {
  flex-direction: row-reverse;
}
.cid-unNH7ivJoA p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNH7ivJoA .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNH7ivJoA .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNH7ivJoA .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNH7ivJoA .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNH7ivJoA .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNH7ivJoA .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNH7ivJoA .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNH7ivJoA .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNH7ivJoA .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNH7ivJoA .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNH7ivJoA .main-banner:before {
    display: none;
  }
  .cid-unNH7ivJoA .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNH7ivJoA .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNH7ivJoA H6 {
  color: #e43f3f;
}
.cid-unNH7ivJoA H2 {
  color: #000000;
}
.cid-unNH7iXMKp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unNH7iXMKp .mbr-section-title {
  color: #000000;
}
.cid-unNH7jjUmy {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unNH7jjUmy .container {
  padding: 0 5%;
}
.cid-unNH7jjUmy #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNH7jjUmy #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unNH7jjUmy #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNH7jjUmy #expand-button:hover {
  background-color: #7787a5;
}
.cid-unNH7jjUmy .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unNH7jjUmy .item:focus,
.cid-unNH7jjUmy span:focus {
  outline: none;
}
.cid-unNH7jjUmy .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unNH7jjUmy .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unNH7jjUmy .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unNH7jjUmy .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unNH7jjUmy .item {
    padding: 1.5rem;
  }
}
.cid-unNH7jjUmy .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNH7jjUmy .item .item-icon {
    margin-top: 0;
  }
}
.cid-unNH7jjUmy .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unNH7jjUmy .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unNH7jjUmy .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unNH7jjUmy .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unNH7jjUmy .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNH7jjUmy .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unNH7jjUmy .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unNH7jjUmy .item-content {
    margin-left: 0;
  }
}
.cid-unNH7jjUmy .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unNH7jjUmy .item-title {
  color: #ffffff;
}
.cid-unNH7jjUmy .mbr-text,
.cid-unNH7jjUmy .item-icon {
  color: #ffffff;
}
.cid-unNH7jjUmy .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unNH7jjUmy .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unNH7jjUmy .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unNH7jjUmy .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unNH7jjUmy .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unNH7jjUmy .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unNH7jjUmy .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unNH7jjUmy .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unNH7jjUmy .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unNH7jjUmy .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unNH7jjUmy .article-column1 {
    padding-right: 16px;
  }
}
.cid-unNH7jjUmy .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unNH7jjUmy .article-column2 {
    padding-left: 16px;
  }
}
.cid-unNH7jjUmy .mbr-section-subtitle,
.cid-unNH7jjUmy .mbr-iconfont {
  color: #e082c5;
}
.cid-unNH7jjUmy .mbr-section-subtitle {
  color: #000000;
}
.cid-unNH7jSTzJ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNH7jSTzJ p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNH7jSTzJ .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNH7jSTzJ .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNH7jSTzJ .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNH7jSTzJ .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNH7jSTzJ .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNH7jSTzJ .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNH7jSTzJ .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNH7jSTzJ .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNH7jSTzJ .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNH7jSTzJ .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNH7jSTzJ .main-banner:before {
    display: none;
  }
  .cid-unNH7jSTzJ .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNH7jSTzJ .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNH7jSTzJ H6 {
  color: #e43f3f;
}
.cid-unNH7jSTzJ H2 {
  color: #000000;
}
.cid-unNH7jSTzJ P {
  color: #000000;
}
.cid-unNH7k6VRR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unNH7k6VRR #footer {
  padding: 0 0 25px 0;
}
.cid-unNH7k6VRR #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unNH7k6VRR #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unNH7k6VRR #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unNH7k6VRR #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unNH7k6VRR #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unNH7k6VRR #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unNH7k6VRR #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unNH7k6VRR #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unNH7k6VRR #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unNH7k6VRR #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unNH7k6VRR #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unNH7k6VRR #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unNH7k6VRR #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unNH7k6VRR #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unNH7k6VRR #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unNH7k6VRR #footer .copyright {
  padding-top: 30px;
}
.cid-unNH7k6VRR ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unNH7k6VRR H4 {
  color: #000000;
  text-align: left;
}
.cid-unNH7k6VRR DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unNH7k6VRR P {
  color: #e43f3f;
  text-align: left;
}
.cid-unNH7k6VRR div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unNH7k6VRR .copyright a {
  text-decoration: none !important;
}
.cid-unNH7k6VRR .list,
.cid-unNH7k6VRR .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unNH7k6VRR ul li a {
  text-decoration: none !important;
}
.cid-unNH7k6VRR .list {
  color: #e43f3f;
}
.cid-unNLlCxdg5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unNLlCxdg5 nav.navbar {
  position: fixed;
}
.cid-unNLlCxdg5 .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-unNLlCxdg5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unNLlCxdg5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unNLlCxdg5 .dropdown-item:hover,
.cid-unNLlCxdg5 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unNLlCxdg5 .dropdown-item:hover span {
  color: white;
}
.cid-unNLlCxdg5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unNLlCxdg5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unNLlCxdg5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unNLlCxdg5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unNLlCxdg5 .nav-link {
  position: relative;
}
.cid-unNLlCxdg5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unNLlCxdg5 .container {
    flex-wrap: nowrap;
  }
}
.cid-unNLlCxdg5 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unNLlCxdg5 .dropdown-menu,
.cid-unNLlCxdg5 .navbar.opened {
  background: #e43f3f !important;
}
.cid-unNLlCxdg5 .nav-item:focus,
.cid-unNLlCxdg5 .nav-link:focus {
  outline: none;
}
.cid-unNLlCxdg5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unNLlCxdg5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unNLlCxdg5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unNLlCxdg5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unNLlCxdg5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unNLlCxdg5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unNLlCxdg5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-unNLlCxdg5 .navbar.opened {
  transition: all 0.3s;
}
.cid-unNLlCxdg5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unNLlCxdg5 .navbar .navbar-logo img {
  width: auto;
}
.cid-unNLlCxdg5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unNLlCxdg5 .navbar.collapsed {
  justify-content: center;
}
.cid-unNLlCxdg5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unNLlCxdg5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unNLlCxdg5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unNLlCxdg5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unNLlCxdg5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unNLlCxdg5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unNLlCxdg5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unNLlCxdg5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unNLlCxdg5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unNLlCxdg5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unNLlCxdg5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unNLlCxdg5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unNLlCxdg5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unNLlCxdg5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unNLlCxdg5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unNLlCxdg5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unNLlCxdg5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unNLlCxdg5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unNLlCxdg5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unNLlCxdg5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unNLlCxdg5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unNLlCxdg5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-unNLlCxdg5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unNLlCxdg5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unNLlCxdg5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unNLlCxdg5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unNLlCxdg5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unNLlCxdg5 .dropdown-item.active,
.cid-unNLlCxdg5 .dropdown-item:active {
  background-color: transparent;
}
.cid-unNLlCxdg5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unNLlCxdg5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unNLlCxdg5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unNLlCxdg5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-unNLlCxdg5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unNLlCxdg5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unNLlCxdg5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unNLlCxdg5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unNLlCxdg5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unNLlCxdg5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unNLlCxdg5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unNLlCxdg5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNLlCxdg5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unNLlCxdg5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unNLlCxdg5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNLlCxdg5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unNLlCxdg5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unNLlCxdg5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unNLlCxdg5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unNLlCxdg5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unNLlCxdg5 .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-unNLlCxdg5 .navbar {
    height: 70px;
  }
  .cid-unNLlCxdg5 .navbar.opened {
    height: auto;
  }
  .cid-unNLlCxdg5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unNLlAn344 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNLlAn344 .row {
  flex-direction: row-reverse;
}
.cid-unNLlAn344 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNLlAn344 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNLlAn344 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNLlAn344 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNLlAn344 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNLlAn344 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNLlAn344 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNLlAn344 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNLlAn344 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNLlAn344 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNLlAn344 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNLlAn344 .main-banner:before {
    display: none;
  }
  .cid-unNLlAn344 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNLlAn344 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNLlAn344 H6 {
  color: #e43f3f;
}
.cid-unNLlAn344 H2 {
  color: #000000;
}
.cid-unNLlAObym {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-unNLlAObym .mbr-section-title {
  color: #000000;
}
.cid-unNLlBaRUz {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unNLlBaRUz .container {
  padding: 0 5%;
}
.cid-unNLlBaRUz #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNLlBaRUz #collapse-button:hover {
  background-color: #7787a5;
}
.cid-unNLlBaRUz #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-unNLlBaRUz #expand-button:hover {
  background-color: #7787a5;
}
.cid-unNLlBaRUz .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-unNLlBaRUz .item:focus,
.cid-unNLlBaRUz span:focus {
  outline: none;
}
.cid-unNLlBaRUz .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-unNLlBaRUz .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-unNLlBaRUz .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-unNLlBaRUz .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-unNLlBaRUz .item {
    padding: 1.5rem;
  }
}
.cid-unNLlBaRUz .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNLlBaRUz .item .item-icon {
    margin-top: 0;
  }
}
.cid-unNLlBaRUz .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-unNLlBaRUz .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unNLlBaRUz .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-unNLlBaRUz .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-unNLlBaRUz .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unNLlBaRUz .item-title-wrapper {
    min-width: auto;
  }
}
.cid-unNLlBaRUz .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-unNLlBaRUz .item-content {
    margin-left: 0;
  }
}
.cid-unNLlBaRUz .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-unNLlBaRUz .item-title {
  color: #ffffff;
}
.cid-unNLlBaRUz .mbr-text,
.cid-unNLlBaRUz .item-icon {
  color: #ffffff;
}
.cid-unNLlBaRUz .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-unNLlBaRUz .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unNLlBaRUz .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unNLlBaRUz .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unNLlBaRUz .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unNLlBaRUz .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unNLlBaRUz .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unNLlBaRUz .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unNLlBaRUz .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unNLlBaRUz .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unNLlBaRUz .article-column1 {
    padding-right: 16px;
  }
}
.cid-unNLlBaRUz .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unNLlBaRUz .article-column2 {
    padding-left: 16px;
  }
}
.cid-unNLlBaRUz .mbr-section-subtitle,
.cid-unNLlBaRUz .mbr-iconfont {
  color: #e082c5;
}
.cid-unNLlBaRUz .mbr-section-subtitle {
  color: #000000;
}
.cid-unNLlBRJT2 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unNLlBRJT2 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-unNLlBRJT2 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-unNLlBRJT2 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-unNLlBRJT2 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-unNLlBRJT2 .main-banner .left-content {
  margin-right: 15px;
}
.cid-unNLlBRJT2 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-unNLlBRJT2 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-unNLlBRJT2 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-unNLlBRJT2 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-unNLlBRJT2 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-unNLlBRJT2 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-unNLlBRJT2 .main-banner:before {
    display: none;
  }
  .cid-unNLlBRJT2 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-unNLlBRJT2 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-unNLlBRJT2 H6 {
  color: #e43f3f;
}
.cid-unNLlBRJT2 H2 {
  color: #000000;
}
.cid-unNLlBRJT2 P {
  color: #000000;
}
.cid-unNLlC8DI8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-unNLlC8DI8 #footer {
  padding: 0 0 25px 0;
}
.cid-unNLlC8DI8 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-unNLlC8DI8 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-unNLlC8DI8 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-unNLlC8DI8 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-unNLlC8DI8 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-unNLlC8DI8 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-unNLlC8DI8 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-unNLlC8DI8 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-unNLlC8DI8 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-unNLlC8DI8 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-unNLlC8DI8 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-unNLlC8DI8 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-unNLlC8DI8 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-unNLlC8DI8 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-unNLlC8DI8 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-unNLlC8DI8 #footer .copyright {
  padding-top: 30px;
}
.cid-unNLlC8DI8 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-unNLlC8DI8 H4 {
  color: #000000;
  text-align: left;
}
.cid-unNLlC8DI8 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-unNLlC8DI8 P {
  color: #e43f3f;
  text-align: left;
}
.cid-unNLlC8DI8 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-unNLlC8DI8 .copyright a {
  text-decoration: none !important;
}
.cid-unNLlC8DI8 .list,
.cid-unNLlC8DI8 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-unNLlC8DI8 ul li a {
  text-decoration: none !important;
}
.cid-unNLlC8DI8 .list {
  color: #e43f3f;
}
.cid-uoahFN0Tk2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoahFN0Tk2 nav.navbar {
  position: fixed;
}
.cid-uoahFN0Tk2 .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-uoahFN0Tk2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoahFN0Tk2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoahFN0Tk2 .dropdown-item:hover,
.cid-uoahFN0Tk2 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoahFN0Tk2 .dropdown-item:hover span {
  color: white;
}
.cid-uoahFN0Tk2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoahFN0Tk2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoahFN0Tk2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoahFN0Tk2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoahFN0Tk2 .nav-link {
  position: relative;
}
.cid-uoahFN0Tk2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoahFN0Tk2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uoahFN0Tk2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoahFN0Tk2 .dropdown-menu,
.cid-uoahFN0Tk2 .navbar.opened {
  background: #e43f3f !important;
}
.cid-uoahFN0Tk2 .nav-item:focus,
.cid-uoahFN0Tk2 .nav-link:focus {
  outline: none;
}
.cid-uoahFN0Tk2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoahFN0Tk2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoahFN0Tk2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoahFN0Tk2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoahFN0Tk2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoahFN0Tk2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoahFN0Tk2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uoahFN0Tk2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uoahFN0Tk2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoahFN0Tk2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uoahFN0Tk2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoahFN0Tk2 .navbar.collapsed {
  justify-content: center;
}
.cid-uoahFN0Tk2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoahFN0Tk2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoahFN0Tk2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoahFN0Tk2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoahFN0Tk2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoahFN0Tk2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoahFN0Tk2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoahFN0Tk2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoahFN0Tk2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoahFN0Tk2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoahFN0Tk2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoahFN0Tk2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoahFN0Tk2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoahFN0Tk2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoahFN0Tk2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoahFN0Tk2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoahFN0Tk2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoahFN0Tk2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoahFN0Tk2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoahFN0Tk2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoahFN0Tk2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoahFN0Tk2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoahFN0Tk2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoahFN0Tk2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoahFN0Tk2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoahFN0Tk2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoahFN0Tk2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoahFN0Tk2 .dropdown-item.active,
.cid-uoahFN0Tk2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uoahFN0Tk2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoahFN0Tk2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoahFN0Tk2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoahFN0Tk2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uoahFN0Tk2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoahFN0Tk2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoahFN0Tk2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoahFN0Tk2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoahFN0Tk2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoahFN0Tk2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoahFN0Tk2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoahFN0Tk2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoahFN0Tk2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoahFN0Tk2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoahFN0Tk2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoahFN0Tk2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoahFN0Tk2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoahFN0Tk2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoahFN0Tk2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoahFN0Tk2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoahFN0Tk2 .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-uoahFN0Tk2 .navbar {
    height: 70px;
  }
  .cid-uoahFN0Tk2 .navbar.opened {
    height: auto;
  }
  .cid-uoahFN0Tk2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoahFLgSp5 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoahFLgSp5 .row {
  flex-direction: row-reverse;
}
.cid-uoahFLgSp5 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoahFLgSp5 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoahFLgSp5 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoahFLgSp5 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoahFLgSp5 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoahFLgSp5 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoahFLgSp5 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoahFLgSp5 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoahFLgSp5 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoahFLgSp5 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoahFLgSp5 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoahFLgSp5 .main-banner:before {
    display: none;
  }
  .cid-uoahFLgSp5 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoahFLgSp5 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoahFLgSp5 H6 {
  color: #e43f3f;
}
.cid-uoahFLgSp5 H2 {
  color: #000000;
}
.cid-uoahFLIY0i {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uoahFLIY0i .mbr-section-title {
  color: #000000;
}
.cid-uoahFLYfaB {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoahFLYfaB .container {
  padding: 0 5%;
}
.cid-uoahFLYfaB #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoahFLYfaB #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uoahFLYfaB #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoahFLYfaB #expand-button:hover {
  background-color: #7787a5;
}
.cid-uoahFLYfaB .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uoahFLYfaB .item:focus,
.cid-uoahFLYfaB span:focus {
  outline: none;
}
.cid-uoahFLYfaB .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uoahFLYfaB .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uoahFLYfaB .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uoahFLYfaB .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uoahFLYfaB .item {
    padding: 1.5rem;
  }
}
.cid-uoahFLYfaB .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoahFLYfaB .item .item-icon {
    margin-top: 0;
  }
}
.cid-uoahFLYfaB .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uoahFLYfaB .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uoahFLYfaB .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uoahFLYfaB .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uoahFLYfaB .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoahFLYfaB .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uoahFLYfaB .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uoahFLYfaB .item-content {
    margin-left: 0;
  }
}
.cid-uoahFLYfaB .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uoahFLYfaB .item-title {
  color: #ffffff;
}
.cid-uoahFLYfaB .mbr-text,
.cid-uoahFLYfaB .item-icon {
  color: #ffffff;
}
.cid-uoahFLYfaB .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uoahFLYfaB .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uoahFLYfaB .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uoahFLYfaB .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uoahFLYfaB .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uoahFLYfaB .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uoahFLYfaB .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uoahFLYfaB .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uoahFLYfaB .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uoahFLYfaB .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uoahFLYfaB .article-column1 {
    padding-right: 16px;
  }
}
.cid-uoahFLYfaB .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uoahFLYfaB .article-column2 {
    padding-left: 16px;
  }
}
.cid-uoahFLYfaB .mbr-section-subtitle,
.cid-uoahFLYfaB .mbr-iconfont {
  color: #e082c5;
}
.cid-uoahFLYfaB .mbr-section-subtitle {
  color: #000000;
}
.cid-uoahFMu2VY {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoahFMu2VY p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoahFMu2VY .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoahFMu2VY .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoahFMu2VY .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoahFMu2VY .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoahFMu2VY .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoahFMu2VY .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoahFMu2VY .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoahFMu2VY .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoahFMu2VY .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoahFMu2VY .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoahFMu2VY .main-banner:before {
    display: none;
  }
  .cid-uoahFMu2VY .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoahFMu2VY .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoahFMu2VY H6 {
  color: #e43f3f;
}
.cid-uoahFMu2VY H2 {
  color: #000000;
}
.cid-uoahFMu2VY P {
  color: #000000;
}
.cid-uoahFMHfYW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uoahFMHfYW #footer {
  padding: 0 0 25px 0;
}
.cid-uoahFMHfYW #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uoahFMHfYW #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uoahFMHfYW #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uoahFMHfYW #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uoahFMHfYW #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uoahFMHfYW #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uoahFMHfYW #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uoahFMHfYW #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uoahFMHfYW #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uoahFMHfYW #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uoahFMHfYW #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uoahFMHfYW #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uoahFMHfYW #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uoahFMHfYW #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uoahFMHfYW #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uoahFMHfYW #footer .copyright {
  padding-top: 30px;
}
.cid-uoahFMHfYW ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uoahFMHfYW H4 {
  color: #000000;
  text-align: left;
}
.cid-uoahFMHfYW DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uoahFMHfYW P {
  color: #e43f3f;
  text-align: left;
}
.cid-uoahFMHfYW div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uoahFMHfYW .copyright a {
  text-decoration: none !important;
}
.cid-uoahFMHfYW .list,
.cid-uoahFMHfYW .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uoahFMHfYW ul li a {
  text-decoration: none !important;
}
.cid-uoahFMHfYW .list {
  color: #e43f3f;
}
.cid-uoaglAn5OA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoaglAn5OA nav.navbar {
  position: fixed;
}
.cid-uoaglAn5OA .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-uoaglAn5OA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoaglAn5OA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoaglAn5OA .dropdown-item:hover,
.cid-uoaglAn5OA .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoaglAn5OA .dropdown-item:hover span {
  color: white;
}
.cid-uoaglAn5OA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoaglAn5OA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoaglAn5OA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoaglAn5OA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoaglAn5OA .nav-link {
  position: relative;
}
.cid-uoaglAn5OA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoaglAn5OA .container {
    flex-wrap: nowrap;
  }
}
.cid-uoaglAn5OA .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoaglAn5OA .dropdown-menu,
.cid-uoaglAn5OA .navbar.opened {
  background: #e43f3f !important;
}
.cid-uoaglAn5OA .nav-item:focus,
.cid-uoaglAn5OA .nav-link:focus {
  outline: none;
}
.cid-uoaglAn5OA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoaglAn5OA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoaglAn5OA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoaglAn5OA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoaglAn5OA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoaglAn5OA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoaglAn5OA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uoaglAn5OA .navbar.opened {
  transition: all 0.3s;
}
.cid-uoaglAn5OA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoaglAn5OA .navbar .navbar-logo img {
  width: auto;
}
.cid-uoaglAn5OA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoaglAn5OA .navbar.collapsed {
  justify-content: center;
}
.cid-uoaglAn5OA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoaglAn5OA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoaglAn5OA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoaglAn5OA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoaglAn5OA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoaglAn5OA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoaglAn5OA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoaglAn5OA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoaglAn5OA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoaglAn5OA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoaglAn5OA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoaglAn5OA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoaglAn5OA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoaglAn5OA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoaglAn5OA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoaglAn5OA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoaglAn5OA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoaglAn5OA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoaglAn5OA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoaglAn5OA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoaglAn5OA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoaglAn5OA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoaglAn5OA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoaglAn5OA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoaglAn5OA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoaglAn5OA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoaglAn5OA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoaglAn5OA .dropdown-item.active,
.cid-uoaglAn5OA .dropdown-item:active {
  background-color: transparent;
}
.cid-uoaglAn5OA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoaglAn5OA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoaglAn5OA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoaglAn5OA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uoaglAn5OA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoaglAn5OA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoaglAn5OA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoaglAn5OA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoaglAn5OA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoaglAn5OA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoaglAn5OA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoaglAn5OA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaglAn5OA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaglAn5OA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoaglAn5OA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaglAn5OA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoaglAn5OA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoaglAn5OA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaglAn5OA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoaglAn5OA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoaglAn5OA .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-uoaglAn5OA .navbar {
    height: 70px;
  }
  .cid-uoaglAn5OA .navbar.opened {
    height: auto;
  }
  .cid-uoaglAn5OA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoaglyNXOv {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoaglyNXOv .row {
  flex-direction: row-reverse;
}
.cid-uoaglyNXOv p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoaglyNXOv .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoaglyNXOv .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoaglyNXOv .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoaglyNXOv .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoaglyNXOv .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoaglyNXOv .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoaglyNXOv .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoaglyNXOv .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoaglyNXOv .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoaglyNXOv .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoaglyNXOv .main-banner:before {
    display: none;
  }
  .cid-uoaglyNXOv .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoaglyNXOv .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoaglyNXOv H6 {
  color: #e43f3f;
}
.cid-uoaglyNXOv H2 {
  color: #000000;
}
.cid-uoaglzbhrm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uoaglzbhrm .mbr-section-title {
  color: #000000;
}
.cid-uoaglzn7g1 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoaglzn7g1 .container {
  padding: 0 5%;
}
.cid-uoaglzn7g1 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoaglzn7g1 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uoaglzn7g1 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoaglzn7g1 #expand-button:hover {
  background-color: #7787a5;
}
.cid-uoaglzn7g1 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uoaglzn7g1 .item:focus,
.cid-uoaglzn7g1 span:focus {
  outline: none;
}
.cid-uoaglzn7g1 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uoaglzn7g1 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uoaglzn7g1 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uoaglzn7g1 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uoaglzn7g1 .item {
    padding: 1.5rem;
  }
}
.cid-uoaglzn7g1 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoaglzn7g1 .item .item-icon {
    margin-top: 0;
  }
}
.cid-uoaglzn7g1 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uoaglzn7g1 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uoaglzn7g1 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uoaglzn7g1 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uoaglzn7g1 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoaglzn7g1 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uoaglzn7g1 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uoaglzn7g1 .item-content {
    margin-left: 0;
  }
}
.cid-uoaglzn7g1 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uoaglzn7g1 .item-title {
  color: #ffffff;
}
.cid-uoaglzn7g1 .mbr-text,
.cid-uoaglzn7g1 .item-icon {
  color: #ffffff;
}
.cid-uoaglzn7g1 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uoaglzn7g1 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uoaglzn7g1 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uoaglzn7g1 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uoaglzn7g1 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uoaglzn7g1 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uoaglzn7g1 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uoaglzn7g1 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uoaglzn7g1 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uoaglzn7g1 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uoaglzn7g1 .article-column1 {
    padding-right: 16px;
  }
}
.cid-uoaglzn7g1 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uoaglzn7g1 .article-column2 {
    padding-left: 16px;
  }
}
.cid-uoaglzn7g1 .mbr-section-subtitle,
.cid-uoaglzn7g1 .mbr-iconfont {
  color: #e082c5;
}
.cid-uoaglzn7g1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uoaglzT6Lu {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoaglzT6Lu p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoaglzT6Lu .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoaglzT6Lu .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoaglzT6Lu .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoaglzT6Lu .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoaglzT6Lu .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoaglzT6Lu .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoaglzT6Lu .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoaglzT6Lu .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoaglzT6Lu .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoaglzT6Lu .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoaglzT6Lu .main-banner:before {
    display: none;
  }
  .cid-uoaglzT6Lu .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoaglzT6Lu .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoaglzT6Lu H6 {
  color: #e43f3f;
}
.cid-uoaglzT6Lu H2 {
  color: #000000;
}
.cid-uoaglzT6Lu P {
  color: #000000;
}
.cid-uoaglA6BFo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uoaglA6BFo #footer {
  padding: 0 0 25px 0;
}
.cid-uoaglA6BFo #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uoaglA6BFo #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uoaglA6BFo #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uoaglA6BFo #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uoaglA6BFo #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uoaglA6BFo #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uoaglA6BFo #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uoaglA6BFo #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uoaglA6BFo #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uoaglA6BFo #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uoaglA6BFo #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uoaglA6BFo #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uoaglA6BFo #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uoaglA6BFo #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uoaglA6BFo #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uoaglA6BFo #footer .copyright {
  padding-top: 30px;
}
.cid-uoaglA6BFo ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uoaglA6BFo H4 {
  color: #000000;
  text-align: left;
}
.cid-uoaglA6BFo DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uoaglA6BFo P {
  color: #e43f3f;
  text-align: left;
}
.cid-uoaglA6BFo div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uoaglA6BFo .copyright a {
  text-decoration: none !important;
}
.cid-uoaglA6BFo .list,
.cid-uoaglA6BFo .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uoaglA6BFo ul li a {
  text-decoration: none !important;
}
.cid-uoaglA6BFo .list {
  color: #e43f3f;
}
.cid-uoagSdsik6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoagSdsik6 nav.navbar {
  position: fixed;
}
.cid-uoagSdsik6 .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-uoagSdsik6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoagSdsik6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoagSdsik6 .dropdown-item:hover,
.cid-uoagSdsik6 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoagSdsik6 .dropdown-item:hover span {
  color: white;
}
.cid-uoagSdsik6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoagSdsik6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoagSdsik6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoagSdsik6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoagSdsik6 .nav-link {
  position: relative;
}
.cid-uoagSdsik6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoagSdsik6 .container {
    flex-wrap: nowrap;
  }
}
.cid-uoagSdsik6 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoagSdsik6 .dropdown-menu,
.cid-uoagSdsik6 .navbar.opened {
  background: #e43f3f !important;
}
.cid-uoagSdsik6 .nav-item:focus,
.cid-uoagSdsik6 .nav-link:focus {
  outline: none;
}
.cid-uoagSdsik6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoagSdsik6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoagSdsik6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoagSdsik6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoagSdsik6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoagSdsik6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoagSdsik6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uoagSdsik6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uoagSdsik6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoagSdsik6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uoagSdsik6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoagSdsik6 .navbar.collapsed {
  justify-content: center;
}
.cid-uoagSdsik6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoagSdsik6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoagSdsik6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoagSdsik6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoagSdsik6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoagSdsik6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoagSdsik6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoagSdsik6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoagSdsik6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoagSdsik6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoagSdsik6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoagSdsik6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoagSdsik6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoagSdsik6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoagSdsik6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoagSdsik6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoagSdsik6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoagSdsik6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoagSdsik6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoagSdsik6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoagSdsik6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoagSdsik6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoagSdsik6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoagSdsik6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoagSdsik6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoagSdsik6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoagSdsik6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoagSdsik6 .dropdown-item.active,
.cid-uoagSdsik6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uoagSdsik6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoagSdsik6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoagSdsik6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoagSdsik6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uoagSdsik6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoagSdsik6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoagSdsik6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoagSdsik6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoagSdsik6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoagSdsik6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoagSdsik6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoagSdsik6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoagSdsik6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoagSdsik6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoagSdsik6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoagSdsik6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoagSdsik6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoagSdsik6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoagSdsik6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoagSdsik6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoagSdsik6 .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-uoagSdsik6 .navbar {
    height: 70px;
  }
  .cid-uoagSdsik6 .navbar.opened {
    height: auto;
  }
  .cid-uoagSdsik6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoagSbJtaB {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoagSbJtaB .row {
  flex-direction: row-reverse;
}
.cid-uoagSbJtaB p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoagSbJtaB .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoagSbJtaB .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoagSbJtaB .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoagSbJtaB .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoagSbJtaB .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoagSbJtaB .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoagSbJtaB .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoagSbJtaB .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoagSbJtaB .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoagSbJtaB .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoagSbJtaB .main-banner:before {
    display: none;
  }
  .cid-uoagSbJtaB .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoagSbJtaB .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoagSbJtaB H6 {
  color: #e43f3f;
}
.cid-uoagSbJtaB H2 {
  color: #000000;
}
.cid-uoagSc8TDR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uoagSc8TDR .mbr-section-title {
  color: #000000;
}
.cid-uoagScrVCk {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoagScrVCk .container {
  padding: 0 5%;
}
.cid-uoagScrVCk #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoagScrVCk #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uoagScrVCk #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoagScrVCk #expand-button:hover {
  background-color: #7787a5;
}
.cid-uoagScrVCk .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uoagScrVCk .item:focus,
.cid-uoagScrVCk span:focus {
  outline: none;
}
.cid-uoagScrVCk .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uoagScrVCk .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uoagScrVCk .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uoagScrVCk .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uoagScrVCk .item {
    padding: 1.5rem;
  }
}
.cid-uoagScrVCk .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoagScrVCk .item .item-icon {
    margin-top: 0;
  }
}
.cid-uoagScrVCk .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uoagScrVCk .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uoagScrVCk .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uoagScrVCk .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uoagScrVCk .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoagScrVCk .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uoagScrVCk .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uoagScrVCk .item-content {
    margin-left: 0;
  }
}
.cid-uoagScrVCk .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uoagScrVCk .item-title {
  color: #ffffff;
}
.cid-uoagScrVCk .mbr-text,
.cid-uoagScrVCk .item-icon {
  color: #ffffff;
}
.cid-uoagScrVCk .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uoagScrVCk .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uoagScrVCk .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uoagScrVCk .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uoagScrVCk .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uoagScrVCk .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uoagScrVCk .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uoagScrVCk .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uoagScrVCk .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uoagScrVCk .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uoagScrVCk .article-column1 {
    padding-right: 16px;
  }
}
.cid-uoagScrVCk .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uoagScrVCk .article-column2 {
    padding-left: 16px;
  }
}
.cid-uoagScrVCk .mbr-section-subtitle,
.cid-uoagScrVCk .mbr-iconfont {
  color: #e082c5;
}
.cid-uoagScrVCk .mbr-section-subtitle {
  color: #000000;
}
.cid-uoagScWtJG {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoagScWtJG p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoagScWtJG .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoagScWtJG .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoagScWtJG .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoagScWtJG .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoagScWtJG .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoagScWtJG .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoagScWtJG .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoagScWtJG .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoagScWtJG .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoagScWtJG .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoagScWtJG .main-banner:before {
    display: none;
  }
  .cid-uoagScWtJG .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoagScWtJG .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoagScWtJG H6 {
  color: #e43f3f;
}
.cid-uoagScWtJG H2 {
  color: #000000;
}
.cid-uoagScWtJG P {
  color: #000000;
}
.cid-uoagSd9som {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uoagSd9som #footer {
  padding: 0 0 25px 0;
}
.cid-uoagSd9som #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uoagSd9som #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uoagSd9som #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uoagSd9som #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uoagSd9som #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uoagSd9som #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uoagSd9som #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uoagSd9som #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uoagSd9som #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uoagSd9som #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uoagSd9som #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uoagSd9som #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uoagSd9som #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uoagSd9som #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uoagSd9som #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uoagSd9som #footer .copyright {
  padding-top: 30px;
}
.cid-uoagSd9som ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uoagSd9som H4 {
  color: #000000;
  text-align: left;
}
.cid-uoagSd9som DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uoagSd9som P {
  color: #e43f3f;
  text-align: left;
}
.cid-uoagSd9som div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uoagSd9som .copyright a {
  text-decoration: none !important;
}
.cid-uoagSd9som .list,
.cid-uoagSd9som .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uoagSd9som ul li a {
  text-decoration: none !important;
}
.cid-uoagSd9som .list {
  color: #e43f3f;
}
.cid-uoah6vn2pD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoah6vn2pD nav.navbar {
  position: fixed;
}
.cid-uoah6vn2pD .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-uoah6vn2pD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoah6vn2pD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoah6vn2pD .dropdown-item:hover,
.cid-uoah6vn2pD .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoah6vn2pD .dropdown-item:hover span {
  color: white;
}
.cid-uoah6vn2pD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoah6vn2pD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoah6vn2pD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoah6vn2pD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoah6vn2pD .nav-link {
  position: relative;
}
.cid-uoah6vn2pD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoah6vn2pD .container {
    flex-wrap: nowrap;
  }
}
.cid-uoah6vn2pD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoah6vn2pD .dropdown-menu,
.cid-uoah6vn2pD .navbar.opened {
  background: #e43f3f !important;
}
.cid-uoah6vn2pD .nav-item:focus,
.cid-uoah6vn2pD .nav-link:focus {
  outline: none;
}
.cid-uoah6vn2pD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoah6vn2pD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoah6vn2pD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoah6vn2pD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoah6vn2pD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoah6vn2pD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoah6vn2pD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uoah6vn2pD .navbar.opened {
  transition: all 0.3s;
}
.cid-uoah6vn2pD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoah6vn2pD .navbar .navbar-logo img {
  width: auto;
}
.cid-uoah6vn2pD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoah6vn2pD .navbar.collapsed {
  justify-content: center;
}
.cid-uoah6vn2pD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoah6vn2pD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoah6vn2pD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoah6vn2pD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoah6vn2pD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoah6vn2pD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoah6vn2pD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoah6vn2pD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoah6vn2pD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoah6vn2pD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoah6vn2pD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoah6vn2pD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoah6vn2pD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoah6vn2pD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoah6vn2pD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoah6vn2pD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoah6vn2pD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoah6vn2pD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoah6vn2pD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoah6vn2pD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoah6vn2pD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoah6vn2pD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoah6vn2pD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoah6vn2pD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoah6vn2pD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoah6vn2pD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoah6vn2pD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoah6vn2pD .dropdown-item.active,
.cid-uoah6vn2pD .dropdown-item:active {
  background-color: transparent;
}
.cid-uoah6vn2pD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoah6vn2pD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoah6vn2pD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoah6vn2pD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uoah6vn2pD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoah6vn2pD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoah6vn2pD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoah6vn2pD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoah6vn2pD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoah6vn2pD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoah6vn2pD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoah6vn2pD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoah6vn2pD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoah6vn2pD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoah6vn2pD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoah6vn2pD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoah6vn2pD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoah6vn2pD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoah6vn2pD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoah6vn2pD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoah6vn2pD .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-uoah6vn2pD .navbar {
    height: 70px;
  }
  .cid-uoah6vn2pD .navbar.opened {
    height: auto;
  }
  .cid-uoah6vn2pD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoah6tkqME {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoah6tkqME .row {
  flex-direction: row-reverse;
}
.cid-uoah6tkqME p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoah6tkqME .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoah6tkqME .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoah6tkqME .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoah6tkqME .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoah6tkqME .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoah6tkqME .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoah6tkqME .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoah6tkqME .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoah6tkqME .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoah6tkqME .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoah6tkqME .main-banner:before {
    display: none;
  }
  .cid-uoah6tkqME .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoah6tkqME .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoah6tkqME H6 {
  color: #e43f3f;
}
.cid-uoah6tkqME H2 {
  color: #000000;
}
.cid-uoah6tLzCL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uoah6tLzCL .mbr-section-title {
  color: #000000;
}
.cid-uoah6tZvoe {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoah6tZvoe .container {
  padding: 0 5%;
}
.cid-uoah6tZvoe #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoah6tZvoe #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uoah6tZvoe #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoah6tZvoe #expand-button:hover {
  background-color: #7787a5;
}
.cid-uoah6tZvoe .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uoah6tZvoe .item:focus,
.cid-uoah6tZvoe span:focus {
  outline: none;
}
.cid-uoah6tZvoe .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uoah6tZvoe .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uoah6tZvoe .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uoah6tZvoe .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uoah6tZvoe .item {
    padding: 1.5rem;
  }
}
.cid-uoah6tZvoe .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoah6tZvoe .item .item-icon {
    margin-top: 0;
  }
}
.cid-uoah6tZvoe .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uoah6tZvoe .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uoah6tZvoe .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uoah6tZvoe .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uoah6tZvoe .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoah6tZvoe .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uoah6tZvoe .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uoah6tZvoe .item-content {
    margin-left: 0;
  }
}
.cid-uoah6tZvoe .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uoah6tZvoe .item-title {
  color: #ffffff;
}
.cid-uoah6tZvoe .mbr-text,
.cid-uoah6tZvoe .item-icon {
  color: #ffffff;
}
.cid-uoah6tZvoe .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uoah6tZvoe .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uoah6tZvoe .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uoah6tZvoe .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uoah6tZvoe .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uoah6tZvoe .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uoah6tZvoe .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uoah6tZvoe .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uoah6tZvoe .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uoah6tZvoe .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uoah6tZvoe .article-column1 {
    padding-right: 16px;
  }
}
.cid-uoah6tZvoe .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uoah6tZvoe .article-column2 {
    padding-left: 16px;
  }
}
.cid-uoah6tZvoe .mbr-section-subtitle,
.cid-uoah6tZvoe .mbr-iconfont {
  color: #e082c5;
}
.cid-uoah6tZvoe .mbr-section-subtitle {
  color: #000000;
}
.cid-uoah6uFfkf {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoah6uFfkf p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoah6uFfkf .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoah6uFfkf .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoah6uFfkf .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoah6uFfkf .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoah6uFfkf .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoah6uFfkf .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoah6uFfkf .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoah6uFfkf .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoah6uFfkf .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoah6uFfkf .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoah6uFfkf .main-banner:before {
    display: none;
  }
  .cid-uoah6uFfkf .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoah6uFfkf .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoah6uFfkf H6 {
  color: #e43f3f;
}
.cid-uoah6uFfkf H2 {
  color: #000000;
}
.cid-uoah6uFfkf P {
  color: #000000;
}
.cid-uoah6uWnQc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uoah6uWnQc #footer {
  padding: 0 0 25px 0;
}
.cid-uoah6uWnQc #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uoah6uWnQc #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uoah6uWnQc #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uoah6uWnQc #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uoah6uWnQc #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uoah6uWnQc #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uoah6uWnQc #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uoah6uWnQc #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uoah6uWnQc #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uoah6uWnQc #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uoah6uWnQc #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uoah6uWnQc #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uoah6uWnQc #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uoah6uWnQc #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uoah6uWnQc #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uoah6uWnQc #footer .copyright {
  padding-top: 30px;
}
.cid-uoah6uWnQc ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uoah6uWnQc H4 {
  color: #000000;
  text-align: left;
}
.cid-uoah6uWnQc DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uoah6uWnQc P {
  color: #e43f3f;
  text-align: left;
}
.cid-uoah6uWnQc div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uoah6uWnQc .copyright a {
  text-decoration: none !important;
}
.cid-uoah6uWnQc .list,
.cid-uoah6uWnQc .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uoah6uWnQc ul li a {
  text-decoration: none !important;
}
.cid-uoah6uWnQc .list {
  color: #e43f3f;
}
.cid-uoahkYEbDj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoahkYEbDj nav.navbar {
  position: fixed;
}
.cid-uoahkYEbDj .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-uoahkYEbDj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoahkYEbDj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoahkYEbDj .dropdown-item:hover,
.cid-uoahkYEbDj .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoahkYEbDj .dropdown-item:hover span {
  color: white;
}
.cid-uoahkYEbDj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoahkYEbDj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoahkYEbDj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoahkYEbDj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoahkYEbDj .nav-link {
  position: relative;
}
.cid-uoahkYEbDj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoahkYEbDj .container {
    flex-wrap: nowrap;
  }
}
.cid-uoahkYEbDj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoahkYEbDj .dropdown-menu,
.cid-uoahkYEbDj .navbar.opened {
  background: #e43f3f !important;
}
.cid-uoahkYEbDj .nav-item:focus,
.cid-uoahkYEbDj .nav-link:focus {
  outline: none;
}
.cid-uoahkYEbDj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoahkYEbDj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoahkYEbDj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoahkYEbDj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoahkYEbDj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoahkYEbDj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoahkYEbDj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uoahkYEbDj .navbar.opened {
  transition: all 0.3s;
}
.cid-uoahkYEbDj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoahkYEbDj .navbar .navbar-logo img {
  width: auto;
}
.cid-uoahkYEbDj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoahkYEbDj .navbar.collapsed {
  justify-content: center;
}
.cid-uoahkYEbDj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoahkYEbDj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoahkYEbDj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoahkYEbDj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoahkYEbDj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoahkYEbDj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoahkYEbDj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoahkYEbDj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoahkYEbDj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoahkYEbDj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoahkYEbDj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoahkYEbDj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoahkYEbDj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoahkYEbDj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoahkYEbDj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoahkYEbDj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoahkYEbDj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoahkYEbDj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoahkYEbDj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoahkYEbDj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoahkYEbDj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoahkYEbDj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoahkYEbDj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoahkYEbDj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoahkYEbDj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoahkYEbDj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoahkYEbDj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoahkYEbDj .dropdown-item.active,
.cid-uoahkYEbDj .dropdown-item:active {
  background-color: transparent;
}
.cid-uoahkYEbDj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoahkYEbDj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoahkYEbDj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoahkYEbDj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uoahkYEbDj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoahkYEbDj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoahkYEbDj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoahkYEbDj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoahkYEbDj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoahkYEbDj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoahkYEbDj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoahkYEbDj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoahkYEbDj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoahkYEbDj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoahkYEbDj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoahkYEbDj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoahkYEbDj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoahkYEbDj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoahkYEbDj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoahkYEbDj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoahkYEbDj .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-uoahkYEbDj .navbar {
    height: 70px;
  }
  .cid-uoahkYEbDj .navbar.opened {
    height: auto;
  }
  .cid-uoahkYEbDj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoahkX5Y4j {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoahkX5Y4j .row {
  flex-direction: row-reverse;
}
.cid-uoahkX5Y4j p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoahkX5Y4j .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoahkX5Y4j .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoahkX5Y4j .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoahkX5Y4j .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoahkX5Y4j .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoahkX5Y4j .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoahkX5Y4j .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoahkX5Y4j .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoahkX5Y4j .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoahkX5Y4j .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoahkX5Y4j .main-banner:before {
    display: none;
  }
  .cid-uoahkX5Y4j .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoahkX5Y4j .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoahkX5Y4j H6 {
  color: #e43f3f;
}
.cid-uoahkX5Y4j H2 {
  color: #000000;
}
.cid-uoahkXszOR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uoahkXszOR .mbr-section-title {
  color: #000000;
}
.cid-uoahkXGXJ0 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoahkXGXJ0 .container {
  padding: 0 5%;
}
.cid-uoahkXGXJ0 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoahkXGXJ0 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uoahkXGXJ0 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoahkXGXJ0 #expand-button:hover {
  background-color: #7787a5;
}
.cid-uoahkXGXJ0 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uoahkXGXJ0 .item:focus,
.cid-uoahkXGXJ0 span:focus {
  outline: none;
}
.cid-uoahkXGXJ0 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uoahkXGXJ0 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uoahkXGXJ0 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uoahkXGXJ0 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uoahkXGXJ0 .item {
    padding: 1.5rem;
  }
}
.cid-uoahkXGXJ0 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoahkXGXJ0 .item .item-icon {
    margin-top: 0;
  }
}
.cid-uoahkXGXJ0 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uoahkXGXJ0 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uoahkXGXJ0 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uoahkXGXJ0 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uoahkXGXJ0 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoahkXGXJ0 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uoahkXGXJ0 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uoahkXGXJ0 .item-content {
    margin-left: 0;
  }
}
.cid-uoahkXGXJ0 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uoahkXGXJ0 .item-title {
  color: #ffffff;
}
.cid-uoahkXGXJ0 .mbr-text,
.cid-uoahkXGXJ0 .item-icon {
  color: #ffffff;
}
.cid-uoahkXGXJ0 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uoahkXGXJ0 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uoahkXGXJ0 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uoahkXGXJ0 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uoahkXGXJ0 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uoahkXGXJ0 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uoahkXGXJ0 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uoahkXGXJ0 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uoahkXGXJ0 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uoahkXGXJ0 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uoahkXGXJ0 .article-column1 {
    padding-right: 16px;
  }
}
.cid-uoahkXGXJ0 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uoahkXGXJ0 .article-column2 {
    padding-left: 16px;
  }
}
.cid-uoahkXGXJ0 .mbr-section-subtitle,
.cid-uoahkXGXJ0 .mbr-iconfont {
  color: #e082c5;
}
.cid-uoahkXGXJ0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uoahkY9zZO {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoahkY9zZO p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoahkY9zZO .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoahkY9zZO .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoahkY9zZO .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoahkY9zZO .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoahkY9zZO .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoahkY9zZO .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoahkY9zZO .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoahkY9zZO .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoahkY9zZO .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoahkY9zZO .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoahkY9zZO .main-banner:before {
    display: none;
  }
  .cid-uoahkY9zZO .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoahkY9zZO .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoahkY9zZO H6 {
  color: #e43f3f;
}
.cid-uoahkY9zZO H2 {
  color: #000000;
}
.cid-uoahkY9zZO P {
  color: #000000;
}
.cid-uoahkYnndt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uoahkYnndt #footer {
  padding: 0 0 25px 0;
}
.cid-uoahkYnndt #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uoahkYnndt #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uoahkYnndt #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uoahkYnndt #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uoahkYnndt #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uoahkYnndt #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uoahkYnndt #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uoahkYnndt #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uoahkYnndt #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uoahkYnndt #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uoahkYnndt #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uoahkYnndt #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uoahkYnndt #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uoahkYnndt #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uoahkYnndt #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uoahkYnndt #footer .copyright {
  padding-top: 30px;
}
.cid-uoahkYnndt ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uoahkYnndt H4 {
  color: #000000;
  text-align: left;
}
.cid-uoahkYnndt DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uoahkYnndt P {
  color: #e43f3f;
  text-align: left;
}
.cid-uoahkYnndt div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uoahkYnndt .copyright a {
  text-decoration: none !important;
}
.cid-uoahkYnndt .list,
.cid-uoahkYnndt .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uoahkYnndt ul li a {
  text-decoration: none !important;
}
.cid-uoahkYnndt .list {
  color: #e43f3f;
}
.cid-uoaj4Gyc2K {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoaj4Gyc2K nav.navbar {
  position: fixed;
}
.cid-uoaj4Gyc2K .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-uoaj4Gyc2K .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoaj4Gyc2K .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoaj4Gyc2K .dropdown-item:hover,
.cid-uoaj4Gyc2K .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoaj4Gyc2K .dropdown-item:hover span {
  color: white;
}
.cid-uoaj4Gyc2K .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoaj4Gyc2K .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoaj4Gyc2K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoaj4Gyc2K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoaj4Gyc2K .nav-link {
  position: relative;
}
.cid-uoaj4Gyc2K .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoaj4Gyc2K .container {
    flex-wrap: nowrap;
  }
}
.cid-uoaj4Gyc2K .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoaj4Gyc2K .dropdown-menu,
.cid-uoaj4Gyc2K .navbar.opened {
  background: #e43f3f !important;
}
.cid-uoaj4Gyc2K .nav-item:focus,
.cid-uoaj4Gyc2K .nav-link:focus {
  outline: none;
}
.cid-uoaj4Gyc2K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoaj4Gyc2K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoaj4Gyc2K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoaj4Gyc2K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoaj4Gyc2K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoaj4Gyc2K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoaj4Gyc2K .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uoaj4Gyc2K .navbar.opened {
  transition: all 0.3s;
}
.cid-uoaj4Gyc2K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoaj4Gyc2K .navbar .navbar-logo img {
  width: auto;
}
.cid-uoaj4Gyc2K .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoaj4Gyc2K .navbar.collapsed {
  justify-content: center;
}
.cid-uoaj4Gyc2K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoaj4Gyc2K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoaj4Gyc2K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoaj4Gyc2K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoaj4Gyc2K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoaj4Gyc2K .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoaj4Gyc2K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoaj4Gyc2K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoaj4Gyc2K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoaj4Gyc2K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoaj4Gyc2K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoaj4Gyc2K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoaj4Gyc2K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoaj4Gyc2K .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoaj4Gyc2K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoaj4Gyc2K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoaj4Gyc2K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoaj4Gyc2K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoaj4Gyc2K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoaj4Gyc2K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoaj4Gyc2K .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoaj4Gyc2K .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoaj4Gyc2K .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoaj4Gyc2K .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoaj4Gyc2K .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoaj4Gyc2K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoaj4Gyc2K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoaj4Gyc2K .dropdown-item.active,
.cid-uoaj4Gyc2K .dropdown-item:active {
  background-color: transparent;
}
.cid-uoaj4Gyc2K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoaj4Gyc2K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoaj4Gyc2K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoaj4Gyc2K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uoaj4Gyc2K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoaj4Gyc2K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoaj4Gyc2K ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoaj4Gyc2K .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoaj4Gyc2K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoaj4Gyc2K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoaj4Gyc2K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoaj4Gyc2K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaj4Gyc2K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaj4Gyc2K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoaj4Gyc2K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaj4Gyc2K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoaj4Gyc2K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoaj4Gyc2K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaj4Gyc2K .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoaj4Gyc2K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoaj4Gyc2K .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-uoaj4Gyc2K .navbar {
    height: 70px;
  }
  .cid-uoaj4Gyc2K .navbar.opened {
    height: auto;
  }
  .cid-uoaj4Gyc2K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoaj4ELj0a {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoaj4ELj0a .row {
  flex-direction: row-reverse;
}
.cid-uoaj4ELj0a p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoaj4ELj0a .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoaj4ELj0a .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoaj4ELj0a .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoaj4ELj0a .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoaj4ELj0a .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoaj4ELj0a .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoaj4ELj0a .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoaj4ELj0a .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoaj4ELj0a .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoaj4ELj0a .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoaj4ELj0a .main-banner:before {
    display: none;
  }
  .cid-uoaj4ELj0a .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoaj4ELj0a .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoaj4ELj0a H6 {
  color: #e43f3f;
}
.cid-uoaj4ELj0a H2 {
  color: #000000;
}
.cid-uoaj4FcVyA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uoaj4FcVyA .mbr-section-title {
  color: #000000;
}
.cid-uoaj4FvJsr {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoaj4FvJsr .container {
  padding: 0 5%;
}
.cid-uoaj4FvJsr #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoaj4FvJsr #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uoaj4FvJsr #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoaj4FvJsr #expand-button:hover {
  background-color: #7787a5;
}
.cid-uoaj4FvJsr .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uoaj4FvJsr .item:focus,
.cid-uoaj4FvJsr span:focus {
  outline: none;
}
.cid-uoaj4FvJsr .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uoaj4FvJsr .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uoaj4FvJsr .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uoaj4FvJsr .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uoaj4FvJsr .item {
    padding: 1.5rem;
  }
}
.cid-uoaj4FvJsr .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoaj4FvJsr .item .item-icon {
    margin-top: 0;
  }
}
.cid-uoaj4FvJsr .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uoaj4FvJsr .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uoaj4FvJsr .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uoaj4FvJsr .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uoaj4FvJsr .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoaj4FvJsr .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uoaj4FvJsr .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uoaj4FvJsr .item-content {
    margin-left: 0;
  }
}
.cid-uoaj4FvJsr .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uoaj4FvJsr .item-title {
  color: #ffffff;
}
.cid-uoaj4FvJsr .mbr-text,
.cid-uoaj4FvJsr .item-icon {
  color: #ffffff;
}
.cid-uoaj4FvJsr .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uoaj4FvJsr .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uoaj4FvJsr .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uoaj4FvJsr .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uoaj4FvJsr .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uoaj4FvJsr .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uoaj4FvJsr .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uoaj4FvJsr .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uoaj4FvJsr .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uoaj4FvJsr .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uoaj4FvJsr .article-column1 {
    padding-right: 16px;
  }
}
.cid-uoaj4FvJsr .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uoaj4FvJsr .article-column2 {
    padding-left: 16px;
  }
}
.cid-uoaj4FvJsr .mbr-section-subtitle,
.cid-uoaj4FvJsr .mbr-iconfont {
  color: #e082c5;
}
.cid-uoaj4FvJsr .mbr-section-subtitle {
  color: #000000;
}
.cid-uoaj4G3aM4 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoaj4G3aM4 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoaj4G3aM4 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoaj4G3aM4 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoaj4G3aM4 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoaj4G3aM4 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoaj4G3aM4 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoaj4G3aM4 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoaj4G3aM4 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoaj4G3aM4 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoaj4G3aM4 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoaj4G3aM4 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoaj4G3aM4 .main-banner:before {
    display: none;
  }
  .cid-uoaj4G3aM4 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoaj4G3aM4 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoaj4G3aM4 H6 {
  color: #e43f3f;
}
.cid-uoaj4G3aM4 H2 {
  color: #000000;
}
.cid-uoaj4G3aM4 P {
  color: #000000;
}
.cid-uoaj4GgHiL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uoaj4GgHiL #footer {
  padding: 0 0 25px 0;
}
.cid-uoaj4GgHiL #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uoaj4GgHiL #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uoaj4GgHiL #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uoaj4GgHiL #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uoaj4GgHiL #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uoaj4GgHiL #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uoaj4GgHiL #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uoaj4GgHiL #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uoaj4GgHiL #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uoaj4GgHiL #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uoaj4GgHiL #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uoaj4GgHiL #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uoaj4GgHiL #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uoaj4GgHiL #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uoaj4GgHiL #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uoaj4GgHiL #footer .copyright {
  padding-top: 30px;
}
.cid-uoaj4GgHiL ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uoaj4GgHiL H4 {
  color: #000000;
  text-align: left;
}
.cid-uoaj4GgHiL DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uoaj4GgHiL P {
  color: #e43f3f;
  text-align: left;
}
.cid-uoaj4GgHiL div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uoaj4GgHiL .copyright a {
  text-decoration: none !important;
}
.cid-uoaj4GgHiL .list,
.cid-uoaj4GgHiL .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uoaj4GgHiL ul li a {
  text-decoration: none !important;
}
.cid-uoaj4GgHiL .list {
  color: #e43f3f;
}
.cid-uoajrSjYTt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoajrSjYTt nav.navbar {
  position: fixed;
}
.cid-uoajrSjYTt .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-uoajrSjYTt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoajrSjYTt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoajrSjYTt .dropdown-item:hover,
.cid-uoajrSjYTt .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoajrSjYTt .dropdown-item:hover span {
  color: white;
}
.cid-uoajrSjYTt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoajrSjYTt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoajrSjYTt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoajrSjYTt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoajrSjYTt .nav-link {
  position: relative;
}
.cid-uoajrSjYTt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoajrSjYTt .container {
    flex-wrap: nowrap;
  }
}
.cid-uoajrSjYTt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoajrSjYTt .dropdown-menu,
.cid-uoajrSjYTt .navbar.opened {
  background: #e43f3f !important;
}
.cid-uoajrSjYTt .nav-item:focus,
.cid-uoajrSjYTt .nav-link:focus {
  outline: none;
}
.cid-uoajrSjYTt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoajrSjYTt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoajrSjYTt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoajrSjYTt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoajrSjYTt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoajrSjYTt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoajrSjYTt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uoajrSjYTt .navbar.opened {
  transition: all 0.3s;
}
.cid-uoajrSjYTt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoajrSjYTt .navbar .navbar-logo img {
  width: auto;
}
.cid-uoajrSjYTt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoajrSjYTt .navbar.collapsed {
  justify-content: center;
}
.cid-uoajrSjYTt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoajrSjYTt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoajrSjYTt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoajrSjYTt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoajrSjYTt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoajrSjYTt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoajrSjYTt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoajrSjYTt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoajrSjYTt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoajrSjYTt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoajrSjYTt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoajrSjYTt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoajrSjYTt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoajrSjYTt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoajrSjYTt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoajrSjYTt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoajrSjYTt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoajrSjYTt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoajrSjYTt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoajrSjYTt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoajrSjYTt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoajrSjYTt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoajrSjYTt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoajrSjYTt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoajrSjYTt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoajrSjYTt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoajrSjYTt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoajrSjYTt .dropdown-item.active,
.cid-uoajrSjYTt .dropdown-item:active {
  background-color: transparent;
}
.cid-uoajrSjYTt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoajrSjYTt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoajrSjYTt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoajrSjYTt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uoajrSjYTt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoajrSjYTt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoajrSjYTt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoajrSjYTt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoajrSjYTt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoajrSjYTt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoajrSjYTt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoajrSjYTt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoajrSjYTt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoajrSjYTt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoajrSjYTt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoajrSjYTt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoajrSjYTt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoajrSjYTt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoajrSjYTt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoajrSjYTt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoajrSjYTt .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-uoajrSjYTt .navbar {
    height: 70px;
  }
  .cid-uoajrSjYTt .navbar.opened {
    height: auto;
  }
  .cid-uoajrSjYTt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoajrQBkE3 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoajrQBkE3 .row {
  flex-direction: row-reverse;
}
.cid-uoajrQBkE3 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoajrQBkE3 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoajrQBkE3 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoajrQBkE3 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoajrQBkE3 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoajrQBkE3 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoajrQBkE3 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoajrQBkE3 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoajrQBkE3 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoajrQBkE3 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoajrQBkE3 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoajrQBkE3 .main-banner:before {
    display: none;
  }
  .cid-uoajrQBkE3 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoajrQBkE3 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoajrQBkE3 H6 {
  color: #e43f3f;
}
.cid-uoajrQBkE3 H2 {
  color: #000000;
}
.cid-uoajrR0BSm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uoajrR0BSm .mbr-section-title {
  color: #000000;
}
.cid-uoajrRizVK {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoajrRizVK .container {
  padding: 0 5%;
}
.cid-uoajrRizVK #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoajrRizVK #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uoajrRizVK #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoajrRizVK #expand-button:hover {
  background-color: #7787a5;
}
.cid-uoajrRizVK .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uoajrRizVK .item:focus,
.cid-uoajrRizVK span:focus {
  outline: none;
}
.cid-uoajrRizVK .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uoajrRizVK .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uoajrRizVK .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uoajrRizVK .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uoajrRizVK .item {
    padding: 1.5rem;
  }
}
.cid-uoajrRizVK .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoajrRizVK .item .item-icon {
    margin-top: 0;
  }
}
.cid-uoajrRizVK .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uoajrRizVK .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uoajrRizVK .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uoajrRizVK .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uoajrRizVK .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoajrRizVK .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uoajrRizVK .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uoajrRizVK .item-content {
    margin-left: 0;
  }
}
.cid-uoajrRizVK .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uoajrRizVK .item-title {
  color: #ffffff;
}
.cid-uoajrRizVK .mbr-text,
.cid-uoajrRizVK .item-icon {
  color: #ffffff;
}
.cid-uoajrRizVK .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uoajrRizVK .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uoajrRizVK .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uoajrRizVK .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uoajrRizVK .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uoajrRizVK .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uoajrRizVK .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uoajrRizVK .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uoajrRizVK .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uoajrRizVK .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uoajrRizVK .article-column1 {
    padding-right: 16px;
  }
}
.cid-uoajrRizVK .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uoajrRizVK .article-column2 {
    padding-left: 16px;
  }
}
.cid-uoajrRizVK .mbr-section-subtitle,
.cid-uoajrRizVK .mbr-iconfont {
  color: #e082c5;
}
.cid-uoajrRizVK .mbr-section-subtitle {
  color: #000000;
}
.cid-uoajrROG2g {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoajrROG2g p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoajrROG2g .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoajrROG2g .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoajrROG2g .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoajrROG2g .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoajrROG2g .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoajrROG2g .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoajrROG2g .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoajrROG2g .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoajrROG2g .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoajrROG2g .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoajrROG2g .main-banner:before {
    display: none;
  }
  .cid-uoajrROG2g .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoajrROG2g .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoajrROG2g H6 {
  color: #e43f3f;
}
.cid-uoajrROG2g H2 {
  color: #000000;
}
.cid-uoajrROG2g P {
  color: #000000;
}
.cid-uoajrS2fSQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uoajrS2fSQ #footer {
  padding: 0 0 25px 0;
}
.cid-uoajrS2fSQ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uoajrS2fSQ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uoajrS2fSQ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uoajrS2fSQ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uoajrS2fSQ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uoajrS2fSQ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uoajrS2fSQ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uoajrS2fSQ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uoajrS2fSQ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uoajrS2fSQ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uoajrS2fSQ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uoajrS2fSQ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uoajrS2fSQ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uoajrS2fSQ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uoajrS2fSQ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uoajrS2fSQ #footer .copyright {
  padding-top: 30px;
}
.cid-uoajrS2fSQ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uoajrS2fSQ H4 {
  color: #000000;
  text-align: left;
}
.cid-uoajrS2fSQ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uoajrS2fSQ P {
  color: #e43f3f;
  text-align: left;
}
.cid-uoajrS2fSQ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uoajrS2fSQ .copyright a {
  text-decoration: none !important;
}
.cid-uoajrS2fSQ .list,
.cid-uoajrS2fSQ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uoajrS2fSQ ul li a {
  text-decoration: none !important;
}
.cid-uoajrS2fSQ .list {
  color: #e43f3f;
}
.cid-uoajVVnRUj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoajVVnRUj nav.navbar {
  position: fixed;
}
.cid-uoajVVnRUj .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-uoajVVnRUj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoajVVnRUj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoajVVnRUj .dropdown-item:hover,
.cid-uoajVVnRUj .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoajVVnRUj .dropdown-item:hover span {
  color: white;
}
.cid-uoajVVnRUj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoajVVnRUj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoajVVnRUj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoajVVnRUj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoajVVnRUj .nav-link {
  position: relative;
}
.cid-uoajVVnRUj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoajVVnRUj .container {
    flex-wrap: nowrap;
  }
}
.cid-uoajVVnRUj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoajVVnRUj .dropdown-menu,
.cid-uoajVVnRUj .navbar.opened {
  background: #e43f3f !important;
}
.cid-uoajVVnRUj .nav-item:focus,
.cid-uoajVVnRUj .nav-link:focus {
  outline: none;
}
.cid-uoajVVnRUj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoajVVnRUj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoajVVnRUj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoajVVnRUj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoajVVnRUj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoajVVnRUj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoajVVnRUj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uoajVVnRUj .navbar.opened {
  transition: all 0.3s;
}
.cid-uoajVVnRUj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoajVVnRUj .navbar .navbar-logo img {
  width: auto;
}
.cid-uoajVVnRUj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoajVVnRUj .navbar.collapsed {
  justify-content: center;
}
.cid-uoajVVnRUj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoajVVnRUj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoajVVnRUj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoajVVnRUj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoajVVnRUj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoajVVnRUj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoajVVnRUj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoajVVnRUj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoajVVnRUj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoajVVnRUj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoajVVnRUj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoajVVnRUj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoajVVnRUj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoajVVnRUj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoajVVnRUj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoajVVnRUj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoajVVnRUj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoajVVnRUj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoajVVnRUj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoajVVnRUj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoajVVnRUj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoajVVnRUj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoajVVnRUj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoajVVnRUj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoajVVnRUj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoajVVnRUj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoajVVnRUj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoajVVnRUj .dropdown-item.active,
.cid-uoajVVnRUj .dropdown-item:active {
  background-color: transparent;
}
.cid-uoajVVnRUj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoajVVnRUj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoajVVnRUj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoajVVnRUj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uoajVVnRUj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoajVVnRUj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoajVVnRUj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoajVVnRUj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoajVVnRUj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoajVVnRUj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoajVVnRUj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoajVVnRUj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoajVVnRUj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoajVVnRUj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoajVVnRUj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoajVVnRUj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoajVVnRUj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoajVVnRUj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoajVVnRUj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoajVVnRUj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoajVVnRUj .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-uoajVVnRUj .navbar {
    height: 70px;
  }
  .cid-uoajVVnRUj .navbar.opened {
    height: auto;
  }
  .cid-uoajVVnRUj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoajVTIrfE {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoajVTIrfE .row {
  flex-direction: row-reverse;
}
.cid-uoajVTIrfE p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoajVTIrfE .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoajVTIrfE .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoajVTIrfE .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoajVTIrfE .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoajVTIrfE .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoajVTIrfE .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoajVTIrfE .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoajVTIrfE .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoajVTIrfE .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoajVTIrfE .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoajVTIrfE .main-banner:before {
    display: none;
  }
  .cid-uoajVTIrfE .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoajVTIrfE .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoajVTIrfE H6 {
  color: #e43f3f;
}
.cid-uoajVTIrfE H2 {
  color: #000000;
}
.cid-uoajVU7iDd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uoajVU7iDd .mbr-section-title {
  color: #000000;
}
.cid-uoajVUklfC {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoajVUklfC .container {
  padding: 0 5%;
}
.cid-uoajVUklfC #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoajVUklfC #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uoajVUklfC #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoajVUklfC #expand-button:hover {
  background-color: #7787a5;
}
.cid-uoajVUklfC .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uoajVUklfC .item:focus,
.cid-uoajVUklfC span:focus {
  outline: none;
}
.cid-uoajVUklfC .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uoajVUklfC .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uoajVUklfC .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uoajVUklfC .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uoajVUklfC .item {
    padding: 1.5rem;
  }
}
.cid-uoajVUklfC .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoajVUklfC .item .item-icon {
    margin-top: 0;
  }
}
.cid-uoajVUklfC .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uoajVUklfC .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uoajVUklfC .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uoajVUklfC .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uoajVUklfC .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoajVUklfC .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uoajVUklfC .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uoajVUklfC .item-content {
    margin-left: 0;
  }
}
.cid-uoajVUklfC .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uoajVUklfC .item-title {
  color: #ffffff;
}
.cid-uoajVUklfC .mbr-text,
.cid-uoajVUklfC .item-icon {
  color: #ffffff;
}
.cid-uoajVUklfC .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uoajVUklfC .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uoajVUklfC .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uoajVUklfC .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uoajVUklfC .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uoajVUklfC .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uoajVUklfC .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uoajVUklfC .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uoajVUklfC .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uoajVUklfC .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uoajVUklfC .article-column1 {
    padding-right: 16px;
  }
}
.cid-uoajVUklfC .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uoajVUklfC .article-column2 {
    padding-left: 16px;
  }
}
.cid-uoajVUklfC .mbr-section-subtitle,
.cid-uoajVUklfC .mbr-iconfont {
  color: #e082c5;
}
.cid-uoajVUklfC .mbr-section-subtitle {
  color: #000000;
}
.cid-uoajVUPylb {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoajVUPylb p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoajVUPylb .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoajVUPylb .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoajVUPylb .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoajVUPylb .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoajVUPylb .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoajVUPylb .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoajVUPylb .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoajVUPylb .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoajVUPylb .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoajVUPylb .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoajVUPylb .main-banner:before {
    display: none;
  }
  .cid-uoajVUPylb .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoajVUPylb .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoajVUPylb H6 {
  color: #e43f3f;
}
.cid-uoajVUPylb H2 {
  color: #000000;
}
.cid-uoajVUPylb P {
  color: #000000;
}
.cid-uoajVV4auX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uoajVV4auX #footer {
  padding: 0 0 25px 0;
}
.cid-uoajVV4auX #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uoajVV4auX #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uoajVV4auX #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uoajVV4auX #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uoajVV4auX #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uoajVV4auX #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uoajVV4auX #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uoajVV4auX #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uoajVV4auX #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uoajVV4auX #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uoajVV4auX #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uoajVV4auX #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uoajVV4auX #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uoajVV4auX #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uoajVV4auX #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uoajVV4auX #footer .copyright {
  padding-top: 30px;
}
.cid-uoajVV4auX ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uoajVV4auX H4 {
  color: #000000;
  text-align: left;
}
.cid-uoajVV4auX DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uoajVV4auX P {
  color: #e43f3f;
  text-align: left;
}
.cid-uoajVV4auX div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uoajVV4auX .copyright a {
  text-decoration: none !important;
}
.cid-uoajVV4auX .list,
.cid-uoajVV4auX .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uoajVV4auX ul li a {
  text-decoration: none !important;
}
.cid-uoajVV4auX .list {
  color: #e43f3f;
}
.cid-uoakbAvyc8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoakbAvyc8 nav.navbar {
  position: fixed;
}
.cid-uoakbAvyc8 .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-uoakbAvyc8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoakbAvyc8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoakbAvyc8 .dropdown-item:hover,
.cid-uoakbAvyc8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoakbAvyc8 .dropdown-item:hover span {
  color: white;
}
.cid-uoakbAvyc8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoakbAvyc8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoakbAvyc8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoakbAvyc8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoakbAvyc8 .nav-link {
  position: relative;
}
.cid-uoakbAvyc8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoakbAvyc8 .container {
    flex-wrap: nowrap;
  }
}
.cid-uoakbAvyc8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoakbAvyc8 .dropdown-menu,
.cid-uoakbAvyc8 .navbar.opened {
  background: #e43f3f !important;
}
.cid-uoakbAvyc8 .nav-item:focus,
.cid-uoakbAvyc8 .nav-link:focus {
  outline: none;
}
.cid-uoakbAvyc8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoakbAvyc8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoakbAvyc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoakbAvyc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoakbAvyc8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoakbAvyc8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoakbAvyc8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uoakbAvyc8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uoakbAvyc8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoakbAvyc8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uoakbAvyc8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoakbAvyc8 .navbar.collapsed {
  justify-content: center;
}
.cid-uoakbAvyc8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoakbAvyc8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoakbAvyc8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoakbAvyc8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoakbAvyc8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoakbAvyc8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoakbAvyc8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoakbAvyc8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoakbAvyc8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoakbAvyc8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoakbAvyc8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoakbAvyc8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoakbAvyc8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoakbAvyc8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoakbAvyc8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoakbAvyc8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoakbAvyc8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoakbAvyc8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoakbAvyc8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoakbAvyc8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoakbAvyc8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoakbAvyc8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoakbAvyc8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoakbAvyc8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoakbAvyc8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoakbAvyc8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoakbAvyc8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoakbAvyc8 .dropdown-item.active,
.cid-uoakbAvyc8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uoakbAvyc8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoakbAvyc8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoakbAvyc8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoakbAvyc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uoakbAvyc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoakbAvyc8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoakbAvyc8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoakbAvyc8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoakbAvyc8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoakbAvyc8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoakbAvyc8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoakbAvyc8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoakbAvyc8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoakbAvyc8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoakbAvyc8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoakbAvyc8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoakbAvyc8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoakbAvyc8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoakbAvyc8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoakbAvyc8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoakbAvyc8 .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-uoakbAvyc8 .navbar {
    height: 70px;
  }
  .cid-uoakbAvyc8 .navbar.opened {
    height: auto;
  }
  .cid-uoakbAvyc8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoakbyTG0G {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoakbyTG0G .row {
  flex-direction: row-reverse;
}
.cid-uoakbyTG0G p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoakbyTG0G .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoakbyTG0G .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoakbyTG0G .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoakbyTG0G .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoakbyTG0G .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoakbyTG0G .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoakbyTG0G .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoakbyTG0G .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoakbyTG0G .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoakbyTG0G .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoakbyTG0G .main-banner:before {
    display: none;
  }
  .cid-uoakbyTG0G .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoakbyTG0G .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoakbyTG0G H6 {
  color: #e43f3f;
}
.cid-uoakbyTG0G H2 {
  color: #000000;
}
.cid-uoakbziZfv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uoakbziZfv .mbr-section-title {
  color: #000000;
}
.cid-uoakbzvVzA {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoakbzvVzA .container {
  padding: 0 5%;
}
.cid-uoakbzvVzA #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoakbzvVzA #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uoakbzvVzA #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoakbzvVzA #expand-button:hover {
  background-color: #7787a5;
}
.cid-uoakbzvVzA .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uoakbzvVzA .item:focus,
.cid-uoakbzvVzA span:focus {
  outline: none;
}
.cid-uoakbzvVzA .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uoakbzvVzA .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uoakbzvVzA .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uoakbzvVzA .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uoakbzvVzA .item {
    padding: 1.5rem;
  }
}
.cid-uoakbzvVzA .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoakbzvVzA .item .item-icon {
    margin-top: 0;
  }
}
.cid-uoakbzvVzA .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uoakbzvVzA .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uoakbzvVzA .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uoakbzvVzA .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uoakbzvVzA .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoakbzvVzA .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uoakbzvVzA .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uoakbzvVzA .item-content {
    margin-left: 0;
  }
}
.cid-uoakbzvVzA .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uoakbzvVzA .item-title {
  color: #ffffff;
}
.cid-uoakbzvVzA .mbr-text,
.cid-uoakbzvVzA .item-icon {
  color: #ffffff;
}
.cid-uoakbzvVzA .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uoakbzvVzA .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uoakbzvVzA .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uoakbzvVzA .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uoakbzvVzA .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uoakbzvVzA .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uoakbzvVzA .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uoakbzvVzA .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uoakbzvVzA .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uoakbzvVzA .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uoakbzvVzA .article-column1 {
    padding-right: 16px;
  }
}
.cid-uoakbzvVzA .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uoakbzvVzA .article-column2 {
    padding-left: 16px;
  }
}
.cid-uoakbzvVzA .mbr-section-subtitle,
.cid-uoakbzvVzA .mbr-iconfont {
  color: #e082c5;
}
.cid-uoakbzvVzA .mbr-section-subtitle {
  color: #000000;
}
.cid-uoakbzZITN {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoakbzZITN p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoakbzZITN .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoakbzZITN .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoakbzZITN .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoakbzZITN .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoakbzZITN .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoakbzZITN .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoakbzZITN .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoakbzZITN .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoakbzZITN .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoakbzZITN .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoakbzZITN .main-banner:before {
    display: none;
  }
  .cid-uoakbzZITN .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoakbzZITN .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoakbzZITN H6 {
  color: #e43f3f;
}
.cid-uoakbzZITN H2 {
  color: #000000;
}
.cid-uoakbzZITN P {
  color: #000000;
}
.cid-uoakbAddtF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uoakbAddtF #footer {
  padding: 0 0 25px 0;
}
.cid-uoakbAddtF #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uoakbAddtF #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uoakbAddtF #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uoakbAddtF #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uoakbAddtF #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uoakbAddtF #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uoakbAddtF #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uoakbAddtF #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uoakbAddtF #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uoakbAddtF #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uoakbAddtF #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uoakbAddtF #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uoakbAddtF #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uoakbAddtF #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uoakbAddtF #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uoakbAddtF #footer .copyright {
  padding-top: 30px;
}
.cid-uoakbAddtF ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uoakbAddtF H4 {
  color: #000000;
  text-align: left;
}
.cid-uoakbAddtF DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uoakbAddtF P {
  color: #e43f3f;
  text-align: left;
}
.cid-uoakbAddtF div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uoakbAddtF .copyright a {
  text-decoration: none !important;
}
.cid-uoakbAddtF .list,
.cid-uoakbAddtF .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uoakbAddtF ul li a {
  text-decoration: none !important;
}
.cid-uoakbAddtF .list {
  color: #e43f3f;
}
.cid-uoakuS2DPL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoakuS2DPL nav.navbar {
  position: fixed;
}
.cid-uoakuS2DPL .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-uoakuS2DPL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoakuS2DPL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoakuS2DPL .dropdown-item:hover,
.cid-uoakuS2DPL .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoakuS2DPL .dropdown-item:hover span {
  color: white;
}
.cid-uoakuS2DPL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoakuS2DPL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoakuS2DPL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoakuS2DPL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoakuS2DPL .nav-link {
  position: relative;
}
.cid-uoakuS2DPL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoakuS2DPL .container {
    flex-wrap: nowrap;
  }
}
.cid-uoakuS2DPL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoakuS2DPL .dropdown-menu,
.cid-uoakuS2DPL .navbar.opened {
  background: #e43f3f !important;
}
.cid-uoakuS2DPL .nav-item:focus,
.cid-uoakuS2DPL .nav-link:focus {
  outline: none;
}
.cid-uoakuS2DPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoakuS2DPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoakuS2DPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoakuS2DPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoakuS2DPL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoakuS2DPL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoakuS2DPL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uoakuS2DPL .navbar.opened {
  transition: all 0.3s;
}
.cid-uoakuS2DPL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoakuS2DPL .navbar .navbar-logo img {
  width: auto;
}
.cid-uoakuS2DPL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoakuS2DPL .navbar.collapsed {
  justify-content: center;
}
.cid-uoakuS2DPL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoakuS2DPL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoakuS2DPL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoakuS2DPL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoakuS2DPL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoakuS2DPL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoakuS2DPL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoakuS2DPL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoakuS2DPL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoakuS2DPL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoakuS2DPL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoakuS2DPL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoakuS2DPL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoakuS2DPL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoakuS2DPL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoakuS2DPL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoakuS2DPL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoakuS2DPL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoakuS2DPL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoakuS2DPL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoakuS2DPL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoakuS2DPL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoakuS2DPL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoakuS2DPL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoakuS2DPL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoakuS2DPL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoakuS2DPL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoakuS2DPL .dropdown-item.active,
.cid-uoakuS2DPL .dropdown-item:active {
  background-color: transparent;
}
.cid-uoakuS2DPL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoakuS2DPL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoakuS2DPL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoakuS2DPL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uoakuS2DPL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoakuS2DPL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoakuS2DPL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoakuS2DPL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoakuS2DPL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoakuS2DPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoakuS2DPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoakuS2DPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoakuS2DPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoakuS2DPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoakuS2DPL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoakuS2DPL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoakuS2DPL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoakuS2DPL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoakuS2DPL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoakuS2DPL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoakuS2DPL .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-uoakuS2DPL .navbar {
    height: 70px;
  }
  .cid-uoakuS2DPL .navbar.opened {
    height: auto;
  }
  .cid-uoakuS2DPL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoakuQnDlH {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoakuQnDlH .row {
  flex-direction: row-reverse;
}
.cid-uoakuQnDlH p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoakuQnDlH .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoakuQnDlH .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoakuQnDlH .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoakuQnDlH .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoakuQnDlH .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoakuQnDlH .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoakuQnDlH .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoakuQnDlH .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoakuQnDlH .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoakuQnDlH .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoakuQnDlH .main-banner:before {
    display: none;
  }
  .cid-uoakuQnDlH .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoakuQnDlH .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoakuQnDlH H6 {
  color: #e43f3f;
}
.cid-uoakuQnDlH H2 {
  color: #000000;
}
.cid-uoakuQOKKQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uoakuQOKKQ .mbr-section-title {
  color: #000000;
}
.cid-uoakuR2trD {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoakuR2trD .container {
  padding: 0 5%;
}
.cid-uoakuR2trD #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoakuR2trD #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uoakuR2trD #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoakuR2trD #expand-button:hover {
  background-color: #7787a5;
}
.cid-uoakuR2trD .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uoakuR2trD .item:focus,
.cid-uoakuR2trD span:focus {
  outline: none;
}
.cid-uoakuR2trD .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uoakuR2trD .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uoakuR2trD .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uoakuR2trD .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uoakuR2trD .item {
    padding: 1.5rem;
  }
}
.cid-uoakuR2trD .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoakuR2trD .item .item-icon {
    margin-top: 0;
  }
}
.cid-uoakuR2trD .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uoakuR2trD .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uoakuR2trD .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uoakuR2trD .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uoakuR2trD .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoakuR2trD .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uoakuR2trD .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uoakuR2trD .item-content {
    margin-left: 0;
  }
}
.cid-uoakuR2trD .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uoakuR2trD .item-title {
  color: #ffffff;
}
.cid-uoakuR2trD .mbr-text,
.cid-uoakuR2trD .item-icon {
  color: #ffffff;
}
.cid-uoakuR2trD .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uoakuR2trD .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uoakuR2trD .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uoakuR2trD .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uoakuR2trD .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uoakuR2trD .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uoakuR2trD .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uoakuR2trD .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uoakuR2trD .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uoakuR2trD .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uoakuR2trD .article-column1 {
    padding-right: 16px;
  }
}
.cid-uoakuR2trD .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uoakuR2trD .article-column2 {
    padding-left: 16px;
  }
}
.cid-uoakuR2trD .mbr-section-subtitle,
.cid-uoakuR2trD .mbr-iconfont {
  color: #e082c5;
}
.cid-uoakuR2trD .mbr-section-subtitle {
  color: #000000;
}
.cid-uoakuRv6o7 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoakuRv6o7 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoakuRv6o7 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoakuRv6o7 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoakuRv6o7 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoakuRv6o7 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoakuRv6o7 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoakuRv6o7 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoakuRv6o7 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoakuRv6o7 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoakuRv6o7 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoakuRv6o7 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoakuRv6o7 .main-banner:before {
    display: none;
  }
  .cid-uoakuRv6o7 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoakuRv6o7 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoakuRv6o7 H6 {
  color: #e43f3f;
}
.cid-uoakuRv6o7 H2 {
  color: #000000;
}
.cid-uoakuRv6o7 P {
  color: #000000;
}
.cid-uoakuRJb22 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uoakuRJb22 #footer {
  padding: 0 0 25px 0;
}
.cid-uoakuRJb22 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uoakuRJb22 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uoakuRJb22 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uoakuRJb22 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uoakuRJb22 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uoakuRJb22 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uoakuRJb22 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uoakuRJb22 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uoakuRJb22 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uoakuRJb22 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uoakuRJb22 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uoakuRJb22 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uoakuRJb22 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uoakuRJb22 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uoakuRJb22 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uoakuRJb22 #footer .copyright {
  padding-top: 30px;
}
.cid-uoakuRJb22 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uoakuRJb22 H4 {
  color: #000000;
  text-align: left;
}
.cid-uoakuRJb22 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uoakuRJb22 P {
  color: #e43f3f;
  text-align: left;
}
.cid-uoakuRJb22 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uoakuRJb22 .copyright a {
  text-decoration: none !important;
}
.cid-uoakuRJb22 .list,
.cid-uoakuRJb22 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uoakuRJb22 ul li a {
  text-decoration: none !important;
}
.cid-uoakuRJb22 .list {
  color: #e43f3f;
}
.cid-uoakN0KmMJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoakN0KmMJ nav.navbar {
  position: fixed;
}
.cid-uoakN0KmMJ .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-uoakN0KmMJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoakN0KmMJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoakN0KmMJ .dropdown-item:hover,
.cid-uoakN0KmMJ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoakN0KmMJ .dropdown-item:hover span {
  color: white;
}
.cid-uoakN0KmMJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoakN0KmMJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoakN0KmMJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoakN0KmMJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoakN0KmMJ .nav-link {
  position: relative;
}
.cid-uoakN0KmMJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoakN0KmMJ .container {
    flex-wrap: nowrap;
  }
}
.cid-uoakN0KmMJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoakN0KmMJ .dropdown-menu,
.cid-uoakN0KmMJ .navbar.opened {
  background: #e43f3f !important;
}
.cid-uoakN0KmMJ .nav-item:focus,
.cid-uoakN0KmMJ .nav-link:focus {
  outline: none;
}
.cid-uoakN0KmMJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoakN0KmMJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoakN0KmMJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoakN0KmMJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoakN0KmMJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoakN0KmMJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoakN0KmMJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uoakN0KmMJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uoakN0KmMJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoakN0KmMJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uoakN0KmMJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoakN0KmMJ .navbar.collapsed {
  justify-content: center;
}
.cid-uoakN0KmMJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoakN0KmMJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoakN0KmMJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoakN0KmMJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoakN0KmMJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoakN0KmMJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoakN0KmMJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoakN0KmMJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoakN0KmMJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoakN0KmMJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoakN0KmMJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoakN0KmMJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoakN0KmMJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoakN0KmMJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoakN0KmMJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoakN0KmMJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoakN0KmMJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoakN0KmMJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoakN0KmMJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoakN0KmMJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoakN0KmMJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoakN0KmMJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoakN0KmMJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoakN0KmMJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoakN0KmMJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoakN0KmMJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoakN0KmMJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoakN0KmMJ .dropdown-item.active,
.cid-uoakN0KmMJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uoakN0KmMJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoakN0KmMJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoakN0KmMJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoakN0KmMJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uoakN0KmMJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoakN0KmMJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoakN0KmMJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoakN0KmMJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoakN0KmMJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoakN0KmMJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoakN0KmMJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoakN0KmMJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoakN0KmMJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoakN0KmMJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoakN0KmMJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoakN0KmMJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoakN0KmMJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoakN0KmMJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoakN0KmMJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoakN0KmMJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoakN0KmMJ .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-uoakN0KmMJ .navbar {
    height: 70px;
  }
  .cid-uoakN0KmMJ .navbar.opened {
    height: auto;
  }
  .cid-uoakN0KmMJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoakMYUpZW {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoakMYUpZW .row {
  flex-direction: row-reverse;
}
.cid-uoakMYUpZW p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoakMYUpZW .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoakMYUpZW .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoakMYUpZW .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoakMYUpZW .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoakMYUpZW .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoakMYUpZW .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoakMYUpZW .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoakMYUpZW .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoakMYUpZW .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoakMYUpZW .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoakMYUpZW .main-banner:before {
    display: none;
  }
  .cid-uoakMYUpZW .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoakMYUpZW .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoakMYUpZW H6 {
  color: #e43f3f;
}
.cid-uoakMYUpZW H2 {
  color: #000000;
}
.cid-uoakMZmPEq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uoakMZmPEq .mbr-section-title {
  color: #000000;
}
.cid-uoakMZFlPp {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoakMZFlPp .container {
  padding: 0 5%;
}
.cid-uoakMZFlPp #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoakMZFlPp #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uoakMZFlPp #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoakMZFlPp #expand-button:hover {
  background-color: #7787a5;
}
.cid-uoakMZFlPp .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uoakMZFlPp .item:focus,
.cid-uoakMZFlPp span:focus {
  outline: none;
}
.cid-uoakMZFlPp .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uoakMZFlPp .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uoakMZFlPp .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uoakMZFlPp .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uoakMZFlPp .item {
    padding: 1.5rem;
  }
}
.cid-uoakMZFlPp .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoakMZFlPp .item .item-icon {
    margin-top: 0;
  }
}
.cid-uoakMZFlPp .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uoakMZFlPp .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uoakMZFlPp .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uoakMZFlPp .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uoakMZFlPp .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoakMZFlPp .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uoakMZFlPp .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uoakMZFlPp .item-content {
    margin-left: 0;
  }
}
.cid-uoakMZFlPp .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uoakMZFlPp .item-title {
  color: #ffffff;
}
.cid-uoakMZFlPp .mbr-text,
.cid-uoakMZFlPp .item-icon {
  color: #ffffff;
}
.cid-uoakMZFlPp .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uoakMZFlPp .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uoakMZFlPp .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uoakMZFlPp .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uoakMZFlPp .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uoakMZFlPp .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uoakMZFlPp .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uoakMZFlPp .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uoakMZFlPp .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uoakMZFlPp .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uoakMZFlPp .article-column1 {
    padding-right: 16px;
  }
}
.cid-uoakMZFlPp .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uoakMZFlPp .article-column2 {
    padding-left: 16px;
  }
}
.cid-uoakMZFlPp .mbr-section-subtitle,
.cid-uoakMZFlPp .mbr-iconfont {
  color: #e082c5;
}
.cid-uoakMZFlPp .mbr-section-subtitle {
  color: #000000;
}
.cid-uoakN0cweA {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoakN0cweA p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoakN0cweA .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoakN0cweA .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoakN0cweA .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoakN0cweA .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoakN0cweA .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoakN0cweA .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoakN0cweA .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoakN0cweA .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoakN0cweA .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoakN0cweA .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoakN0cweA .main-banner:before {
    display: none;
  }
  .cid-uoakN0cweA .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoakN0cweA .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoakN0cweA H6 {
  color: #e43f3f;
}
.cid-uoakN0cweA H2 {
  color: #000000;
}
.cid-uoakN0cweA P {
  color: #000000;
}
.cid-uoakN0qNXJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uoakN0qNXJ #footer {
  padding: 0 0 25px 0;
}
.cid-uoakN0qNXJ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uoakN0qNXJ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uoakN0qNXJ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uoakN0qNXJ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uoakN0qNXJ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uoakN0qNXJ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uoakN0qNXJ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uoakN0qNXJ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uoakN0qNXJ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uoakN0qNXJ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uoakN0qNXJ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uoakN0qNXJ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uoakN0qNXJ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uoakN0qNXJ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uoakN0qNXJ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uoakN0qNXJ #footer .copyright {
  padding-top: 30px;
}
.cid-uoakN0qNXJ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uoakN0qNXJ H4 {
  color: #000000;
  text-align: left;
}
.cid-uoakN0qNXJ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uoakN0qNXJ P {
  color: #e43f3f;
  text-align: left;
}
.cid-uoakN0qNXJ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uoakN0qNXJ .copyright a {
  text-decoration: none !important;
}
.cid-uoakN0qNXJ .list,
.cid-uoakN0qNXJ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uoakN0qNXJ ul li a {
  text-decoration: none !important;
}
.cid-uoakN0qNXJ .list {
  color: #e43f3f;
}
.cid-uoal43GEHO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoal43GEHO nav.navbar {
  position: fixed;
}
.cid-uoal43GEHO .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-uoal43GEHO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoal43GEHO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoal43GEHO .dropdown-item:hover,
.cid-uoal43GEHO .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoal43GEHO .dropdown-item:hover span {
  color: white;
}
.cid-uoal43GEHO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoal43GEHO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoal43GEHO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoal43GEHO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoal43GEHO .nav-link {
  position: relative;
}
.cid-uoal43GEHO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoal43GEHO .container {
    flex-wrap: nowrap;
  }
}
.cid-uoal43GEHO .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoal43GEHO .dropdown-menu,
.cid-uoal43GEHO .navbar.opened {
  background: #e43f3f !important;
}
.cid-uoal43GEHO .nav-item:focus,
.cid-uoal43GEHO .nav-link:focus {
  outline: none;
}
.cid-uoal43GEHO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoal43GEHO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoal43GEHO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoal43GEHO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoal43GEHO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoal43GEHO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoal43GEHO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uoal43GEHO .navbar.opened {
  transition: all 0.3s;
}
.cid-uoal43GEHO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoal43GEHO .navbar .navbar-logo img {
  width: auto;
}
.cid-uoal43GEHO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoal43GEHO .navbar.collapsed {
  justify-content: center;
}
.cid-uoal43GEHO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoal43GEHO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoal43GEHO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoal43GEHO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoal43GEHO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoal43GEHO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoal43GEHO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoal43GEHO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoal43GEHO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoal43GEHO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoal43GEHO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoal43GEHO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoal43GEHO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoal43GEHO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoal43GEHO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoal43GEHO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoal43GEHO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoal43GEHO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoal43GEHO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoal43GEHO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoal43GEHO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoal43GEHO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoal43GEHO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoal43GEHO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoal43GEHO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoal43GEHO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoal43GEHO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoal43GEHO .dropdown-item.active,
.cid-uoal43GEHO .dropdown-item:active {
  background-color: transparent;
}
.cid-uoal43GEHO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoal43GEHO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoal43GEHO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoal43GEHO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uoal43GEHO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoal43GEHO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoal43GEHO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoal43GEHO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoal43GEHO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoal43GEHO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoal43GEHO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoal43GEHO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoal43GEHO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoal43GEHO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoal43GEHO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoal43GEHO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoal43GEHO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoal43GEHO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoal43GEHO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoal43GEHO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoal43GEHO .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-uoal43GEHO .navbar {
    height: 70px;
  }
  .cid-uoal43GEHO .navbar.opened {
    height: auto;
  }
  .cid-uoal43GEHO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoal420WBN {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoal420WBN .row {
  flex-direction: row-reverse;
}
.cid-uoal420WBN p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoal420WBN .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoal420WBN .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoal420WBN .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoal420WBN .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoal420WBN .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoal420WBN .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoal420WBN .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoal420WBN .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoal420WBN .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoal420WBN .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoal420WBN .main-banner:before {
    display: none;
  }
  .cid-uoal420WBN .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoal420WBN .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoal420WBN H6 {
  color: #e43f3f;
}
.cid-uoal420WBN H2 {
  color: #000000;
}
.cid-uoal42poEM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uoal42poEM .mbr-section-title {
  color: #000000;
}
.cid-uoal42DgVZ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoal42DgVZ .container {
  padding: 0 5%;
}
.cid-uoal42DgVZ #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoal42DgVZ #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uoal42DgVZ #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoal42DgVZ #expand-button:hover {
  background-color: #7787a5;
}
.cid-uoal42DgVZ .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uoal42DgVZ .item:focus,
.cid-uoal42DgVZ span:focus {
  outline: none;
}
.cid-uoal42DgVZ .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uoal42DgVZ .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uoal42DgVZ .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uoal42DgVZ .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uoal42DgVZ .item {
    padding: 1.5rem;
  }
}
.cid-uoal42DgVZ .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoal42DgVZ .item .item-icon {
    margin-top: 0;
  }
}
.cid-uoal42DgVZ .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uoal42DgVZ .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uoal42DgVZ .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uoal42DgVZ .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uoal42DgVZ .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoal42DgVZ .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uoal42DgVZ .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uoal42DgVZ .item-content {
    margin-left: 0;
  }
}
.cid-uoal42DgVZ .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uoal42DgVZ .item-title {
  color: #ffffff;
}
.cid-uoal42DgVZ .mbr-text,
.cid-uoal42DgVZ .item-icon {
  color: #ffffff;
}
.cid-uoal42DgVZ .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uoal42DgVZ .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uoal42DgVZ .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uoal42DgVZ .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uoal42DgVZ .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uoal42DgVZ .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uoal42DgVZ .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uoal42DgVZ .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uoal42DgVZ .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uoal42DgVZ .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uoal42DgVZ .article-column1 {
    padding-right: 16px;
  }
}
.cid-uoal42DgVZ .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uoal42DgVZ .article-column2 {
    padding-left: 16px;
  }
}
.cid-uoal42DgVZ .mbr-section-subtitle,
.cid-uoal42DgVZ .mbr-iconfont {
  color: #e082c5;
}
.cid-uoal42DgVZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uoal437rL0 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoal437rL0 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoal437rL0 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoal437rL0 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoal437rL0 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoal437rL0 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoal437rL0 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoal437rL0 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoal437rL0 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoal437rL0 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoal437rL0 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoal437rL0 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoal437rL0 .main-banner:before {
    display: none;
  }
  .cid-uoal437rL0 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoal437rL0 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoal437rL0 H6 {
  color: #e43f3f;
}
.cid-uoal437rL0 H2 {
  color: #000000;
}
.cid-uoal437rL0 P {
  color: #000000;
}
.cid-uoal43oPnr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uoal43oPnr #footer {
  padding: 0 0 25px 0;
}
.cid-uoal43oPnr #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uoal43oPnr #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uoal43oPnr #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uoal43oPnr #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uoal43oPnr #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uoal43oPnr #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uoal43oPnr #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uoal43oPnr #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uoal43oPnr #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uoal43oPnr #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uoal43oPnr #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uoal43oPnr #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uoal43oPnr #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uoal43oPnr #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uoal43oPnr #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uoal43oPnr #footer .copyright {
  padding-top: 30px;
}
.cid-uoal43oPnr ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uoal43oPnr H4 {
  color: #000000;
  text-align: left;
}
.cid-uoal43oPnr DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uoal43oPnr P {
  color: #e43f3f;
  text-align: left;
}
.cid-uoal43oPnr div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uoal43oPnr .copyright a {
  text-decoration: none !important;
}
.cid-uoal43oPnr .list,
.cid-uoal43oPnr .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uoal43oPnr ul li a {
  text-decoration: none !important;
}
.cid-uoal43oPnr .list {
  color: #e43f3f;
}
.cid-uoalDbpGwo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoalDbpGwo nav.navbar {
  position: fixed;
}
.cid-uoalDbpGwo .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-uoalDbpGwo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoalDbpGwo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoalDbpGwo .dropdown-item:hover,
.cid-uoalDbpGwo .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoalDbpGwo .dropdown-item:hover span {
  color: white;
}
.cid-uoalDbpGwo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoalDbpGwo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoalDbpGwo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoalDbpGwo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoalDbpGwo .nav-link {
  position: relative;
}
.cid-uoalDbpGwo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoalDbpGwo .container {
    flex-wrap: nowrap;
  }
}
.cid-uoalDbpGwo .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoalDbpGwo .dropdown-menu,
.cid-uoalDbpGwo .navbar.opened {
  background: #e43f3f !important;
}
.cid-uoalDbpGwo .nav-item:focus,
.cid-uoalDbpGwo .nav-link:focus {
  outline: none;
}
.cid-uoalDbpGwo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoalDbpGwo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoalDbpGwo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoalDbpGwo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoalDbpGwo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoalDbpGwo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoalDbpGwo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uoalDbpGwo .navbar.opened {
  transition: all 0.3s;
}
.cid-uoalDbpGwo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoalDbpGwo .navbar .navbar-logo img {
  width: auto;
}
.cid-uoalDbpGwo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoalDbpGwo .navbar.collapsed {
  justify-content: center;
}
.cid-uoalDbpGwo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoalDbpGwo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoalDbpGwo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoalDbpGwo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoalDbpGwo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoalDbpGwo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoalDbpGwo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoalDbpGwo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoalDbpGwo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoalDbpGwo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoalDbpGwo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoalDbpGwo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoalDbpGwo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoalDbpGwo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoalDbpGwo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoalDbpGwo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoalDbpGwo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoalDbpGwo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoalDbpGwo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoalDbpGwo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoalDbpGwo .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoalDbpGwo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoalDbpGwo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoalDbpGwo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoalDbpGwo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoalDbpGwo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoalDbpGwo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoalDbpGwo .dropdown-item.active,
.cid-uoalDbpGwo .dropdown-item:active {
  background-color: transparent;
}
.cid-uoalDbpGwo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoalDbpGwo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoalDbpGwo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoalDbpGwo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uoalDbpGwo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoalDbpGwo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoalDbpGwo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoalDbpGwo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoalDbpGwo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoalDbpGwo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoalDbpGwo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoalDbpGwo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoalDbpGwo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoalDbpGwo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoalDbpGwo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoalDbpGwo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoalDbpGwo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoalDbpGwo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoalDbpGwo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoalDbpGwo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoalDbpGwo .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-uoalDbpGwo .navbar {
    height: 70px;
  }
  .cid-uoalDbpGwo .navbar.opened {
    height: auto;
  }
  .cid-uoalDbpGwo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoalD9PlMw {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoalD9PlMw .row {
  flex-direction: row-reverse;
}
.cid-uoalD9PlMw p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoalD9PlMw .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoalD9PlMw .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoalD9PlMw .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoalD9PlMw .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoalD9PlMw .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoalD9PlMw .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoalD9PlMw .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoalD9PlMw .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoalD9PlMw .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoalD9PlMw .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoalD9PlMw .main-banner:before {
    display: none;
  }
  .cid-uoalD9PlMw .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoalD9PlMw .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoalD9PlMw H6 {
  color: #e43f3f;
}
.cid-uoalD9PlMw H2 {
  color: #000000;
}
.cid-uoalDagM8e {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uoalDagM8e .mbr-section-title {
  color: #000000;
}
.cid-uoalDat24q {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoalDat24q .container {
  padding: 0 5%;
}
.cid-uoalDat24q #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoalDat24q #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uoalDat24q #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoalDat24q #expand-button:hover {
  background-color: #7787a5;
}
.cid-uoalDat24q .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uoalDat24q .item:focus,
.cid-uoalDat24q span:focus {
  outline: none;
}
.cid-uoalDat24q .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uoalDat24q .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uoalDat24q .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uoalDat24q .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uoalDat24q .item {
    padding: 1.5rem;
  }
}
.cid-uoalDat24q .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoalDat24q .item .item-icon {
    margin-top: 0;
  }
}
.cid-uoalDat24q .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uoalDat24q .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uoalDat24q .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uoalDat24q .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uoalDat24q .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoalDat24q .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uoalDat24q .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uoalDat24q .item-content {
    margin-left: 0;
  }
}
.cid-uoalDat24q .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uoalDat24q .item-title {
  color: #ffffff;
}
.cid-uoalDat24q .mbr-text,
.cid-uoalDat24q .item-icon {
  color: #ffffff;
}
.cid-uoalDat24q .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uoalDat24q .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uoalDat24q .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uoalDat24q .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uoalDat24q .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uoalDat24q .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uoalDat24q .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uoalDat24q .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uoalDat24q .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uoalDat24q .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uoalDat24q .article-column1 {
    padding-right: 16px;
  }
}
.cid-uoalDat24q .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uoalDat24q .article-column2 {
    padding-left: 16px;
  }
}
.cid-uoalDat24q .mbr-section-subtitle,
.cid-uoalDat24q .mbr-iconfont {
  color: #e082c5;
}
.cid-uoalDat24q .mbr-section-subtitle {
  color: #000000;
}
.cid-uoalDaWYAS {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoalDaWYAS p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoalDaWYAS .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoalDaWYAS .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoalDaWYAS .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoalDaWYAS .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoalDaWYAS .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoalDaWYAS .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoalDaWYAS .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoalDaWYAS .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoalDaWYAS .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoalDaWYAS .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoalDaWYAS .main-banner:before {
    display: none;
  }
  .cid-uoalDaWYAS .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoalDaWYAS .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoalDaWYAS H6 {
  color: #e43f3f;
}
.cid-uoalDaWYAS H2 {
  color: #000000;
}
.cid-uoalDaWYAS P {
  color: #000000;
}
.cid-uoalDb80iX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uoalDb80iX #footer {
  padding: 0 0 25px 0;
}
.cid-uoalDb80iX #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uoalDb80iX #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uoalDb80iX #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uoalDb80iX #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uoalDb80iX #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uoalDb80iX #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uoalDb80iX #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uoalDb80iX #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uoalDb80iX #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uoalDb80iX #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uoalDb80iX #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uoalDb80iX #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uoalDb80iX #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uoalDb80iX #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uoalDb80iX #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uoalDb80iX #footer .copyright {
  padding-top: 30px;
}
.cid-uoalDb80iX ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uoalDb80iX H4 {
  color: #000000;
  text-align: left;
}
.cid-uoalDb80iX DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uoalDb80iX P {
  color: #e43f3f;
  text-align: left;
}
.cid-uoalDb80iX div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uoalDb80iX .copyright a {
  text-decoration: none !important;
}
.cid-uoalDb80iX .list,
.cid-uoalDb80iX .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uoalDb80iX ul li a {
  text-decoration: none !important;
}
.cid-uoalDb80iX .list {
  color: #e43f3f;
}
.cid-uoalSoUsO4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoalSoUsO4 nav.navbar {
  position: fixed;
}
.cid-uoalSoUsO4 .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-uoalSoUsO4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoalSoUsO4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoalSoUsO4 .dropdown-item:hover,
.cid-uoalSoUsO4 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoalSoUsO4 .dropdown-item:hover span {
  color: white;
}
.cid-uoalSoUsO4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoalSoUsO4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoalSoUsO4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoalSoUsO4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoalSoUsO4 .nav-link {
  position: relative;
}
.cid-uoalSoUsO4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoalSoUsO4 .container {
    flex-wrap: nowrap;
  }
}
.cid-uoalSoUsO4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoalSoUsO4 .dropdown-menu,
.cid-uoalSoUsO4 .navbar.opened {
  background: #e43f3f !important;
}
.cid-uoalSoUsO4 .nav-item:focus,
.cid-uoalSoUsO4 .nav-link:focus {
  outline: none;
}
.cid-uoalSoUsO4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoalSoUsO4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoalSoUsO4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoalSoUsO4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoalSoUsO4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoalSoUsO4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoalSoUsO4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uoalSoUsO4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uoalSoUsO4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoalSoUsO4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uoalSoUsO4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoalSoUsO4 .navbar.collapsed {
  justify-content: center;
}
.cid-uoalSoUsO4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoalSoUsO4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoalSoUsO4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoalSoUsO4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoalSoUsO4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoalSoUsO4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoalSoUsO4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoalSoUsO4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoalSoUsO4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoalSoUsO4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoalSoUsO4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoalSoUsO4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoalSoUsO4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoalSoUsO4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoalSoUsO4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoalSoUsO4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoalSoUsO4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoalSoUsO4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoalSoUsO4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoalSoUsO4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoalSoUsO4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoalSoUsO4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoalSoUsO4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoalSoUsO4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoalSoUsO4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoalSoUsO4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoalSoUsO4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoalSoUsO4 .dropdown-item.active,
.cid-uoalSoUsO4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uoalSoUsO4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoalSoUsO4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoalSoUsO4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoalSoUsO4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uoalSoUsO4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoalSoUsO4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoalSoUsO4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoalSoUsO4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoalSoUsO4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoalSoUsO4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoalSoUsO4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoalSoUsO4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoalSoUsO4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoalSoUsO4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoalSoUsO4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoalSoUsO4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoalSoUsO4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoalSoUsO4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoalSoUsO4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoalSoUsO4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoalSoUsO4 .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-uoalSoUsO4 .navbar {
    height: 70px;
  }
  .cid-uoalSoUsO4 .navbar.opened {
    height: auto;
  }
  .cid-uoalSoUsO4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoalSn3nOu {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoalSn3nOu .row {
  flex-direction: row-reverse;
}
.cid-uoalSn3nOu p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoalSn3nOu .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoalSn3nOu .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoalSn3nOu .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoalSn3nOu .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoalSn3nOu .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoalSn3nOu .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoalSn3nOu .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoalSn3nOu .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoalSn3nOu .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoalSn3nOu .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoalSn3nOu .main-banner:before {
    display: none;
  }
  .cid-uoalSn3nOu .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoalSn3nOu .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoalSn3nOu H6 {
  color: #e43f3f;
}
.cid-uoalSn3nOu H2 {
  color: #000000;
}
.cid-uoalSnrwES {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uoalSnrwES .mbr-section-title {
  color: #000000;
}
.cid-uoalSnEN4p {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoalSnEN4p .container {
  padding: 0 5%;
}
.cid-uoalSnEN4p #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoalSnEN4p #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uoalSnEN4p #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoalSnEN4p #expand-button:hover {
  background-color: #7787a5;
}
.cid-uoalSnEN4p .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uoalSnEN4p .item:focus,
.cid-uoalSnEN4p span:focus {
  outline: none;
}
.cid-uoalSnEN4p .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uoalSnEN4p .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uoalSnEN4p .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uoalSnEN4p .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uoalSnEN4p .item {
    padding: 1.5rem;
  }
}
.cid-uoalSnEN4p .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoalSnEN4p .item .item-icon {
    margin-top: 0;
  }
}
.cid-uoalSnEN4p .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uoalSnEN4p .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uoalSnEN4p .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uoalSnEN4p .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uoalSnEN4p .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoalSnEN4p .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uoalSnEN4p .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uoalSnEN4p .item-content {
    margin-left: 0;
  }
}
.cid-uoalSnEN4p .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uoalSnEN4p .item-title {
  color: #ffffff;
}
.cid-uoalSnEN4p .mbr-text,
.cid-uoalSnEN4p .item-icon {
  color: #ffffff;
}
.cid-uoalSnEN4p .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uoalSnEN4p .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uoalSnEN4p .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uoalSnEN4p .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uoalSnEN4p .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uoalSnEN4p .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uoalSnEN4p .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uoalSnEN4p .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uoalSnEN4p .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uoalSnEN4p .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uoalSnEN4p .article-column1 {
    padding-right: 16px;
  }
}
.cid-uoalSnEN4p .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uoalSnEN4p .article-column2 {
    padding-left: 16px;
  }
}
.cid-uoalSnEN4p .mbr-section-subtitle,
.cid-uoalSnEN4p .mbr-iconfont {
  color: #e082c5;
}
.cid-uoalSnEN4p .mbr-section-subtitle {
  color: #000000;
}
.cid-uoalSo8DPb {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoalSo8DPb p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoalSo8DPb .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoalSo8DPb .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoalSo8DPb .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoalSo8DPb .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoalSo8DPb .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoalSo8DPb .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoalSo8DPb .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoalSo8DPb .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoalSo8DPb .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoalSo8DPb .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoalSo8DPb .main-banner:before {
    display: none;
  }
  .cid-uoalSo8DPb .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoalSo8DPb .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoalSo8DPb H6 {
  color: #e43f3f;
}
.cid-uoalSo8DPb H2 {
  color: #000000;
}
.cid-uoalSo8DPb P {
  color: #000000;
}
.cid-uoalSop68D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uoalSop68D #footer {
  padding: 0 0 25px 0;
}
.cid-uoalSop68D #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uoalSop68D #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uoalSop68D #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uoalSop68D #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uoalSop68D #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uoalSop68D #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uoalSop68D #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uoalSop68D #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uoalSop68D #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uoalSop68D #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uoalSop68D #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uoalSop68D #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uoalSop68D #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uoalSop68D #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uoalSop68D #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uoalSop68D #footer .copyright {
  padding-top: 30px;
}
.cid-uoalSop68D ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uoalSop68D H4 {
  color: #000000;
  text-align: left;
}
.cid-uoalSop68D DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uoalSop68D P {
  color: #e43f3f;
  text-align: left;
}
.cid-uoalSop68D div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uoalSop68D .copyright a {
  text-decoration: none !important;
}
.cid-uoalSop68D .list,
.cid-uoalSop68D .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uoalSop68D ul li a {
  text-decoration: none !important;
}
.cid-uoalSop68D .list {
  color: #e43f3f;
}
.cid-uoam8l76WZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoam8l76WZ nav.navbar {
  position: fixed;
}
.cid-uoam8l76WZ .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-uoam8l76WZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoam8l76WZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoam8l76WZ .dropdown-item:hover,
.cid-uoam8l76WZ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoam8l76WZ .dropdown-item:hover span {
  color: white;
}
.cid-uoam8l76WZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoam8l76WZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoam8l76WZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoam8l76WZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoam8l76WZ .nav-link {
  position: relative;
}
.cid-uoam8l76WZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoam8l76WZ .container {
    flex-wrap: nowrap;
  }
}
.cid-uoam8l76WZ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoam8l76WZ .dropdown-menu,
.cid-uoam8l76WZ .navbar.opened {
  background: #e43f3f !important;
}
.cid-uoam8l76WZ .nav-item:focus,
.cid-uoam8l76WZ .nav-link:focus {
  outline: none;
}
.cid-uoam8l76WZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoam8l76WZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoam8l76WZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoam8l76WZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoam8l76WZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoam8l76WZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoam8l76WZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uoam8l76WZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uoam8l76WZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoam8l76WZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uoam8l76WZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoam8l76WZ .navbar.collapsed {
  justify-content: center;
}
.cid-uoam8l76WZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoam8l76WZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoam8l76WZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoam8l76WZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoam8l76WZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoam8l76WZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoam8l76WZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoam8l76WZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoam8l76WZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoam8l76WZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoam8l76WZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoam8l76WZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoam8l76WZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoam8l76WZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoam8l76WZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoam8l76WZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoam8l76WZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoam8l76WZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoam8l76WZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoam8l76WZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoam8l76WZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoam8l76WZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoam8l76WZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoam8l76WZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoam8l76WZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoam8l76WZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoam8l76WZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoam8l76WZ .dropdown-item.active,
.cid-uoam8l76WZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uoam8l76WZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoam8l76WZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoam8l76WZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoam8l76WZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uoam8l76WZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoam8l76WZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoam8l76WZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoam8l76WZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoam8l76WZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoam8l76WZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoam8l76WZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoam8l76WZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoam8l76WZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoam8l76WZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoam8l76WZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoam8l76WZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoam8l76WZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoam8l76WZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoam8l76WZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoam8l76WZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoam8l76WZ .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-uoam8l76WZ .navbar {
    height: 70px;
  }
  .cid-uoam8l76WZ .navbar.opened {
    height: auto;
  }
  .cid-uoam8l76WZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoam8jxddT {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoam8jxddT .row {
  flex-direction: row-reverse;
}
.cid-uoam8jxddT p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoam8jxddT .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoam8jxddT .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoam8jxddT .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoam8jxddT .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoam8jxddT .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoam8jxddT .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoam8jxddT .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoam8jxddT .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoam8jxddT .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoam8jxddT .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoam8jxddT .main-banner:before {
    display: none;
  }
  .cid-uoam8jxddT .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoam8jxddT .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoam8jxddT H6 {
  color: #e43f3f;
}
.cid-uoam8jxddT H2 {
  color: #000000;
}
.cid-uoam8jWi8p {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uoam8jWi8p .mbr-section-title {
  color: #000000;
}
.cid-uoam8kaBcC {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoam8kaBcC .container {
  padding: 0 5%;
}
.cid-uoam8kaBcC #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoam8kaBcC #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uoam8kaBcC #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoam8kaBcC #expand-button:hover {
  background-color: #7787a5;
}
.cid-uoam8kaBcC .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uoam8kaBcC .item:focus,
.cid-uoam8kaBcC span:focus {
  outline: none;
}
.cid-uoam8kaBcC .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uoam8kaBcC .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uoam8kaBcC .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uoam8kaBcC .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uoam8kaBcC .item {
    padding: 1.5rem;
  }
}
.cid-uoam8kaBcC .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoam8kaBcC .item .item-icon {
    margin-top: 0;
  }
}
.cid-uoam8kaBcC .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uoam8kaBcC .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uoam8kaBcC .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uoam8kaBcC .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uoam8kaBcC .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoam8kaBcC .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uoam8kaBcC .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uoam8kaBcC .item-content {
    margin-left: 0;
  }
}
.cid-uoam8kaBcC .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uoam8kaBcC .item-title {
  color: #ffffff;
}
.cid-uoam8kaBcC .mbr-text,
.cid-uoam8kaBcC .item-icon {
  color: #ffffff;
}
.cid-uoam8kaBcC .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uoam8kaBcC .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uoam8kaBcC .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uoam8kaBcC .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uoam8kaBcC .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uoam8kaBcC .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uoam8kaBcC .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uoam8kaBcC .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uoam8kaBcC .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uoam8kaBcC .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uoam8kaBcC .article-column1 {
    padding-right: 16px;
  }
}
.cid-uoam8kaBcC .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uoam8kaBcC .article-column2 {
    padding-left: 16px;
  }
}
.cid-uoam8kaBcC .mbr-section-subtitle,
.cid-uoam8kaBcC .mbr-iconfont {
  color: #e082c5;
}
.cid-uoam8kaBcC .mbr-section-subtitle {
  color: #000000;
}
.cid-uoam8kCmQ3 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoam8kCmQ3 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoam8kCmQ3 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoam8kCmQ3 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoam8kCmQ3 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoam8kCmQ3 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoam8kCmQ3 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoam8kCmQ3 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoam8kCmQ3 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoam8kCmQ3 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoam8kCmQ3 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoam8kCmQ3 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoam8kCmQ3 .main-banner:before {
    display: none;
  }
  .cid-uoam8kCmQ3 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoam8kCmQ3 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoam8kCmQ3 H6 {
  color: #e43f3f;
}
.cid-uoam8kCmQ3 H2 {
  color: #000000;
}
.cid-uoam8kCmQ3 P {
  color: #000000;
}
.cid-uoam8kQB7c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uoam8kQB7c #footer {
  padding: 0 0 25px 0;
}
.cid-uoam8kQB7c #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uoam8kQB7c #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uoam8kQB7c #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uoam8kQB7c #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uoam8kQB7c #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uoam8kQB7c #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uoam8kQB7c #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uoam8kQB7c #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uoam8kQB7c #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uoam8kQB7c #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uoam8kQB7c #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uoam8kQB7c #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uoam8kQB7c #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uoam8kQB7c #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uoam8kQB7c #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uoam8kQB7c #footer .copyright {
  padding-top: 30px;
}
.cid-uoam8kQB7c ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uoam8kQB7c H4 {
  color: #000000;
  text-align: left;
}
.cid-uoam8kQB7c DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uoam8kQB7c P {
  color: #e43f3f;
  text-align: left;
}
.cid-uoam8kQB7c div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uoam8kQB7c .copyright a {
  text-decoration: none !important;
}
.cid-uoam8kQB7c .list,
.cid-uoam8kQB7c .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uoam8kQB7c ul li a {
  text-decoration: none !important;
}
.cid-uoam8kQB7c .list {
  color: #e43f3f;
}
.cid-uoamL5AgA4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoamL5AgA4 nav.navbar {
  position: fixed;
}
.cid-uoamL5AgA4 .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-uoamL5AgA4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoamL5AgA4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoamL5AgA4 .dropdown-item:hover,
.cid-uoamL5AgA4 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoamL5AgA4 .dropdown-item:hover span {
  color: white;
}
.cid-uoamL5AgA4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoamL5AgA4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoamL5AgA4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoamL5AgA4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoamL5AgA4 .nav-link {
  position: relative;
}
.cid-uoamL5AgA4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoamL5AgA4 .container {
    flex-wrap: nowrap;
  }
}
.cid-uoamL5AgA4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoamL5AgA4 .dropdown-menu,
.cid-uoamL5AgA4 .navbar.opened {
  background: #e43f3f !important;
}
.cid-uoamL5AgA4 .nav-item:focus,
.cid-uoamL5AgA4 .nav-link:focus {
  outline: none;
}
.cid-uoamL5AgA4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoamL5AgA4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoamL5AgA4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoamL5AgA4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoamL5AgA4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoamL5AgA4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoamL5AgA4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uoamL5AgA4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uoamL5AgA4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoamL5AgA4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uoamL5AgA4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoamL5AgA4 .navbar.collapsed {
  justify-content: center;
}
.cid-uoamL5AgA4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoamL5AgA4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoamL5AgA4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoamL5AgA4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoamL5AgA4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoamL5AgA4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoamL5AgA4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoamL5AgA4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoamL5AgA4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoamL5AgA4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoamL5AgA4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoamL5AgA4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoamL5AgA4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoamL5AgA4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoamL5AgA4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoamL5AgA4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoamL5AgA4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoamL5AgA4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoamL5AgA4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoamL5AgA4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoamL5AgA4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoamL5AgA4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoamL5AgA4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoamL5AgA4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoamL5AgA4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoamL5AgA4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoamL5AgA4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoamL5AgA4 .dropdown-item.active,
.cid-uoamL5AgA4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uoamL5AgA4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoamL5AgA4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoamL5AgA4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoamL5AgA4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uoamL5AgA4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoamL5AgA4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoamL5AgA4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoamL5AgA4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoamL5AgA4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoamL5AgA4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoamL5AgA4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoamL5AgA4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoamL5AgA4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoamL5AgA4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoamL5AgA4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoamL5AgA4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoamL5AgA4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoamL5AgA4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoamL5AgA4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoamL5AgA4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoamL5AgA4 .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-uoamL5AgA4 .navbar {
    height: 70px;
  }
  .cid-uoamL5AgA4 .navbar.opened {
    height: auto;
  }
  .cid-uoamL5AgA4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoamL3U2wx {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoamL3U2wx .row {
  flex-direction: row-reverse;
}
.cid-uoamL3U2wx p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoamL3U2wx .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoamL3U2wx .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoamL3U2wx .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoamL3U2wx .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoamL3U2wx .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoamL3U2wx .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoamL3U2wx .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoamL3U2wx .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoamL3U2wx .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoamL3U2wx .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoamL3U2wx .main-banner:before {
    display: none;
  }
  .cid-uoamL3U2wx .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoamL3U2wx .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoamL3U2wx H6 {
  color: #e43f3f;
}
.cid-uoamL3U2wx H2 {
  color: #000000;
}
.cid-uoamL4kgEK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uoamL4kgEK .mbr-section-title {
  color: #000000;
}
.cid-uoamL4Bxxh {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoamL4Bxxh .container {
  padding: 0 5%;
}
.cid-uoamL4Bxxh #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoamL4Bxxh #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uoamL4Bxxh #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoamL4Bxxh #expand-button:hover {
  background-color: #7787a5;
}
.cid-uoamL4Bxxh .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uoamL4Bxxh .item:focus,
.cid-uoamL4Bxxh span:focus {
  outline: none;
}
.cid-uoamL4Bxxh .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uoamL4Bxxh .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uoamL4Bxxh .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uoamL4Bxxh .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uoamL4Bxxh .item {
    padding: 1.5rem;
  }
}
.cid-uoamL4Bxxh .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoamL4Bxxh .item .item-icon {
    margin-top: 0;
  }
}
.cid-uoamL4Bxxh .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uoamL4Bxxh .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uoamL4Bxxh .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uoamL4Bxxh .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uoamL4Bxxh .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoamL4Bxxh .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uoamL4Bxxh .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uoamL4Bxxh .item-content {
    margin-left: 0;
  }
}
.cid-uoamL4Bxxh .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uoamL4Bxxh .item-title {
  color: #ffffff;
}
.cid-uoamL4Bxxh .mbr-text,
.cid-uoamL4Bxxh .item-icon {
  color: #ffffff;
}
.cid-uoamL4Bxxh .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uoamL4Bxxh .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uoamL4Bxxh .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uoamL4Bxxh .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uoamL4Bxxh .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uoamL4Bxxh .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uoamL4Bxxh .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uoamL4Bxxh .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uoamL4Bxxh .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uoamL4Bxxh .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uoamL4Bxxh .article-column1 {
    padding-right: 16px;
  }
}
.cid-uoamL4Bxxh .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uoamL4Bxxh .article-column2 {
    padding-left: 16px;
  }
}
.cid-uoamL4Bxxh .mbr-section-subtitle,
.cid-uoamL4Bxxh .mbr-iconfont {
  color: #e082c5;
}
.cid-uoamL4Bxxh .mbr-section-subtitle {
  color: #000000;
}
.cid-uoamL54TP4 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoamL54TP4 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoamL54TP4 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoamL54TP4 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoamL54TP4 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoamL54TP4 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoamL54TP4 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoamL54TP4 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoamL54TP4 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoamL54TP4 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoamL54TP4 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoamL54TP4 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoamL54TP4 .main-banner:before {
    display: none;
  }
  .cid-uoamL54TP4 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoamL54TP4 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoamL54TP4 H6 {
  color: #e43f3f;
}
.cid-uoamL54TP4 H2 {
  color: #000000;
}
.cid-uoamL54TP4 P {
  color: #000000;
}
.cid-uoamL5ikGv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uoamL5ikGv #footer {
  padding: 0 0 25px 0;
}
.cid-uoamL5ikGv #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uoamL5ikGv #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uoamL5ikGv #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uoamL5ikGv #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uoamL5ikGv #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uoamL5ikGv #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uoamL5ikGv #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uoamL5ikGv #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uoamL5ikGv #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uoamL5ikGv #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uoamL5ikGv #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uoamL5ikGv #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uoamL5ikGv #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uoamL5ikGv #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uoamL5ikGv #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uoamL5ikGv #footer .copyright {
  padding-top: 30px;
}
.cid-uoamL5ikGv ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uoamL5ikGv H4 {
  color: #000000;
  text-align: left;
}
.cid-uoamL5ikGv DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uoamL5ikGv P {
  color: #e43f3f;
  text-align: left;
}
.cid-uoamL5ikGv div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uoamL5ikGv .copyright a {
  text-decoration: none !important;
}
.cid-uoamL5ikGv .list,
.cid-uoamL5ikGv .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uoamL5ikGv ul li a {
  text-decoration: none !important;
}
.cid-uoamL5ikGv .list {
  color: #e43f3f;
}
.cid-uoan8wzqwM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoan8wzqwM nav.navbar {
  position: fixed;
}
.cid-uoan8wzqwM .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-uoan8wzqwM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoan8wzqwM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoan8wzqwM .dropdown-item:hover,
.cid-uoan8wzqwM .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoan8wzqwM .dropdown-item:hover span {
  color: white;
}
.cid-uoan8wzqwM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoan8wzqwM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoan8wzqwM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoan8wzqwM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoan8wzqwM .nav-link {
  position: relative;
}
.cid-uoan8wzqwM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoan8wzqwM .container {
    flex-wrap: nowrap;
  }
}
.cid-uoan8wzqwM .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoan8wzqwM .dropdown-menu,
.cid-uoan8wzqwM .navbar.opened {
  background: #e43f3f !important;
}
.cid-uoan8wzqwM .nav-item:focus,
.cid-uoan8wzqwM .nav-link:focus {
  outline: none;
}
.cid-uoan8wzqwM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoan8wzqwM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoan8wzqwM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoan8wzqwM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoan8wzqwM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoan8wzqwM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoan8wzqwM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uoan8wzqwM .navbar.opened {
  transition: all 0.3s;
}
.cid-uoan8wzqwM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoan8wzqwM .navbar .navbar-logo img {
  width: auto;
}
.cid-uoan8wzqwM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoan8wzqwM .navbar.collapsed {
  justify-content: center;
}
.cid-uoan8wzqwM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoan8wzqwM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoan8wzqwM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoan8wzqwM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoan8wzqwM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoan8wzqwM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoan8wzqwM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoan8wzqwM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoan8wzqwM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoan8wzqwM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoan8wzqwM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoan8wzqwM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoan8wzqwM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoan8wzqwM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoan8wzqwM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoan8wzqwM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoan8wzqwM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoan8wzqwM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoan8wzqwM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoan8wzqwM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoan8wzqwM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoan8wzqwM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoan8wzqwM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoan8wzqwM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoan8wzqwM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoan8wzqwM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoan8wzqwM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoan8wzqwM .dropdown-item.active,
.cid-uoan8wzqwM .dropdown-item:active {
  background-color: transparent;
}
.cid-uoan8wzqwM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoan8wzqwM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoan8wzqwM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoan8wzqwM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uoan8wzqwM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoan8wzqwM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoan8wzqwM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoan8wzqwM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoan8wzqwM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoan8wzqwM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoan8wzqwM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoan8wzqwM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoan8wzqwM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoan8wzqwM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoan8wzqwM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoan8wzqwM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoan8wzqwM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoan8wzqwM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoan8wzqwM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoan8wzqwM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoan8wzqwM .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-uoan8wzqwM .navbar {
    height: 70px;
  }
  .cid-uoan8wzqwM .navbar.opened {
    height: auto;
  }
  .cid-uoan8wzqwM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoan8uROnA {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoan8uROnA .row {
  flex-direction: row-reverse;
}
.cid-uoan8uROnA p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoan8uROnA .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoan8uROnA .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoan8uROnA .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoan8uROnA .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoan8uROnA .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoan8uROnA .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoan8uROnA .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoan8uROnA .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoan8uROnA .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoan8uROnA .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoan8uROnA .main-banner:before {
    display: none;
  }
  .cid-uoan8uROnA .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoan8uROnA .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoan8uROnA H6 {
  color: #e43f3f;
}
.cid-uoan8uROnA H2 {
  color: #000000;
}
.cid-uoan8visuz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uoan8visuz .mbr-section-title {
  color: #000000;
}
.cid-uoan8vA2nr {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoan8vA2nr .container {
  padding: 0 5%;
}
.cid-uoan8vA2nr #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoan8vA2nr #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uoan8vA2nr #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoan8vA2nr #expand-button:hover {
  background-color: #7787a5;
}
.cid-uoan8vA2nr .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uoan8vA2nr .item:focus,
.cid-uoan8vA2nr span:focus {
  outline: none;
}
.cid-uoan8vA2nr .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uoan8vA2nr .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uoan8vA2nr .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uoan8vA2nr .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uoan8vA2nr .item {
    padding: 1.5rem;
  }
}
.cid-uoan8vA2nr .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoan8vA2nr .item .item-icon {
    margin-top: 0;
  }
}
.cid-uoan8vA2nr .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uoan8vA2nr .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uoan8vA2nr .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uoan8vA2nr .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uoan8vA2nr .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoan8vA2nr .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uoan8vA2nr .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uoan8vA2nr .item-content {
    margin-left: 0;
  }
}
.cid-uoan8vA2nr .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uoan8vA2nr .item-title {
  color: #ffffff;
}
.cid-uoan8vA2nr .mbr-text,
.cid-uoan8vA2nr .item-icon {
  color: #ffffff;
}
.cid-uoan8vA2nr .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uoan8vA2nr .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uoan8vA2nr .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uoan8vA2nr .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uoan8vA2nr .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uoan8vA2nr .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uoan8vA2nr .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uoan8vA2nr .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uoan8vA2nr .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uoan8vA2nr .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uoan8vA2nr .article-column1 {
    padding-right: 16px;
  }
}
.cid-uoan8vA2nr .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uoan8vA2nr .article-column2 {
    padding-left: 16px;
  }
}
.cid-uoan8vA2nr .mbr-section-subtitle,
.cid-uoan8vA2nr .mbr-iconfont {
  color: #e082c5;
}
.cid-uoan8vA2nr .mbr-section-subtitle {
  color: #000000;
}
.cid-uoan8w3eWZ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoan8w3eWZ p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoan8w3eWZ .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoan8w3eWZ .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoan8w3eWZ .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoan8w3eWZ .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoan8w3eWZ .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoan8w3eWZ .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoan8w3eWZ .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoan8w3eWZ .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoan8w3eWZ .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoan8w3eWZ .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoan8w3eWZ .main-banner:before {
    display: none;
  }
  .cid-uoan8w3eWZ .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoan8w3eWZ .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoan8w3eWZ H6 {
  color: #e43f3f;
}
.cid-uoan8w3eWZ H2 {
  color: #000000;
}
.cid-uoan8w3eWZ P {
  color: #000000;
}
.cid-uoan8wi4JN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uoan8wi4JN #footer {
  padding: 0 0 25px 0;
}
.cid-uoan8wi4JN #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uoan8wi4JN #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uoan8wi4JN #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uoan8wi4JN #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uoan8wi4JN #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uoan8wi4JN #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uoan8wi4JN #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uoan8wi4JN #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uoan8wi4JN #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uoan8wi4JN #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uoan8wi4JN #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uoan8wi4JN #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uoan8wi4JN #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uoan8wi4JN #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uoan8wi4JN #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uoan8wi4JN #footer .copyright {
  padding-top: 30px;
}
.cid-uoan8wi4JN ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uoan8wi4JN H4 {
  color: #000000;
  text-align: left;
}
.cid-uoan8wi4JN DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uoan8wi4JN P {
  color: #e43f3f;
  text-align: left;
}
.cid-uoan8wi4JN div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uoan8wi4JN .copyright a {
  text-decoration: none !important;
}
.cid-uoan8wi4JN .list,
.cid-uoan8wi4JN .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uoan8wi4JN ul li a {
  text-decoration: none !important;
}
.cid-uoan8wi4JN .list {
  color: #e43f3f;
}
.cid-uoanoTGu0t {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoanoTGu0t nav.navbar {
  position: fixed;
}
.cid-uoanoTGu0t .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-uoanoTGu0t .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoanoTGu0t .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoanoTGu0t .dropdown-item:hover,
.cid-uoanoTGu0t .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoanoTGu0t .dropdown-item:hover span {
  color: white;
}
.cid-uoanoTGu0t .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoanoTGu0t .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoanoTGu0t .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoanoTGu0t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoanoTGu0t .nav-link {
  position: relative;
}
.cid-uoanoTGu0t .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoanoTGu0t .container {
    flex-wrap: nowrap;
  }
}
.cid-uoanoTGu0t .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoanoTGu0t .dropdown-menu,
.cid-uoanoTGu0t .navbar.opened {
  background: #e43f3f !important;
}
.cid-uoanoTGu0t .nav-item:focus,
.cid-uoanoTGu0t .nav-link:focus {
  outline: none;
}
.cid-uoanoTGu0t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoanoTGu0t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoanoTGu0t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoanoTGu0t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoanoTGu0t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoanoTGu0t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoanoTGu0t .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uoanoTGu0t .navbar.opened {
  transition: all 0.3s;
}
.cid-uoanoTGu0t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoanoTGu0t .navbar .navbar-logo img {
  width: auto;
}
.cid-uoanoTGu0t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoanoTGu0t .navbar.collapsed {
  justify-content: center;
}
.cid-uoanoTGu0t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoanoTGu0t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoanoTGu0t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoanoTGu0t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoanoTGu0t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoanoTGu0t .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoanoTGu0t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoanoTGu0t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoanoTGu0t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoanoTGu0t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoanoTGu0t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoanoTGu0t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoanoTGu0t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoanoTGu0t .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoanoTGu0t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoanoTGu0t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoanoTGu0t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoanoTGu0t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoanoTGu0t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoanoTGu0t .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoanoTGu0t .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoanoTGu0t .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoanoTGu0t .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoanoTGu0t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoanoTGu0t .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoanoTGu0t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoanoTGu0t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoanoTGu0t .dropdown-item.active,
.cid-uoanoTGu0t .dropdown-item:active {
  background-color: transparent;
}
.cid-uoanoTGu0t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoanoTGu0t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoanoTGu0t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoanoTGu0t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uoanoTGu0t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoanoTGu0t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoanoTGu0t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoanoTGu0t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoanoTGu0t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoanoTGu0t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoanoTGu0t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoanoTGu0t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoanoTGu0t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoanoTGu0t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoanoTGu0t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoanoTGu0t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoanoTGu0t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoanoTGu0t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoanoTGu0t .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoanoTGu0t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoanoTGu0t .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-uoanoTGu0t .navbar {
    height: 70px;
  }
  .cid-uoanoTGu0t .navbar.opened {
    height: auto;
  }
  .cid-uoanoTGu0t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoanoRQKg3 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoanoRQKg3 .row {
  flex-direction: row-reverse;
}
.cid-uoanoRQKg3 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoanoRQKg3 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoanoRQKg3 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoanoRQKg3 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoanoRQKg3 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoanoRQKg3 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoanoRQKg3 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoanoRQKg3 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoanoRQKg3 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoanoRQKg3 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoanoRQKg3 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoanoRQKg3 .main-banner:before {
    display: none;
  }
  .cid-uoanoRQKg3 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoanoRQKg3 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoanoRQKg3 H6 {
  color: #e43f3f;
}
.cid-uoanoRQKg3 H2 {
  color: #000000;
}
.cid-uoanoShJGI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uoanoShJGI .mbr-section-title {
  color: #000000;
}
.cid-uoanoSvACQ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoanoSvACQ .container {
  padding: 0 5%;
}
.cid-uoanoSvACQ #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoanoSvACQ #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uoanoSvACQ #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoanoSvACQ #expand-button:hover {
  background-color: #7787a5;
}
.cid-uoanoSvACQ .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uoanoSvACQ .item:focus,
.cid-uoanoSvACQ span:focus {
  outline: none;
}
.cid-uoanoSvACQ .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uoanoSvACQ .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uoanoSvACQ .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uoanoSvACQ .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uoanoSvACQ .item {
    padding: 1.5rem;
  }
}
.cid-uoanoSvACQ .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoanoSvACQ .item .item-icon {
    margin-top: 0;
  }
}
.cid-uoanoSvACQ .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uoanoSvACQ .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uoanoSvACQ .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uoanoSvACQ .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uoanoSvACQ .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoanoSvACQ .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uoanoSvACQ .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uoanoSvACQ .item-content {
    margin-left: 0;
  }
}
.cid-uoanoSvACQ .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uoanoSvACQ .item-title {
  color: #ffffff;
}
.cid-uoanoSvACQ .mbr-text,
.cid-uoanoSvACQ .item-icon {
  color: #ffffff;
}
.cid-uoanoSvACQ .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uoanoSvACQ .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uoanoSvACQ .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uoanoSvACQ .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uoanoSvACQ .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uoanoSvACQ .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uoanoSvACQ .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uoanoSvACQ .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uoanoSvACQ .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uoanoSvACQ .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uoanoSvACQ .article-column1 {
    padding-right: 16px;
  }
}
.cid-uoanoSvACQ .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uoanoSvACQ .article-column2 {
    padding-left: 16px;
  }
}
.cid-uoanoSvACQ .mbr-section-subtitle,
.cid-uoanoSvACQ .mbr-iconfont {
  color: #e082c5;
}
.cid-uoanoSvACQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uoanoT7ugP {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoanoT7ugP p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoanoT7ugP .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoanoT7ugP .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoanoT7ugP .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoanoT7ugP .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoanoT7ugP .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoanoT7ugP .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoanoT7ugP .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoanoT7ugP .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoanoT7ugP .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoanoT7ugP .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoanoT7ugP .main-banner:before {
    display: none;
  }
  .cid-uoanoT7ugP .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoanoT7ugP .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoanoT7ugP H6 {
  color: #e43f3f;
}
.cid-uoanoT7ugP H2 {
  color: #000000;
}
.cid-uoanoT7ugP P {
  color: #000000;
}
.cid-uoanoTmovE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uoanoTmovE #footer {
  padding: 0 0 25px 0;
}
.cid-uoanoTmovE #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uoanoTmovE #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uoanoTmovE #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uoanoTmovE #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uoanoTmovE #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uoanoTmovE #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uoanoTmovE #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uoanoTmovE #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uoanoTmovE #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uoanoTmovE #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uoanoTmovE #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uoanoTmovE #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uoanoTmovE #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uoanoTmovE #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uoanoTmovE #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uoanoTmovE #footer .copyright {
  padding-top: 30px;
}
.cid-uoanoTmovE ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uoanoTmovE H4 {
  color: #000000;
  text-align: left;
}
.cid-uoanoTmovE DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uoanoTmovE P {
  color: #e43f3f;
  text-align: left;
}
.cid-uoanoTmovE div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uoanoTmovE .copyright a {
  text-decoration: none !important;
}
.cid-uoanoTmovE .list,
.cid-uoanoTmovE .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uoanoTmovE ul li a {
  text-decoration: none !important;
}
.cid-uoanoTmovE .list {
  color: #e43f3f;
}
.cid-uoapE994nB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoapE994nB nav.navbar {
  position: fixed;
}
.cid-uoapE994nB .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-uoapE994nB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoapE994nB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoapE994nB .dropdown-item:hover,
.cid-uoapE994nB .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoapE994nB .dropdown-item:hover span {
  color: white;
}
.cid-uoapE994nB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoapE994nB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoapE994nB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoapE994nB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoapE994nB .nav-link {
  position: relative;
}
.cid-uoapE994nB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoapE994nB .container {
    flex-wrap: nowrap;
  }
}
.cid-uoapE994nB .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoapE994nB .dropdown-menu,
.cid-uoapE994nB .navbar.opened {
  background: #e43f3f !important;
}
.cid-uoapE994nB .nav-item:focus,
.cid-uoapE994nB .nav-link:focus {
  outline: none;
}
.cid-uoapE994nB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoapE994nB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoapE994nB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoapE994nB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoapE994nB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoapE994nB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoapE994nB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uoapE994nB .navbar.opened {
  transition: all 0.3s;
}
.cid-uoapE994nB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoapE994nB .navbar .navbar-logo img {
  width: auto;
}
.cid-uoapE994nB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoapE994nB .navbar.collapsed {
  justify-content: center;
}
.cid-uoapE994nB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoapE994nB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoapE994nB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoapE994nB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoapE994nB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoapE994nB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoapE994nB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoapE994nB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoapE994nB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoapE994nB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoapE994nB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoapE994nB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoapE994nB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoapE994nB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoapE994nB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoapE994nB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoapE994nB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoapE994nB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoapE994nB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoapE994nB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoapE994nB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoapE994nB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoapE994nB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoapE994nB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoapE994nB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoapE994nB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoapE994nB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoapE994nB .dropdown-item.active,
.cid-uoapE994nB .dropdown-item:active {
  background-color: transparent;
}
.cid-uoapE994nB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoapE994nB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoapE994nB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoapE994nB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uoapE994nB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoapE994nB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoapE994nB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoapE994nB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoapE994nB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoapE994nB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoapE994nB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoapE994nB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoapE994nB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoapE994nB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoapE994nB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoapE994nB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoapE994nB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoapE994nB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoapE994nB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoapE994nB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoapE994nB .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-uoapE994nB .navbar {
    height: 70px;
  }
  .cid-uoapE994nB .navbar.opened {
    height: auto;
  }
  .cid-uoapE994nB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoapE7sdCk {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoapE7sdCk .row {
  flex-direction: row-reverse;
}
.cid-uoapE7sdCk p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoapE7sdCk .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoapE7sdCk .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoapE7sdCk .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoapE7sdCk .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoapE7sdCk .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoapE7sdCk .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoapE7sdCk .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoapE7sdCk .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoapE7sdCk .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoapE7sdCk .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoapE7sdCk .main-banner:before {
    display: none;
  }
  .cid-uoapE7sdCk .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoapE7sdCk .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoapE7sdCk H6 {
  color: #e43f3f;
}
.cid-uoapE7sdCk H2 {
  color: #000000;
}
.cid-uoapE7RbM7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uoapE7RbM7 .mbr-section-title {
  color: #000000;
}
.cid-uoapE89Qxk {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoapE89Qxk .container {
  padding: 0 5%;
}
.cid-uoapE89Qxk #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoapE89Qxk #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uoapE89Qxk #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoapE89Qxk #expand-button:hover {
  background-color: #7787a5;
}
.cid-uoapE89Qxk .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uoapE89Qxk .item:focus,
.cid-uoapE89Qxk span:focus {
  outline: none;
}
.cid-uoapE89Qxk .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uoapE89Qxk .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uoapE89Qxk .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uoapE89Qxk .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uoapE89Qxk .item {
    padding: 1.5rem;
  }
}
.cid-uoapE89Qxk .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoapE89Qxk .item .item-icon {
    margin-top: 0;
  }
}
.cid-uoapE89Qxk .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uoapE89Qxk .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uoapE89Qxk .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uoapE89Qxk .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uoapE89Qxk .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoapE89Qxk .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uoapE89Qxk .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uoapE89Qxk .item-content {
    margin-left: 0;
  }
}
.cid-uoapE89Qxk .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uoapE89Qxk .item-title {
  color: #ffffff;
}
.cid-uoapE89Qxk .mbr-text,
.cid-uoapE89Qxk .item-icon {
  color: #ffffff;
}
.cid-uoapE89Qxk .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uoapE89Qxk .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uoapE89Qxk .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uoapE89Qxk .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uoapE89Qxk .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uoapE89Qxk .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uoapE89Qxk .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uoapE89Qxk .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uoapE89Qxk .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uoapE89Qxk .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uoapE89Qxk .article-column1 {
    padding-right: 16px;
  }
}
.cid-uoapE89Qxk .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uoapE89Qxk .article-column2 {
    padding-left: 16px;
  }
}
.cid-uoapE89Qxk .mbr-section-subtitle,
.cid-uoapE89Qxk .mbr-iconfont {
  color: #e082c5;
}
.cid-uoapE89Qxk .mbr-section-subtitle {
  color: #000000;
}
.cid-uoapE8EQNa {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoapE8EQNa p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoapE8EQNa .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoapE8EQNa .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoapE8EQNa .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoapE8EQNa .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoapE8EQNa .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoapE8EQNa .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoapE8EQNa .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoapE8EQNa .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoapE8EQNa .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoapE8EQNa .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoapE8EQNa .main-banner:before {
    display: none;
  }
  .cid-uoapE8EQNa .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoapE8EQNa .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoapE8EQNa H6 {
  color: #e43f3f;
}
.cid-uoapE8EQNa H2 {
  color: #000000;
}
.cid-uoapE8EQNa P {
  color: #000000;
}
.cid-uoapE8SCAN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uoapE8SCAN #footer {
  padding: 0 0 25px 0;
}
.cid-uoapE8SCAN #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uoapE8SCAN #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uoapE8SCAN #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uoapE8SCAN #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uoapE8SCAN #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uoapE8SCAN #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uoapE8SCAN #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uoapE8SCAN #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uoapE8SCAN #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uoapE8SCAN #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uoapE8SCAN #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uoapE8SCAN #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uoapE8SCAN #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uoapE8SCAN #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uoapE8SCAN #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uoapE8SCAN #footer .copyright {
  padding-top: 30px;
}
.cid-uoapE8SCAN ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uoapE8SCAN H4 {
  color: #000000;
  text-align: left;
}
.cid-uoapE8SCAN DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uoapE8SCAN P {
  color: #e43f3f;
  text-align: left;
}
.cid-uoapE8SCAN div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uoapE8SCAN .copyright a {
  text-decoration: none !important;
}
.cid-uoapE8SCAN .list,
.cid-uoapE8SCAN .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uoapE8SCAN ul li a {
  text-decoration: none !important;
}
.cid-uoapE8SCAN .list {
  color: #e43f3f;
}
.cid-ufGeCLN0a5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufGeCLN0a5 nav.navbar {
  position: fixed;
}
.cid-ufGeCLN0a5 .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-ufGeCLN0a5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufGeCLN0a5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufGeCLN0a5 .dropdown-item:hover,
.cid-ufGeCLN0a5 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ufGeCLN0a5 .dropdown-item:hover span {
  color: white;
}
.cid-ufGeCLN0a5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufGeCLN0a5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufGeCLN0a5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufGeCLN0a5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufGeCLN0a5 .nav-link {
  position: relative;
}
.cid-ufGeCLN0a5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufGeCLN0a5 .container {
    flex-wrap: nowrap;
  }
}
.cid-ufGeCLN0a5 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufGeCLN0a5 .dropdown-menu,
.cid-ufGeCLN0a5 .navbar.opened {
  background: #e43f3f !important;
}
.cid-ufGeCLN0a5 .nav-item:focus,
.cid-ufGeCLN0a5 .nav-link:focus {
  outline: none;
}
.cid-ufGeCLN0a5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufGeCLN0a5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufGeCLN0a5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufGeCLN0a5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufGeCLN0a5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufGeCLN0a5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufGeCLN0a5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ufGeCLN0a5 .navbar.opened {
  transition: all 0.3s;
}
.cid-ufGeCLN0a5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufGeCLN0a5 .navbar .navbar-logo img {
  width: auto;
}
.cid-ufGeCLN0a5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufGeCLN0a5 .navbar.collapsed {
  justify-content: center;
}
.cid-ufGeCLN0a5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufGeCLN0a5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufGeCLN0a5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ufGeCLN0a5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufGeCLN0a5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufGeCLN0a5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufGeCLN0a5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufGeCLN0a5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufGeCLN0a5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufGeCLN0a5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufGeCLN0a5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufGeCLN0a5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufGeCLN0a5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufGeCLN0a5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufGeCLN0a5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufGeCLN0a5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufGeCLN0a5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufGeCLN0a5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufGeCLN0a5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufGeCLN0a5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufGeCLN0a5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufGeCLN0a5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufGeCLN0a5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufGeCLN0a5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufGeCLN0a5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufGeCLN0a5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufGeCLN0a5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufGeCLN0a5 .dropdown-item.active,
.cid-ufGeCLN0a5 .dropdown-item:active {
  background-color: transparent;
}
.cid-ufGeCLN0a5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufGeCLN0a5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufGeCLN0a5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufGeCLN0a5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ufGeCLN0a5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufGeCLN0a5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufGeCLN0a5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufGeCLN0a5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufGeCLN0a5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufGeCLN0a5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ufGeCLN0a5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufGeCLN0a5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufGeCLN0a5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufGeCLN0a5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufGeCLN0a5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufGeCLN0a5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufGeCLN0a5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufGeCLN0a5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufGeCLN0a5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufGeCLN0a5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufGeCLN0a5 .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-ufGeCLN0a5 .navbar {
    height: 70px;
  }
  .cid-ufGeCLN0a5 .navbar.opened {
    height: auto;
  }
  .cid-ufGeCLN0a5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufGeCK9PaP {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufGeCK9PaP .row {
  flex-direction: row-reverse;
}
.cid-ufGeCK9PaP p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufGeCK9PaP .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufGeCK9PaP .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufGeCK9PaP .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufGeCK9PaP .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufGeCK9PaP .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufGeCK9PaP .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufGeCK9PaP .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufGeCK9PaP .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufGeCK9PaP .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufGeCK9PaP .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufGeCK9PaP .main-banner:before {
    display: none;
  }
  .cid-ufGeCK9PaP .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufGeCK9PaP .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufGeCK9PaP H6 {
  color: #e43f3f;
}
.cid-ufGeCK9PaP H2 {
  color: #000000;
}
.cid-ufGeCKxzCP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ufGeCKxzCP .mbr-section-title {
  color: #000000;
}
.cid-ufGeCKKScL {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ufGeCKKScL .container {
  padding: 0 5%;
}
.cid-ufGeCKKScL #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ufGeCKKScL #collapse-button:hover {
  background-color: #7787a5;
}
.cid-ufGeCKKScL #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-ufGeCKKScL #expand-button:hover {
  background-color: #7787a5;
}
.cid-ufGeCKKScL .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-ufGeCKKScL .item:focus,
.cid-ufGeCKKScL span:focus {
  outline: none;
}
.cid-ufGeCKKScL .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-ufGeCKKScL .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ufGeCKKScL .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-ufGeCKKScL .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-ufGeCKKScL .item {
    padding: 1.5rem;
  }
}
.cid-ufGeCKKScL .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ufGeCKKScL .item .item-icon {
    margin-top: 0;
  }
}
.cid-ufGeCKKScL .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-ufGeCKKScL .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ufGeCKKScL .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ufGeCKKScL .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-ufGeCKKScL .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ufGeCKKScL .item-title-wrapper {
    min-width: auto;
  }
}
.cid-ufGeCKKScL .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-ufGeCKKScL .item-content {
    margin-left: 0;
  }
}
.cid-ufGeCKKScL .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-ufGeCKKScL .item-title {
  color: #ffffff;
}
.cid-ufGeCKKScL .mbr-text,
.cid-ufGeCKKScL .item-icon {
  color: #ffffff;
}
.cid-ufGeCKKScL .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-ufGeCKKScL .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-ufGeCKKScL .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ufGeCKKScL .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-ufGeCKKScL .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-ufGeCKKScL .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-ufGeCKKScL .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-ufGeCKKScL .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-ufGeCKKScL .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-ufGeCKKScL .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-ufGeCKKScL .article-column1 {
    padding-right: 16px;
  }
}
.cid-ufGeCKKScL .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-ufGeCKKScL .article-column2 {
    padding-left: 16px;
  }
}
.cid-ufGeCKKScL .mbr-section-subtitle,
.cid-ufGeCKKScL .mbr-iconfont {
  color: #e082c5;
}
.cid-ufGeCKKScL .mbr-section-subtitle {
  color: #000000;
}
.cid-ufGeCLgT9U {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufGeCLgT9U p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ufGeCLgT9U .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ufGeCLgT9U .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ufGeCLgT9U .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ufGeCLgT9U .main-banner .left-content {
  margin-right: 15px;
}
.cid-ufGeCLgT9U .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ufGeCLgT9U .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ufGeCLgT9U .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ufGeCLgT9U .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ufGeCLgT9U .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ufGeCLgT9U .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ufGeCLgT9U .main-banner:before {
    display: none;
  }
  .cid-ufGeCLgT9U .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ufGeCLgT9U .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ufGeCLgT9U H6 {
  color: #e43f3f;
}
.cid-ufGeCLgT9U H2 {
  color: #000000;
}
.cid-ufGeCLgT9U P {
  color: #000000;
}
.cid-ufGeCLvATV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ufGeCLvATV #footer {
  padding: 0 0 25px 0;
}
.cid-ufGeCLvATV #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ufGeCLvATV #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ufGeCLvATV #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ufGeCLvATV #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ufGeCLvATV #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ufGeCLvATV #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ufGeCLvATV #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ufGeCLvATV #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ufGeCLvATV #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ufGeCLvATV #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ufGeCLvATV #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ufGeCLvATV #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ufGeCLvATV #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ufGeCLvATV #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ufGeCLvATV #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ufGeCLvATV #footer .copyright {
  padding-top: 30px;
}
.cid-ufGeCLvATV ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ufGeCLvATV H4 {
  color: #000000;
  text-align: left;
}
.cid-ufGeCLvATV DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ufGeCLvATV P {
  color: #e43f3f;
  text-align: left;
}
.cid-ufGeCLvATV div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ufGeCLvATV .copyright a {
  text-decoration: none !important;
}
.cid-ufGeCLvATV .list,
.cid-ufGeCLvATV .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ufGeCLvATV ul li a {
  text-decoration: none !important;
}
.cid-ufGeCLvATV .list {
  color: #e43f3f;
}
.cid-uoaycJdOtr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoaycJdOtr nav.navbar {
  position: fixed;
}
.cid-uoaycJdOtr .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-uoaycJdOtr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoaycJdOtr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoaycJdOtr .dropdown-item:hover,
.cid-uoaycJdOtr .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoaycJdOtr .dropdown-item:hover span {
  color: white;
}
.cid-uoaycJdOtr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoaycJdOtr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoaycJdOtr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoaycJdOtr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoaycJdOtr .nav-link {
  position: relative;
}
.cid-uoaycJdOtr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoaycJdOtr .container {
    flex-wrap: nowrap;
  }
}
.cid-uoaycJdOtr .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoaycJdOtr .dropdown-menu,
.cid-uoaycJdOtr .navbar.opened {
  background: #e43f3f !important;
}
.cid-uoaycJdOtr .nav-item:focus,
.cid-uoaycJdOtr .nav-link:focus {
  outline: none;
}
.cid-uoaycJdOtr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoaycJdOtr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoaycJdOtr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoaycJdOtr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoaycJdOtr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoaycJdOtr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoaycJdOtr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uoaycJdOtr .navbar.opened {
  transition: all 0.3s;
}
.cid-uoaycJdOtr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoaycJdOtr .navbar .navbar-logo img {
  width: auto;
}
.cid-uoaycJdOtr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoaycJdOtr .navbar.collapsed {
  justify-content: center;
}
.cid-uoaycJdOtr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoaycJdOtr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoaycJdOtr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoaycJdOtr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoaycJdOtr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoaycJdOtr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoaycJdOtr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoaycJdOtr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoaycJdOtr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoaycJdOtr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoaycJdOtr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoaycJdOtr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoaycJdOtr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoaycJdOtr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoaycJdOtr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoaycJdOtr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoaycJdOtr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoaycJdOtr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoaycJdOtr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoaycJdOtr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoaycJdOtr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoaycJdOtr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoaycJdOtr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoaycJdOtr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoaycJdOtr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoaycJdOtr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoaycJdOtr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoaycJdOtr .dropdown-item.active,
.cid-uoaycJdOtr .dropdown-item:active {
  background-color: transparent;
}
.cid-uoaycJdOtr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoaycJdOtr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoaycJdOtr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoaycJdOtr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uoaycJdOtr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoaycJdOtr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoaycJdOtr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoaycJdOtr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoaycJdOtr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoaycJdOtr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoaycJdOtr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoaycJdOtr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaycJdOtr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaycJdOtr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoaycJdOtr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaycJdOtr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoaycJdOtr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoaycJdOtr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaycJdOtr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoaycJdOtr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoaycJdOtr .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-uoaycJdOtr .navbar {
    height: 70px;
  }
  .cid-uoaycJdOtr .navbar.opened {
    height: auto;
  }
  .cid-uoaycJdOtr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoaycHoX6a {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoaycHoX6a .row {
  flex-direction: row-reverse;
}
.cid-uoaycHoX6a p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoaycHoX6a .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoaycHoX6a .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoaycHoX6a .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoaycHoX6a .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoaycHoX6a .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoaycHoX6a .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoaycHoX6a .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoaycHoX6a .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoaycHoX6a .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoaycHoX6a .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoaycHoX6a .main-banner:before {
    display: none;
  }
  .cid-uoaycHoX6a .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoaycHoX6a .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoaycHoX6a H6 {
  color: #e43f3f;
}
.cid-uoaycHoX6a H2 {
  color: #000000;
}
.cid-uoaycHPrQX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uoaycHPrQX .mbr-section-title {
  color: #000000;
}
.cid-uoaycI8EOM {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoaycI8EOM .container {
  padding: 0 5%;
}
.cid-uoaycI8EOM #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoaycI8EOM #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uoaycI8EOM #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoaycI8EOM #expand-button:hover {
  background-color: #7787a5;
}
.cid-uoaycI8EOM .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uoaycI8EOM .item:focus,
.cid-uoaycI8EOM span:focus {
  outline: none;
}
.cid-uoaycI8EOM .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uoaycI8EOM .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uoaycI8EOM .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uoaycI8EOM .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uoaycI8EOM .item {
    padding: 1.5rem;
  }
}
.cid-uoaycI8EOM .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoaycI8EOM .item .item-icon {
    margin-top: 0;
  }
}
.cid-uoaycI8EOM .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uoaycI8EOM .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uoaycI8EOM .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uoaycI8EOM .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uoaycI8EOM .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoaycI8EOM .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uoaycI8EOM .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uoaycI8EOM .item-content {
    margin-left: 0;
  }
}
.cid-uoaycI8EOM .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uoaycI8EOM .item-title {
  color: #ffffff;
}
.cid-uoaycI8EOM .mbr-text,
.cid-uoaycI8EOM .item-icon {
  color: #ffffff;
}
.cid-uoaycI8EOM .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uoaycI8EOM .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uoaycI8EOM .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uoaycI8EOM .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uoaycI8EOM .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uoaycI8EOM .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uoaycI8EOM .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uoaycI8EOM .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uoaycI8EOM .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uoaycI8EOM .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uoaycI8EOM .article-column1 {
    padding-right: 16px;
  }
}
.cid-uoaycI8EOM .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uoaycI8EOM .article-column2 {
    padding-left: 16px;
  }
}
.cid-uoaycI8EOM .mbr-section-subtitle,
.cid-uoaycI8EOM .mbr-iconfont {
  color: #e082c5;
}
.cid-uoaycI8EOM .mbr-section-subtitle {
  color: #000000;
}
.cid-uoaycICShU {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoaycICShU p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoaycICShU .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoaycICShU .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoaycICShU .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoaycICShU .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoaycICShU .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoaycICShU .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoaycICShU .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoaycICShU .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoaycICShU .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoaycICShU .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoaycICShU .main-banner:before {
    display: none;
  }
  .cid-uoaycICShU .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoaycICShU .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoaycICShU H6 {
  color: #e43f3f;
}
.cid-uoaycICShU H2 {
  color: #000000;
}
.cid-uoaycICShU P {
  color: #000000;
}
.cid-uoaycIVLjq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uoaycIVLjq #footer {
  padding: 0 0 25px 0;
}
.cid-uoaycIVLjq #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uoaycIVLjq #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uoaycIVLjq #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uoaycIVLjq #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uoaycIVLjq #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uoaycIVLjq #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uoaycIVLjq #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uoaycIVLjq #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uoaycIVLjq #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uoaycIVLjq #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uoaycIVLjq #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uoaycIVLjq #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uoaycIVLjq #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uoaycIVLjq #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uoaycIVLjq #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uoaycIVLjq #footer .copyright {
  padding-top: 30px;
}
.cid-uoaycIVLjq ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uoaycIVLjq H4 {
  color: #000000;
  text-align: left;
}
.cid-uoaycIVLjq DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uoaycIVLjq P {
  color: #e43f3f;
  text-align: left;
}
.cid-uoaycIVLjq div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uoaycIVLjq .copyright a {
  text-decoration: none !important;
}
.cid-uoaycIVLjq .list,
.cid-uoaycIVLjq .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uoaycIVLjq ul li a {
  text-decoration: none !important;
}
.cid-uoaycIVLjq .list {
  color: #e43f3f;
}
.cid-uoaAyPNAo0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoaAyPNAo0 nav.navbar {
  position: fixed;
}
.cid-uoaAyPNAo0 .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-uoaAyPNAo0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoaAyPNAo0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoaAyPNAo0 .dropdown-item:hover,
.cid-uoaAyPNAo0 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoaAyPNAo0 .dropdown-item:hover span {
  color: white;
}
.cid-uoaAyPNAo0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoaAyPNAo0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoaAyPNAo0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoaAyPNAo0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoaAyPNAo0 .nav-link {
  position: relative;
}
.cid-uoaAyPNAo0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoaAyPNAo0 .container {
    flex-wrap: nowrap;
  }
}
.cid-uoaAyPNAo0 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoaAyPNAo0 .dropdown-menu,
.cid-uoaAyPNAo0 .navbar.opened {
  background: #e43f3f !important;
}
.cid-uoaAyPNAo0 .nav-item:focus,
.cid-uoaAyPNAo0 .nav-link:focus {
  outline: none;
}
.cid-uoaAyPNAo0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoaAyPNAo0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoaAyPNAo0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoaAyPNAo0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoaAyPNAo0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoaAyPNAo0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoaAyPNAo0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uoaAyPNAo0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uoaAyPNAo0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoaAyPNAo0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uoaAyPNAo0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoaAyPNAo0 .navbar.collapsed {
  justify-content: center;
}
.cid-uoaAyPNAo0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoaAyPNAo0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoaAyPNAo0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoaAyPNAo0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoaAyPNAo0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoaAyPNAo0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoaAyPNAo0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoaAyPNAo0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoaAyPNAo0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoaAyPNAo0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoaAyPNAo0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoaAyPNAo0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoaAyPNAo0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoaAyPNAo0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoaAyPNAo0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoaAyPNAo0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoaAyPNAo0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoaAyPNAo0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoaAyPNAo0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoaAyPNAo0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoaAyPNAo0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoaAyPNAo0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoaAyPNAo0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoaAyPNAo0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoaAyPNAo0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoaAyPNAo0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoaAyPNAo0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoaAyPNAo0 .dropdown-item.active,
.cid-uoaAyPNAo0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uoaAyPNAo0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoaAyPNAo0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoaAyPNAo0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoaAyPNAo0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uoaAyPNAo0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoaAyPNAo0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoaAyPNAo0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoaAyPNAo0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoaAyPNAo0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoaAyPNAo0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoaAyPNAo0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoaAyPNAo0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaAyPNAo0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaAyPNAo0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoaAyPNAo0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaAyPNAo0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoaAyPNAo0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoaAyPNAo0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaAyPNAo0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoaAyPNAo0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoaAyPNAo0 .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-uoaAyPNAo0 .navbar {
    height: 70px;
  }
  .cid-uoaAyPNAo0 .navbar.opened {
    height: auto;
  }
  .cid-uoaAyPNAo0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoaAyOdUSx {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoaAyOdUSx .row {
  flex-direction: row-reverse;
}
.cid-uoaAyOdUSx p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoaAyOdUSx .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoaAyOdUSx .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoaAyOdUSx .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoaAyOdUSx .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoaAyOdUSx .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoaAyOdUSx .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoaAyOdUSx .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoaAyOdUSx .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoaAyOdUSx .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoaAyOdUSx .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoaAyOdUSx .main-banner:before {
    display: none;
  }
  .cid-uoaAyOdUSx .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoaAyOdUSx .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoaAyOdUSx H6 {
  color: #e43f3f;
}
.cid-uoaAyOdUSx H2 {
  color: #000000;
}
.cid-uoaAyOC1d3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uoaAyOC1d3 .mbr-section-title {
  color: #000000;
}
.cid-uoaAyOONKu {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoaAyOONKu .container {
  padding: 0 5%;
}
.cid-uoaAyOONKu #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoaAyOONKu #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uoaAyOONKu #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoaAyOONKu #expand-button:hover {
  background-color: #7787a5;
}
.cid-uoaAyOONKu .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uoaAyOONKu .item:focus,
.cid-uoaAyOONKu span:focus {
  outline: none;
}
.cid-uoaAyOONKu .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uoaAyOONKu .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uoaAyOONKu .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uoaAyOONKu .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uoaAyOONKu .item {
    padding: 1.5rem;
  }
}
.cid-uoaAyOONKu .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoaAyOONKu .item .item-icon {
    margin-top: 0;
  }
}
.cid-uoaAyOONKu .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uoaAyOONKu .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uoaAyOONKu .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uoaAyOONKu .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uoaAyOONKu .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoaAyOONKu .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uoaAyOONKu .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uoaAyOONKu .item-content {
    margin-left: 0;
  }
}
.cid-uoaAyOONKu .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uoaAyOONKu .item-title {
  color: #ffffff;
}
.cid-uoaAyOONKu .mbr-text,
.cid-uoaAyOONKu .item-icon {
  color: #ffffff;
}
.cid-uoaAyOONKu .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uoaAyOONKu .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uoaAyOONKu .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uoaAyOONKu .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uoaAyOONKu .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uoaAyOONKu .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uoaAyOONKu .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uoaAyOONKu .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uoaAyOONKu .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uoaAyOONKu .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uoaAyOONKu .article-column1 {
    padding-right: 16px;
  }
}
.cid-uoaAyOONKu .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uoaAyOONKu .article-column2 {
    padding-left: 16px;
  }
}
.cid-uoaAyOONKu .mbr-section-subtitle,
.cid-uoaAyOONKu .mbr-iconfont {
  color: #e082c5;
}
.cid-uoaAyOONKu .mbr-section-subtitle {
  color: #000000;
}
.cid-uoaAyPib0A {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoaAyPib0A p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoaAyPib0A .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoaAyPib0A .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoaAyPib0A .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoaAyPib0A .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoaAyPib0A .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoaAyPib0A .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoaAyPib0A .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoaAyPib0A .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoaAyPib0A .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoaAyPib0A .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoaAyPib0A .main-banner:before {
    display: none;
  }
  .cid-uoaAyPib0A .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoaAyPib0A .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoaAyPib0A H6 {
  color: #e43f3f;
}
.cid-uoaAyPib0A H2 {
  color: #000000;
}
.cid-uoaAyPib0A P {
  color: #000000;
}
.cid-uoaAyPvwag {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uoaAyPvwag #footer {
  padding: 0 0 25px 0;
}
.cid-uoaAyPvwag #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uoaAyPvwag #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uoaAyPvwag #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uoaAyPvwag #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uoaAyPvwag #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uoaAyPvwag #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uoaAyPvwag #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uoaAyPvwag #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uoaAyPvwag #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uoaAyPvwag #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uoaAyPvwag #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uoaAyPvwag #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uoaAyPvwag #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uoaAyPvwag #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uoaAyPvwag #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uoaAyPvwag #footer .copyright {
  padding-top: 30px;
}
.cid-uoaAyPvwag ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uoaAyPvwag H4 {
  color: #000000;
  text-align: left;
}
.cid-uoaAyPvwag DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uoaAyPvwag P {
  color: #e43f3f;
  text-align: left;
}
.cid-uoaAyPvwag div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uoaAyPvwag .copyright a {
  text-decoration: none !important;
}
.cid-uoaAyPvwag .list,
.cid-uoaAyPvwag .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uoaAyPvwag ul li a {
  text-decoration: none !important;
}
.cid-uoaAyPvwag .list {
  color: #e43f3f;
}
.cid-uoaARFPl1d {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoaARFPl1d nav.navbar {
  position: fixed;
}
.cid-uoaARFPl1d .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-uoaARFPl1d .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoaARFPl1d .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoaARFPl1d .dropdown-item:hover,
.cid-uoaARFPl1d .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoaARFPl1d .dropdown-item:hover span {
  color: white;
}
.cid-uoaARFPl1d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoaARFPl1d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoaARFPl1d .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoaARFPl1d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoaARFPl1d .nav-link {
  position: relative;
}
.cid-uoaARFPl1d .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoaARFPl1d .container {
    flex-wrap: nowrap;
  }
}
.cid-uoaARFPl1d .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoaARFPl1d .dropdown-menu,
.cid-uoaARFPl1d .navbar.opened {
  background: #e43f3f !important;
}
.cid-uoaARFPl1d .nav-item:focus,
.cid-uoaARFPl1d .nav-link:focus {
  outline: none;
}
.cid-uoaARFPl1d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoaARFPl1d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoaARFPl1d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoaARFPl1d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoaARFPl1d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoaARFPl1d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoaARFPl1d .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uoaARFPl1d .navbar.opened {
  transition: all 0.3s;
}
.cid-uoaARFPl1d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoaARFPl1d .navbar .navbar-logo img {
  width: auto;
}
.cid-uoaARFPl1d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoaARFPl1d .navbar.collapsed {
  justify-content: center;
}
.cid-uoaARFPl1d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoaARFPl1d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoaARFPl1d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoaARFPl1d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoaARFPl1d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoaARFPl1d .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoaARFPl1d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoaARFPl1d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoaARFPl1d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoaARFPl1d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoaARFPl1d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoaARFPl1d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoaARFPl1d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoaARFPl1d .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoaARFPl1d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoaARFPl1d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoaARFPl1d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoaARFPl1d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoaARFPl1d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoaARFPl1d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoaARFPl1d .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoaARFPl1d .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoaARFPl1d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoaARFPl1d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoaARFPl1d .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoaARFPl1d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoaARFPl1d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoaARFPl1d .dropdown-item.active,
.cid-uoaARFPl1d .dropdown-item:active {
  background-color: transparent;
}
.cid-uoaARFPl1d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoaARFPl1d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoaARFPl1d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoaARFPl1d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uoaARFPl1d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoaARFPl1d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoaARFPl1d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoaARFPl1d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoaARFPl1d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoaARFPl1d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoaARFPl1d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoaARFPl1d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaARFPl1d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaARFPl1d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoaARFPl1d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaARFPl1d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoaARFPl1d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoaARFPl1d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaARFPl1d .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoaARFPl1d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoaARFPl1d .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-uoaARFPl1d .navbar {
    height: 70px;
  }
  .cid-uoaARFPl1d .navbar.opened {
    height: auto;
  }
  .cid-uoaARFPl1d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoaARDFa8R {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoaARDFa8R .row {
  flex-direction: row-reverse;
}
.cid-uoaARDFa8R p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoaARDFa8R .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoaARDFa8R .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoaARDFa8R .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoaARDFa8R .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoaARDFa8R .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoaARDFa8R .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoaARDFa8R .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoaARDFa8R .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoaARDFa8R .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoaARDFa8R .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoaARDFa8R .main-banner:before {
    display: none;
  }
  .cid-uoaARDFa8R .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoaARDFa8R .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoaARDFa8R H6 {
  color: #e43f3f;
}
.cid-uoaARDFa8R H2 {
  color: #000000;
}
.cid-uoaAREagWw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uoaAREagWw .mbr-section-title {
  color: #000000;
}
.cid-uoaAREwh3T {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoaAREwh3T .container {
  padding: 0 5%;
}
.cid-uoaAREwh3T #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoaAREwh3T #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uoaAREwh3T #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoaAREwh3T #expand-button:hover {
  background-color: #7787a5;
}
.cid-uoaAREwh3T .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uoaAREwh3T .item:focus,
.cid-uoaAREwh3T span:focus {
  outline: none;
}
.cid-uoaAREwh3T .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uoaAREwh3T .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uoaAREwh3T .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uoaAREwh3T .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uoaAREwh3T .item {
    padding: 1.5rem;
  }
}
.cid-uoaAREwh3T .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoaAREwh3T .item .item-icon {
    margin-top: 0;
  }
}
.cid-uoaAREwh3T .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uoaAREwh3T .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uoaAREwh3T .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uoaAREwh3T .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uoaAREwh3T .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoaAREwh3T .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uoaAREwh3T .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uoaAREwh3T .item-content {
    margin-left: 0;
  }
}
.cid-uoaAREwh3T .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uoaAREwh3T .item-title {
  color: #ffffff;
}
.cid-uoaAREwh3T .mbr-text,
.cid-uoaAREwh3T .item-icon {
  color: #ffffff;
}
.cid-uoaAREwh3T .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uoaAREwh3T .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uoaAREwh3T .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uoaAREwh3T .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uoaAREwh3T .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uoaAREwh3T .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uoaAREwh3T .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uoaAREwh3T .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uoaAREwh3T .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uoaAREwh3T .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uoaAREwh3T .article-column1 {
    padding-right: 16px;
  }
}
.cid-uoaAREwh3T .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uoaAREwh3T .article-column2 {
    padding-left: 16px;
  }
}
.cid-uoaAREwh3T .mbr-section-subtitle,
.cid-uoaAREwh3T .mbr-iconfont {
  color: #e082c5;
}
.cid-uoaAREwh3T .mbr-section-subtitle {
  color: #000000;
}
.cid-uoaARFicwW {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoaARFicwW p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoaARFicwW .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoaARFicwW .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoaARFicwW .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoaARFicwW .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoaARFicwW .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoaARFicwW .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoaARFicwW .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoaARFicwW .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoaARFicwW .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoaARFicwW .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoaARFicwW .main-banner:before {
    display: none;
  }
  .cid-uoaARFicwW .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoaARFicwW .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoaARFicwW H6 {
  color: #e43f3f;
}
.cid-uoaARFicwW H2 {
  color: #000000;
}
.cid-uoaARFicwW P {
  color: #000000;
}
.cid-uoaARFwBEP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uoaARFwBEP #footer {
  padding: 0 0 25px 0;
}
.cid-uoaARFwBEP #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uoaARFwBEP #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uoaARFwBEP #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uoaARFwBEP #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uoaARFwBEP #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uoaARFwBEP #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uoaARFwBEP #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uoaARFwBEP #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uoaARFwBEP #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uoaARFwBEP #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uoaARFwBEP #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uoaARFwBEP #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uoaARFwBEP #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uoaARFwBEP #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uoaARFwBEP #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uoaARFwBEP #footer .copyright {
  padding-top: 30px;
}
.cid-uoaARFwBEP ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uoaARFwBEP H4 {
  color: #000000;
  text-align: left;
}
.cid-uoaARFwBEP DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uoaARFwBEP P {
  color: #e43f3f;
  text-align: left;
}
.cid-uoaARFwBEP div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uoaARFwBEP .copyright a {
  text-decoration: none !important;
}
.cid-uoaARFwBEP .list,
.cid-uoaARFwBEP .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uoaARFwBEP ul li a {
  text-decoration: none !important;
}
.cid-uoaARFwBEP .list {
  color: #e43f3f;
}
.cid-uoaB7nmvav {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoaB7nmvav nav.navbar {
  position: fixed;
}
.cid-uoaB7nmvav .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-uoaB7nmvav .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoaB7nmvav .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoaB7nmvav .dropdown-item:hover,
.cid-uoaB7nmvav .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoaB7nmvav .dropdown-item:hover span {
  color: white;
}
.cid-uoaB7nmvav .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoaB7nmvav .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoaB7nmvav .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoaB7nmvav .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoaB7nmvav .nav-link {
  position: relative;
}
.cid-uoaB7nmvav .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoaB7nmvav .container {
    flex-wrap: nowrap;
  }
}
.cid-uoaB7nmvav .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoaB7nmvav .dropdown-menu,
.cid-uoaB7nmvav .navbar.opened {
  background: #e43f3f !important;
}
.cid-uoaB7nmvav .nav-item:focus,
.cid-uoaB7nmvav .nav-link:focus {
  outline: none;
}
.cid-uoaB7nmvav .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoaB7nmvav .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoaB7nmvav .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoaB7nmvav .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoaB7nmvav .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoaB7nmvav .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoaB7nmvav .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uoaB7nmvav .navbar.opened {
  transition: all 0.3s;
}
.cid-uoaB7nmvav .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoaB7nmvav .navbar .navbar-logo img {
  width: auto;
}
.cid-uoaB7nmvav .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoaB7nmvav .navbar.collapsed {
  justify-content: center;
}
.cid-uoaB7nmvav .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoaB7nmvav .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoaB7nmvav .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoaB7nmvav .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoaB7nmvav .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoaB7nmvav .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoaB7nmvav .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoaB7nmvav .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoaB7nmvav .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoaB7nmvav .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoaB7nmvav .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoaB7nmvav .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoaB7nmvav .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoaB7nmvav .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoaB7nmvav .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoaB7nmvav .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoaB7nmvav .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoaB7nmvav .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoaB7nmvav .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoaB7nmvav .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoaB7nmvav .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoaB7nmvav .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoaB7nmvav .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoaB7nmvav .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoaB7nmvav .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoaB7nmvav .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoaB7nmvav .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoaB7nmvav .dropdown-item.active,
.cid-uoaB7nmvav .dropdown-item:active {
  background-color: transparent;
}
.cid-uoaB7nmvav .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoaB7nmvav .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoaB7nmvav .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoaB7nmvav .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uoaB7nmvav .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoaB7nmvav .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoaB7nmvav ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoaB7nmvav .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoaB7nmvav button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoaB7nmvav button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoaB7nmvav button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoaB7nmvav button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaB7nmvav button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaB7nmvav button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoaB7nmvav nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaB7nmvav nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoaB7nmvav nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoaB7nmvav nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaB7nmvav .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoaB7nmvav a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoaB7nmvav .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-uoaB7nmvav .navbar {
    height: 70px;
  }
  .cid-uoaB7nmvav .navbar.opened {
    height: auto;
  }
  .cid-uoaB7nmvav .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoaB7lKa93 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoaB7lKa93 .row {
  flex-direction: row-reverse;
}
.cid-uoaB7lKa93 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoaB7lKa93 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoaB7lKa93 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoaB7lKa93 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoaB7lKa93 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoaB7lKa93 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoaB7lKa93 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoaB7lKa93 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoaB7lKa93 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoaB7lKa93 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoaB7lKa93 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoaB7lKa93 .main-banner:before {
    display: none;
  }
  .cid-uoaB7lKa93 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoaB7lKa93 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoaB7lKa93 H6 {
  color: #e43f3f;
}
.cid-uoaB7lKa93 H2 {
  color: #000000;
}
.cid-uoaB7m9ZBN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uoaB7m9ZBN .mbr-section-title {
  color: #000000;
}
.cid-uoaB7mmfN9 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoaB7mmfN9 .container {
  padding: 0 5%;
}
.cid-uoaB7mmfN9 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoaB7mmfN9 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uoaB7mmfN9 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoaB7mmfN9 #expand-button:hover {
  background-color: #7787a5;
}
.cid-uoaB7mmfN9 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uoaB7mmfN9 .item:focus,
.cid-uoaB7mmfN9 span:focus {
  outline: none;
}
.cid-uoaB7mmfN9 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uoaB7mmfN9 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uoaB7mmfN9 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uoaB7mmfN9 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uoaB7mmfN9 .item {
    padding: 1.5rem;
  }
}
.cid-uoaB7mmfN9 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoaB7mmfN9 .item .item-icon {
    margin-top: 0;
  }
}
.cid-uoaB7mmfN9 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uoaB7mmfN9 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uoaB7mmfN9 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uoaB7mmfN9 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uoaB7mmfN9 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoaB7mmfN9 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uoaB7mmfN9 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uoaB7mmfN9 .item-content {
    margin-left: 0;
  }
}
.cid-uoaB7mmfN9 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uoaB7mmfN9 .item-title {
  color: #ffffff;
}
.cid-uoaB7mmfN9 .mbr-text,
.cid-uoaB7mmfN9 .item-icon {
  color: #ffffff;
}
.cid-uoaB7mmfN9 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uoaB7mmfN9 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uoaB7mmfN9 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uoaB7mmfN9 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uoaB7mmfN9 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uoaB7mmfN9 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uoaB7mmfN9 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uoaB7mmfN9 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uoaB7mmfN9 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uoaB7mmfN9 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uoaB7mmfN9 .article-column1 {
    padding-right: 16px;
  }
}
.cid-uoaB7mmfN9 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uoaB7mmfN9 .article-column2 {
    padding-left: 16px;
  }
}
.cid-uoaB7mmfN9 .mbr-section-subtitle,
.cid-uoaB7mmfN9 .mbr-iconfont {
  color: #e082c5;
}
.cid-uoaB7mmfN9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uoaB7mPHlg {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoaB7mPHlg p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoaB7mPHlg .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoaB7mPHlg .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoaB7mPHlg .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoaB7mPHlg .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoaB7mPHlg .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoaB7mPHlg .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoaB7mPHlg .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoaB7mPHlg .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoaB7mPHlg .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoaB7mPHlg .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoaB7mPHlg .main-banner:before {
    display: none;
  }
  .cid-uoaB7mPHlg .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoaB7mPHlg .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoaB7mPHlg H6 {
  color: #e43f3f;
}
.cid-uoaB7mPHlg H2 {
  color: #000000;
}
.cid-uoaB7mPHlg P {
  color: #000000;
}
.cid-uoaB7n38cF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uoaB7n38cF #footer {
  padding: 0 0 25px 0;
}
.cid-uoaB7n38cF #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uoaB7n38cF #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uoaB7n38cF #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uoaB7n38cF #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uoaB7n38cF #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uoaB7n38cF #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uoaB7n38cF #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uoaB7n38cF #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uoaB7n38cF #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uoaB7n38cF #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uoaB7n38cF #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uoaB7n38cF #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uoaB7n38cF #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uoaB7n38cF #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uoaB7n38cF #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uoaB7n38cF #footer .copyright {
  padding-top: 30px;
}
.cid-uoaB7n38cF ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uoaB7n38cF H4 {
  color: #000000;
  text-align: left;
}
.cid-uoaB7n38cF DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uoaB7n38cF P {
  color: #e43f3f;
  text-align: left;
}
.cid-uoaB7n38cF div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uoaB7n38cF .copyright a {
  text-decoration: none !important;
}
.cid-uoaB7n38cF .list,
.cid-uoaB7n38cF .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uoaB7n38cF ul li a {
  text-decoration: none !important;
}
.cid-uoaB7n38cF .list {
  color: #e43f3f;
}
.cid-uoaBn1XWO9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoaBn1XWO9 nav.navbar {
  position: fixed;
}
.cid-uoaBn1XWO9 .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-uoaBn1XWO9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoaBn1XWO9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoaBn1XWO9 .dropdown-item:hover,
.cid-uoaBn1XWO9 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoaBn1XWO9 .dropdown-item:hover span {
  color: white;
}
.cid-uoaBn1XWO9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoaBn1XWO9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoaBn1XWO9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoaBn1XWO9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoaBn1XWO9 .nav-link {
  position: relative;
}
.cid-uoaBn1XWO9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoaBn1XWO9 .container {
    flex-wrap: nowrap;
  }
}
.cid-uoaBn1XWO9 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoaBn1XWO9 .dropdown-menu,
.cid-uoaBn1XWO9 .navbar.opened {
  background: #e43f3f !important;
}
.cid-uoaBn1XWO9 .nav-item:focus,
.cid-uoaBn1XWO9 .nav-link:focus {
  outline: none;
}
.cid-uoaBn1XWO9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoaBn1XWO9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoaBn1XWO9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoaBn1XWO9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoaBn1XWO9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoaBn1XWO9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoaBn1XWO9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uoaBn1XWO9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uoaBn1XWO9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoaBn1XWO9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uoaBn1XWO9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoaBn1XWO9 .navbar.collapsed {
  justify-content: center;
}
.cid-uoaBn1XWO9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoaBn1XWO9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoaBn1XWO9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoaBn1XWO9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoaBn1XWO9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoaBn1XWO9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoaBn1XWO9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoaBn1XWO9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoaBn1XWO9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoaBn1XWO9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoaBn1XWO9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoaBn1XWO9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoaBn1XWO9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoaBn1XWO9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoaBn1XWO9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoaBn1XWO9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoaBn1XWO9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoaBn1XWO9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoaBn1XWO9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoaBn1XWO9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoaBn1XWO9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoaBn1XWO9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoaBn1XWO9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoaBn1XWO9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoaBn1XWO9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoaBn1XWO9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoaBn1XWO9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoaBn1XWO9 .dropdown-item.active,
.cid-uoaBn1XWO9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uoaBn1XWO9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoaBn1XWO9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoaBn1XWO9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoaBn1XWO9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uoaBn1XWO9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoaBn1XWO9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoaBn1XWO9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoaBn1XWO9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoaBn1XWO9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoaBn1XWO9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoaBn1XWO9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoaBn1XWO9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaBn1XWO9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaBn1XWO9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoaBn1XWO9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaBn1XWO9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoaBn1XWO9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoaBn1XWO9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaBn1XWO9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoaBn1XWO9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoaBn1XWO9 .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-uoaBn1XWO9 .navbar {
    height: 70px;
  }
  .cid-uoaBn1XWO9 .navbar.opened {
    height: auto;
  }
  .cid-uoaBn1XWO9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoaBn0mh8S {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoaBn0mh8S .row {
  flex-direction: row-reverse;
}
.cid-uoaBn0mh8S p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoaBn0mh8S .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoaBn0mh8S .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoaBn0mh8S .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoaBn0mh8S .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoaBn0mh8S .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoaBn0mh8S .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoaBn0mh8S .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoaBn0mh8S .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoaBn0mh8S .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoaBn0mh8S .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoaBn0mh8S .main-banner:before {
    display: none;
  }
  .cid-uoaBn0mh8S .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoaBn0mh8S .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoaBn0mh8S H6 {
  color: #e43f3f;
}
.cid-uoaBn0mh8S H2 {
  color: #000000;
}
.cid-uoaBn0KZZq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uoaBn0KZZq .mbr-section-title {
  color: #000000;
}
.cid-uoaBn0Xzwa {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoaBn0Xzwa .container {
  padding: 0 5%;
}
.cid-uoaBn0Xzwa #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoaBn0Xzwa #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uoaBn0Xzwa #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoaBn0Xzwa #expand-button:hover {
  background-color: #7787a5;
}
.cid-uoaBn0Xzwa .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uoaBn0Xzwa .item:focus,
.cid-uoaBn0Xzwa span:focus {
  outline: none;
}
.cid-uoaBn0Xzwa .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uoaBn0Xzwa .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uoaBn0Xzwa .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uoaBn0Xzwa .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uoaBn0Xzwa .item {
    padding: 1.5rem;
  }
}
.cid-uoaBn0Xzwa .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoaBn0Xzwa .item .item-icon {
    margin-top: 0;
  }
}
.cid-uoaBn0Xzwa .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uoaBn0Xzwa .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uoaBn0Xzwa .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uoaBn0Xzwa .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uoaBn0Xzwa .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoaBn0Xzwa .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uoaBn0Xzwa .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uoaBn0Xzwa .item-content {
    margin-left: 0;
  }
}
.cid-uoaBn0Xzwa .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uoaBn0Xzwa .item-title {
  color: #ffffff;
}
.cid-uoaBn0Xzwa .mbr-text,
.cid-uoaBn0Xzwa .item-icon {
  color: #ffffff;
}
.cid-uoaBn0Xzwa .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uoaBn0Xzwa .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uoaBn0Xzwa .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uoaBn0Xzwa .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uoaBn0Xzwa .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uoaBn0Xzwa .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uoaBn0Xzwa .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uoaBn0Xzwa .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uoaBn0Xzwa .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uoaBn0Xzwa .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uoaBn0Xzwa .article-column1 {
    padding-right: 16px;
  }
}
.cid-uoaBn0Xzwa .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uoaBn0Xzwa .article-column2 {
    padding-left: 16px;
  }
}
.cid-uoaBn0Xzwa .mbr-section-subtitle,
.cid-uoaBn0Xzwa .mbr-iconfont {
  color: #e082c5;
}
.cid-uoaBn0Xzwa .mbr-section-subtitle {
  color: #000000;
}
.cid-uoaBn1pKfn {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoaBn1pKfn p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoaBn1pKfn .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoaBn1pKfn .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoaBn1pKfn .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoaBn1pKfn .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoaBn1pKfn .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoaBn1pKfn .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoaBn1pKfn .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoaBn1pKfn .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoaBn1pKfn .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoaBn1pKfn .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoaBn1pKfn .main-banner:before {
    display: none;
  }
  .cid-uoaBn1pKfn .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoaBn1pKfn .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoaBn1pKfn H6 {
  color: #e43f3f;
}
.cid-uoaBn1pKfn H2 {
  color: #000000;
}
.cid-uoaBn1pKfn P {
  color: #000000;
}
.cid-uoaBn1DMuN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uoaBn1DMuN #footer {
  padding: 0 0 25px 0;
}
.cid-uoaBn1DMuN #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uoaBn1DMuN #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uoaBn1DMuN #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uoaBn1DMuN #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uoaBn1DMuN #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uoaBn1DMuN #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uoaBn1DMuN #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uoaBn1DMuN #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uoaBn1DMuN #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uoaBn1DMuN #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uoaBn1DMuN #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uoaBn1DMuN #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uoaBn1DMuN #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uoaBn1DMuN #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uoaBn1DMuN #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uoaBn1DMuN #footer .copyright {
  padding-top: 30px;
}
.cid-uoaBn1DMuN ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uoaBn1DMuN H4 {
  color: #000000;
  text-align: left;
}
.cid-uoaBn1DMuN DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uoaBn1DMuN P {
  color: #e43f3f;
  text-align: left;
}
.cid-uoaBn1DMuN div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uoaBn1DMuN .copyright a {
  text-decoration: none !important;
}
.cid-uoaBn1DMuN .list,
.cid-uoaBn1DMuN .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uoaBn1DMuN ul li a {
  text-decoration: none !important;
}
.cid-uoaBn1DMuN .list {
  color: #e43f3f;
}
.cid-uoaBD25org {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoaBD25org nav.navbar {
  position: fixed;
}
.cid-uoaBD25org .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-uoaBD25org .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoaBD25org .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoaBD25org .dropdown-item:hover,
.cid-uoaBD25org .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoaBD25org .dropdown-item:hover span {
  color: white;
}
.cid-uoaBD25org .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoaBD25org .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoaBD25org .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoaBD25org .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoaBD25org .nav-link {
  position: relative;
}
.cid-uoaBD25org .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoaBD25org .container {
    flex-wrap: nowrap;
  }
}
.cid-uoaBD25org .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoaBD25org .dropdown-menu,
.cid-uoaBD25org .navbar.opened {
  background: #e43f3f !important;
}
.cid-uoaBD25org .nav-item:focus,
.cid-uoaBD25org .nav-link:focus {
  outline: none;
}
.cid-uoaBD25org .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoaBD25org .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoaBD25org .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoaBD25org .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoaBD25org .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoaBD25org .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoaBD25org .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uoaBD25org .navbar.opened {
  transition: all 0.3s;
}
.cid-uoaBD25org .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoaBD25org .navbar .navbar-logo img {
  width: auto;
}
.cid-uoaBD25org .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoaBD25org .navbar.collapsed {
  justify-content: center;
}
.cid-uoaBD25org .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoaBD25org .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoaBD25org .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoaBD25org .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoaBD25org .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoaBD25org .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoaBD25org .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoaBD25org .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoaBD25org .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoaBD25org .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoaBD25org .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoaBD25org .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoaBD25org .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoaBD25org .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoaBD25org .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoaBD25org .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoaBD25org .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoaBD25org .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoaBD25org .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoaBD25org .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoaBD25org .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoaBD25org .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoaBD25org .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoaBD25org .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoaBD25org .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoaBD25org .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoaBD25org .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoaBD25org .dropdown-item.active,
.cid-uoaBD25org .dropdown-item:active {
  background-color: transparent;
}
.cid-uoaBD25org .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoaBD25org .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoaBD25org .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoaBD25org .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uoaBD25org .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoaBD25org .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoaBD25org ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoaBD25org .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoaBD25org button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoaBD25org button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoaBD25org button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoaBD25org button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaBD25org button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaBD25org button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoaBD25org nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaBD25org nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoaBD25org nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoaBD25org nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaBD25org .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoaBD25org a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoaBD25org .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-uoaBD25org .navbar {
    height: 70px;
  }
  .cid-uoaBD25org .navbar.opened {
    height: auto;
  }
  .cid-uoaBD25org .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoaBD0mvWu {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoaBD0mvWu .row {
  flex-direction: row-reverse;
}
.cid-uoaBD0mvWu p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoaBD0mvWu .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoaBD0mvWu .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoaBD0mvWu .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoaBD0mvWu .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoaBD0mvWu .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoaBD0mvWu .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoaBD0mvWu .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoaBD0mvWu .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoaBD0mvWu .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoaBD0mvWu .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoaBD0mvWu .main-banner:before {
    display: none;
  }
  .cid-uoaBD0mvWu .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoaBD0mvWu .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoaBD0mvWu H6 {
  color: #e43f3f;
}
.cid-uoaBD0mvWu H2 {
  color: #000000;
}
.cid-uoaBD0LCH9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uoaBD0LCH9 .mbr-section-title {
  color: #000000;
}
.cid-uoaBD0ZYKH {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoaBD0ZYKH .container {
  padding: 0 5%;
}
.cid-uoaBD0ZYKH #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoaBD0ZYKH #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uoaBD0ZYKH #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoaBD0ZYKH #expand-button:hover {
  background-color: #7787a5;
}
.cid-uoaBD0ZYKH .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uoaBD0ZYKH .item:focus,
.cid-uoaBD0ZYKH span:focus {
  outline: none;
}
.cid-uoaBD0ZYKH .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uoaBD0ZYKH .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uoaBD0ZYKH .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uoaBD0ZYKH .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uoaBD0ZYKH .item {
    padding: 1.5rem;
  }
}
.cid-uoaBD0ZYKH .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoaBD0ZYKH .item .item-icon {
    margin-top: 0;
  }
}
.cid-uoaBD0ZYKH .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uoaBD0ZYKH .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uoaBD0ZYKH .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uoaBD0ZYKH .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uoaBD0ZYKH .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoaBD0ZYKH .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uoaBD0ZYKH .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uoaBD0ZYKH .item-content {
    margin-left: 0;
  }
}
.cid-uoaBD0ZYKH .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uoaBD0ZYKH .item-title {
  color: #ffffff;
}
.cid-uoaBD0ZYKH .mbr-text,
.cid-uoaBD0ZYKH .item-icon {
  color: #ffffff;
}
.cid-uoaBD0ZYKH .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uoaBD0ZYKH .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uoaBD0ZYKH .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uoaBD0ZYKH .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uoaBD0ZYKH .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uoaBD0ZYKH .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uoaBD0ZYKH .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uoaBD0ZYKH .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uoaBD0ZYKH .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uoaBD0ZYKH .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uoaBD0ZYKH .article-column1 {
    padding-right: 16px;
  }
}
.cid-uoaBD0ZYKH .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uoaBD0ZYKH .article-column2 {
    padding-left: 16px;
  }
}
.cid-uoaBD0ZYKH .mbr-section-subtitle,
.cid-uoaBD0ZYKH .mbr-iconfont {
  color: #e082c5;
}
.cid-uoaBD0ZYKH .mbr-section-subtitle {
  color: #000000;
}
.cid-uoaBD1tR7o {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoaBD1tR7o p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoaBD1tR7o .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoaBD1tR7o .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoaBD1tR7o .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoaBD1tR7o .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoaBD1tR7o .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoaBD1tR7o .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoaBD1tR7o .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoaBD1tR7o .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoaBD1tR7o .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoaBD1tR7o .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoaBD1tR7o .main-banner:before {
    display: none;
  }
  .cid-uoaBD1tR7o .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoaBD1tR7o .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoaBD1tR7o H6 {
  color: #e43f3f;
}
.cid-uoaBD1tR7o H2 {
  color: #000000;
}
.cid-uoaBD1tR7o P {
  color: #000000;
}
.cid-uoaBD1HyPt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uoaBD1HyPt #footer {
  padding: 0 0 25px 0;
}
.cid-uoaBD1HyPt #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uoaBD1HyPt #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uoaBD1HyPt #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uoaBD1HyPt #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uoaBD1HyPt #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uoaBD1HyPt #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uoaBD1HyPt #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uoaBD1HyPt #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uoaBD1HyPt #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uoaBD1HyPt #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uoaBD1HyPt #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uoaBD1HyPt #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uoaBD1HyPt #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uoaBD1HyPt #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uoaBD1HyPt #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uoaBD1HyPt #footer .copyright {
  padding-top: 30px;
}
.cid-uoaBD1HyPt ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uoaBD1HyPt H4 {
  color: #000000;
  text-align: left;
}
.cid-uoaBD1HyPt DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uoaBD1HyPt P {
  color: #e43f3f;
  text-align: left;
}
.cid-uoaBD1HyPt div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uoaBD1HyPt .copyright a {
  text-decoration: none !important;
}
.cid-uoaBD1HyPt .list,
.cid-uoaBD1HyPt .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uoaBD1HyPt ul li a {
  text-decoration: none !important;
}
.cid-uoaBD1HyPt .list {
  color: #e43f3f;
}
.cid-uoaBTv2cVc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoaBTv2cVc nav.navbar {
  position: fixed;
}
.cid-uoaBTv2cVc .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-uoaBTv2cVc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoaBTv2cVc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoaBTv2cVc .dropdown-item:hover,
.cid-uoaBTv2cVc .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoaBTv2cVc .dropdown-item:hover span {
  color: white;
}
.cid-uoaBTv2cVc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoaBTv2cVc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoaBTv2cVc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoaBTv2cVc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoaBTv2cVc .nav-link {
  position: relative;
}
.cid-uoaBTv2cVc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoaBTv2cVc .container {
    flex-wrap: nowrap;
  }
}
.cid-uoaBTv2cVc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoaBTv2cVc .dropdown-menu,
.cid-uoaBTv2cVc .navbar.opened {
  background: #e43f3f !important;
}
.cid-uoaBTv2cVc .nav-item:focus,
.cid-uoaBTv2cVc .nav-link:focus {
  outline: none;
}
.cid-uoaBTv2cVc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoaBTv2cVc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoaBTv2cVc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoaBTv2cVc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoaBTv2cVc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoaBTv2cVc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoaBTv2cVc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uoaBTv2cVc .navbar.opened {
  transition: all 0.3s;
}
.cid-uoaBTv2cVc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoaBTv2cVc .navbar .navbar-logo img {
  width: auto;
}
.cid-uoaBTv2cVc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoaBTv2cVc .navbar.collapsed {
  justify-content: center;
}
.cid-uoaBTv2cVc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoaBTv2cVc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoaBTv2cVc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoaBTv2cVc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoaBTv2cVc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoaBTv2cVc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoaBTv2cVc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoaBTv2cVc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoaBTv2cVc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoaBTv2cVc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoaBTv2cVc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoaBTv2cVc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoaBTv2cVc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoaBTv2cVc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoaBTv2cVc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoaBTv2cVc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoaBTv2cVc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoaBTv2cVc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoaBTv2cVc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoaBTv2cVc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoaBTv2cVc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoaBTv2cVc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoaBTv2cVc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoaBTv2cVc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoaBTv2cVc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoaBTv2cVc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoaBTv2cVc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoaBTv2cVc .dropdown-item.active,
.cid-uoaBTv2cVc .dropdown-item:active {
  background-color: transparent;
}
.cid-uoaBTv2cVc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoaBTv2cVc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoaBTv2cVc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoaBTv2cVc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uoaBTv2cVc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoaBTv2cVc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoaBTv2cVc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoaBTv2cVc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoaBTv2cVc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoaBTv2cVc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoaBTv2cVc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoaBTv2cVc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaBTv2cVc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaBTv2cVc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoaBTv2cVc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaBTv2cVc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoaBTv2cVc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoaBTv2cVc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaBTv2cVc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoaBTv2cVc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoaBTv2cVc .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-uoaBTv2cVc .navbar {
    height: 70px;
  }
  .cid-uoaBTv2cVc .navbar.opened {
    height: auto;
  }
  .cid-uoaBTv2cVc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoaBTtp3TR {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoaBTtp3TR .row {
  flex-direction: row-reverse;
}
.cid-uoaBTtp3TR p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoaBTtp3TR .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoaBTtp3TR .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoaBTtp3TR .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoaBTtp3TR .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoaBTtp3TR .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoaBTtp3TR .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoaBTtp3TR .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoaBTtp3TR .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoaBTtp3TR .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoaBTtp3TR .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoaBTtp3TR .main-banner:before {
    display: none;
  }
  .cid-uoaBTtp3TR .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoaBTtp3TR .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoaBTtp3TR H6 {
  color: #e43f3f;
}
.cid-uoaBTtp3TR H2 {
  color: #000000;
}
.cid-uoaBTtOBI3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uoaBTtOBI3 .mbr-section-title {
  color: #000000;
}
.cid-uoaBTu1ONO {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoaBTu1ONO .container {
  padding: 0 5%;
}
.cid-uoaBTu1ONO #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoaBTu1ONO #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uoaBTu1ONO #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoaBTu1ONO #expand-button:hover {
  background-color: #7787a5;
}
.cid-uoaBTu1ONO .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uoaBTu1ONO .item:focus,
.cid-uoaBTu1ONO span:focus {
  outline: none;
}
.cid-uoaBTu1ONO .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uoaBTu1ONO .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uoaBTu1ONO .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uoaBTu1ONO .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uoaBTu1ONO .item {
    padding: 1.5rem;
  }
}
.cid-uoaBTu1ONO .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoaBTu1ONO .item .item-icon {
    margin-top: 0;
  }
}
.cid-uoaBTu1ONO .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uoaBTu1ONO .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uoaBTu1ONO .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uoaBTu1ONO .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uoaBTu1ONO .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoaBTu1ONO .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uoaBTu1ONO .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uoaBTu1ONO .item-content {
    margin-left: 0;
  }
}
.cid-uoaBTu1ONO .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uoaBTu1ONO .item-title {
  color: #ffffff;
}
.cid-uoaBTu1ONO .mbr-text,
.cid-uoaBTu1ONO .item-icon {
  color: #ffffff;
}
.cid-uoaBTu1ONO .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uoaBTu1ONO .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uoaBTu1ONO .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uoaBTu1ONO .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uoaBTu1ONO .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uoaBTu1ONO .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uoaBTu1ONO .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uoaBTu1ONO .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uoaBTu1ONO .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uoaBTu1ONO .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uoaBTu1ONO .article-column1 {
    padding-right: 16px;
  }
}
.cid-uoaBTu1ONO .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uoaBTu1ONO .article-column2 {
    padding-left: 16px;
  }
}
.cid-uoaBTu1ONO .mbr-section-subtitle,
.cid-uoaBTu1ONO .mbr-iconfont {
  color: #e082c5;
}
.cid-uoaBTu1ONO .mbr-section-subtitle {
  color: #000000;
}
.cid-uoaBTuvkR2 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoaBTuvkR2 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoaBTuvkR2 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoaBTuvkR2 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoaBTuvkR2 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoaBTuvkR2 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoaBTuvkR2 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoaBTuvkR2 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoaBTuvkR2 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoaBTuvkR2 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoaBTuvkR2 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoaBTuvkR2 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoaBTuvkR2 .main-banner:before {
    display: none;
  }
  .cid-uoaBTuvkR2 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoaBTuvkR2 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoaBTuvkR2 H6 {
  color: #e43f3f;
}
.cid-uoaBTuvkR2 H2 {
  color: #000000;
}
.cid-uoaBTuvkR2 P {
  color: #000000;
}
.cid-uoaBTuITle {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uoaBTuITle #footer {
  padding: 0 0 25px 0;
}
.cid-uoaBTuITle #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uoaBTuITle #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uoaBTuITle #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uoaBTuITle #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uoaBTuITle #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uoaBTuITle #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uoaBTuITle #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uoaBTuITle #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uoaBTuITle #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uoaBTuITle #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uoaBTuITle #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uoaBTuITle #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uoaBTuITle #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uoaBTuITle #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uoaBTuITle #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uoaBTuITle #footer .copyright {
  padding-top: 30px;
}
.cid-uoaBTuITle ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uoaBTuITle H4 {
  color: #000000;
  text-align: left;
}
.cid-uoaBTuITle DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uoaBTuITle P {
  color: #e43f3f;
  text-align: left;
}
.cid-uoaBTuITle div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uoaBTuITle .copyright a {
  text-decoration: none !important;
}
.cid-uoaBTuITle .list,
.cid-uoaBTuITle .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uoaBTuITle ul li a {
  text-decoration: none !important;
}
.cid-uoaBTuITle .list {
  color: #e43f3f;
}
.cid-uoaC9K15ye {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoaC9K15ye nav.navbar {
  position: fixed;
}
.cid-uoaC9K15ye .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-uoaC9K15ye .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoaC9K15ye .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoaC9K15ye .dropdown-item:hover,
.cid-uoaC9K15ye .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoaC9K15ye .dropdown-item:hover span {
  color: white;
}
.cid-uoaC9K15ye .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoaC9K15ye .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoaC9K15ye .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoaC9K15ye .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoaC9K15ye .nav-link {
  position: relative;
}
.cid-uoaC9K15ye .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoaC9K15ye .container {
    flex-wrap: nowrap;
  }
}
.cid-uoaC9K15ye .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoaC9K15ye .dropdown-menu,
.cid-uoaC9K15ye .navbar.opened {
  background: #e43f3f !important;
}
.cid-uoaC9K15ye .nav-item:focus,
.cid-uoaC9K15ye .nav-link:focus {
  outline: none;
}
.cid-uoaC9K15ye .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoaC9K15ye .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoaC9K15ye .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoaC9K15ye .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoaC9K15ye .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoaC9K15ye .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoaC9K15ye .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uoaC9K15ye .navbar.opened {
  transition: all 0.3s;
}
.cid-uoaC9K15ye .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoaC9K15ye .navbar .navbar-logo img {
  width: auto;
}
.cid-uoaC9K15ye .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoaC9K15ye .navbar.collapsed {
  justify-content: center;
}
.cid-uoaC9K15ye .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoaC9K15ye .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoaC9K15ye .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoaC9K15ye .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoaC9K15ye .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoaC9K15ye .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoaC9K15ye .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoaC9K15ye .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoaC9K15ye .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoaC9K15ye .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoaC9K15ye .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoaC9K15ye .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoaC9K15ye .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoaC9K15ye .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoaC9K15ye .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoaC9K15ye .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoaC9K15ye .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoaC9K15ye .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoaC9K15ye .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoaC9K15ye .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoaC9K15ye .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoaC9K15ye .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoaC9K15ye .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoaC9K15ye .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoaC9K15ye .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoaC9K15ye .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoaC9K15ye .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoaC9K15ye .dropdown-item.active,
.cid-uoaC9K15ye .dropdown-item:active {
  background-color: transparent;
}
.cid-uoaC9K15ye .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoaC9K15ye .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoaC9K15ye .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoaC9K15ye .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uoaC9K15ye .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoaC9K15ye .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoaC9K15ye ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoaC9K15ye .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoaC9K15ye button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoaC9K15ye button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoaC9K15ye button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoaC9K15ye button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaC9K15ye button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaC9K15ye button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoaC9K15ye nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaC9K15ye nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoaC9K15ye nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoaC9K15ye nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaC9K15ye .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoaC9K15ye a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoaC9K15ye .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-uoaC9K15ye .navbar {
    height: 70px;
  }
  .cid-uoaC9K15ye .navbar.opened {
    height: auto;
  }
  .cid-uoaC9K15ye .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoaC9IoIKP {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoaC9IoIKP .row {
  flex-direction: row-reverse;
}
.cid-uoaC9IoIKP p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoaC9IoIKP .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoaC9IoIKP .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoaC9IoIKP .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoaC9IoIKP .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoaC9IoIKP .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoaC9IoIKP .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoaC9IoIKP .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoaC9IoIKP .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoaC9IoIKP .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoaC9IoIKP .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoaC9IoIKP .main-banner:before {
    display: none;
  }
  .cid-uoaC9IoIKP .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoaC9IoIKP .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoaC9IoIKP H6 {
  color: #e43f3f;
}
.cid-uoaC9IoIKP H2 {
  color: #000000;
}
.cid-uoaC9IMaOH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uoaC9IMaOH .mbr-section-title {
  color: #000000;
}
.cid-uoaC9J0Clw {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoaC9J0Clw .container {
  padding: 0 5%;
}
.cid-uoaC9J0Clw #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoaC9J0Clw #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uoaC9J0Clw #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoaC9J0Clw #expand-button:hover {
  background-color: #7787a5;
}
.cid-uoaC9J0Clw .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uoaC9J0Clw .item:focus,
.cid-uoaC9J0Clw span:focus {
  outline: none;
}
.cid-uoaC9J0Clw .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uoaC9J0Clw .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uoaC9J0Clw .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uoaC9J0Clw .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uoaC9J0Clw .item {
    padding: 1.5rem;
  }
}
.cid-uoaC9J0Clw .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoaC9J0Clw .item .item-icon {
    margin-top: 0;
  }
}
.cid-uoaC9J0Clw .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uoaC9J0Clw .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uoaC9J0Clw .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uoaC9J0Clw .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uoaC9J0Clw .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoaC9J0Clw .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uoaC9J0Clw .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uoaC9J0Clw .item-content {
    margin-left: 0;
  }
}
.cid-uoaC9J0Clw .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uoaC9J0Clw .item-title {
  color: #ffffff;
}
.cid-uoaC9J0Clw .mbr-text,
.cid-uoaC9J0Clw .item-icon {
  color: #ffffff;
}
.cid-uoaC9J0Clw .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uoaC9J0Clw .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uoaC9J0Clw .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uoaC9J0Clw .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uoaC9J0Clw .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uoaC9J0Clw .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uoaC9J0Clw .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uoaC9J0Clw .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uoaC9J0Clw .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uoaC9J0Clw .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uoaC9J0Clw .article-column1 {
    padding-right: 16px;
  }
}
.cid-uoaC9J0Clw .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uoaC9J0Clw .article-column2 {
    padding-left: 16px;
  }
}
.cid-uoaC9J0Clw .mbr-section-subtitle,
.cid-uoaC9J0Clw .mbr-iconfont {
  color: #e082c5;
}
.cid-uoaC9J0Clw .mbr-section-subtitle {
  color: #000000;
}
.cid-uoaC9JvYNW {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoaC9JvYNW p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoaC9JvYNW .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoaC9JvYNW .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoaC9JvYNW .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoaC9JvYNW .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoaC9JvYNW .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoaC9JvYNW .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoaC9JvYNW .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoaC9JvYNW .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoaC9JvYNW .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoaC9JvYNW .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoaC9JvYNW .main-banner:before {
    display: none;
  }
  .cid-uoaC9JvYNW .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoaC9JvYNW .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoaC9JvYNW H6 {
  color: #e43f3f;
}
.cid-uoaC9JvYNW H2 {
  color: #000000;
}
.cid-uoaC9JvYNW P {
  color: #000000;
}
.cid-uoaC9JJgDv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uoaC9JJgDv #footer {
  padding: 0 0 25px 0;
}
.cid-uoaC9JJgDv #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uoaC9JJgDv #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uoaC9JJgDv #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uoaC9JJgDv #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uoaC9JJgDv #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uoaC9JJgDv #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uoaC9JJgDv #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uoaC9JJgDv #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uoaC9JJgDv #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uoaC9JJgDv #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uoaC9JJgDv #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uoaC9JJgDv #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uoaC9JJgDv #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uoaC9JJgDv #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uoaC9JJgDv #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uoaC9JJgDv #footer .copyright {
  padding-top: 30px;
}
.cid-uoaC9JJgDv ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uoaC9JJgDv H4 {
  color: #000000;
  text-align: left;
}
.cid-uoaC9JJgDv DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uoaC9JJgDv P {
  color: #e43f3f;
  text-align: left;
}
.cid-uoaC9JJgDv div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uoaC9JJgDv .copyright a {
  text-decoration: none !important;
}
.cid-uoaC9JJgDv .list,
.cid-uoaC9JJgDv .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uoaC9JJgDv ul li a {
  text-decoration: none !important;
}
.cid-uoaC9JJgDv .list {
  color: #e43f3f;
}
.cid-uoaCqdDinj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoaCqdDinj nav.navbar {
  position: fixed;
}
.cid-uoaCqdDinj .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-uoaCqdDinj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoaCqdDinj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoaCqdDinj .dropdown-item:hover,
.cid-uoaCqdDinj .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoaCqdDinj .dropdown-item:hover span {
  color: white;
}
.cid-uoaCqdDinj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoaCqdDinj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoaCqdDinj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoaCqdDinj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoaCqdDinj .nav-link {
  position: relative;
}
.cid-uoaCqdDinj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoaCqdDinj .container {
    flex-wrap: nowrap;
  }
}
.cid-uoaCqdDinj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoaCqdDinj .dropdown-menu,
.cid-uoaCqdDinj .navbar.opened {
  background: #e43f3f !important;
}
.cid-uoaCqdDinj .nav-item:focus,
.cid-uoaCqdDinj .nav-link:focus {
  outline: none;
}
.cid-uoaCqdDinj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoaCqdDinj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoaCqdDinj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoaCqdDinj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoaCqdDinj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoaCqdDinj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoaCqdDinj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uoaCqdDinj .navbar.opened {
  transition: all 0.3s;
}
.cid-uoaCqdDinj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoaCqdDinj .navbar .navbar-logo img {
  width: auto;
}
.cid-uoaCqdDinj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoaCqdDinj .navbar.collapsed {
  justify-content: center;
}
.cid-uoaCqdDinj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoaCqdDinj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoaCqdDinj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoaCqdDinj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoaCqdDinj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoaCqdDinj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoaCqdDinj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoaCqdDinj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoaCqdDinj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoaCqdDinj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoaCqdDinj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoaCqdDinj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoaCqdDinj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoaCqdDinj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoaCqdDinj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoaCqdDinj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoaCqdDinj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoaCqdDinj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoaCqdDinj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoaCqdDinj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoaCqdDinj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoaCqdDinj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoaCqdDinj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoaCqdDinj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoaCqdDinj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoaCqdDinj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoaCqdDinj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoaCqdDinj .dropdown-item.active,
.cid-uoaCqdDinj .dropdown-item:active {
  background-color: transparent;
}
.cid-uoaCqdDinj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoaCqdDinj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoaCqdDinj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoaCqdDinj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uoaCqdDinj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoaCqdDinj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoaCqdDinj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoaCqdDinj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoaCqdDinj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoaCqdDinj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoaCqdDinj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoaCqdDinj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaCqdDinj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaCqdDinj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoaCqdDinj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaCqdDinj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoaCqdDinj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoaCqdDinj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaCqdDinj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoaCqdDinj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoaCqdDinj .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-uoaCqdDinj .navbar {
    height: 70px;
  }
  .cid-uoaCqdDinj .navbar.opened {
    height: auto;
  }
  .cid-uoaCqdDinj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoaCqbIaUk {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoaCqbIaUk .row {
  flex-direction: row-reverse;
}
.cid-uoaCqbIaUk p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoaCqbIaUk .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoaCqbIaUk .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoaCqbIaUk .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoaCqbIaUk .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoaCqbIaUk .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoaCqbIaUk .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoaCqbIaUk .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoaCqbIaUk .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoaCqbIaUk .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoaCqbIaUk .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoaCqbIaUk .main-banner:before {
    display: none;
  }
  .cid-uoaCqbIaUk .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoaCqbIaUk .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoaCqbIaUk H6 {
  color: #e43f3f;
}
.cid-uoaCqbIaUk H2 {
  color: #000000;
}
.cid-uoaCqc80bv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uoaCqc80bv .mbr-section-title {
  color: #000000;
}
.cid-uoaCqcn9OR {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoaCqcn9OR .container {
  padding: 0 5%;
}
.cid-uoaCqcn9OR #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoaCqcn9OR #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uoaCqcn9OR #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoaCqcn9OR #expand-button:hover {
  background-color: #7787a5;
}
.cid-uoaCqcn9OR .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uoaCqcn9OR .item:focus,
.cid-uoaCqcn9OR span:focus {
  outline: none;
}
.cid-uoaCqcn9OR .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uoaCqcn9OR .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uoaCqcn9OR .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uoaCqcn9OR .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uoaCqcn9OR .item {
    padding: 1.5rem;
  }
}
.cid-uoaCqcn9OR .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoaCqcn9OR .item .item-icon {
    margin-top: 0;
  }
}
.cid-uoaCqcn9OR .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uoaCqcn9OR .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uoaCqcn9OR .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uoaCqcn9OR .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uoaCqcn9OR .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoaCqcn9OR .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uoaCqcn9OR .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uoaCqcn9OR .item-content {
    margin-left: 0;
  }
}
.cid-uoaCqcn9OR .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uoaCqcn9OR .item-title {
  color: #ffffff;
}
.cid-uoaCqcn9OR .mbr-text,
.cid-uoaCqcn9OR .item-icon {
  color: #ffffff;
}
.cid-uoaCqcn9OR .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uoaCqcn9OR .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uoaCqcn9OR .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uoaCqcn9OR .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uoaCqcn9OR .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uoaCqcn9OR .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uoaCqcn9OR .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uoaCqcn9OR .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uoaCqcn9OR .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uoaCqcn9OR .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uoaCqcn9OR .article-column1 {
    padding-right: 16px;
  }
}
.cid-uoaCqcn9OR .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uoaCqcn9OR .article-column2 {
    padding-left: 16px;
  }
}
.cid-uoaCqcn9OR .mbr-section-subtitle,
.cid-uoaCqcn9OR .mbr-iconfont {
  color: #e082c5;
}
.cid-uoaCqcn9OR .mbr-section-subtitle {
  color: #000000;
}
.cid-uoaCqcVvGR {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoaCqcVvGR p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoaCqcVvGR .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoaCqcVvGR .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoaCqcVvGR .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoaCqcVvGR .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoaCqcVvGR .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoaCqcVvGR .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoaCqcVvGR .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoaCqcVvGR .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoaCqcVvGR .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoaCqcVvGR .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoaCqcVvGR .main-banner:before {
    display: none;
  }
  .cid-uoaCqcVvGR .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoaCqcVvGR .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoaCqcVvGR H6 {
  color: #e43f3f;
}
.cid-uoaCqcVvGR H2 {
  color: #000000;
}
.cid-uoaCqcVvGR P {
  color: #000000;
}
.cid-uoaCqddKEF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uoaCqddKEF #footer {
  padding: 0 0 25px 0;
}
.cid-uoaCqddKEF #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uoaCqddKEF #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uoaCqddKEF #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uoaCqddKEF #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uoaCqddKEF #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uoaCqddKEF #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uoaCqddKEF #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uoaCqddKEF #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uoaCqddKEF #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uoaCqddKEF #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uoaCqddKEF #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uoaCqddKEF #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uoaCqddKEF #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uoaCqddKEF #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uoaCqddKEF #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uoaCqddKEF #footer .copyright {
  padding-top: 30px;
}
.cid-uoaCqddKEF ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uoaCqddKEF H4 {
  color: #000000;
  text-align: left;
}
.cid-uoaCqddKEF DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uoaCqddKEF P {
  color: #e43f3f;
  text-align: left;
}
.cid-uoaCqddKEF div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uoaCqddKEF .copyright a {
  text-decoration: none !important;
}
.cid-uoaCqddKEF .list,
.cid-uoaCqddKEF .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uoaCqddKEF ul li a {
  text-decoration: none !important;
}
.cid-uoaCqddKEF .list {
  color: #e43f3f;
}
.cid-uoaCGXT5C4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoaCGXT5C4 nav.navbar {
  position: fixed;
}
.cid-uoaCGXT5C4 .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-uoaCGXT5C4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoaCGXT5C4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoaCGXT5C4 .dropdown-item:hover,
.cid-uoaCGXT5C4 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoaCGXT5C4 .dropdown-item:hover span {
  color: white;
}
.cid-uoaCGXT5C4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoaCGXT5C4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoaCGXT5C4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoaCGXT5C4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoaCGXT5C4 .nav-link {
  position: relative;
}
.cid-uoaCGXT5C4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoaCGXT5C4 .container {
    flex-wrap: nowrap;
  }
}
.cid-uoaCGXT5C4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoaCGXT5C4 .dropdown-menu,
.cid-uoaCGXT5C4 .navbar.opened {
  background: #e43f3f !important;
}
.cid-uoaCGXT5C4 .nav-item:focus,
.cid-uoaCGXT5C4 .nav-link:focus {
  outline: none;
}
.cid-uoaCGXT5C4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoaCGXT5C4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoaCGXT5C4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoaCGXT5C4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoaCGXT5C4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoaCGXT5C4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoaCGXT5C4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uoaCGXT5C4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uoaCGXT5C4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoaCGXT5C4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uoaCGXT5C4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoaCGXT5C4 .navbar.collapsed {
  justify-content: center;
}
.cid-uoaCGXT5C4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoaCGXT5C4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoaCGXT5C4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoaCGXT5C4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoaCGXT5C4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoaCGXT5C4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoaCGXT5C4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoaCGXT5C4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoaCGXT5C4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoaCGXT5C4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoaCGXT5C4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoaCGXT5C4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoaCGXT5C4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoaCGXT5C4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoaCGXT5C4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoaCGXT5C4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoaCGXT5C4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoaCGXT5C4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoaCGXT5C4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoaCGXT5C4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoaCGXT5C4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoaCGXT5C4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoaCGXT5C4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoaCGXT5C4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoaCGXT5C4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoaCGXT5C4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoaCGXT5C4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoaCGXT5C4 .dropdown-item.active,
.cid-uoaCGXT5C4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uoaCGXT5C4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoaCGXT5C4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoaCGXT5C4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoaCGXT5C4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uoaCGXT5C4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoaCGXT5C4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoaCGXT5C4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoaCGXT5C4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoaCGXT5C4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoaCGXT5C4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoaCGXT5C4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoaCGXT5C4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaCGXT5C4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaCGXT5C4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoaCGXT5C4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaCGXT5C4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoaCGXT5C4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoaCGXT5C4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaCGXT5C4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoaCGXT5C4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoaCGXT5C4 .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-uoaCGXT5C4 .navbar {
    height: 70px;
  }
  .cid-uoaCGXT5C4 .navbar.opened {
    height: auto;
  }
  .cid-uoaCGXT5C4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoaCGW4r50 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoaCGW4r50 .row {
  flex-direction: row-reverse;
}
.cid-uoaCGW4r50 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoaCGW4r50 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoaCGW4r50 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoaCGW4r50 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoaCGW4r50 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoaCGW4r50 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoaCGW4r50 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoaCGW4r50 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoaCGW4r50 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoaCGW4r50 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoaCGW4r50 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoaCGW4r50 .main-banner:before {
    display: none;
  }
  .cid-uoaCGW4r50 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoaCGW4r50 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoaCGW4r50 H6 {
  color: #e43f3f;
}
.cid-uoaCGW4r50 H2 {
  color: #000000;
}
.cid-uoaCGWvzbD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uoaCGWvzbD .mbr-section-title {
  color: #000000;
}
.cid-uoaCGWNBpd {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoaCGWNBpd .container {
  padding: 0 5%;
}
.cid-uoaCGWNBpd #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoaCGWNBpd #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uoaCGWNBpd #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoaCGWNBpd #expand-button:hover {
  background-color: #7787a5;
}
.cid-uoaCGWNBpd .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uoaCGWNBpd .item:focus,
.cid-uoaCGWNBpd span:focus {
  outline: none;
}
.cid-uoaCGWNBpd .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uoaCGWNBpd .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uoaCGWNBpd .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uoaCGWNBpd .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uoaCGWNBpd .item {
    padding: 1.5rem;
  }
}
.cid-uoaCGWNBpd .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoaCGWNBpd .item .item-icon {
    margin-top: 0;
  }
}
.cid-uoaCGWNBpd .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uoaCGWNBpd .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uoaCGWNBpd .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uoaCGWNBpd .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uoaCGWNBpd .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoaCGWNBpd .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uoaCGWNBpd .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uoaCGWNBpd .item-content {
    margin-left: 0;
  }
}
.cid-uoaCGWNBpd .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uoaCGWNBpd .item-title {
  color: #ffffff;
}
.cid-uoaCGWNBpd .mbr-text,
.cid-uoaCGWNBpd .item-icon {
  color: #ffffff;
}
.cid-uoaCGWNBpd .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uoaCGWNBpd .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uoaCGWNBpd .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uoaCGWNBpd .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uoaCGWNBpd .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uoaCGWNBpd .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uoaCGWNBpd .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uoaCGWNBpd .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uoaCGWNBpd .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uoaCGWNBpd .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uoaCGWNBpd .article-column1 {
    padding-right: 16px;
  }
}
.cid-uoaCGWNBpd .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uoaCGWNBpd .article-column2 {
    padding-left: 16px;
  }
}
.cid-uoaCGWNBpd .mbr-section-subtitle,
.cid-uoaCGWNBpd .mbr-iconfont {
  color: #e082c5;
}
.cid-uoaCGWNBpd .mbr-section-subtitle {
  color: #000000;
}
.cid-uoaCGXiThi {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoaCGXiThi p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoaCGXiThi .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoaCGXiThi .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoaCGXiThi .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoaCGXiThi .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoaCGXiThi .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoaCGXiThi .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoaCGXiThi .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoaCGXiThi .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoaCGXiThi .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoaCGXiThi .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoaCGXiThi .main-banner:before {
    display: none;
  }
  .cid-uoaCGXiThi .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoaCGXiThi .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoaCGXiThi H6 {
  color: #e43f3f;
}
.cid-uoaCGXiThi H2 {
  color: #000000;
}
.cid-uoaCGXiThi P {
  color: #000000;
}
.cid-uoaCGXwPS3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uoaCGXwPS3 #footer {
  padding: 0 0 25px 0;
}
.cid-uoaCGXwPS3 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uoaCGXwPS3 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uoaCGXwPS3 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uoaCGXwPS3 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uoaCGXwPS3 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uoaCGXwPS3 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uoaCGXwPS3 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uoaCGXwPS3 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uoaCGXwPS3 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uoaCGXwPS3 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uoaCGXwPS3 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uoaCGXwPS3 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uoaCGXwPS3 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uoaCGXwPS3 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uoaCGXwPS3 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uoaCGXwPS3 #footer .copyright {
  padding-top: 30px;
}
.cid-uoaCGXwPS3 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uoaCGXwPS3 H4 {
  color: #000000;
  text-align: left;
}
.cid-uoaCGXwPS3 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uoaCGXwPS3 P {
  color: #e43f3f;
  text-align: left;
}
.cid-uoaCGXwPS3 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uoaCGXwPS3 .copyright a {
  text-decoration: none !important;
}
.cid-uoaCGXwPS3 .list,
.cid-uoaCGXwPS3 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uoaCGXwPS3 ul li a {
  text-decoration: none !important;
}
.cid-uoaCGXwPS3 .list {
  color: #e43f3f;
}
.cid-uoaCZTSywW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoaCZTSywW nav.navbar {
  position: fixed;
}
.cid-uoaCZTSywW .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-uoaCZTSywW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoaCZTSywW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoaCZTSywW .dropdown-item:hover,
.cid-uoaCZTSywW .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoaCZTSywW .dropdown-item:hover span {
  color: white;
}
.cid-uoaCZTSywW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoaCZTSywW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoaCZTSywW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoaCZTSywW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoaCZTSywW .nav-link {
  position: relative;
}
.cid-uoaCZTSywW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoaCZTSywW .container {
    flex-wrap: nowrap;
  }
}
.cid-uoaCZTSywW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoaCZTSywW .dropdown-menu,
.cid-uoaCZTSywW .navbar.opened {
  background: #e43f3f !important;
}
.cid-uoaCZTSywW .nav-item:focus,
.cid-uoaCZTSywW .nav-link:focus {
  outline: none;
}
.cid-uoaCZTSywW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoaCZTSywW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoaCZTSywW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoaCZTSywW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoaCZTSywW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoaCZTSywW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoaCZTSywW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uoaCZTSywW .navbar.opened {
  transition: all 0.3s;
}
.cid-uoaCZTSywW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoaCZTSywW .navbar .navbar-logo img {
  width: auto;
}
.cid-uoaCZTSywW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoaCZTSywW .navbar.collapsed {
  justify-content: center;
}
.cid-uoaCZTSywW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoaCZTSywW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoaCZTSywW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoaCZTSywW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoaCZTSywW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoaCZTSywW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoaCZTSywW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoaCZTSywW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoaCZTSywW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoaCZTSywW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoaCZTSywW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoaCZTSywW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoaCZTSywW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoaCZTSywW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoaCZTSywW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoaCZTSywW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoaCZTSywW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoaCZTSywW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoaCZTSywW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoaCZTSywW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoaCZTSywW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoaCZTSywW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoaCZTSywW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoaCZTSywW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoaCZTSywW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoaCZTSywW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoaCZTSywW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoaCZTSywW .dropdown-item.active,
.cid-uoaCZTSywW .dropdown-item:active {
  background-color: transparent;
}
.cid-uoaCZTSywW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoaCZTSywW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoaCZTSywW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoaCZTSywW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uoaCZTSywW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoaCZTSywW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoaCZTSywW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoaCZTSywW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoaCZTSywW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoaCZTSywW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoaCZTSywW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoaCZTSywW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaCZTSywW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaCZTSywW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoaCZTSywW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaCZTSywW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoaCZTSywW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoaCZTSywW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaCZTSywW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoaCZTSywW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoaCZTSywW .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-uoaCZTSywW .navbar {
    height: 70px;
  }
  .cid-uoaCZTSywW .navbar.opened {
    height: auto;
  }
  .cid-uoaCZTSywW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoaCZSfEZr {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoaCZSfEZr .row {
  flex-direction: row-reverse;
}
.cid-uoaCZSfEZr p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoaCZSfEZr .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoaCZSfEZr .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoaCZSfEZr .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoaCZSfEZr .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoaCZSfEZr .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoaCZSfEZr .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoaCZSfEZr .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoaCZSfEZr .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoaCZSfEZr .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoaCZSfEZr .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoaCZSfEZr .main-banner:before {
    display: none;
  }
  .cid-uoaCZSfEZr .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoaCZSfEZr .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoaCZSfEZr H6 {
  color: #e43f3f;
}
.cid-uoaCZSfEZr H2 {
  color: #000000;
}
.cid-uoaCZSEWdi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uoaCZSEWdi .mbr-section-title {
  color: #000000;
}
.cid-uoaCZSSbbq {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoaCZSSbbq .container {
  padding: 0 5%;
}
.cid-uoaCZSSbbq #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoaCZSSbbq #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uoaCZSSbbq #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uoaCZSSbbq #expand-button:hover {
  background-color: #7787a5;
}
.cid-uoaCZSSbbq .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uoaCZSSbbq .item:focus,
.cid-uoaCZSSbbq span:focus {
  outline: none;
}
.cid-uoaCZSSbbq .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uoaCZSSbbq .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uoaCZSSbbq .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uoaCZSSbbq .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uoaCZSSbbq .item {
    padding: 1.5rem;
  }
}
.cid-uoaCZSSbbq .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoaCZSSbbq .item .item-icon {
    margin-top: 0;
  }
}
.cid-uoaCZSSbbq .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uoaCZSSbbq .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uoaCZSSbbq .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uoaCZSSbbq .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uoaCZSSbbq .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uoaCZSSbbq .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uoaCZSSbbq .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uoaCZSSbbq .item-content {
    margin-left: 0;
  }
}
.cid-uoaCZSSbbq .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uoaCZSSbbq .item-title {
  color: #ffffff;
}
.cid-uoaCZSSbbq .mbr-text,
.cid-uoaCZSSbbq .item-icon {
  color: #ffffff;
}
.cid-uoaCZSSbbq .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uoaCZSSbbq .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uoaCZSSbbq .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uoaCZSSbbq .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uoaCZSSbbq .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uoaCZSSbbq .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uoaCZSSbbq .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uoaCZSSbbq .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uoaCZSSbbq .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uoaCZSSbbq .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uoaCZSSbbq .article-column1 {
    padding-right: 16px;
  }
}
.cid-uoaCZSSbbq .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uoaCZSSbbq .article-column2 {
    padding-left: 16px;
  }
}
.cid-uoaCZSSbbq .mbr-section-subtitle,
.cid-uoaCZSSbbq .mbr-iconfont {
  color: #e082c5;
}
.cid-uoaCZSSbbq .mbr-section-subtitle {
  color: #000000;
}
.cid-uoaCZTk7bz {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uoaCZTk7bz p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uoaCZTk7bz .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uoaCZTk7bz .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uoaCZTk7bz .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uoaCZTk7bz .main-banner .left-content {
  margin-right: 15px;
}
.cid-uoaCZTk7bz .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uoaCZTk7bz .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uoaCZTk7bz .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uoaCZTk7bz .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uoaCZTk7bz .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uoaCZTk7bz .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uoaCZTk7bz .main-banner:before {
    display: none;
  }
  .cid-uoaCZTk7bz .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uoaCZTk7bz .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uoaCZTk7bz H6 {
  color: #e43f3f;
}
.cid-uoaCZTk7bz H2 {
  color: #000000;
}
.cid-uoaCZTk7bz P {
  color: #000000;
}
.cid-uoaCZTAqxv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uoaCZTAqxv #footer {
  padding: 0 0 25px 0;
}
.cid-uoaCZTAqxv #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uoaCZTAqxv #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uoaCZTAqxv #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uoaCZTAqxv #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uoaCZTAqxv #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uoaCZTAqxv #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uoaCZTAqxv #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uoaCZTAqxv #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uoaCZTAqxv #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uoaCZTAqxv #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uoaCZTAqxv #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uoaCZTAqxv #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uoaCZTAqxv #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uoaCZTAqxv #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uoaCZTAqxv #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uoaCZTAqxv #footer .copyright {
  padding-top: 30px;
}
.cid-uoaCZTAqxv ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uoaCZTAqxv H4 {
  color: #000000;
  text-align: left;
}
.cid-uoaCZTAqxv DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uoaCZTAqxv P {
  color: #e43f3f;
  text-align: left;
}
.cid-uoaCZTAqxv div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uoaCZTAqxv .copyright a {
  text-decoration: none !important;
}
.cid-uoaCZTAqxv .list,
.cid-uoaCZTAqxv .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uoaCZTAqxv ul li a {
  text-decoration: none !important;
}
.cid-uoaCZTAqxv .list {
  color: #e43f3f;
}
.cid-uobKitewNN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uobKitewNN nav.navbar {
  position: fixed;
}
.cid-uobKitewNN .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-uobKitewNN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uobKitewNN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uobKitewNN .dropdown-item:hover,
.cid-uobKitewNN .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uobKitewNN .dropdown-item:hover span {
  color: white;
}
.cid-uobKitewNN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uobKitewNN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uobKitewNN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uobKitewNN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uobKitewNN .nav-link {
  position: relative;
}
.cid-uobKitewNN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uobKitewNN .container {
    flex-wrap: nowrap;
  }
}
.cid-uobKitewNN .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uobKitewNN .dropdown-menu,
.cid-uobKitewNN .navbar.opened {
  background: #e43f3f !important;
}
.cid-uobKitewNN .nav-item:focus,
.cid-uobKitewNN .nav-link:focus {
  outline: none;
}
.cid-uobKitewNN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uobKitewNN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uobKitewNN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uobKitewNN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uobKitewNN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uobKitewNN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uobKitewNN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uobKitewNN .navbar.opened {
  transition: all 0.3s;
}
.cid-uobKitewNN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uobKitewNN .navbar .navbar-logo img {
  width: auto;
}
.cid-uobKitewNN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uobKitewNN .navbar.collapsed {
  justify-content: center;
}
.cid-uobKitewNN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uobKitewNN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uobKitewNN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uobKitewNN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uobKitewNN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uobKitewNN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uobKitewNN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uobKitewNN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uobKitewNN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uobKitewNN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uobKitewNN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uobKitewNN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uobKitewNN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uobKitewNN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uobKitewNN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uobKitewNN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uobKitewNN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uobKitewNN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uobKitewNN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uobKitewNN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uobKitewNN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uobKitewNN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uobKitewNN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uobKitewNN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uobKitewNN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uobKitewNN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uobKitewNN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uobKitewNN .dropdown-item.active,
.cid-uobKitewNN .dropdown-item:active {
  background-color: transparent;
}
.cid-uobKitewNN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uobKitewNN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uobKitewNN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uobKitewNN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uobKitewNN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uobKitewNN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uobKitewNN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uobKitewNN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uobKitewNN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uobKitewNN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uobKitewNN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uobKitewNN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobKitewNN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobKitewNN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uobKitewNN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobKitewNN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uobKitewNN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uobKitewNN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobKitewNN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uobKitewNN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uobKitewNN .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-uobKitewNN .navbar {
    height: 70px;
  }
  .cid-uobKitewNN .navbar.opened {
    height: auto;
  }
  .cid-uobKitewNN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uobKirwpTC {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uobKirwpTC .row {
  flex-direction: row-reverse;
}
.cid-uobKirwpTC p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uobKirwpTC .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uobKirwpTC .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uobKirwpTC .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uobKirwpTC .main-banner .left-content {
  margin-right: 15px;
}
.cid-uobKirwpTC .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uobKirwpTC .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uobKirwpTC .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uobKirwpTC .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uobKirwpTC .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uobKirwpTC .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uobKirwpTC .main-banner:before {
    display: none;
  }
  .cid-uobKirwpTC .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uobKirwpTC .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uobKirwpTC H6 {
  color: #e43f3f;
}
.cid-uobKirwpTC H2 {
  color: #000000;
}
.cid-uobKirVxg0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uobKirVxg0 .mbr-section-title {
  color: #000000;
}
.cid-uobKisepBE {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uobKisepBE .container {
  padding: 0 5%;
}
.cid-uobKisepBE #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uobKisepBE #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uobKisepBE #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uobKisepBE #expand-button:hover {
  background-color: #7787a5;
}
.cid-uobKisepBE .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uobKisepBE .item:focus,
.cid-uobKisepBE span:focus {
  outline: none;
}
.cid-uobKisepBE .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uobKisepBE .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uobKisepBE .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uobKisepBE .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uobKisepBE .item {
    padding: 1.5rem;
  }
}
.cid-uobKisepBE .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uobKisepBE .item .item-icon {
    margin-top: 0;
  }
}
.cid-uobKisepBE .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uobKisepBE .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uobKisepBE .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uobKisepBE .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uobKisepBE .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uobKisepBE .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uobKisepBE .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uobKisepBE .item-content {
    margin-left: 0;
  }
}
.cid-uobKisepBE .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uobKisepBE .item-title {
  color: #ffffff;
}
.cid-uobKisepBE .mbr-text,
.cid-uobKisepBE .item-icon {
  color: #ffffff;
}
.cid-uobKisepBE .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uobKisepBE .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uobKisepBE .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uobKisepBE .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uobKisepBE .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uobKisepBE .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uobKisepBE .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uobKisepBE .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uobKisepBE .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uobKisepBE .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uobKisepBE .article-column1 {
    padding-right: 16px;
  }
}
.cid-uobKisepBE .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uobKisepBE .article-column2 {
    padding-left: 16px;
  }
}
.cid-uobKisepBE .mbr-section-subtitle,
.cid-uobKisepBE .mbr-iconfont {
  color: #e082c5;
}
.cid-uobKisepBE .mbr-section-subtitle {
  color: #000000;
}
.cid-uobKisJqSw {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uobKisJqSw p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uobKisJqSw .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uobKisJqSw .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uobKisJqSw .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uobKisJqSw .main-banner .left-content {
  margin-right: 15px;
}
.cid-uobKisJqSw .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uobKisJqSw .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uobKisJqSw .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uobKisJqSw .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uobKisJqSw .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uobKisJqSw .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uobKisJqSw .main-banner:before {
    display: none;
  }
  .cid-uobKisJqSw .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uobKisJqSw .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uobKisJqSw H6 {
  color: #e43f3f;
}
.cid-uobKisJqSw H2 {
  color: #000000;
}
.cid-uobKisJqSw P {
  color: #000000;
}
.cid-uobKisXe43 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uobKisXe43 #footer {
  padding: 0 0 25px 0;
}
.cid-uobKisXe43 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uobKisXe43 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uobKisXe43 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uobKisXe43 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uobKisXe43 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uobKisXe43 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uobKisXe43 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uobKisXe43 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uobKisXe43 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uobKisXe43 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uobKisXe43 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uobKisXe43 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uobKisXe43 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uobKisXe43 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uobKisXe43 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uobKisXe43 #footer .copyright {
  padding-top: 30px;
}
.cid-uobKisXe43 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uobKisXe43 H4 {
  color: #000000;
  text-align: left;
}
.cid-uobKisXe43 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uobKisXe43 P {
  color: #e43f3f;
  text-align: left;
}
.cid-uobKisXe43 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uobKisXe43 .copyright a {
  text-decoration: none !important;
}
.cid-uobKisXe43 .list,
.cid-uobKisXe43 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uobKisXe43 ul li a {
  text-decoration: none !important;
}
.cid-uobKisXe43 .list {
  color: #e43f3f;
}
.cid-uobLppFR4v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uobLppFR4v nav.navbar {
  position: fixed;
}
.cid-uobLppFR4v .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-uobLppFR4v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uobLppFR4v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uobLppFR4v .dropdown-item:hover,
.cid-uobLppFR4v .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uobLppFR4v .dropdown-item:hover span {
  color: white;
}
.cid-uobLppFR4v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uobLppFR4v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uobLppFR4v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uobLppFR4v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uobLppFR4v .nav-link {
  position: relative;
}
.cid-uobLppFR4v .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uobLppFR4v .container {
    flex-wrap: nowrap;
  }
}
.cid-uobLppFR4v .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uobLppFR4v .dropdown-menu,
.cid-uobLppFR4v .navbar.opened {
  background: #e43f3f !important;
}
.cid-uobLppFR4v .nav-item:focus,
.cid-uobLppFR4v .nav-link:focus {
  outline: none;
}
.cid-uobLppFR4v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uobLppFR4v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uobLppFR4v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uobLppFR4v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uobLppFR4v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uobLppFR4v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uobLppFR4v .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uobLppFR4v .navbar.opened {
  transition: all 0.3s;
}
.cid-uobLppFR4v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uobLppFR4v .navbar .navbar-logo img {
  width: auto;
}
.cid-uobLppFR4v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uobLppFR4v .navbar.collapsed {
  justify-content: center;
}
.cid-uobLppFR4v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uobLppFR4v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uobLppFR4v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uobLppFR4v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uobLppFR4v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uobLppFR4v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uobLppFR4v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uobLppFR4v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uobLppFR4v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uobLppFR4v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uobLppFR4v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uobLppFR4v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uobLppFR4v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uobLppFR4v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uobLppFR4v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uobLppFR4v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uobLppFR4v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uobLppFR4v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uobLppFR4v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uobLppFR4v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uobLppFR4v .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uobLppFR4v .navbar.navbar-short {
  min-height: 60px;
}
.cid-uobLppFR4v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uobLppFR4v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uobLppFR4v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uobLppFR4v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uobLppFR4v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uobLppFR4v .dropdown-item.active,
.cid-uobLppFR4v .dropdown-item:active {
  background-color: transparent;
}
.cid-uobLppFR4v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uobLppFR4v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uobLppFR4v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uobLppFR4v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uobLppFR4v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uobLppFR4v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uobLppFR4v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uobLppFR4v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uobLppFR4v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uobLppFR4v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uobLppFR4v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uobLppFR4v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobLppFR4v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobLppFR4v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uobLppFR4v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobLppFR4v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uobLppFR4v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uobLppFR4v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobLppFR4v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uobLppFR4v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uobLppFR4v .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-uobLppFR4v .navbar {
    height: 70px;
  }
  .cid-uobLppFR4v .navbar.opened {
    height: auto;
  }
  .cid-uobLppFR4v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uobLpnHVvZ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uobLpnHVvZ .row {
  flex-direction: row-reverse;
}
.cid-uobLpnHVvZ p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uobLpnHVvZ .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uobLpnHVvZ .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uobLpnHVvZ .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uobLpnHVvZ .main-banner .left-content {
  margin-right: 15px;
}
.cid-uobLpnHVvZ .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uobLpnHVvZ .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uobLpnHVvZ .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uobLpnHVvZ .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uobLpnHVvZ .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uobLpnHVvZ .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uobLpnHVvZ .main-banner:before {
    display: none;
  }
  .cid-uobLpnHVvZ .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uobLpnHVvZ .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uobLpnHVvZ H6 {
  color: #e43f3f;
}
.cid-uobLpnHVvZ H2 {
  color: #000000;
}
.cid-uobLpob1Le {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uobLpob1Le .mbr-section-title {
  color: #000000;
}
.cid-uobLpouyrz {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uobLpouyrz .container {
  padding: 0 5%;
}
.cid-uobLpouyrz #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uobLpouyrz #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uobLpouyrz #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uobLpouyrz #expand-button:hover {
  background-color: #7787a5;
}
.cid-uobLpouyrz .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uobLpouyrz .item:focus,
.cid-uobLpouyrz span:focus {
  outline: none;
}
.cid-uobLpouyrz .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uobLpouyrz .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uobLpouyrz .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uobLpouyrz .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uobLpouyrz .item {
    padding: 1.5rem;
  }
}
.cid-uobLpouyrz .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uobLpouyrz .item .item-icon {
    margin-top: 0;
  }
}
.cid-uobLpouyrz .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uobLpouyrz .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uobLpouyrz .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uobLpouyrz .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uobLpouyrz .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uobLpouyrz .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uobLpouyrz .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uobLpouyrz .item-content {
    margin-left: 0;
  }
}
.cid-uobLpouyrz .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uobLpouyrz .item-title {
  color: #ffffff;
}
.cid-uobLpouyrz .mbr-text,
.cid-uobLpouyrz .item-icon {
  color: #ffffff;
}
.cid-uobLpouyrz .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uobLpouyrz .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uobLpouyrz .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uobLpouyrz .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uobLpouyrz .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uobLpouyrz .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uobLpouyrz .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uobLpouyrz .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uobLpouyrz .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uobLpouyrz .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uobLpouyrz .article-column1 {
    padding-right: 16px;
  }
}
.cid-uobLpouyrz .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uobLpouyrz .article-column2 {
    padding-left: 16px;
  }
}
.cid-uobLpouyrz .mbr-section-subtitle,
.cid-uobLpouyrz .mbr-iconfont {
  color: #e082c5;
}
.cid-uobLpouyrz .mbr-section-subtitle {
  color: #000000;
}
.cid-uobLpp1YtJ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uobLpp1YtJ p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uobLpp1YtJ .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uobLpp1YtJ .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uobLpp1YtJ .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uobLpp1YtJ .main-banner .left-content {
  margin-right: 15px;
}
.cid-uobLpp1YtJ .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uobLpp1YtJ .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uobLpp1YtJ .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uobLpp1YtJ .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uobLpp1YtJ .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uobLpp1YtJ .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uobLpp1YtJ .main-banner:before {
    display: none;
  }
  .cid-uobLpp1YtJ .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uobLpp1YtJ .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uobLpp1YtJ H6 {
  color: #e43f3f;
}
.cid-uobLpp1YtJ H2 {
  color: #000000;
}
.cid-uobLpp1YtJ P {
  color: #000000;
}
.cid-uobLppgN5p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uobLppgN5p #footer {
  padding: 0 0 25px 0;
}
.cid-uobLppgN5p #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uobLppgN5p #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uobLppgN5p #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uobLppgN5p #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uobLppgN5p #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uobLppgN5p #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uobLppgN5p #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uobLppgN5p #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uobLppgN5p #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uobLppgN5p #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uobLppgN5p #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uobLppgN5p #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uobLppgN5p #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uobLppgN5p #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uobLppgN5p #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uobLppgN5p #footer .copyright {
  padding-top: 30px;
}
.cid-uobLppgN5p ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uobLppgN5p H4 {
  color: #000000;
  text-align: left;
}
.cid-uobLppgN5p DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uobLppgN5p P {
  color: #e43f3f;
  text-align: left;
}
.cid-uobLppgN5p div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uobLppgN5p .copyright a {
  text-decoration: none !important;
}
.cid-uobLppgN5p .list,
.cid-uobLppgN5p .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uobLppgN5p ul li a {
  text-decoration: none !important;
}
.cid-uobLppgN5p .list {
  color: #e43f3f;
}
.cid-uobLGQ4EaC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uobLGQ4EaC nav.navbar {
  position: fixed;
}
.cid-uobLGQ4EaC .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-uobLGQ4EaC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uobLGQ4EaC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uobLGQ4EaC .dropdown-item:hover,
.cid-uobLGQ4EaC .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uobLGQ4EaC .dropdown-item:hover span {
  color: white;
}
.cid-uobLGQ4EaC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uobLGQ4EaC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uobLGQ4EaC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uobLGQ4EaC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uobLGQ4EaC .nav-link {
  position: relative;
}
.cid-uobLGQ4EaC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uobLGQ4EaC .container {
    flex-wrap: nowrap;
  }
}
.cid-uobLGQ4EaC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uobLGQ4EaC .dropdown-menu,
.cid-uobLGQ4EaC .navbar.opened {
  background: #e43f3f !important;
}
.cid-uobLGQ4EaC .nav-item:focus,
.cid-uobLGQ4EaC .nav-link:focus {
  outline: none;
}
.cid-uobLGQ4EaC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uobLGQ4EaC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uobLGQ4EaC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uobLGQ4EaC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uobLGQ4EaC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uobLGQ4EaC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uobLGQ4EaC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uobLGQ4EaC .navbar.opened {
  transition: all 0.3s;
}
.cid-uobLGQ4EaC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uobLGQ4EaC .navbar .navbar-logo img {
  width: auto;
}
.cid-uobLGQ4EaC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uobLGQ4EaC .navbar.collapsed {
  justify-content: center;
}
.cid-uobLGQ4EaC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uobLGQ4EaC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uobLGQ4EaC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uobLGQ4EaC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uobLGQ4EaC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uobLGQ4EaC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uobLGQ4EaC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uobLGQ4EaC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uobLGQ4EaC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uobLGQ4EaC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uobLGQ4EaC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uobLGQ4EaC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uobLGQ4EaC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uobLGQ4EaC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uobLGQ4EaC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uobLGQ4EaC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uobLGQ4EaC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uobLGQ4EaC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uobLGQ4EaC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uobLGQ4EaC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uobLGQ4EaC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uobLGQ4EaC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uobLGQ4EaC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uobLGQ4EaC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uobLGQ4EaC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uobLGQ4EaC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uobLGQ4EaC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uobLGQ4EaC .dropdown-item.active,
.cid-uobLGQ4EaC .dropdown-item:active {
  background-color: transparent;
}
.cid-uobLGQ4EaC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uobLGQ4EaC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uobLGQ4EaC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uobLGQ4EaC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uobLGQ4EaC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uobLGQ4EaC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uobLGQ4EaC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uobLGQ4EaC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uobLGQ4EaC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uobLGQ4EaC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uobLGQ4EaC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uobLGQ4EaC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobLGQ4EaC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobLGQ4EaC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uobLGQ4EaC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobLGQ4EaC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uobLGQ4EaC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uobLGQ4EaC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobLGQ4EaC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uobLGQ4EaC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uobLGQ4EaC .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-uobLGQ4EaC .navbar {
    height: 70px;
  }
  .cid-uobLGQ4EaC .navbar.opened {
    height: auto;
  }
  .cid-uobLGQ4EaC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uobLGOgxiG {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uobLGOgxiG .row {
  flex-direction: row-reverse;
}
.cid-uobLGOgxiG p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uobLGOgxiG .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uobLGOgxiG .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uobLGOgxiG .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uobLGOgxiG .main-banner .left-content {
  margin-right: 15px;
}
.cid-uobLGOgxiG .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uobLGOgxiG .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uobLGOgxiG .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uobLGOgxiG .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uobLGOgxiG .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uobLGOgxiG .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uobLGOgxiG .main-banner:before {
    display: none;
  }
  .cid-uobLGOgxiG .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uobLGOgxiG .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uobLGOgxiG H6 {
  color: #e43f3f;
}
.cid-uobLGOgxiG H2 {
  color: #000000;
}
.cid-uobLGOIOdf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uobLGOIOdf .mbr-section-title {
  color: #000000;
}
.cid-uobLGP0GQB {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uobLGP0GQB .container {
  padding: 0 5%;
}
.cid-uobLGP0GQB #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uobLGP0GQB #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uobLGP0GQB #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uobLGP0GQB #expand-button:hover {
  background-color: #7787a5;
}
.cid-uobLGP0GQB .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uobLGP0GQB .item:focus,
.cid-uobLGP0GQB span:focus {
  outline: none;
}
.cid-uobLGP0GQB .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uobLGP0GQB .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uobLGP0GQB .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uobLGP0GQB .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uobLGP0GQB .item {
    padding: 1.5rem;
  }
}
.cid-uobLGP0GQB .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uobLGP0GQB .item .item-icon {
    margin-top: 0;
  }
}
.cid-uobLGP0GQB .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uobLGP0GQB .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uobLGP0GQB .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uobLGP0GQB .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uobLGP0GQB .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uobLGP0GQB .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uobLGP0GQB .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uobLGP0GQB .item-content {
    margin-left: 0;
  }
}
.cid-uobLGP0GQB .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uobLGP0GQB .item-title {
  color: #ffffff;
}
.cid-uobLGP0GQB .mbr-text,
.cid-uobLGP0GQB .item-icon {
  color: #ffffff;
}
.cid-uobLGP0GQB .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uobLGP0GQB .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uobLGP0GQB .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uobLGP0GQB .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uobLGP0GQB .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uobLGP0GQB .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uobLGP0GQB .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uobLGP0GQB .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uobLGP0GQB .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uobLGP0GQB .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uobLGP0GQB .article-column1 {
    padding-right: 16px;
  }
}
.cid-uobLGP0GQB .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uobLGP0GQB .article-column2 {
    padding-left: 16px;
  }
}
.cid-uobLGP0GQB .mbr-section-subtitle,
.cid-uobLGP0GQB .mbr-iconfont {
  color: #e082c5;
}
.cid-uobLGP0GQB .mbr-section-subtitle {
  color: #000000;
}
.cid-uobLGPwU4m {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uobLGPwU4m p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uobLGPwU4m .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uobLGPwU4m .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uobLGPwU4m .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uobLGPwU4m .main-banner .left-content {
  margin-right: 15px;
}
.cid-uobLGPwU4m .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uobLGPwU4m .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uobLGPwU4m .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uobLGPwU4m .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uobLGPwU4m .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uobLGPwU4m .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uobLGPwU4m .main-banner:before {
    display: none;
  }
  .cid-uobLGPwU4m .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uobLGPwU4m .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uobLGPwU4m H6 {
  color: #e43f3f;
}
.cid-uobLGPwU4m H2 {
  color: #000000;
}
.cid-uobLGPwU4m P {
  color: #000000;
}
.cid-uobLGPKDuY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uobLGPKDuY #footer {
  padding: 0 0 25px 0;
}
.cid-uobLGPKDuY #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uobLGPKDuY #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uobLGPKDuY #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uobLGPKDuY #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uobLGPKDuY #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uobLGPKDuY #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uobLGPKDuY #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uobLGPKDuY #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uobLGPKDuY #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uobLGPKDuY #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uobLGPKDuY #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uobLGPKDuY #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uobLGPKDuY #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uobLGPKDuY #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uobLGPKDuY #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uobLGPKDuY #footer .copyright {
  padding-top: 30px;
}
.cid-uobLGPKDuY ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uobLGPKDuY H4 {
  color: #000000;
  text-align: left;
}
.cid-uobLGPKDuY DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uobLGPKDuY P {
  color: #e43f3f;
  text-align: left;
}
.cid-uobLGPKDuY div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uobLGPKDuY .copyright a {
  text-decoration: none !important;
}
.cid-uobLGPKDuY .list,
.cid-uobLGPKDuY .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uobLGPKDuY ul li a {
  text-decoration: none !important;
}
.cid-uobLGPKDuY .list {
  color: #e43f3f;
}
.cid-uobMLrltkb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uobMLrltkb nav.navbar {
  position: fixed;
}
.cid-uobMLrltkb .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-uobMLrltkb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uobMLrltkb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uobMLrltkb .dropdown-item:hover,
.cid-uobMLrltkb .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uobMLrltkb .dropdown-item:hover span {
  color: white;
}
.cid-uobMLrltkb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uobMLrltkb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uobMLrltkb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uobMLrltkb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uobMLrltkb .nav-link {
  position: relative;
}
.cid-uobMLrltkb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uobMLrltkb .container {
    flex-wrap: nowrap;
  }
}
.cid-uobMLrltkb .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uobMLrltkb .dropdown-menu,
.cid-uobMLrltkb .navbar.opened {
  background: #e43f3f !important;
}
.cid-uobMLrltkb .nav-item:focus,
.cid-uobMLrltkb .nav-link:focus {
  outline: none;
}
.cid-uobMLrltkb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uobMLrltkb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uobMLrltkb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uobMLrltkb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uobMLrltkb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uobMLrltkb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uobMLrltkb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uobMLrltkb .navbar.opened {
  transition: all 0.3s;
}
.cid-uobMLrltkb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uobMLrltkb .navbar .navbar-logo img {
  width: auto;
}
.cid-uobMLrltkb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uobMLrltkb .navbar.collapsed {
  justify-content: center;
}
.cid-uobMLrltkb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uobMLrltkb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uobMLrltkb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uobMLrltkb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uobMLrltkb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uobMLrltkb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uobMLrltkb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uobMLrltkb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uobMLrltkb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uobMLrltkb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uobMLrltkb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uobMLrltkb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uobMLrltkb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uobMLrltkb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uobMLrltkb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uobMLrltkb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uobMLrltkb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uobMLrltkb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uobMLrltkb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uobMLrltkb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uobMLrltkb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uobMLrltkb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uobMLrltkb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uobMLrltkb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uobMLrltkb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uobMLrltkb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uobMLrltkb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uobMLrltkb .dropdown-item.active,
.cid-uobMLrltkb .dropdown-item:active {
  background-color: transparent;
}
.cid-uobMLrltkb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uobMLrltkb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uobMLrltkb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uobMLrltkb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uobMLrltkb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uobMLrltkb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uobMLrltkb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uobMLrltkb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uobMLrltkb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uobMLrltkb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uobMLrltkb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uobMLrltkb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobMLrltkb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobMLrltkb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uobMLrltkb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobMLrltkb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uobMLrltkb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uobMLrltkb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobMLrltkb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uobMLrltkb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uobMLrltkb .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-uobMLrltkb .navbar {
    height: 70px;
  }
  .cid-uobMLrltkb .navbar.opened {
    height: auto;
  }
  .cid-uobMLrltkb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uobMLpwL2G {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uobMLpwL2G .row {
  flex-direction: row-reverse;
}
.cid-uobMLpwL2G p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uobMLpwL2G .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uobMLpwL2G .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uobMLpwL2G .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uobMLpwL2G .main-banner .left-content {
  margin-right: 15px;
}
.cid-uobMLpwL2G .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uobMLpwL2G .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uobMLpwL2G .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uobMLpwL2G .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uobMLpwL2G .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uobMLpwL2G .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uobMLpwL2G .main-banner:before {
    display: none;
  }
  .cid-uobMLpwL2G .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uobMLpwL2G .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uobMLpwL2G H6 {
  color: #e43f3f;
}
.cid-uobMLpwL2G H2 {
  color: #000000;
}
.cid-uobMLq0Wxm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uobMLq0Wxm .mbr-section-title {
  color: #000000;
}
.cid-uobMLqhmeh {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uobMLqhmeh .container {
  padding: 0 5%;
}
.cid-uobMLqhmeh #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uobMLqhmeh #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uobMLqhmeh #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uobMLqhmeh #expand-button:hover {
  background-color: #7787a5;
}
.cid-uobMLqhmeh .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uobMLqhmeh .item:focus,
.cid-uobMLqhmeh span:focus {
  outline: none;
}
.cid-uobMLqhmeh .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uobMLqhmeh .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uobMLqhmeh .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uobMLqhmeh .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uobMLqhmeh .item {
    padding: 1.5rem;
  }
}
.cid-uobMLqhmeh .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uobMLqhmeh .item .item-icon {
    margin-top: 0;
  }
}
.cid-uobMLqhmeh .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uobMLqhmeh .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uobMLqhmeh .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uobMLqhmeh .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uobMLqhmeh .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uobMLqhmeh .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uobMLqhmeh .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uobMLqhmeh .item-content {
    margin-left: 0;
  }
}
.cid-uobMLqhmeh .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uobMLqhmeh .item-title {
  color: #ffffff;
}
.cid-uobMLqhmeh .mbr-text,
.cid-uobMLqhmeh .item-icon {
  color: #ffffff;
}
.cid-uobMLqhmeh .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uobMLqhmeh .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uobMLqhmeh .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uobMLqhmeh .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uobMLqhmeh .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uobMLqhmeh .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uobMLqhmeh .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uobMLqhmeh .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uobMLqhmeh .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uobMLqhmeh .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uobMLqhmeh .article-column1 {
    padding-right: 16px;
  }
}
.cid-uobMLqhmeh .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uobMLqhmeh .article-column2 {
    padding-left: 16px;
  }
}
.cid-uobMLqhmeh .mbr-section-subtitle,
.cid-uobMLqhmeh .mbr-iconfont {
  color: #e082c5;
}
.cid-uobMLqhmeh .mbr-section-subtitle {
  color: #000000;
}
.cid-uobMLqNYvl {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uobMLqNYvl p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uobMLqNYvl .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uobMLqNYvl .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uobMLqNYvl .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uobMLqNYvl .main-banner .left-content {
  margin-right: 15px;
}
.cid-uobMLqNYvl .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uobMLqNYvl .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uobMLqNYvl .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uobMLqNYvl .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uobMLqNYvl .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uobMLqNYvl .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uobMLqNYvl .main-banner:before {
    display: none;
  }
  .cid-uobMLqNYvl .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uobMLqNYvl .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uobMLqNYvl H6 {
  color: #e43f3f;
}
.cid-uobMLqNYvl H2 {
  color: #000000;
}
.cid-uobMLqNYvl P {
  color: #000000;
}
.cid-uobMLr3yIX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uobMLr3yIX #footer {
  padding: 0 0 25px 0;
}
.cid-uobMLr3yIX #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uobMLr3yIX #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uobMLr3yIX #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uobMLr3yIX #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uobMLr3yIX #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uobMLr3yIX #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uobMLr3yIX #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uobMLr3yIX #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uobMLr3yIX #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uobMLr3yIX #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uobMLr3yIX #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uobMLr3yIX #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uobMLr3yIX #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uobMLr3yIX #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uobMLr3yIX #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uobMLr3yIX #footer .copyright {
  padding-top: 30px;
}
.cid-uobMLr3yIX ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uobMLr3yIX H4 {
  color: #000000;
  text-align: left;
}
.cid-uobMLr3yIX DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uobMLr3yIX P {
  color: #e43f3f;
  text-align: left;
}
.cid-uobMLr3yIX div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uobMLr3yIX .copyright a {
  text-decoration: none !important;
}
.cid-uobMLr3yIX .list,
.cid-uobMLr3yIX .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uobMLr3yIX ul li a {
  text-decoration: none !important;
}
.cid-uobMLr3yIX .list {
  color: #e43f3f;
}
.cid-uobNgV42dc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uobNgV42dc nav.navbar {
  position: fixed;
}
.cid-uobNgV42dc .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-uobNgV42dc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uobNgV42dc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uobNgV42dc .dropdown-item:hover,
.cid-uobNgV42dc .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uobNgV42dc .dropdown-item:hover span {
  color: white;
}
.cid-uobNgV42dc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uobNgV42dc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uobNgV42dc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uobNgV42dc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uobNgV42dc .nav-link {
  position: relative;
}
.cid-uobNgV42dc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uobNgV42dc .container {
    flex-wrap: nowrap;
  }
}
.cid-uobNgV42dc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uobNgV42dc .dropdown-menu,
.cid-uobNgV42dc .navbar.opened {
  background: #e43f3f !important;
}
.cid-uobNgV42dc .nav-item:focus,
.cid-uobNgV42dc .nav-link:focus {
  outline: none;
}
.cid-uobNgV42dc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uobNgV42dc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uobNgV42dc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uobNgV42dc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uobNgV42dc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uobNgV42dc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uobNgV42dc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uobNgV42dc .navbar.opened {
  transition: all 0.3s;
}
.cid-uobNgV42dc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uobNgV42dc .navbar .navbar-logo img {
  width: auto;
}
.cid-uobNgV42dc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uobNgV42dc .navbar.collapsed {
  justify-content: center;
}
.cid-uobNgV42dc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uobNgV42dc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uobNgV42dc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uobNgV42dc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uobNgV42dc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uobNgV42dc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uobNgV42dc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uobNgV42dc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uobNgV42dc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uobNgV42dc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uobNgV42dc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uobNgV42dc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uobNgV42dc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uobNgV42dc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uobNgV42dc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uobNgV42dc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uobNgV42dc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uobNgV42dc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uobNgV42dc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uobNgV42dc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uobNgV42dc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uobNgV42dc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uobNgV42dc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uobNgV42dc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uobNgV42dc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uobNgV42dc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uobNgV42dc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uobNgV42dc .dropdown-item.active,
.cid-uobNgV42dc .dropdown-item:active {
  background-color: transparent;
}
.cid-uobNgV42dc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uobNgV42dc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uobNgV42dc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uobNgV42dc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uobNgV42dc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uobNgV42dc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uobNgV42dc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uobNgV42dc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uobNgV42dc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uobNgV42dc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uobNgV42dc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uobNgV42dc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobNgV42dc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobNgV42dc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uobNgV42dc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobNgV42dc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uobNgV42dc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uobNgV42dc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobNgV42dc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uobNgV42dc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uobNgV42dc .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-uobNgV42dc .navbar {
    height: 70px;
  }
  .cid-uobNgV42dc .navbar.opened {
    height: auto;
  }
  .cid-uobNgV42dc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uobNgT7q45 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uobNgT7q45 .row {
  flex-direction: row-reverse;
}
.cid-uobNgT7q45 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uobNgT7q45 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uobNgT7q45 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uobNgT7q45 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uobNgT7q45 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uobNgT7q45 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uobNgT7q45 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uobNgT7q45 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uobNgT7q45 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uobNgT7q45 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uobNgT7q45 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uobNgT7q45 .main-banner:before {
    display: none;
  }
  .cid-uobNgT7q45 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uobNgT7q45 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uobNgT7q45 H6 {
  color: #e43f3f;
}
.cid-uobNgT7q45 H2 {
  color: #000000;
}
.cid-uobNgTDn7H {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uobNgTDn7H .mbr-section-title {
  color: #000000;
}
.cid-uobNgTZbft {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uobNgTZbft .container {
  padding: 0 5%;
}
.cid-uobNgTZbft #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uobNgTZbft #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uobNgTZbft #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uobNgTZbft #expand-button:hover {
  background-color: #7787a5;
}
.cid-uobNgTZbft .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uobNgTZbft .item:focus,
.cid-uobNgTZbft span:focus {
  outline: none;
}
.cid-uobNgTZbft .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uobNgTZbft .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uobNgTZbft .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uobNgTZbft .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uobNgTZbft .item {
    padding: 1.5rem;
  }
}
.cid-uobNgTZbft .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uobNgTZbft .item .item-icon {
    margin-top: 0;
  }
}
.cid-uobNgTZbft .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uobNgTZbft .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uobNgTZbft .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uobNgTZbft .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uobNgTZbft .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uobNgTZbft .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uobNgTZbft .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uobNgTZbft .item-content {
    margin-left: 0;
  }
}
.cid-uobNgTZbft .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uobNgTZbft .item-title {
  color: #ffffff;
}
.cid-uobNgTZbft .mbr-text,
.cid-uobNgTZbft .item-icon {
  color: #ffffff;
}
.cid-uobNgTZbft .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uobNgTZbft .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uobNgTZbft .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uobNgTZbft .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uobNgTZbft .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uobNgTZbft .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uobNgTZbft .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uobNgTZbft .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uobNgTZbft .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uobNgTZbft .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uobNgTZbft .article-column1 {
    padding-right: 16px;
  }
}
.cid-uobNgTZbft .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uobNgTZbft .article-column2 {
    padding-left: 16px;
  }
}
.cid-uobNgTZbft .mbr-section-subtitle,
.cid-uobNgTZbft .mbr-iconfont {
  color: #e082c5;
}
.cid-uobNgTZbft .mbr-section-subtitle {
  color: #000000;
}
.cid-uobNgUwBt8 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uobNgUwBt8 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uobNgUwBt8 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uobNgUwBt8 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uobNgUwBt8 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uobNgUwBt8 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uobNgUwBt8 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uobNgUwBt8 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uobNgUwBt8 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uobNgUwBt8 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uobNgUwBt8 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uobNgUwBt8 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uobNgUwBt8 .main-banner:before {
    display: none;
  }
  .cid-uobNgUwBt8 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uobNgUwBt8 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uobNgUwBt8 H6 {
  color: #e43f3f;
}
.cid-uobNgUwBt8 H2 {
  color: #000000;
}
.cid-uobNgUwBt8 P {
  color: #000000;
}
.cid-uobNgUL1Uc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uobNgUL1Uc #footer {
  padding: 0 0 25px 0;
}
.cid-uobNgUL1Uc #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uobNgUL1Uc #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uobNgUL1Uc #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uobNgUL1Uc #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uobNgUL1Uc #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uobNgUL1Uc #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uobNgUL1Uc #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uobNgUL1Uc #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uobNgUL1Uc #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uobNgUL1Uc #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uobNgUL1Uc #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uobNgUL1Uc #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uobNgUL1Uc #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uobNgUL1Uc #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uobNgUL1Uc #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uobNgUL1Uc #footer .copyright {
  padding-top: 30px;
}
.cid-uobNgUL1Uc ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uobNgUL1Uc H4 {
  color: #000000;
  text-align: left;
}
.cid-uobNgUL1Uc DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uobNgUL1Uc P {
  color: #e43f3f;
  text-align: left;
}
.cid-uobNgUL1Uc div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uobNgUL1Uc .copyright a {
  text-decoration: none !important;
}
.cid-uobNgUL1Uc .list,
.cid-uobNgUL1Uc .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uobNgUL1Uc ul li a {
  text-decoration: none !important;
}
.cid-uobNgUL1Uc .list {
  color: #e43f3f;
}
.cid-uobNAamTGT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uobNAamTGT nav.navbar {
  position: fixed;
}
.cid-uobNAamTGT .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-uobNAamTGT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uobNAamTGT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uobNAamTGT .dropdown-item:hover,
.cid-uobNAamTGT .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uobNAamTGT .dropdown-item:hover span {
  color: white;
}
.cid-uobNAamTGT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uobNAamTGT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uobNAamTGT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uobNAamTGT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uobNAamTGT .nav-link {
  position: relative;
}
.cid-uobNAamTGT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uobNAamTGT .container {
    flex-wrap: nowrap;
  }
}
.cid-uobNAamTGT .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uobNAamTGT .dropdown-menu,
.cid-uobNAamTGT .navbar.opened {
  background: #e43f3f !important;
}
.cid-uobNAamTGT .nav-item:focus,
.cid-uobNAamTGT .nav-link:focus {
  outline: none;
}
.cid-uobNAamTGT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uobNAamTGT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uobNAamTGT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uobNAamTGT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uobNAamTGT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uobNAamTGT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uobNAamTGT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uobNAamTGT .navbar.opened {
  transition: all 0.3s;
}
.cid-uobNAamTGT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uobNAamTGT .navbar .navbar-logo img {
  width: auto;
}
.cid-uobNAamTGT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uobNAamTGT .navbar.collapsed {
  justify-content: center;
}
.cid-uobNAamTGT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uobNAamTGT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uobNAamTGT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uobNAamTGT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uobNAamTGT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uobNAamTGT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uobNAamTGT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uobNAamTGT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uobNAamTGT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uobNAamTGT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uobNAamTGT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uobNAamTGT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uobNAamTGT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uobNAamTGT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uobNAamTGT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uobNAamTGT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uobNAamTGT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uobNAamTGT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uobNAamTGT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uobNAamTGT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uobNAamTGT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uobNAamTGT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uobNAamTGT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uobNAamTGT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uobNAamTGT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uobNAamTGT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uobNAamTGT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uobNAamTGT .dropdown-item.active,
.cid-uobNAamTGT .dropdown-item:active {
  background-color: transparent;
}
.cid-uobNAamTGT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uobNAamTGT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uobNAamTGT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uobNAamTGT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uobNAamTGT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uobNAamTGT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uobNAamTGT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uobNAamTGT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uobNAamTGT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uobNAamTGT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uobNAamTGT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uobNAamTGT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobNAamTGT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobNAamTGT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uobNAamTGT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobNAamTGT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uobNAamTGT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uobNAamTGT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobNAamTGT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uobNAamTGT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uobNAamTGT .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-uobNAamTGT .navbar {
    height: 70px;
  }
  .cid-uobNAamTGT .navbar.opened {
    height: auto;
  }
  .cid-uobNAamTGT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uobNA8Ey6J {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uobNA8Ey6J .row {
  flex-direction: row-reverse;
}
.cid-uobNA8Ey6J p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uobNA8Ey6J .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uobNA8Ey6J .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uobNA8Ey6J .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uobNA8Ey6J .main-banner .left-content {
  margin-right: 15px;
}
.cid-uobNA8Ey6J .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uobNA8Ey6J .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uobNA8Ey6J .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uobNA8Ey6J .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uobNA8Ey6J .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uobNA8Ey6J .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uobNA8Ey6J .main-banner:before {
    display: none;
  }
  .cid-uobNA8Ey6J .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uobNA8Ey6J .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uobNA8Ey6J H6 {
  color: #e43f3f;
}
.cid-uobNA8Ey6J H2 {
  color: #000000;
}
.cid-uobNA95MMB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uobNA95MMB .mbr-section-title {
  color: #000000;
}
.cid-uobNA9ozOR {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uobNA9ozOR .container {
  padding: 0 5%;
}
.cid-uobNA9ozOR #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uobNA9ozOR #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uobNA9ozOR #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uobNA9ozOR #expand-button:hover {
  background-color: #7787a5;
}
.cid-uobNA9ozOR .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uobNA9ozOR .item:focus,
.cid-uobNA9ozOR span:focus {
  outline: none;
}
.cid-uobNA9ozOR .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uobNA9ozOR .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uobNA9ozOR .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uobNA9ozOR .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uobNA9ozOR .item {
    padding: 1.5rem;
  }
}
.cid-uobNA9ozOR .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uobNA9ozOR .item .item-icon {
    margin-top: 0;
  }
}
.cid-uobNA9ozOR .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uobNA9ozOR .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uobNA9ozOR .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uobNA9ozOR .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uobNA9ozOR .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uobNA9ozOR .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uobNA9ozOR .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uobNA9ozOR .item-content {
    margin-left: 0;
  }
}
.cid-uobNA9ozOR .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uobNA9ozOR .item-title {
  color: #ffffff;
}
.cid-uobNA9ozOR .mbr-text,
.cid-uobNA9ozOR .item-icon {
  color: #ffffff;
}
.cid-uobNA9ozOR .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uobNA9ozOR .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uobNA9ozOR .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uobNA9ozOR .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uobNA9ozOR .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uobNA9ozOR .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uobNA9ozOR .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uobNA9ozOR .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uobNA9ozOR .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uobNA9ozOR .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uobNA9ozOR .article-column1 {
    padding-right: 16px;
  }
}
.cid-uobNA9ozOR .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uobNA9ozOR .article-column2 {
    padding-left: 16px;
  }
}
.cid-uobNA9ozOR .mbr-section-subtitle,
.cid-uobNA9ozOR .mbr-iconfont {
  color: #e082c5;
}
.cid-uobNA9ozOR .mbr-section-subtitle {
  color: #000000;
}
.cid-uobNA9R3pH {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uobNA9R3pH p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uobNA9R3pH .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uobNA9R3pH .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uobNA9R3pH .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uobNA9R3pH .main-banner .left-content {
  margin-right: 15px;
}
.cid-uobNA9R3pH .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uobNA9R3pH .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uobNA9R3pH .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uobNA9R3pH .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uobNA9R3pH .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uobNA9R3pH .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uobNA9R3pH .main-banner:before {
    display: none;
  }
  .cid-uobNA9R3pH .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uobNA9R3pH .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uobNA9R3pH H6 {
  color: #e43f3f;
}
.cid-uobNA9R3pH H2 {
  color: #000000;
}
.cid-uobNA9R3pH P {
  color: #000000;
}
.cid-uobNAa5fws {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uobNAa5fws #footer {
  padding: 0 0 25px 0;
}
.cid-uobNAa5fws #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uobNAa5fws #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uobNAa5fws #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uobNAa5fws #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uobNAa5fws #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uobNAa5fws #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uobNAa5fws #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uobNAa5fws #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uobNAa5fws #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uobNAa5fws #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uobNAa5fws #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uobNAa5fws #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uobNAa5fws #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uobNAa5fws #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uobNAa5fws #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uobNAa5fws #footer .copyright {
  padding-top: 30px;
}
.cid-uobNAa5fws ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uobNAa5fws H4 {
  color: #000000;
  text-align: left;
}
.cid-uobNAa5fws DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uobNAa5fws P {
  color: #e43f3f;
  text-align: left;
}
.cid-uobNAa5fws div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uobNAa5fws .copyright a {
  text-decoration: none !important;
}
.cid-uobNAa5fws .list,
.cid-uobNAa5fws .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uobNAa5fws ul li a {
  text-decoration: none !important;
}
.cid-uobNAa5fws .list {
  color: #e43f3f;
}
.cid-uobNZFgabd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uobNZFgabd nav.navbar {
  position: fixed;
}
.cid-uobNZFgabd .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-uobNZFgabd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uobNZFgabd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uobNZFgabd .dropdown-item:hover,
.cid-uobNZFgabd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uobNZFgabd .dropdown-item:hover span {
  color: white;
}
.cid-uobNZFgabd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uobNZFgabd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uobNZFgabd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uobNZFgabd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uobNZFgabd .nav-link {
  position: relative;
}
.cid-uobNZFgabd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uobNZFgabd .container {
    flex-wrap: nowrap;
  }
}
.cid-uobNZFgabd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uobNZFgabd .dropdown-menu,
.cid-uobNZFgabd .navbar.opened {
  background: #e43f3f !important;
}
.cid-uobNZFgabd .nav-item:focus,
.cid-uobNZFgabd .nav-link:focus {
  outline: none;
}
.cid-uobNZFgabd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uobNZFgabd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uobNZFgabd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uobNZFgabd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uobNZFgabd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uobNZFgabd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uobNZFgabd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uobNZFgabd .navbar.opened {
  transition: all 0.3s;
}
.cid-uobNZFgabd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uobNZFgabd .navbar .navbar-logo img {
  width: auto;
}
.cid-uobNZFgabd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uobNZFgabd .navbar.collapsed {
  justify-content: center;
}
.cid-uobNZFgabd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uobNZFgabd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uobNZFgabd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uobNZFgabd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uobNZFgabd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uobNZFgabd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uobNZFgabd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uobNZFgabd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uobNZFgabd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uobNZFgabd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uobNZFgabd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uobNZFgabd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uobNZFgabd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uobNZFgabd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uobNZFgabd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uobNZFgabd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uobNZFgabd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uobNZFgabd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uobNZFgabd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uobNZFgabd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uobNZFgabd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uobNZFgabd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uobNZFgabd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uobNZFgabd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uobNZFgabd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uobNZFgabd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uobNZFgabd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uobNZFgabd .dropdown-item.active,
.cid-uobNZFgabd .dropdown-item:active {
  background-color: transparent;
}
.cid-uobNZFgabd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uobNZFgabd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uobNZFgabd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uobNZFgabd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uobNZFgabd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uobNZFgabd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uobNZFgabd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uobNZFgabd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uobNZFgabd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uobNZFgabd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uobNZFgabd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uobNZFgabd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobNZFgabd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobNZFgabd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uobNZFgabd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobNZFgabd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uobNZFgabd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uobNZFgabd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobNZFgabd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uobNZFgabd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uobNZFgabd .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-uobNZFgabd .navbar {
    height: 70px;
  }
  .cid-uobNZFgabd .navbar.opened {
    height: auto;
  }
  .cid-uobNZFgabd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uobNZDiYCB {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uobNZDiYCB .row {
  flex-direction: row-reverse;
}
.cid-uobNZDiYCB p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uobNZDiYCB .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uobNZDiYCB .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uobNZDiYCB .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uobNZDiYCB .main-banner .left-content {
  margin-right: 15px;
}
.cid-uobNZDiYCB .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uobNZDiYCB .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uobNZDiYCB .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uobNZDiYCB .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uobNZDiYCB .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uobNZDiYCB .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uobNZDiYCB .main-banner:before {
    display: none;
  }
  .cid-uobNZDiYCB .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uobNZDiYCB .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uobNZDiYCB H6 {
  color: #e43f3f;
}
.cid-uobNZDiYCB H2 {
  color: #000000;
}
.cid-uobNZDMUZJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uobNZDMUZJ .mbr-section-title {
  color: #000000;
}
.cid-uobNZE6pe0 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uobNZE6pe0 .container {
  padding: 0 5%;
}
.cid-uobNZE6pe0 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uobNZE6pe0 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uobNZE6pe0 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uobNZE6pe0 #expand-button:hover {
  background-color: #7787a5;
}
.cid-uobNZE6pe0 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uobNZE6pe0 .item:focus,
.cid-uobNZE6pe0 span:focus {
  outline: none;
}
.cid-uobNZE6pe0 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uobNZE6pe0 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uobNZE6pe0 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uobNZE6pe0 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uobNZE6pe0 .item {
    padding: 1.5rem;
  }
}
.cid-uobNZE6pe0 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uobNZE6pe0 .item .item-icon {
    margin-top: 0;
  }
}
.cid-uobNZE6pe0 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uobNZE6pe0 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uobNZE6pe0 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uobNZE6pe0 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uobNZE6pe0 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uobNZE6pe0 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uobNZE6pe0 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uobNZE6pe0 .item-content {
    margin-left: 0;
  }
}
.cid-uobNZE6pe0 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uobNZE6pe0 .item-title {
  color: #ffffff;
}
.cid-uobNZE6pe0 .mbr-text,
.cid-uobNZE6pe0 .item-icon {
  color: #ffffff;
}
.cid-uobNZE6pe0 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uobNZE6pe0 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uobNZE6pe0 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uobNZE6pe0 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uobNZE6pe0 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uobNZE6pe0 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uobNZE6pe0 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uobNZE6pe0 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uobNZE6pe0 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uobNZE6pe0 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uobNZE6pe0 .article-column1 {
    padding-right: 16px;
  }
}
.cid-uobNZE6pe0 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uobNZE6pe0 .article-column2 {
    padding-left: 16px;
  }
}
.cid-uobNZE6pe0 .mbr-section-subtitle,
.cid-uobNZE6pe0 .mbr-iconfont {
  color: #e082c5;
}
.cid-uobNZE6pe0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uobNZEFZhh {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uobNZEFZhh p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uobNZEFZhh .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uobNZEFZhh .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uobNZEFZhh .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uobNZEFZhh .main-banner .left-content {
  margin-right: 15px;
}
.cid-uobNZEFZhh .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uobNZEFZhh .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uobNZEFZhh .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uobNZEFZhh .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uobNZEFZhh .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uobNZEFZhh .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uobNZEFZhh .main-banner:before {
    display: none;
  }
  .cid-uobNZEFZhh .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uobNZEFZhh .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uobNZEFZhh H6 {
  color: #e43f3f;
}
.cid-uobNZEFZhh H2 {
  color: #000000;
}
.cid-uobNZEFZhh P {
  color: #000000;
}
.cid-uobNZEUiyh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uobNZEUiyh #footer {
  padding: 0 0 25px 0;
}
.cid-uobNZEUiyh #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uobNZEUiyh #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uobNZEUiyh #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uobNZEUiyh #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uobNZEUiyh #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uobNZEUiyh #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uobNZEUiyh #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uobNZEUiyh #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uobNZEUiyh #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uobNZEUiyh #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uobNZEUiyh #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uobNZEUiyh #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uobNZEUiyh #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uobNZEUiyh #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uobNZEUiyh #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uobNZEUiyh #footer .copyright {
  padding-top: 30px;
}
.cid-uobNZEUiyh ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uobNZEUiyh H4 {
  color: #000000;
  text-align: left;
}
.cid-uobNZEUiyh DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uobNZEUiyh P {
  color: #e43f3f;
  text-align: left;
}
.cid-uobNZEUiyh div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uobNZEUiyh .copyright a {
  text-decoration: none !important;
}
.cid-uobNZEUiyh .list,
.cid-uobNZEUiyh .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uobNZEUiyh ul li a {
  text-decoration: none !important;
}
.cid-uobNZEUiyh .list {
  color: #e43f3f;
}
.cid-uobPuNljVY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uobPuNljVY nav.navbar {
  position: fixed;
}
.cid-uobPuNljVY .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-uobPuNljVY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uobPuNljVY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uobPuNljVY .dropdown-item:hover,
.cid-uobPuNljVY .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uobPuNljVY .dropdown-item:hover span {
  color: white;
}
.cid-uobPuNljVY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uobPuNljVY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uobPuNljVY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uobPuNljVY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uobPuNljVY .nav-link {
  position: relative;
}
.cid-uobPuNljVY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uobPuNljVY .container {
    flex-wrap: nowrap;
  }
}
.cid-uobPuNljVY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uobPuNljVY .dropdown-menu,
.cid-uobPuNljVY .navbar.opened {
  background: #e43f3f !important;
}
.cid-uobPuNljVY .nav-item:focus,
.cid-uobPuNljVY .nav-link:focus {
  outline: none;
}
.cid-uobPuNljVY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uobPuNljVY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uobPuNljVY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uobPuNljVY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uobPuNljVY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uobPuNljVY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uobPuNljVY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uobPuNljVY .navbar.opened {
  transition: all 0.3s;
}
.cid-uobPuNljVY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uobPuNljVY .navbar .navbar-logo img {
  width: auto;
}
.cid-uobPuNljVY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uobPuNljVY .navbar.collapsed {
  justify-content: center;
}
.cid-uobPuNljVY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uobPuNljVY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uobPuNljVY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uobPuNljVY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uobPuNljVY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uobPuNljVY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uobPuNljVY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uobPuNljVY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uobPuNljVY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uobPuNljVY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uobPuNljVY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uobPuNljVY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uobPuNljVY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uobPuNljVY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uobPuNljVY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uobPuNljVY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uobPuNljVY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uobPuNljVY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uobPuNljVY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uobPuNljVY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uobPuNljVY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uobPuNljVY .navbar.navbar-short {
  min-height: 60px;
}
.cid-uobPuNljVY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uobPuNljVY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uobPuNljVY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uobPuNljVY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uobPuNljVY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uobPuNljVY .dropdown-item.active,
.cid-uobPuNljVY .dropdown-item:active {
  background-color: transparent;
}
.cid-uobPuNljVY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uobPuNljVY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uobPuNljVY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uobPuNljVY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uobPuNljVY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uobPuNljVY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uobPuNljVY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uobPuNljVY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uobPuNljVY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uobPuNljVY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uobPuNljVY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uobPuNljVY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobPuNljVY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobPuNljVY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uobPuNljVY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobPuNljVY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uobPuNljVY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uobPuNljVY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobPuNljVY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uobPuNljVY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uobPuNljVY .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-uobPuNljVY .navbar {
    height: 70px;
  }
  .cid-uobPuNljVY .navbar.opened {
    height: auto;
  }
  .cid-uobPuNljVY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uobPuLn0sv {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uobPuLn0sv .row {
  flex-direction: row-reverse;
}
.cid-uobPuLn0sv p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uobPuLn0sv .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uobPuLn0sv .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uobPuLn0sv .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uobPuLn0sv .main-banner .left-content {
  margin-right: 15px;
}
.cid-uobPuLn0sv .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uobPuLn0sv .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uobPuLn0sv .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uobPuLn0sv .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uobPuLn0sv .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uobPuLn0sv .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uobPuLn0sv .main-banner:before {
    display: none;
  }
  .cid-uobPuLn0sv .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uobPuLn0sv .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uobPuLn0sv H6 {
  color: #e43f3f;
}
.cid-uobPuLn0sv H2 {
  color: #000000;
}
.cid-uobPuLSl0M {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uobPuLSl0M .mbr-section-title {
  color: #000000;
}
.cid-uobPuMc4ii {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uobPuMc4ii .container {
  padding: 0 5%;
}
.cid-uobPuMc4ii #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uobPuMc4ii #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uobPuMc4ii #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uobPuMc4ii #expand-button:hover {
  background-color: #7787a5;
}
.cid-uobPuMc4ii .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uobPuMc4ii .item:focus,
.cid-uobPuMc4ii span:focus {
  outline: none;
}
.cid-uobPuMc4ii .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uobPuMc4ii .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uobPuMc4ii .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uobPuMc4ii .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uobPuMc4ii .item {
    padding: 1.5rem;
  }
}
.cid-uobPuMc4ii .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uobPuMc4ii .item .item-icon {
    margin-top: 0;
  }
}
.cid-uobPuMc4ii .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uobPuMc4ii .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uobPuMc4ii .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uobPuMc4ii .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uobPuMc4ii .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uobPuMc4ii .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uobPuMc4ii .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uobPuMc4ii .item-content {
    margin-left: 0;
  }
}
.cid-uobPuMc4ii .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uobPuMc4ii .item-title {
  color: #ffffff;
}
.cid-uobPuMc4ii .mbr-text,
.cid-uobPuMc4ii .item-icon {
  color: #ffffff;
}
.cid-uobPuMc4ii .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uobPuMc4ii .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uobPuMc4ii .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uobPuMc4ii .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uobPuMc4ii .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uobPuMc4ii .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uobPuMc4ii .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uobPuMc4ii .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uobPuMc4ii .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uobPuMc4ii .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uobPuMc4ii .article-column1 {
    padding-right: 16px;
  }
}
.cid-uobPuMc4ii .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uobPuMc4ii .article-column2 {
    padding-left: 16px;
  }
}
.cid-uobPuMc4ii .mbr-section-subtitle,
.cid-uobPuMc4ii .mbr-iconfont {
  color: #e082c5;
}
.cid-uobPuMc4ii .mbr-section-subtitle {
  color: #000000;
}
.cid-uobPuMHeYX {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uobPuMHeYX p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uobPuMHeYX .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uobPuMHeYX .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uobPuMHeYX .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uobPuMHeYX .main-banner .left-content {
  margin-right: 15px;
}
.cid-uobPuMHeYX .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uobPuMHeYX .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uobPuMHeYX .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uobPuMHeYX .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uobPuMHeYX .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uobPuMHeYX .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uobPuMHeYX .main-banner:before {
    display: none;
  }
  .cid-uobPuMHeYX .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uobPuMHeYX .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uobPuMHeYX H6 {
  color: #e43f3f;
}
.cid-uobPuMHeYX H2 {
  color: #000000;
}
.cid-uobPuMHeYX P {
  color: #000000;
}
.cid-uobPuMViAL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uobPuMViAL #footer {
  padding: 0 0 25px 0;
}
.cid-uobPuMViAL #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uobPuMViAL #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uobPuMViAL #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uobPuMViAL #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uobPuMViAL #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uobPuMViAL #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uobPuMViAL #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uobPuMViAL #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uobPuMViAL #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uobPuMViAL #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uobPuMViAL #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uobPuMViAL #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uobPuMViAL #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uobPuMViAL #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uobPuMViAL #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uobPuMViAL #footer .copyright {
  padding-top: 30px;
}
.cid-uobPuMViAL ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uobPuMViAL H4 {
  color: #000000;
  text-align: left;
}
.cid-uobPuMViAL DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uobPuMViAL P {
  color: #e43f3f;
  text-align: left;
}
.cid-uobPuMViAL div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uobPuMViAL .copyright a {
  text-decoration: none !important;
}
.cid-uobPuMViAL .list,
.cid-uobPuMViAL .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uobPuMViAL ul li a {
  text-decoration: none !important;
}
.cid-uobPuMViAL .list {
  color: #e43f3f;
}
.cid-uobPMK1uwM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uobPMK1uwM nav.navbar {
  position: fixed;
}
.cid-uobPMK1uwM .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-uobPMK1uwM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uobPMK1uwM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uobPMK1uwM .dropdown-item:hover,
.cid-uobPMK1uwM .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uobPMK1uwM .dropdown-item:hover span {
  color: white;
}
.cid-uobPMK1uwM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uobPMK1uwM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uobPMK1uwM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uobPMK1uwM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uobPMK1uwM .nav-link {
  position: relative;
}
.cid-uobPMK1uwM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uobPMK1uwM .container {
    flex-wrap: nowrap;
  }
}
.cid-uobPMK1uwM .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uobPMK1uwM .dropdown-menu,
.cid-uobPMK1uwM .navbar.opened {
  background: #e43f3f !important;
}
.cid-uobPMK1uwM .nav-item:focus,
.cid-uobPMK1uwM .nav-link:focus {
  outline: none;
}
.cid-uobPMK1uwM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uobPMK1uwM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uobPMK1uwM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uobPMK1uwM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uobPMK1uwM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uobPMK1uwM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uobPMK1uwM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uobPMK1uwM .navbar.opened {
  transition: all 0.3s;
}
.cid-uobPMK1uwM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uobPMK1uwM .navbar .navbar-logo img {
  width: auto;
}
.cid-uobPMK1uwM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uobPMK1uwM .navbar.collapsed {
  justify-content: center;
}
.cid-uobPMK1uwM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uobPMK1uwM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uobPMK1uwM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uobPMK1uwM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uobPMK1uwM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uobPMK1uwM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uobPMK1uwM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uobPMK1uwM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uobPMK1uwM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uobPMK1uwM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uobPMK1uwM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uobPMK1uwM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uobPMK1uwM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uobPMK1uwM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uobPMK1uwM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uobPMK1uwM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uobPMK1uwM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uobPMK1uwM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uobPMK1uwM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uobPMK1uwM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uobPMK1uwM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uobPMK1uwM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uobPMK1uwM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uobPMK1uwM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uobPMK1uwM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uobPMK1uwM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uobPMK1uwM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uobPMK1uwM .dropdown-item.active,
.cid-uobPMK1uwM .dropdown-item:active {
  background-color: transparent;
}
.cid-uobPMK1uwM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uobPMK1uwM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uobPMK1uwM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uobPMK1uwM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uobPMK1uwM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uobPMK1uwM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uobPMK1uwM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uobPMK1uwM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uobPMK1uwM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uobPMK1uwM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uobPMK1uwM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uobPMK1uwM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobPMK1uwM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobPMK1uwM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uobPMK1uwM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobPMK1uwM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uobPMK1uwM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uobPMK1uwM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobPMK1uwM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uobPMK1uwM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uobPMK1uwM .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-uobPMK1uwM .navbar {
    height: 70px;
  }
  .cid-uobPMK1uwM .navbar.opened {
    height: auto;
  }
  .cid-uobPMK1uwM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uobPMIgiCV {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uobPMIgiCV .row {
  flex-direction: row-reverse;
}
.cid-uobPMIgiCV p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uobPMIgiCV .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uobPMIgiCV .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uobPMIgiCV .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uobPMIgiCV .main-banner .left-content {
  margin-right: 15px;
}
.cid-uobPMIgiCV .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uobPMIgiCV .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uobPMIgiCV .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uobPMIgiCV .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uobPMIgiCV .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uobPMIgiCV .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uobPMIgiCV .main-banner:before {
    display: none;
  }
  .cid-uobPMIgiCV .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uobPMIgiCV .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uobPMIgiCV H6 {
  color: #e43f3f;
}
.cid-uobPMIgiCV H2 {
  color: #000000;
}
.cid-uobPMIF6wL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uobPMIF6wL .mbr-section-title {
  color: #000000;
}
.cid-uobPMJ0ecO {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uobPMJ0ecO .container {
  padding: 0 5%;
}
.cid-uobPMJ0ecO #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uobPMJ0ecO #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uobPMJ0ecO #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uobPMJ0ecO #expand-button:hover {
  background-color: #7787a5;
}
.cid-uobPMJ0ecO .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uobPMJ0ecO .item:focus,
.cid-uobPMJ0ecO span:focus {
  outline: none;
}
.cid-uobPMJ0ecO .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uobPMJ0ecO .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uobPMJ0ecO .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uobPMJ0ecO .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uobPMJ0ecO .item {
    padding: 1.5rem;
  }
}
.cid-uobPMJ0ecO .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uobPMJ0ecO .item .item-icon {
    margin-top: 0;
  }
}
.cid-uobPMJ0ecO .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uobPMJ0ecO .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uobPMJ0ecO .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uobPMJ0ecO .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uobPMJ0ecO .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uobPMJ0ecO .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uobPMJ0ecO .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uobPMJ0ecO .item-content {
    margin-left: 0;
  }
}
.cid-uobPMJ0ecO .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uobPMJ0ecO .item-title {
  color: #ffffff;
}
.cid-uobPMJ0ecO .mbr-text,
.cid-uobPMJ0ecO .item-icon {
  color: #ffffff;
}
.cid-uobPMJ0ecO .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uobPMJ0ecO .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uobPMJ0ecO .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uobPMJ0ecO .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uobPMJ0ecO .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uobPMJ0ecO .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uobPMJ0ecO .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uobPMJ0ecO .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uobPMJ0ecO .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uobPMJ0ecO .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uobPMJ0ecO .article-column1 {
    padding-right: 16px;
  }
}
.cid-uobPMJ0ecO .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uobPMJ0ecO .article-column2 {
    padding-left: 16px;
  }
}
.cid-uobPMJ0ecO .mbr-section-subtitle,
.cid-uobPMJ0ecO .mbr-iconfont {
  color: #e082c5;
}
.cid-uobPMJ0ecO .mbr-section-subtitle {
  color: #000000;
}
.cid-uobPMJvGM0 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uobPMJvGM0 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uobPMJvGM0 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uobPMJvGM0 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uobPMJvGM0 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uobPMJvGM0 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uobPMJvGM0 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uobPMJvGM0 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uobPMJvGM0 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uobPMJvGM0 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uobPMJvGM0 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uobPMJvGM0 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uobPMJvGM0 .main-banner:before {
    display: none;
  }
  .cid-uobPMJvGM0 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uobPMJvGM0 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uobPMJvGM0 H6 {
  color: #e43f3f;
}
.cid-uobPMJvGM0 H2 {
  color: #000000;
}
.cid-uobPMJvGM0 P {
  color: #000000;
}
.cid-uobPMJJ18x {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uobPMJJ18x #footer {
  padding: 0 0 25px 0;
}
.cid-uobPMJJ18x #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uobPMJJ18x #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uobPMJJ18x #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uobPMJJ18x #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uobPMJJ18x #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uobPMJJ18x #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uobPMJJ18x #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uobPMJJ18x #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uobPMJJ18x #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uobPMJJ18x #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uobPMJJ18x #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uobPMJJ18x #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uobPMJJ18x #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uobPMJJ18x #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uobPMJJ18x #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uobPMJJ18x #footer .copyright {
  padding-top: 30px;
}
.cid-uobPMJJ18x ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uobPMJJ18x H4 {
  color: #000000;
  text-align: left;
}
.cid-uobPMJJ18x DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uobPMJJ18x P {
  color: #e43f3f;
  text-align: left;
}
.cid-uobPMJJ18x div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uobPMJJ18x .copyright a {
  text-decoration: none !important;
}
.cid-uobPMJJ18x .list,
.cid-uobPMJJ18x .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uobPMJJ18x ul li a {
  text-decoration: none !important;
}
.cid-uobPMJJ18x .list {
  color: #e43f3f;
}
.cid-uobRjaW0jr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uobRjaW0jr nav.navbar {
  position: fixed;
}
.cid-uobRjaW0jr .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-uobRjaW0jr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uobRjaW0jr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uobRjaW0jr .dropdown-item:hover,
.cid-uobRjaW0jr .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uobRjaW0jr .dropdown-item:hover span {
  color: white;
}
.cid-uobRjaW0jr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uobRjaW0jr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uobRjaW0jr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uobRjaW0jr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uobRjaW0jr .nav-link {
  position: relative;
}
.cid-uobRjaW0jr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uobRjaW0jr .container {
    flex-wrap: nowrap;
  }
}
.cid-uobRjaW0jr .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uobRjaW0jr .dropdown-menu,
.cid-uobRjaW0jr .navbar.opened {
  background: #e43f3f !important;
}
.cid-uobRjaW0jr .nav-item:focus,
.cid-uobRjaW0jr .nav-link:focus {
  outline: none;
}
.cid-uobRjaW0jr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uobRjaW0jr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uobRjaW0jr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uobRjaW0jr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uobRjaW0jr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uobRjaW0jr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uobRjaW0jr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uobRjaW0jr .navbar.opened {
  transition: all 0.3s;
}
.cid-uobRjaW0jr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uobRjaW0jr .navbar .navbar-logo img {
  width: auto;
}
.cid-uobRjaW0jr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uobRjaW0jr .navbar.collapsed {
  justify-content: center;
}
.cid-uobRjaW0jr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uobRjaW0jr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uobRjaW0jr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uobRjaW0jr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uobRjaW0jr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uobRjaW0jr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uobRjaW0jr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uobRjaW0jr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uobRjaW0jr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uobRjaW0jr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uobRjaW0jr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uobRjaW0jr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uobRjaW0jr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uobRjaW0jr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uobRjaW0jr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uobRjaW0jr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uobRjaW0jr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uobRjaW0jr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uobRjaW0jr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uobRjaW0jr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uobRjaW0jr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uobRjaW0jr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uobRjaW0jr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uobRjaW0jr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uobRjaW0jr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uobRjaW0jr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uobRjaW0jr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uobRjaW0jr .dropdown-item.active,
.cid-uobRjaW0jr .dropdown-item:active {
  background-color: transparent;
}
.cid-uobRjaW0jr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uobRjaW0jr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uobRjaW0jr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uobRjaW0jr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uobRjaW0jr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uobRjaW0jr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uobRjaW0jr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uobRjaW0jr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uobRjaW0jr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uobRjaW0jr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uobRjaW0jr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uobRjaW0jr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobRjaW0jr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobRjaW0jr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uobRjaW0jr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobRjaW0jr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uobRjaW0jr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uobRjaW0jr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobRjaW0jr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uobRjaW0jr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uobRjaW0jr .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-uobRjaW0jr .navbar {
    height: 70px;
  }
  .cid-uobRjaW0jr .navbar.opened {
    height: auto;
  }
  .cid-uobRjaW0jr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uobRj9cpIj {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uobRj9cpIj .row {
  flex-direction: row-reverse;
}
.cid-uobRj9cpIj p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uobRj9cpIj .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uobRj9cpIj .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uobRj9cpIj .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uobRj9cpIj .main-banner .left-content {
  margin-right: 15px;
}
.cid-uobRj9cpIj .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uobRj9cpIj .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uobRj9cpIj .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uobRj9cpIj .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uobRj9cpIj .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uobRj9cpIj .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uobRj9cpIj .main-banner:before {
    display: none;
  }
  .cid-uobRj9cpIj .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uobRj9cpIj .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uobRj9cpIj H6 {
  color: #e43f3f;
}
.cid-uobRj9cpIj H2 {
  color: #000000;
}
.cid-uobRj9EsZm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uobRj9EsZm .mbr-section-title {
  color: #000000;
}
.cid-uobRj9VKRF {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uobRj9VKRF .container {
  padding: 0 5%;
}
.cid-uobRj9VKRF #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uobRj9VKRF #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uobRj9VKRF #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uobRj9VKRF #expand-button:hover {
  background-color: #7787a5;
}
.cid-uobRj9VKRF .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uobRj9VKRF .item:focus,
.cid-uobRj9VKRF span:focus {
  outline: none;
}
.cid-uobRj9VKRF .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uobRj9VKRF .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uobRj9VKRF .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uobRj9VKRF .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uobRj9VKRF .item {
    padding: 1.5rem;
  }
}
.cid-uobRj9VKRF .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uobRj9VKRF .item .item-icon {
    margin-top: 0;
  }
}
.cid-uobRj9VKRF .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uobRj9VKRF .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uobRj9VKRF .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uobRj9VKRF .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uobRj9VKRF .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uobRj9VKRF .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uobRj9VKRF .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uobRj9VKRF .item-content {
    margin-left: 0;
  }
}
.cid-uobRj9VKRF .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uobRj9VKRF .item-title {
  color: #ffffff;
}
.cid-uobRj9VKRF .mbr-text,
.cid-uobRj9VKRF .item-icon {
  color: #ffffff;
}
.cid-uobRj9VKRF .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uobRj9VKRF .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uobRj9VKRF .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uobRj9VKRF .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uobRj9VKRF .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uobRj9VKRF .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uobRj9VKRF .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uobRj9VKRF .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uobRj9VKRF .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uobRj9VKRF .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uobRj9VKRF .article-column1 {
    padding-right: 16px;
  }
}
.cid-uobRj9VKRF .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uobRj9VKRF .article-column2 {
    padding-left: 16px;
  }
}
.cid-uobRj9VKRF .mbr-section-subtitle,
.cid-uobRj9VKRF .mbr-iconfont {
  color: #e082c5;
}
.cid-uobRj9VKRF .mbr-section-subtitle {
  color: #000000;
}
.cid-uobRjaqySf {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uobRjaqySf p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uobRjaqySf .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uobRjaqySf .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uobRjaqySf .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uobRjaqySf .main-banner .left-content {
  margin-right: 15px;
}
.cid-uobRjaqySf .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uobRjaqySf .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uobRjaqySf .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uobRjaqySf .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uobRjaqySf .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uobRjaqySf .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uobRjaqySf .main-banner:before {
    display: none;
  }
  .cid-uobRjaqySf .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uobRjaqySf .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uobRjaqySf H6 {
  color: #e43f3f;
}
.cid-uobRjaqySf H2 {
  color: #000000;
}
.cid-uobRjaqySf P {
  color: #000000;
}
.cid-uobRjaEBQC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uobRjaEBQC #footer {
  padding: 0 0 25px 0;
}
.cid-uobRjaEBQC #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uobRjaEBQC #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uobRjaEBQC #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uobRjaEBQC #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uobRjaEBQC #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uobRjaEBQC #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uobRjaEBQC #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uobRjaEBQC #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uobRjaEBQC #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uobRjaEBQC #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uobRjaEBQC #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uobRjaEBQC #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uobRjaEBQC #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uobRjaEBQC #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uobRjaEBQC #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uobRjaEBQC #footer .copyright {
  padding-top: 30px;
}
.cid-uobRjaEBQC ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uobRjaEBQC H4 {
  color: #000000;
  text-align: left;
}
.cid-uobRjaEBQC DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uobRjaEBQC P {
  color: #e43f3f;
  text-align: left;
}
.cid-uobRjaEBQC div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uobRjaEBQC .copyright a {
  text-decoration: none !important;
}
.cid-uobRjaEBQC .list,
.cid-uobRjaEBQC .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uobRjaEBQC ul li a {
  text-decoration: none !important;
}
.cid-uobRjaEBQC .list {
  color: #e43f3f;
}
.cid-uobSafmUXH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uobSafmUXH nav.navbar {
  position: fixed;
}
.cid-uobSafmUXH .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-uobSafmUXH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uobSafmUXH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uobSafmUXH .dropdown-item:hover,
.cid-uobSafmUXH .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uobSafmUXH .dropdown-item:hover span {
  color: white;
}
.cid-uobSafmUXH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uobSafmUXH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uobSafmUXH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uobSafmUXH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uobSafmUXH .nav-link {
  position: relative;
}
.cid-uobSafmUXH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uobSafmUXH .container {
    flex-wrap: nowrap;
  }
}
.cid-uobSafmUXH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uobSafmUXH .dropdown-menu,
.cid-uobSafmUXH .navbar.opened {
  background: #e43f3f !important;
}
.cid-uobSafmUXH .nav-item:focus,
.cid-uobSafmUXH .nav-link:focus {
  outline: none;
}
.cid-uobSafmUXH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uobSafmUXH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uobSafmUXH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uobSafmUXH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uobSafmUXH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uobSafmUXH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uobSafmUXH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uobSafmUXH .navbar.opened {
  transition: all 0.3s;
}
.cid-uobSafmUXH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uobSafmUXH .navbar .navbar-logo img {
  width: auto;
}
.cid-uobSafmUXH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uobSafmUXH .navbar.collapsed {
  justify-content: center;
}
.cid-uobSafmUXH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uobSafmUXH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uobSafmUXH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uobSafmUXH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uobSafmUXH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uobSafmUXH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uobSafmUXH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uobSafmUXH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uobSafmUXH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uobSafmUXH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uobSafmUXH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uobSafmUXH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uobSafmUXH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uobSafmUXH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uobSafmUXH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uobSafmUXH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uobSafmUXH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uobSafmUXH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uobSafmUXH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uobSafmUXH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uobSafmUXH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uobSafmUXH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uobSafmUXH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uobSafmUXH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uobSafmUXH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uobSafmUXH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uobSafmUXH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uobSafmUXH .dropdown-item.active,
.cid-uobSafmUXH .dropdown-item:active {
  background-color: transparent;
}
.cid-uobSafmUXH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uobSafmUXH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uobSafmUXH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uobSafmUXH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uobSafmUXH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uobSafmUXH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uobSafmUXH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uobSafmUXH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uobSafmUXH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uobSafmUXH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uobSafmUXH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uobSafmUXH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobSafmUXH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobSafmUXH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uobSafmUXH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobSafmUXH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uobSafmUXH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uobSafmUXH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobSafmUXH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uobSafmUXH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uobSafmUXH .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-uobSafmUXH .navbar {
    height: 70px;
  }
  .cid-uobSafmUXH .navbar.opened {
    height: auto;
  }
  .cid-uobSafmUXH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uobSadzhnT {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uobSadzhnT .row {
  flex-direction: row-reverse;
}
.cid-uobSadzhnT p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uobSadzhnT .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uobSadzhnT .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uobSadzhnT .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uobSadzhnT .main-banner .left-content {
  margin-right: 15px;
}
.cid-uobSadzhnT .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uobSadzhnT .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uobSadzhnT .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uobSadzhnT .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uobSadzhnT .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uobSadzhnT .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uobSadzhnT .main-banner:before {
    display: none;
  }
  .cid-uobSadzhnT .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uobSadzhnT .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uobSadzhnT H6 {
  color: #e43f3f;
}
.cid-uobSadzhnT H2 {
  color: #000000;
}
.cid-uobSadZtx5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uobSadZtx5 .mbr-section-title {
  color: #000000;
}
.cid-uobSaehd2x {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uobSaehd2x .container {
  padding: 0 5%;
}
.cid-uobSaehd2x #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uobSaehd2x #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uobSaehd2x #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uobSaehd2x #expand-button:hover {
  background-color: #7787a5;
}
.cid-uobSaehd2x .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uobSaehd2x .item:focus,
.cid-uobSaehd2x span:focus {
  outline: none;
}
.cid-uobSaehd2x .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uobSaehd2x .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uobSaehd2x .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uobSaehd2x .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uobSaehd2x .item {
    padding: 1.5rem;
  }
}
.cid-uobSaehd2x .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uobSaehd2x .item .item-icon {
    margin-top: 0;
  }
}
.cid-uobSaehd2x .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uobSaehd2x .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uobSaehd2x .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uobSaehd2x .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uobSaehd2x .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uobSaehd2x .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uobSaehd2x .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uobSaehd2x .item-content {
    margin-left: 0;
  }
}
.cid-uobSaehd2x .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uobSaehd2x .item-title {
  color: #ffffff;
}
.cid-uobSaehd2x .mbr-text,
.cid-uobSaehd2x .item-icon {
  color: #ffffff;
}
.cid-uobSaehd2x .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uobSaehd2x .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uobSaehd2x .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uobSaehd2x .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uobSaehd2x .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uobSaehd2x .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uobSaehd2x .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uobSaehd2x .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uobSaehd2x .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uobSaehd2x .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uobSaehd2x .article-column1 {
    padding-right: 16px;
  }
}
.cid-uobSaehd2x .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uobSaehd2x .article-column2 {
    padding-left: 16px;
  }
}
.cid-uobSaehd2x .mbr-section-subtitle,
.cid-uobSaehd2x .mbr-iconfont {
  color: #e082c5;
}
.cid-uobSaehd2x .mbr-section-subtitle {
  color: #000000;
}
.cid-uobSaeLuOo {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uobSaeLuOo p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uobSaeLuOo .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uobSaeLuOo .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uobSaeLuOo .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uobSaeLuOo .main-banner .left-content {
  margin-right: 15px;
}
.cid-uobSaeLuOo .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uobSaeLuOo .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uobSaeLuOo .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uobSaeLuOo .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uobSaeLuOo .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uobSaeLuOo .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uobSaeLuOo .main-banner:before {
    display: none;
  }
  .cid-uobSaeLuOo .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uobSaeLuOo .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uobSaeLuOo H6 {
  color: #e43f3f;
}
.cid-uobSaeLuOo H2 {
  color: #000000;
}
.cid-uobSaeLuOo P {
  color: #000000;
}
.cid-uobSaf2tj2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uobSaf2tj2 #footer {
  padding: 0 0 25px 0;
}
.cid-uobSaf2tj2 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uobSaf2tj2 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uobSaf2tj2 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uobSaf2tj2 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uobSaf2tj2 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uobSaf2tj2 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uobSaf2tj2 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uobSaf2tj2 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uobSaf2tj2 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uobSaf2tj2 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uobSaf2tj2 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uobSaf2tj2 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uobSaf2tj2 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uobSaf2tj2 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uobSaf2tj2 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uobSaf2tj2 #footer .copyright {
  padding-top: 30px;
}
.cid-uobSaf2tj2 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uobSaf2tj2 H4 {
  color: #000000;
  text-align: left;
}
.cid-uobSaf2tj2 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uobSaf2tj2 P {
  color: #e43f3f;
  text-align: left;
}
.cid-uobSaf2tj2 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uobSaf2tj2 .copyright a {
  text-decoration: none !important;
}
.cid-uobSaf2tj2 .list,
.cid-uobSaf2tj2 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uobSaf2tj2 ul li a {
  text-decoration: none !important;
}
.cid-uobSaf2tj2 .list {
  color: #e43f3f;
}
.cid-uobThraW1a {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uobThraW1a nav.navbar {
  position: fixed;
}
.cid-uobThraW1a .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-uobThraW1a .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uobThraW1a .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uobThraW1a .dropdown-item:hover,
.cid-uobThraW1a .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uobThraW1a .dropdown-item:hover span {
  color: white;
}
.cid-uobThraW1a .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uobThraW1a .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uobThraW1a .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uobThraW1a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uobThraW1a .nav-link {
  position: relative;
}
.cid-uobThraW1a .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uobThraW1a .container {
    flex-wrap: nowrap;
  }
}
.cid-uobThraW1a .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uobThraW1a .dropdown-menu,
.cid-uobThraW1a .navbar.opened {
  background: #e43f3f !important;
}
.cid-uobThraW1a .nav-item:focus,
.cid-uobThraW1a .nav-link:focus {
  outline: none;
}
.cid-uobThraW1a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uobThraW1a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uobThraW1a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uobThraW1a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uobThraW1a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uobThraW1a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uobThraW1a .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uobThraW1a .navbar.opened {
  transition: all 0.3s;
}
.cid-uobThraW1a .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uobThraW1a .navbar .navbar-logo img {
  width: auto;
}
.cid-uobThraW1a .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uobThraW1a .navbar.collapsed {
  justify-content: center;
}
.cid-uobThraW1a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uobThraW1a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uobThraW1a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uobThraW1a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uobThraW1a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uobThraW1a .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uobThraW1a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uobThraW1a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uobThraW1a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uobThraW1a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uobThraW1a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uobThraW1a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uobThraW1a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uobThraW1a .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uobThraW1a .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uobThraW1a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uobThraW1a .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uobThraW1a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uobThraW1a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uobThraW1a .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uobThraW1a .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uobThraW1a .navbar.navbar-short {
  min-height: 60px;
}
.cid-uobThraW1a .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uobThraW1a .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uobThraW1a .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uobThraW1a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uobThraW1a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uobThraW1a .dropdown-item.active,
.cid-uobThraW1a .dropdown-item:active {
  background-color: transparent;
}
.cid-uobThraW1a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uobThraW1a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uobThraW1a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uobThraW1a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uobThraW1a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uobThraW1a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uobThraW1a ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uobThraW1a .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uobThraW1a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uobThraW1a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uobThraW1a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uobThraW1a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobThraW1a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobThraW1a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uobThraW1a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobThraW1a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uobThraW1a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uobThraW1a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobThraW1a .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uobThraW1a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uobThraW1a .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-uobThraW1a .navbar {
    height: 70px;
  }
  .cid-uobThraW1a .navbar.opened {
    height: auto;
  }
  .cid-uobThraW1a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uobThpsx6q {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uobThpsx6q .row {
  flex-direction: row-reverse;
}
.cid-uobThpsx6q p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uobThpsx6q .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uobThpsx6q .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uobThpsx6q .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uobThpsx6q .main-banner .left-content {
  margin-right: 15px;
}
.cid-uobThpsx6q .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uobThpsx6q .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uobThpsx6q .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uobThpsx6q .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uobThpsx6q .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uobThpsx6q .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uobThpsx6q .main-banner:before {
    display: none;
  }
  .cid-uobThpsx6q .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uobThpsx6q .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uobThpsx6q H6 {
  color: #e43f3f;
}
.cid-uobThpsx6q H2 {
  color: #000000;
}
.cid-uobThpRgrh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uobThpRgrh .mbr-section-title {
  color: #000000;
}
.cid-uobThq8bt6 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uobThq8bt6 .container {
  padding: 0 5%;
}
.cid-uobThq8bt6 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uobThq8bt6 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uobThq8bt6 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uobThq8bt6 #expand-button:hover {
  background-color: #7787a5;
}
.cid-uobThq8bt6 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uobThq8bt6 .item:focus,
.cid-uobThq8bt6 span:focus {
  outline: none;
}
.cid-uobThq8bt6 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uobThq8bt6 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uobThq8bt6 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uobThq8bt6 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uobThq8bt6 .item {
    padding: 1.5rem;
  }
}
.cid-uobThq8bt6 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uobThq8bt6 .item .item-icon {
    margin-top: 0;
  }
}
.cid-uobThq8bt6 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uobThq8bt6 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uobThq8bt6 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uobThq8bt6 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uobThq8bt6 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uobThq8bt6 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uobThq8bt6 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uobThq8bt6 .item-content {
    margin-left: 0;
  }
}
.cid-uobThq8bt6 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uobThq8bt6 .item-title {
  color: #ffffff;
}
.cid-uobThq8bt6 .mbr-text,
.cid-uobThq8bt6 .item-icon {
  color: #ffffff;
}
.cid-uobThq8bt6 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uobThq8bt6 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uobThq8bt6 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uobThq8bt6 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uobThq8bt6 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uobThq8bt6 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uobThq8bt6 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uobThq8bt6 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uobThq8bt6 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uobThq8bt6 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uobThq8bt6 .article-column1 {
    padding-right: 16px;
  }
}
.cid-uobThq8bt6 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uobThq8bt6 .article-column2 {
    padding-left: 16px;
  }
}
.cid-uobThq8bt6 .mbr-section-subtitle,
.cid-uobThq8bt6 .mbr-iconfont {
  color: #e082c5;
}
.cid-uobThq8bt6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uobThqC9HD {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uobThqC9HD p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uobThqC9HD .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uobThqC9HD .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uobThqC9HD .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uobThqC9HD .main-banner .left-content {
  margin-right: 15px;
}
.cid-uobThqC9HD .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uobThqC9HD .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uobThqC9HD .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uobThqC9HD .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uobThqC9HD .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uobThqC9HD .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uobThqC9HD .main-banner:before {
    display: none;
  }
  .cid-uobThqC9HD .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uobThqC9HD .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uobThqC9HD H6 {
  color: #e43f3f;
}
.cid-uobThqC9HD H2 {
  color: #000000;
}
.cid-uobThqC9HD P {
  color: #000000;
}
.cid-uobThqQVzI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uobThqQVzI #footer {
  padding: 0 0 25px 0;
}
.cid-uobThqQVzI #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uobThqQVzI #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uobThqQVzI #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uobThqQVzI #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uobThqQVzI #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uobThqQVzI #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uobThqQVzI #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uobThqQVzI #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uobThqQVzI #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uobThqQVzI #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uobThqQVzI #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uobThqQVzI #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uobThqQVzI #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uobThqQVzI #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uobThqQVzI #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uobThqQVzI #footer .copyright {
  padding-top: 30px;
}
.cid-uobThqQVzI ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uobThqQVzI H4 {
  color: #000000;
  text-align: left;
}
.cid-uobThqQVzI DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uobThqQVzI P {
  color: #e43f3f;
  text-align: left;
}
.cid-uobThqQVzI div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uobThqQVzI .copyright a {
  text-decoration: none !important;
}
.cid-uobThqQVzI .list,
.cid-uobThqQVzI .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uobThqQVzI ul li a {
  text-decoration: none !important;
}
.cid-uobThqQVzI .list {
  color: #e43f3f;
}
.cid-uobXWZep86 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uobXWZep86 nav.navbar {
  position: fixed;
}
.cid-uobXWZep86 .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-uobXWZep86 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uobXWZep86 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uobXWZep86 .dropdown-item:hover,
.cid-uobXWZep86 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uobXWZep86 .dropdown-item:hover span {
  color: white;
}
.cid-uobXWZep86 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uobXWZep86 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uobXWZep86 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uobXWZep86 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uobXWZep86 .nav-link {
  position: relative;
}
.cid-uobXWZep86 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uobXWZep86 .container {
    flex-wrap: nowrap;
  }
}
.cid-uobXWZep86 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uobXWZep86 .dropdown-menu,
.cid-uobXWZep86 .navbar.opened {
  background: #e43f3f !important;
}
.cid-uobXWZep86 .nav-item:focus,
.cid-uobXWZep86 .nav-link:focus {
  outline: none;
}
.cid-uobXWZep86 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uobXWZep86 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uobXWZep86 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uobXWZep86 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uobXWZep86 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uobXWZep86 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uobXWZep86 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uobXWZep86 .navbar.opened {
  transition: all 0.3s;
}
.cid-uobXWZep86 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uobXWZep86 .navbar .navbar-logo img {
  width: auto;
}
.cid-uobXWZep86 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uobXWZep86 .navbar.collapsed {
  justify-content: center;
}
.cid-uobXWZep86 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uobXWZep86 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uobXWZep86 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uobXWZep86 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uobXWZep86 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uobXWZep86 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uobXWZep86 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uobXWZep86 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uobXWZep86 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uobXWZep86 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uobXWZep86 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uobXWZep86 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uobXWZep86 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uobXWZep86 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uobXWZep86 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uobXWZep86 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uobXWZep86 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uobXWZep86 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uobXWZep86 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uobXWZep86 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uobXWZep86 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uobXWZep86 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uobXWZep86 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uobXWZep86 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uobXWZep86 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uobXWZep86 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uobXWZep86 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uobXWZep86 .dropdown-item.active,
.cid-uobXWZep86 .dropdown-item:active {
  background-color: transparent;
}
.cid-uobXWZep86 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uobXWZep86 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uobXWZep86 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uobXWZep86 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uobXWZep86 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uobXWZep86 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uobXWZep86 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uobXWZep86 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uobXWZep86 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uobXWZep86 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uobXWZep86 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uobXWZep86 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobXWZep86 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobXWZep86 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uobXWZep86 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobXWZep86 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uobXWZep86 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uobXWZep86 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobXWZep86 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uobXWZep86 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uobXWZep86 .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-uobXWZep86 .navbar {
    height: 70px;
  }
  .cid-uobXWZep86 .navbar.opened {
    height: auto;
  }
  .cid-uobXWZep86 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uobXWXkKjH {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uobXWXkKjH .row {
  flex-direction: row-reverse;
}
.cid-uobXWXkKjH p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uobXWXkKjH .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uobXWXkKjH .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uobXWXkKjH .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uobXWXkKjH .main-banner .left-content {
  margin-right: 15px;
}
.cid-uobXWXkKjH .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uobXWXkKjH .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uobXWXkKjH .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uobXWXkKjH .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uobXWXkKjH .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uobXWXkKjH .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uobXWXkKjH .main-banner:before {
    display: none;
  }
  .cid-uobXWXkKjH .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uobXWXkKjH .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uobXWXkKjH H6 {
  color: #e43f3f;
}
.cid-uobXWXkKjH H2 {
  color: #000000;
}
.cid-uobXWXNIt0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uobXWXNIt0 .mbr-section-title {
  color: #000000;
}
.cid-uobXWY500L {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uobXWY500L .container {
  padding: 0 5%;
}
.cid-uobXWY500L #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uobXWY500L #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uobXWY500L #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uobXWY500L #expand-button:hover {
  background-color: #7787a5;
}
.cid-uobXWY500L .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uobXWY500L .item:focus,
.cid-uobXWY500L span:focus {
  outline: none;
}
.cid-uobXWY500L .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uobXWY500L .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uobXWY500L .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uobXWY500L .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uobXWY500L .item {
    padding: 1.5rem;
  }
}
.cid-uobXWY500L .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uobXWY500L .item .item-icon {
    margin-top: 0;
  }
}
.cid-uobXWY500L .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uobXWY500L .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uobXWY500L .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uobXWY500L .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uobXWY500L .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uobXWY500L .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uobXWY500L .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uobXWY500L .item-content {
    margin-left: 0;
  }
}
.cid-uobXWY500L .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uobXWY500L .item-title {
  color: #ffffff;
}
.cid-uobXWY500L .mbr-text,
.cid-uobXWY500L .item-icon {
  color: #ffffff;
}
.cid-uobXWY500L .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uobXWY500L .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uobXWY500L .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uobXWY500L .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uobXWY500L .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uobXWY500L .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uobXWY500L .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uobXWY500L .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uobXWY500L .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uobXWY500L .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uobXWY500L .article-column1 {
    padding-right: 16px;
  }
}
.cid-uobXWY500L .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uobXWY500L .article-column2 {
    padding-left: 16px;
  }
}
.cid-uobXWY500L .mbr-section-subtitle,
.cid-uobXWY500L .mbr-iconfont {
  color: #e082c5;
}
.cid-uobXWY500L .mbr-section-subtitle {
  color: #000000;
}
.cid-uobXWYGuV2 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uobXWYGuV2 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uobXWYGuV2 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uobXWYGuV2 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uobXWYGuV2 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uobXWYGuV2 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uobXWYGuV2 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uobXWYGuV2 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uobXWYGuV2 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uobXWYGuV2 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uobXWYGuV2 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uobXWYGuV2 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uobXWYGuV2 .main-banner:before {
    display: none;
  }
  .cid-uobXWYGuV2 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uobXWYGuV2 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uobXWYGuV2 H6 {
  color: #e43f3f;
}
.cid-uobXWYGuV2 H2 {
  color: #000000;
}
.cid-uobXWYGuV2 P {
  color: #000000;
}
.cid-uobXWYV2ZQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uobXWYV2ZQ #footer {
  padding: 0 0 25px 0;
}
.cid-uobXWYV2ZQ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uobXWYV2ZQ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uobXWYV2ZQ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uobXWYV2ZQ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uobXWYV2ZQ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uobXWYV2ZQ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uobXWYV2ZQ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uobXWYV2ZQ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uobXWYV2ZQ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uobXWYV2ZQ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uobXWYV2ZQ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uobXWYV2ZQ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uobXWYV2ZQ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uobXWYV2ZQ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uobXWYV2ZQ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uobXWYV2ZQ #footer .copyright {
  padding-top: 30px;
}
.cid-uobXWYV2ZQ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uobXWYV2ZQ H4 {
  color: #000000;
  text-align: left;
}
.cid-uobXWYV2ZQ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uobXWYV2ZQ P {
  color: #e43f3f;
  text-align: left;
}
.cid-uobXWYV2ZQ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uobXWYV2ZQ .copyright a {
  text-decoration: none !important;
}
.cid-uobXWYV2ZQ .list,
.cid-uobXWYV2ZQ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uobXWYV2ZQ ul li a {
  text-decoration: none !important;
}
.cid-uobXWYV2ZQ .list {
  color: #e43f3f;
}
.cid-uof4577Oke {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uof4577Oke nav.navbar {
  position: fixed;
}
.cid-uof4577Oke .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-uof4577Oke .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uof4577Oke .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uof4577Oke .dropdown-item:hover,
.cid-uof4577Oke .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uof4577Oke .dropdown-item:hover span {
  color: white;
}
.cid-uof4577Oke .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uof4577Oke .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uof4577Oke .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uof4577Oke .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uof4577Oke .nav-link {
  position: relative;
}
.cid-uof4577Oke .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uof4577Oke .container {
    flex-wrap: nowrap;
  }
}
.cid-uof4577Oke .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uof4577Oke .dropdown-menu,
.cid-uof4577Oke .navbar.opened {
  background: #e43f3f !important;
}
.cid-uof4577Oke .nav-item:focus,
.cid-uof4577Oke .nav-link:focus {
  outline: none;
}
.cid-uof4577Oke .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uof4577Oke .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uof4577Oke .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uof4577Oke .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uof4577Oke .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uof4577Oke .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uof4577Oke .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uof4577Oke .navbar.opened {
  transition: all 0.3s;
}
.cid-uof4577Oke .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uof4577Oke .navbar .navbar-logo img {
  width: auto;
}
.cid-uof4577Oke .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uof4577Oke .navbar.collapsed {
  justify-content: center;
}
.cid-uof4577Oke .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uof4577Oke .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uof4577Oke .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uof4577Oke .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uof4577Oke .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uof4577Oke .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uof4577Oke .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uof4577Oke .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uof4577Oke .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uof4577Oke .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uof4577Oke .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uof4577Oke .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uof4577Oke .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uof4577Oke .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uof4577Oke .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uof4577Oke .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uof4577Oke .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uof4577Oke .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uof4577Oke .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uof4577Oke .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uof4577Oke .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uof4577Oke .navbar.navbar-short {
  min-height: 60px;
}
.cid-uof4577Oke .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uof4577Oke .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uof4577Oke .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uof4577Oke .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uof4577Oke .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uof4577Oke .dropdown-item.active,
.cid-uof4577Oke .dropdown-item:active {
  background-color: transparent;
}
.cid-uof4577Oke .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uof4577Oke .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uof4577Oke .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uof4577Oke .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uof4577Oke .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uof4577Oke .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uof4577Oke ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uof4577Oke .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uof4577Oke button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uof4577Oke button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uof4577Oke button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uof4577Oke button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uof4577Oke button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uof4577Oke button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uof4577Oke nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uof4577Oke nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uof4577Oke nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uof4577Oke nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uof4577Oke .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uof4577Oke a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uof4577Oke .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-uof4577Oke .navbar {
    height: 70px;
  }
  .cid-uof4577Oke .navbar.opened {
    height: auto;
  }
  .cid-uof4577Oke .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uof455y0rq {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uof455y0rq .row {
  flex-direction: row-reverse;
}
.cid-uof455y0rq p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uof455y0rq .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uof455y0rq .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uof455y0rq .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uof455y0rq .main-banner .left-content {
  margin-right: 15px;
}
.cid-uof455y0rq .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uof455y0rq .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uof455y0rq .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uof455y0rq .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uof455y0rq .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uof455y0rq .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uof455y0rq .main-banner:before {
    display: none;
  }
  .cid-uof455y0rq .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uof455y0rq .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uof455y0rq H6 {
  color: #e43f3f;
}
.cid-uof455y0rq H2 {
  color: #000000;
}
.cid-uof455UZkr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uof455UZkr .mbr-section-title {
  color: #000000;
}
.cid-uof4569CXY {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uof4569CXY .container {
  padding: 0 5%;
}
.cid-uof4569CXY #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uof4569CXY #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uof4569CXY #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uof4569CXY #expand-button:hover {
  background-color: #7787a5;
}
.cid-uof4569CXY .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uof4569CXY .item:focus,
.cid-uof4569CXY span:focus {
  outline: none;
}
.cid-uof4569CXY .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uof4569CXY .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uof4569CXY .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uof4569CXY .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uof4569CXY .item {
    padding: 1.5rem;
  }
}
.cid-uof4569CXY .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uof4569CXY .item .item-icon {
    margin-top: 0;
  }
}
.cid-uof4569CXY .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uof4569CXY .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uof4569CXY .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uof4569CXY .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uof4569CXY .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uof4569CXY .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uof4569CXY .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uof4569CXY .item-content {
    margin-left: 0;
  }
}
.cid-uof4569CXY .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uof4569CXY .item-title {
  color: #ffffff;
}
.cid-uof4569CXY .mbr-text,
.cid-uof4569CXY .item-icon {
  color: #ffffff;
}
.cid-uof4569CXY .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uof4569CXY .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uof4569CXY .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uof4569CXY .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uof4569CXY .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uof4569CXY .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uof4569CXY .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uof4569CXY .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uof4569CXY .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uof4569CXY .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uof4569CXY .article-column1 {
    padding-right: 16px;
  }
}
.cid-uof4569CXY .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uof4569CXY .article-column2 {
    padding-left: 16px;
  }
}
.cid-uof4569CXY .mbr-section-subtitle,
.cid-uof4569CXY .mbr-iconfont {
  color: #e082c5;
}
.cid-uof4569CXY .mbr-section-subtitle {
  color: #000000;
}
.cid-uof456AXvs {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uof456AXvs p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uof456AXvs .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uof456AXvs .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uof456AXvs .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uof456AXvs .main-banner .left-content {
  margin-right: 15px;
}
.cid-uof456AXvs .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uof456AXvs .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uof456AXvs .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uof456AXvs .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uof456AXvs .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uof456AXvs .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uof456AXvs .main-banner:before {
    display: none;
  }
  .cid-uof456AXvs .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uof456AXvs .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uof456AXvs H6 {
  color: #e43f3f;
}
.cid-uof456AXvs H2 {
  color: #000000;
}
.cid-uof456AXvs P {
  color: #000000;
}
.cid-uof456O6c9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uof456O6c9 #footer {
  padding: 0 0 25px 0;
}
.cid-uof456O6c9 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uof456O6c9 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uof456O6c9 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uof456O6c9 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uof456O6c9 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uof456O6c9 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uof456O6c9 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uof456O6c9 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uof456O6c9 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uof456O6c9 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uof456O6c9 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uof456O6c9 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uof456O6c9 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uof456O6c9 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uof456O6c9 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uof456O6c9 #footer .copyright {
  padding-top: 30px;
}
.cid-uof456O6c9 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uof456O6c9 H4 {
  color: #000000;
  text-align: left;
}
.cid-uof456O6c9 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uof456O6c9 P {
  color: #e43f3f;
  text-align: left;
}
.cid-uof456O6c9 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uof456O6c9 .copyright a {
  text-decoration: none !important;
}
.cid-uof456O6c9 .list,
.cid-uof456O6c9 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uof456O6c9 ul li a {
  text-decoration: none !important;
}
.cid-uof456O6c9 .list {
  color: #e43f3f;
}
.cid-uof4ntzfp4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uof4ntzfp4 nav.navbar {
  position: fixed;
}
.cid-uof4ntzfp4 .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-uof4ntzfp4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uof4ntzfp4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uof4ntzfp4 .dropdown-item:hover,
.cid-uof4ntzfp4 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uof4ntzfp4 .dropdown-item:hover span {
  color: white;
}
.cid-uof4ntzfp4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uof4ntzfp4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uof4ntzfp4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uof4ntzfp4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uof4ntzfp4 .nav-link {
  position: relative;
}
.cid-uof4ntzfp4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uof4ntzfp4 .container {
    flex-wrap: nowrap;
  }
}
.cid-uof4ntzfp4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uof4ntzfp4 .dropdown-menu,
.cid-uof4ntzfp4 .navbar.opened {
  background: #e43f3f !important;
}
.cid-uof4ntzfp4 .nav-item:focus,
.cid-uof4ntzfp4 .nav-link:focus {
  outline: none;
}
.cid-uof4ntzfp4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uof4ntzfp4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uof4ntzfp4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uof4ntzfp4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uof4ntzfp4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uof4ntzfp4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uof4ntzfp4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uof4ntzfp4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uof4ntzfp4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uof4ntzfp4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uof4ntzfp4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uof4ntzfp4 .navbar.collapsed {
  justify-content: center;
}
.cid-uof4ntzfp4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uof4ntzfp4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uof4ntzfp4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uof4ntzfp4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uof4ntzfp4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uof4ntzfp4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uof4ntzfp4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uof4ntzfp4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uof4ntzfp4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uof4ntzfp4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uof4ntzfp4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uof4ntzfp4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uof4ntzfp4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uof4ntzfp4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uof4ntzfp4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uof4ntzfp4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uof4ntzfp4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uof4ntzfp4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uof4ntzfp4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uof4ntzfp4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uof4ntzfp4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uof4ntzfp4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uof4ntzfp4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uof4ntzfp4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uof4ntzfp4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uof4ntzfp4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uof4ntzfp4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uof4ntzfp4 .dropdown-item.active,
.cid-uof4ntzfp4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uof4ntzfp4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uof4ntzfp4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uof4ntzfp4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uof4ntzfp4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uof4ntzfp4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uof4ntzfp4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uof4ntzfp4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uof4ntzfp4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uof4ntzfp4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uof4ntzfp4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uof4ntzfp4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uof4ntzfp4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uof4ntzfp4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uof4ntzfp4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uof4ntzfp4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uof4ntzfp4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uof4ntzfp4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uof4ntzfp4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uof4ntzfp4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uof4ntzfp4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uof4ntzfp4 .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-uof4ntzfp4 .navbar {
    height: 70px;
  }
  .cid-uof4ntzfp4 .navbar.opened {
    height: auto;
  }
  .cid-uof4ntzfp4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uof4nrSVh5 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uof4nrSVh5 .row {
  flex-direction: row-reverse;
}
.cid-uof4nrSVh5 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uof4nrSVh5 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uof4nrSVh5 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uof4nrSVh5 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uof4nrSVh5 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uof4nrSVh5 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uof4nrSVh5 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uof4nrSVh5 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uof4nrSVh5 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uof4nrSVh5 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uof4nrSVh5 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uof4nrSVh5 .main-banner:before {
    display: none;
  }
  .cid-uof4nrSVh5 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uof4nrSVh5 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uof4nrSVh5 H6 {
  color: #e43f3f;
}
.cid-uof4nrSVh5 H2 {
  color: #000000;
}
.cid-uof4nsi7Ob {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uof4nsi7Ob .mbr-section-title {
  color: #000000;
}
.cid-uof4nsAgCl {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uof4nsAgCl .container {
  padding: 0 5%;
}
.cid-uof4nsAgCl #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uof4nsAgCl #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uof4nsAgCl #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uof4nsAgCl #expand-button:hover {
  background-color: #7787a5;
}
.cid-uof4nsAgCl .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uof4nsAgCl .item:focus,
.cid-uof4nsAgCl span:focus {
  outline: none;
}
.cid-uof4nsAgCl .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uof4nsAgCl .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uof4nsAgCl .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uof4nsAgCl .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uof4nsAgCl .item {
    padding: 1.5rem;
  }
}
.cid-uof4nsAgCl .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uof4nsAgCl .item .item-icon {
    margin-top: 0;
  }
}
.cid-uof4nsAgCl .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uof4nsAgCl .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uof4nsAgCl .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uof4nsAgCl .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uof4nsAgCl .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uof4nsAgCl .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uof4nsAgCl .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uof4nsAgCl .item-content {
    margin-left: 0;
  }
}
.cid-uof4nsAgCl .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uof4nsAgCl .item-title {
  color: #ffffff;
}
.cid-uof4nsAgCl .mbr-text,
.cid-uof4nsAgCl .item-icon {
  color: #ffffff;
}
.cid-uof4nsAgCl .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uof4nsAgCl .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uof4nsAgCl .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uof4nsAgCl .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uof4nsAgCl .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uof4nsAgCl .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uof4nsAgCl .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uof4nsAgCl .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uof4nsAgCl .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uof4nsAgCl .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uof4nsAgCl .article-column1 {
    padding-right: 16px;
  }
}
.cid-uof4nsAgCl .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uof4nsAgCl .article-column2 {
    padding-left: 16px;
  }
}
.cid-uof4nsAgCl .mbr-section-subtitle,
.cid-uof4nsAgCl .mbr-iconfont {
  color: #e082c5;
}
.cid-uof4nsAgCl .mbr-section-subtitle {
  color: #000000;
}
.cid-uof4nt29Bu {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uof4nt29Bu p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uof4nt29Bu .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uof4nt29Bu .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uof4nt29Bu .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uof4nt29Bu .main-banner .left-content {
  margin-right: 15px;
}
.cid-uof4nt29Bu .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uof4nt29Bu .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uof4nt29Bu .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uof4nt29Bu .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uof4nt29Bu .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uof4nt29Bu .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uof4nt29Bu .main-banner:before {
    display: none;
  }
  .cid-uof4nt29Bu .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uof4nt29Bu .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uof4nt29Bu H6 {
  color: #e43f3f;
}
.cid-uof4nt29Bu H2 {
  color: #000000;
}
.cid-uof4nt29Bu P {
  color: #000000;
}
.cid-uof4ntfu1j {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uof4ntfu1j #footer {
  padding: 0 0 25px 0;
}
.cid-uof4ntfu1j #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uof4ntfu1j #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uof4ntfu1j #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uof4ntfu1j #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uof4ntfu1j #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uof4ntfu1j #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uof4ntfu1j #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uof4ntfu1j #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uof4ntfu1j #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uof4ntfu1j #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uof4ntfu1j #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uof4ntfu1j #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uof4ntfu1j #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uof4ntfu1j #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uof4ntfu1j #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uof4ntfu1j #footer .copyright {
  padding-top: 30px;
}
.cid-uof4ntfu1j ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uof4ntfu1j H4 {
  color: #000000;
  text-align: left;
}
.cid-uof4ntfu1j DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uof4ntfu1j P {
  color: #e43f3f;
  text-align: left;
}
.cid-uof4ntfu1j div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uof4ntfu1j .copyright a {
  text-decoration: none !important;
}
.cid-uof4ntfu1j .list,
.cid-uof4ntfu1j .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uof4ntfu1j ul li a {
  text-decoration: none !important;
}
.cid-uof4ntfu1j .list {
  color: #e43f3f;
}
.cid-uof4FxonT8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uof4FxonT8 nav.navbar {
  position: fixed;
}
.cid-uof4FxonT8 .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-uof4FxonT8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uof4FxonT8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uof4FxonT8 .dropdown-item:hover,
.cid-uof4FxonT8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uof4FxonT8 .dropdown-item:hover span {
  color: white;
}
.cid-uof4FxonT8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uof4FxonT8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uof4FxonT8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uof4FxonT8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uof4FxonT8 .nav-link {
  position: relative;
}
.cid-uof4FxonT8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uof4FxonT8 .container {
    flex-wrap: nowrap;
  }
}
.cid-uof4FxonT8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uof4FxonT8 .dropdown-menu,
.cid-uof4FxonT8 .navbar.opened {
  background: #e43f3f !important;
}
.cid-uof4FxonT8 .nav-item:focus,
.cid-uof4FxonT8 .nav-link:focus {
  outline: none;
}
.cid-uof4FxonT8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uof4FxonT8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uof4FxonT8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uof4FxonT8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uof4FxonT8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uof4FxonT8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uof4FxonT8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uof4FxonT8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uof4FxonT8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uof4FxonT8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uof4FxonT8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uof4FxonT8 .navbar.collapsed {
  justify-content: center;
}
.cid-uof4FxonT8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uof4FxonT8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uof4FxonT8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uof4FxonT8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uof4FxonT8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uof4FxonT8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uof4FxonT8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uof4FxonT8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uof4FxonT8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uof4FxonT8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uof4FxonT8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uof4FxonT8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uof4FxonT8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uof4FxonT8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uof4FxonT8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uof4FxonT8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uof4FxonT8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uof4FxonT8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uof4FxonT8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uof4FxonT8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uof4FxonT8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uof4FxonT8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uof4FxonT8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uof4FxonT8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uof4FxonT8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uof4FxonT8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uof4FxonT8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uof4FxonT8 .dropdown-item.active,
.cid-uof4FxonT8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uof4FxonT8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uof4FxonT8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uof4FxonT8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uof4FxonT8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uof4FxonT8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uof4FxonT8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uof4FxonT8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uof4FxonT8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uof4FxonT8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uof4FxonT8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uof4FxonT8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uof4FxonT8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uof4FxonT8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uof4FxonT8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uof4FxonT8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uof4FxonT8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uof4FxonT8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uof4FxonT8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uof4FxonT8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uof4FxonT8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uof4FxonT8 .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-uof4FxonT8 .navbar {
    height: 70px;
  }
  .cid-uof4FxonT8 .navbar.opened {
    height: auto;
  }
  .cid-uof4FxonT8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uof4FvCEOu {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uof4FvCEOu .row {
  flex-direction: row-reverse;
}
.cid-uof4FvCEOu p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uof4FvCEOu .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uof4FvCEOu .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uof4FvCEOu .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uof4FvCEOu .main-banner .left-content {
  margin-right: 15px;
}
.cid-uof4FvCEOu .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uof4FvCEOu .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uof4FvCEOu .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uof4FvCEOu .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uof4FvCEOu .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uof4FvCEOu .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uof4FvCEOu .main-banner:before {
    display: none;
  }
  .cid-uof4FvCEOu .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uof4FvCEOu .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uof4FvCEOu H6 {
  color: #e43f3f;
}
.cid-uof4FvCEOu H2 {
  color: #000000;
}
.cid-uof4Fw11z4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uof4Fw11z4 .mbr-section-title {
  color: #000000;
}
.cid-uof4FwjqLc {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uof4FwjqLc .container {
  padding: 0 5%;
}
.cid-uof4FwjqLc #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uof4FwjqLc #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uof4FwjqLc #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uof4FwjqLc #expand-button:hover {
  background-color: #7787a5;
}
.cid-uof4FwjqLc .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uof4FwjqLc .item:focus,
.cid-uof4FwjqLc span:focus {
  outline: none;
}
.cid-uof4FwjqLc .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uof4FwjqLc .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uof4FwjqLc .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uof4FwjqLc .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uof4FwjqLc .item {
    padding: 1.5rem;
  }
}
.cid-uof4FwjqLc .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uof4FwjqLc .item .item-icon {
    margin-top: 0;
  }
}
.cid-uof4FwjqLc .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uof4FwjqLc .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uof4FwjqLc .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uof4FwjqLc .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uof4FwjqLc .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uof4FwjqLc .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uof4FwjqLc .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uof4FwjqLc .item-content {
    margin-left: 0;
  }
}
.cid-uof4FwjqLc .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uof4FwjqLc .item-title {
  color: #ffffff;
}
.cid-uof4FwjqLc .mbr-text,
.cid-uof4FwjqLc .item-icon {
  color: #ffffff;
}
.cid-uof4FwjqLc .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uof4FwjqLc .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uof4FwjqLc .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uof4FwjqLc .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uof4FwjqLc .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uof4FwjqLc .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uof4FwjqLc .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uof4FwjqLc .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uof4FwjqLc .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uof4FwjqLc .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uof4FwjqLc .article-column1 {
    padding-right: 16px;
  }
}
.cid-uof4FwjqLc .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uof4FwjqLc .article-column2 {
    padding-left: 16px;
  }
}
.cid-uof4FwjqLc .mbr-section-subtitle,
.cid-uof4FwjqLc .mbr-iconfont {
  color: #e082c5;
}
.cid-uof4FwjqLc .mbr-section-subtitle {
  color: #000000;
}
.cid-uof4FwOfdI {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uof4FwOfdI p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uof4FwOfdI .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uof4FwOfdI .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uof4FwOfdI .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uof4FwOfdI .main-banner .left-content {
  margin-right: 15px;
}
.cid-uof4FwOfdI .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uof4FwOfdI .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uof4FwOfdI .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uof4FwOfdI .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uof4FwOfdI .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uof4FwOfdI .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uof4FwOfdI .main-banner:before {
    display: none;
  }
  .cid-uof4FwOfdI .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uof4FwOfdI .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uof4FwOfdI H6 {
  color: #e43f3f;
}
.cid-uof4FwOfdI H2 {
  color: #000000;
}
.cid-uof4FwOfdI P {
  color: #000000;
}
.cid-uof4Fx5eFv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uof4Fx5eFv #footer {
  padding: 0 0 25px 0;
}
.cid-uof4Fx5eFv #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uof4Fx5eFv #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uof4Fx5eFv #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uof4Fx5eFv #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uof4Fx5eFv #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uof4Fx5eFv #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uof4Fx5eFv #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uof4Fx5eFv #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uof4Fx5eFv #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uof4Fx5eFv #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uof4Fx5eFv #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uof4Fx5eFv #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uof4Fx5eFv #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uof4Fx5eFv #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uof4Fx5eFv #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uof4Fx5eFv #footer .copyright {
  padding-top: 30px;
}
.cid-uof4Fx5eFv ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uof4Fx5eFv H4 {
  color: #000000;
  text-align: left;
}
.cid-uof4Fx5eFv DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uof4Fx5eFv P {
  color: #e43f3f;
  text-align: left;
}
.cid-uof4Fx5eFv div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uof4Fx5eFv .copyright a {
  text-decoration: none !important;
}
.cid-uof4Fx5eFv .list,
.cid-uof4Fx5eFv .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uof4Fx5eFv ul li a {
  text-decoration: none !important;
}
.cid-uof4Fx5eFv .list {
  color: #e43f3f;
}
.cid-uof4Y4PMhN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uof4Y4PMhN nav.navbar {
  position: fixed;
}
.cid-uof4Y4PMhN .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-uof4Y4PMhN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uof4Y4PMhN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uof4Y4PMhN .dropdown-item:hover,
.cid-uof4Y4PMhN .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uof4Y4PMhN .dropdown-item:hover span {
  color: white;
}
.cid-uof4Y4PMhN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uof4Y4PMhN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uof4Y4PMhN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uof4Y4PMhN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uof4Y4PMhN .nav-link {
  position: relative;
}
.cid-uof4Y4PMhN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uof4Y4PMhN .container {
    flex-wrap: nowrap;
  }
}
.cid-uof4Y4PMhN .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uof4Y4PMhN .dropdown-menu,
.cid-uof4Y4PMhN .navbar.opened {
  background: #e43f3f !important;
}
.cid-uof4Y4PMhN .nav-item:focus,
.cid-uof4Y4PMhN .nav-link:focus {
  outline: none;
}
.cid-uof4Y4PMhN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uof4Y4PMhN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uof4Y4PMhN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uof4Y4PMhN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uof4Y4PMhN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uof4Y4PMhN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uof4Y4PMhN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uof4Y4PMhN .navbar.opened {
  transition: all 0.3s;
}
.cid-uof4Y4PMhN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uof4Y4PMhN .navbar .navbar-logo img {
  width: auto;
}
.cid-uof4Y4PMhN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uof4Y4PMhN .navbar.collapsed {
  justify-content: center;
}
.cid-uof4Y4PMhN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uof4Y4PMhN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uof4Y4PMhN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uof4Y4PMhN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uof4Y4PMhN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uof4Y4PMhN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uof4Y4PMhN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uof4Y4PMhN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uof4Y4PMhN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uof4Y4PMhN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uof4Y4PMhN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uof4Y4PMhN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uof4Y4PMhN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uof4Y4PMhN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uof4Y4PMhN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uof4Y4PMhN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uof4Y4PMhN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uof4Y4PMhN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uof4Y4PMhN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uof4Y4PMhN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uof4Y4PMhN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uof4Y4PMhN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uof4Y4PMhN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uof4Y4PMhN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uof4Y4PMhN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uof4Y4PMhN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uof4Y4PMhN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uof4Y4PMhN .dropdown-item.active,
.cid-uof4Y4PMhN .dropdown-item:active {
  background-color: transparent;
}
.cid-uof4Y4PMhN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uof4Y4PMhN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uof4Y4PMhN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uof4Y4PMhN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uof4Y4PMhN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uof4Y4PMhN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uof4Y4PMhN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uof4Y4PMhN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uof4Y4PMhN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uof4Y4PMhN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uof4Y4PMhN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uof4Y4PMhN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uof4Y4PMhN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uof4Y4PMhN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uof4Y4PMhN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uof4Y4PMhN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uof4Y4PMhN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uof4Y4PMhN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uof4Y4PMhN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uof4Y4PMhN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uof4Y4PMhN .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-uof4Y4PMhN .navbar {
    height: 70px;
  }
  .cid-uof4Y4PMhN .navbar.opened {
    height: auto;
  }
  .cid-uof4Y4PMhN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uof4Y36aJD {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uof4Y36aJD .row {
  flex-direction: row-reverse;
}
.cid-uof4Y36aJD p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uof4Y36aJD .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uof4Y36aJD .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uof4Y36aJD .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uof4Y36aJD .main-banner .left-content {
  margin-right: 15px;
}
.cid-uof4Y36aJD .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uof4Y36aJD .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uof4Y36aJD .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uof4Y36aJD .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uof4Y36aJD .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uof4Y36aJD .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uof4Y36aJD .main-banner:before {
    display: none;
  }
  .cid-uof4Y36aJD .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uof4Y36aJD .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uof4Y36aJD H6 {
  color: #e43f3f;
}
.cid-uof4Y36aJD H2 {
  color: #000000;
}
.cid-uof4Y3wTtj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uof4Y3wTtj .mbr-section-title {
  color: #000000;
}
.cid-uof4Y3NtqF {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uof4Y3NtqF .container {
  padding: 0 5%;
}
.cid-uof4Y3NtqF #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uof4Y3NtqF #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uof4Y3NtqF #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uof4Y3NtqF #expand-button:hover {
  background-color: #7787a5;
}
.cid-uof4Y3NtqF .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uof4Y3NtqF .item:focus,
.cid-uof4Y3NtqF span:focus {
  outline: none;
}
.cid-uof4Y3NtqF .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uof4Y3NtqF .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uof4Y3NtqF .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uof4Y3NtqF .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uof4Y3NtqF .item {
    padding: 1.5rem;
  }
}
.cid-uof4Y3NtqF .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uof4Y3NtqF .item .item-icon {
    margin-top: 0;
  }
}
.cid-uof4Y3NtqF .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uof4Y3NtqF .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uof4Y3NtqF .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uof4Y3NtqF .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uof4Y3NtqF .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uof4Y3NtqF .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uof4Y3NtqF .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uof4Y3NtqF .item-content {
    margin-left: 0;
  }
}
.cid-uof4Y3NtqF .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uof4Y3NtqF .item-title {
  color: #ffffff;
}
.cid-uof4Y3NtqF .mbr-text,
.cid-uof4Y3NtqF .item-icon {
  color: #ffffff;
}
.cid-uof4Y3NtqF .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uof4Y3NtqF .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uof4Y3NtqF .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uof4Y3NtqF .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uof4Y3NtqF .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uof4Y3NtqF .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uof4Y3NtqF .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uof4Y3NtqF .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uof4Y3NtqF .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uof4Y3NtqF .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uof4Y3NtqF .article-column1 {
    padding-right: 16px;
  }
}
.cid-uof4Y3NtqF .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uof4Y3NtqF .article-column2 {
    padding-left: 16px;
  }
}
.cid-uof4Y3NtqF .mbr-section-subtitle,
.cid-uof4Y3NtqF .mbr-iconfont {
  color: #e082c5;
}
.cid-uof4Y3NtqF .mbr-section-subtitle {
  color: #000000;
}
.cid-uof4Y4hRIV {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uof4Y4hRIV p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uof4Y4hRIV .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uof4Y4hRIV .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uof4Y4hRIV .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uof4Y4hRIV .main-banner .left-content {
  margin-right: 15px;
}
.cid-uof4Y4hRIV .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uof4Y4hRIV .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uof4Y4hRIV .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uof4Y4hRIV .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uof4Y4hRIV .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uof4Y4hRIV .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uof4Y4hRIV .main-banner:before {
    display: none;
  }
  .cid-uof4Y4hRIV .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uof4Y4hRIV .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uof4Y4hRIV H6 {
  color: #e43f3f;
}
.cid-uof4Y4hRIV H2 {
  color: #000000;
}
.cid-uof4Y4hRIV P {
  color: #000000;
}
.cid-uof4Y4ukS4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uof4Y4ukS4 #footer {
  padding: 0 0 25px 0;
}
.cid-uof4Y4ukS4 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uof4Y4ukS4 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uof4Y4ukS4 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uof4Y4ukS4 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uof4Y4ukS4 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uof4Y4ukS4 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uof4Y4ukS4 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uof4Y4ukS4 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uof4Y4ukS4 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uof4Y4ukS4 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uof4Y4ukS4 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uof4Y4ukS4 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uof4Y4ukS4 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uof4Y4ukS4 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uof4Y4ukS4 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uof4Y4ukS4 #footer .copyright {
  padding-top: 30px;
}
.cid-uof4Y4ukS4 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uof4Y4ukS4 H4 {
  color: #000000;
  text-align: left;
}
.cid-uof4Y4ukS4 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uof4Y4ukS4 P {
  color: #e43f3f;
  text-align: left;
}
.cid-uof4Y4ukS4 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uof4Y4ukS4 .copyright a {
  text-decoration: none !important;
}
.cid-uof4Y4ukS4 .list,
.cid-uof4Y4ukS4 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uof4Y4ukS4 ul li a {
  text-decoration: none !important;
}
.cid-uof4Y4ukS4 .list {
  color: #e43f3f;
}
.cid-uof5fzeHdH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uof5fzeHdH nav.navbar {
  position: fixed;
}
.cid-uof5fzeHdH .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-uof5fzeHdH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uof5fzeHdH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uof5fzeHdH .dropdown-item:hover,
.cid-uof5fzeHdH .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uof5fzeHdH .dropdown-item:hover span {
  color: white;
}
.cid-uof5fzeHdH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uof5fzeHdH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uof5fzeHdH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uof5fzeHdH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uof5fzeHdH .nav-link {
  position: relative;
}
.cid-uof5fzeHdH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uof5fzeHdH .container {
    flex-wrap: nowrap;
  }
}
.cid-uof5fzeHdH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uof5fzeHdH .dropdown-menu,
.cid-uof5fzeHdH .navbar.opened {
  background: #e43f3f !important;
}
.cid-uof5fzeHdH .nav-item:focus,
.cid-uof5fzeHdH .nav-link:focus {
  outline: none;
}
.cid-uof5fzeHdH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uof5fzeHdH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uof5fzeHdH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uof5fzeHdH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uof5fzeHdH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uof5fzeHdH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uof5fzeHdH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uof5fzeHdH .navbar.opened {
  transition: all 0.3s;
}
.cid-uof5fzeHdH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uof5fzeHdH .navbar .navbar-logo img {
  width: auto;
}
.cid-uof5fzeHdH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uof5fzeHdH .navbar.collapsed {
  justify-content: center;
}
.cid-uof5fzeHdH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uof5fzeHdH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uof5fzeHdH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uof5fzeHdH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uof5fzeHdH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uof5fzeHdH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uof5fzeHdH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uof5fzeHdH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uof5fzeHdH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uof5fzeHdH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uof5fzeHdH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uof5fzeHdH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uof5fzeHdH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uof5fzeHdH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uof5fzeHdH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uof5fzeHdH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uof5fzeHdH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uof5fzeHdH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uof5fzeHdH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uof5fzeHdH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uof5fzeHdH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uof5fzeHdH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uof5fzeHdH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uof5fzeHdH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uof5fzeHdH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uof5fzeHdH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uof5fzeHdH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uof5fzeHdH .dropdown-item.active,
.cid-uof5fzeHdH .dropdown-item:active {
  background-color: transparent;
}
.cid-uof5fzeHdH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uof5fzeHdH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uof5fzeHdH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uof5fzeHdH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uof5fzeHdH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uof5fzeHdH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uof5fzeHdH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uof5fzeHdH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uof5fzeHdH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uof5fzeHdH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uof5fzeHdH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uof5fzeHdH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uof5fzeHdH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uof5fzeHdH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uof5fzeHdH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uof5fzeHdH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uof5fzeHdH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uof5fzeHdH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uof5fzeHdH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uof5fzeHdH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uof5fzeHdH .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-uof5fzeHdH .navbar {
    height: 70px;
  }
  .cid-uof5fzeHdH .navbar.opened {
    height: auto;
  }
  .cid-uof5fzeHdH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uof5fxHo2j {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uof5fxHo2j .row {
  flex-direction: row-reverse;
}
.cid-uof5fxHo2j p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uof5fxHo2j .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uof5fxHo2j .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uof5fxHo2j .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uof5fxHo2j .main-banner .left-content {
  margin-right: 15px;
}
.cid-uof5fxHo2j .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uof5fxHo2j .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uof5fxHo2j .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uof5fxHo2j .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uof5fxHo2j .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uof5fxHo2j .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uof5fxHo2j .main-banner:before {
    display: none;
  }
  .cid-uof5fxHo2j .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uof5fxHo2j .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uof5fxHo2j H6 {
  color: #e43f3f;
}
.cid-uof5fxHo2j H2 {
  color: #000000;
}
.cid-uof5fy58ej {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uof5fy58ej .mbr-section-title {
  color: #000000;
}
.cid-uof5fyhYFR {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uof5fyhYFR .container {
  padding: 0 5%;
}
.cid-uof5fyhYFR #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uof5fyhYFR #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uof5fyhYFR #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uof5fyhYFR #expand-button:hover {
  background-color: #7787a5;
}
.cid-uof5fyhYFR .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uof5fyhYFR .item:focus,
.cid-uof5fyhYFR span:focus {
  outline: none;
}
.cid-uof5fyhYFR .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uof5fyhYFR .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uof5fyhYFR .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uof5fyhYFR .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uof5fyhYFR .item {
    padding: 1.5rem;
  }
}
.cid-uof5fyhYFR .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uof5fyhYFR .item .item-icon {
    margin-top: 0;
  }
}
.cid-uof5fyhYFR .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uof5fyhYFR .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uof5fyhYFR .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uof5fyhYFR .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uof5fyhYFR .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uof5fyhYFR .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uof5fyhYFR .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uof5fyhYFR .item-content {
    margin-left: 0;
  }
}
.cid-uof5fyhYFR .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uof5fyhYFR .item-title {
  color: #ffffff;
}
.cid-uof5fyhYFR .mbr-text,
.cid-uof5fyhYFR .item-icon {
  color: #ffffff;
}
.cid-uof5fyhYFR .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uof5fyhYFR .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uof5fyhYFR .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uof5fyhYFR .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uof5fyhYFR .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uof5fyhYFR .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uof5fyhYFR .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uof5fyhYFR .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uof5fyhYFR .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uof5fyhYFR .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uof5fyhYFR .article-column1 {
    padding-right: 16px;
  }
}
.cid-uof5fyhYFR .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uof5fyhYFR .article-column2 {
    padding-left: 16px;
  }
}
.cid-uof5fyhYFR .mbr-section-subtitle,
.cid-uof5fyhYFR .mbr-iconfont {
  color: #e082c5;
}
.cid-uof5fyhYFR .mbr-section-subtitle {
  color: #000000;
}
.cid-uof5fyJaGs {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uof5fyJaGs p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uof5fyJaGs .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uof5fyJaGs .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uof5fyJaGs .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uof5fyJaGs .main-banner .left-content {
  margin-right: 15px;
}
.cid-uof5fyJaGs .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uof5fyJaGs .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uof5fyJaGs .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uof5fyJaGs .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uof5fyJaGs .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uof5fyJaGs .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uof5fyJaGs .main-banner:before {
    display: none;
  }
  .cid-uof5fyJaGs .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uof5fyJaGs .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uof5fyJaGs H6 {
  color: #e43f3f;
}
.cid-uof5fyJaGs H2 {
  color: #000000;
}
.cid-uof5fyJaGs P {
  color: #000000;
}
.cid-uof5fyXU5m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uof5fyXU5m #footer {
  padding: 0 0 25px 0;
}
.cid-uof5fyXU5m #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uof5fyXU5m #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uof5fyXU5m #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uof5fyXU5m #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uof5fyXU5m #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uof5fyXU5m #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uof5fyXU5m #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uof5fyXU5m #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uof5fyXU5m #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uof5fyXU5m #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uof5fyXU5m #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uof5fyXU5m #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uof5fyXU5m #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uof5fyXU5m #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uof5fyXU5m #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uof5fyXU5m #footer .copyright {
  padding-top: 30px;
}
.cid-uof5fyXU5m ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uof5fyXU5m H4 {
  color: #000000;
  text-align: left;
}
.cid-uof5fyXU5m DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uof5fyXU5m P {
  color: #e43f3f;
  text-align: left;
}
.cid-uof5fyXU5m div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uof5fyXU5m .copyright a {
  text-decoration: none !important;
}
.cid-uof5fyXU5m .list,
.cid-uof5fyXU5m .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uof5fyXU5m ul li a {
  text-decoration: none !important;
}
.cid-uof5fyXU5m .list {
  color: #e43f3f;
}
.cid-uof5wM4uZO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uof5wM4uZO nav.navbar {
  position: fixed;
}
.cid-uof5wM4uZO .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-uof5wM4uZO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uof5wM4uZO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uof5wM4uZO .dropdown-item:hover,
.cid-uof5wM4uZO .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uof5wM4uZO .dropdown-item:hover span {
  color: white;
}
.cid-uof5wM4uZO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uof5wM4uZO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uof5wM4uZO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uof5wM4uZO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uof5wM4uZO .nav-link {
  position: relative;
}
.cid-uof5wM4uZO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uof5wM4uZO .container {
    flex-wrap: nowrap;
  }
}
.cid-uof5wM4uZO .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uof5wM4uZO .dropdown-menu,
.cid-uof5wM4uZO .navbar.opened {
  background: #e43f3f !important;
}
.cid-uof5wM4uZO .nav-item:focus,
.cid-uof5wM4uZO .nav-link:focus {
  outline: none;
}
.cid-uof5wM4uZO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uof5wM4uZO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uof5wM4uZO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uof5wM4uZO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uof5wM4uZO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uof5wM4uZO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uof5wM4uZO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uof5wM4uZO .navbar.opened {
  transition: all 0.3s;
}
.cid-uof5wM4uZO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uof5wM4uZO .navbar .navbar-logo img {
  width: auto;
}
.cid-uof5wM4uZO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uof5wM4uZO .navbar.collapsed {
  justify-content: center;
}
.cid-uof5wM4uZO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uof5wM4uZO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uof5wM4uZO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uof5wM4uZO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uof5wM4uZO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uof5wM4uZO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uof5wM4uZO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uof5wM4uZO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uof5wM4uZO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uof5wM4uZO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uof5wM4uZO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uof5wM4uZO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uof5wM4uZO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uof5wM4uZO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uof5wM4uZO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uof5wM4uZO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uof5wM4uZO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uof5wM4uZO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uof5wM4uZO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uof5wM4uZO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uof5wM4uZO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uof5wM4uZO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uof5wM4uZO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uof5wM4uZO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uof5wM4uZO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uof5wM4uZO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uof5wM4uZO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uof5wM4uZO .dropdown-item.active,
.cid-uof5wM4uZO .dropdown-item:active {
  background-color: transparent;
}
.cid-uof5wM4uZO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uof5wM4uZO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uof5wM4uZO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uof5wM4uZO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uof5wM4uZO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uof5wM4uZO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uof5wM4uZO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uof5wM4uZO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uof5wM4uZO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uof5wM4uZO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uof5wM4uZO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uof5wM4uZO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uof5wM4uZO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uof5wM4uZO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uof5wM4uZO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uof5wM4uZO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uof5wM4uZO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uof5wM4uZO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uof5wM4uZO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uof5wM4uZO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uof5wM4uZO .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-uof5wM4uZO .navbar {
    height: 70px;
  }
  .cid-uof5wM4uZO .navbar.opened {
    height: auto;
  }
  .cid-uof5wM4uZO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uof5wKvtT3 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uof5wKvtT3 .row {
  flex-direction: row-reverse;
}
.cid-uof5wKvtT3 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uof5wKvtT3 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uof5wKvtT3 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uof5wKvtT3 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uof5wKvtT3 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uof5wKvtT3 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uof5wKvtT3 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uof5wKvtT3 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uof5wKvtT3 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uof5wKvtT3 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uof5wKvtT3 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uof5wKvtT3 .main-banner:before {
    display: none;
  }
  .cid-uof5wKvtT3 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uof5wKvtT3 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uof5wKvtT3 H6 {
  color: #e43f3f;
}
.cid-uof5wKvtT3 H2 {
  color: #000000;
}
.cid-uof5wKSFRi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uof5wKSFRi .mbr-section-title {
  color: #000000;
}
.cid-uof5wL63l4 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uof5wL63l4 .container {
  padding: 0 5%;
}
.cid-uof5wL63l4 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uof5wL63l4 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uof5wL63l4 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uof5wL63l4 #expand-button:hover {
  background-color: #7787a5;
}
.cid-uof5wL63l4 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uof5wL63l4 .item:focus,
.cid-uof5wL63l4 span:focus {
  outline: none;
}
.cid-uof5wL63l4 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uof5wL63l4 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uof5wL63l4 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uof5wL63l4 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uof5wL63l4 .item {
    padding: 1.5rem;
  }
}
.cid-uof5wL63l4 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uof5wL63l4 .item .item-icon {
    margin-top: 0;
  }
}
.cid-uof5wL63l4 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uof5wL63l4 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uof5wL63l4 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uof5wL63l4 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uof5wL63l4 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uof5wL63l4 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uof5wL63l4 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uof5wL63l4 .item-content {
    margin-left: 0;
  }
}
.cid-uof5wL63l4 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uof5wL63l4 .item-title {
  color: #ffffff;
}
.cid-uof5wL63l4 .mbr-text,
.cid-uof5wL63l4 .item-icon {
  color: #ffffff;
}
.cid-uof5wL63l4 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uof5wL63l4 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uof5wL63l4 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uof5wL63l4 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uof5wL63l4 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uof5wL63l4 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uof5wL63l4 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uof5wL63l4 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uof5wL63l4 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uof5wL63l4 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uof5wL63l4 .article-column1 {
    padding-right: 16px;
  }
}
.cid-uof5wL63l4 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uof5wL63l4 .article-column2 {
    padding-left: 16px;
  }
}
.cid-uof5wL63l4 .mbr-section-subtitle,
.cid-uof5wL63l4 .mbr-iconfont {
  color: #e082c5;
}
.cid-uof5wL63l4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uof5wLxrj9 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uof5wLxrj9 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uof5wLxrj9 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uof5wLxrj9 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uof5wLxrj9 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uof5wLxrj9 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uof5wLxrj9 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uof5wLxrj9 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uof5wLxrj9 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uof5wLxrj9 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uof5wLxrj9 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uof5wLxrj9 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uof5wLxrj9 .main-banner:before {
    display: none;
  }
  .cid-uof5wLxrj9 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uof5wLxrj9 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uof5wLxrj9 H6 {
  color: #e43f3f;
}
.cid-uof5wLxrj9 H2 {
  color: #000000;
}
.cid-uof5wLxrj9 P {
  color: #000000;
}
.cid-uof5wLNkpn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uof5wLNkpn #footer {
  padding: 0 0 25px 0;
}
.cid-uof5wLNkpn #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uof5wLNkpn #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uof5wLNkpn #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uof5wLNkpn #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uof5wLNkpn #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uof5wLNkpn #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uof5wLNkpn #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uof5wLNkpn #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uof5wLNkpn #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uof5wLNkpn #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uof5wLNkpn #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uof5wLNkpn #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uof5wLNkpn #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uof5wLNkpn #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uof5wLNkpn #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uof5wLNkpn #footer .copyright {
  padding-top: 30px;
}
.cid-uof5wLNkpn ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uof5wLNkpn H4 {
  color: #000000;
  text-align: left;
}
.cid-uof5wLNkpn DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uof5wLNkpn P {
  color: #e43f3f;
  text-align: left;
}
.cid-uof5wLNkpn div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uof5wLNkpn .copyright a {
  text-decoration: none !important;
}
.cid-uof5wLNkpn .list,
.cid-uof5wLNkpn .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uof5wLNkpn ul li a {
  text-decoration: none !important;
}
.cid-uof5wLNkpn .list {
  color: #e43f3f;
}
.cid-uof5ORzlzh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uof5ORzlzh nav.navbar {
  position: fixed;
}
.cid-uof5ORzlzh .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-uof5ORzlzh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uof5ORzlzh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uof5ORzlzh .dropdown-item:hover,
.cid-uof5ORzlzh .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uof5ORzlzh .dropdown-item:hover span {
  color: white;
}
.cid-uof5ORzlzh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uof5ORzlzh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uof5ORzlzh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uof5ORzlzh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uof5ORzlzh .nav-link {
  position: relative;
}
.cid-uof5ORzlzh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uof5ORzlzh .container {
    flex-wrap: nowrap;
  }
}
.cid-uof5ORzlzh .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uof5ORzlzh .dropdown-menu,
.cid-uof5ORzlzh .navbar.opened {
  background: #e43f3f !important;
}
.cid-uof5ORzlzh .nav-item:focus,
.cid-uof5ORzlzh .nav-link:focus {
  outline: none;
}
.cid-uof5ORzlzh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uof5ORzlzh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uof5ORzlzh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uof5ORzlzh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uof5ORzlzh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uof5ORzlzh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uof5ORzlzh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uof5ORzlzh .navbar.opened {
  transition: all 0.3s;
}
.cid-uof5ORzlzh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uof5ORzlzh .navbar .navbar-logo img {
  width: auto;
}
.cid-uof5ORzlzh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uof5ORzlzh .navbar.collapsed {
  justify-content: center;
}
.cid-uof5ORzlzh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uof5ORzlzh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uof5ORzlzh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uof5ORzlzh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uof5ORzlzh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uof5ORzlzh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uof5ORzlzh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uof5ORzlzh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uof5ORzlzh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uof5ORzlzh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uof5ORzlzh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uof5ORzlzh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uof5ORzlzh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uof5ORzlzh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uof5ORzlzh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uof5ORzlzh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uof5ORzlzh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uof5ORzlzh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uof5ORzlzh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uof5ORzlzh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uof5ORzlzh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uof5ORzlzh .navbar.navbar-short {
  min-height: 60px;
}
.cid-uof5ORzlzh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uof5ORzlzh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uof5ORzlzh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uof5ORzlzh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uof5ORzlzh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uof5ORzlzh .dropdown-item.active,
.cid-uof5ORzlzh .dropdown-item:active {
  background-color: transparent;
}
.cid-uof5ORzlzh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uof5ORzlzh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uof5ORzlzh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uof5ORzlzh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uof5ORzlzh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uof5ORzlzh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uof5ORzlzh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uof5ORzlzh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uof5ORzlzh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uof5ORzlzh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uof5ORzlzh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uof5ORzlzh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uof5ORzlzh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uof5ORzlzh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uof5ORzlzh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uof5ORzlzh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uof5ORzlzh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uof5ORzlzh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uof5ORzlzh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uof5ORzlzh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uof5ORzlzh .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-uof5ORzlzh .navbar {
    height: 70px;
  }
  .cid-uof5ORzlzh .navbar.opened {
    height: auto;
  }
  .cid-uof5ORzlzh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uof5OPWYqA {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uof5OPWYqA .row {
  flex-direction: row-reverse;
}
.cid-uof5OPWYqA p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uof5OPWYqA .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uof5OPWYqA .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uof5OPWYqA .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uof5OPWYqA .main-banner .left-content {
  margin-right: 15px;
}
.cid-uof5OPWYqA .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uof5OPWYqA .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uof5OPWYqA .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uof5OPWYqA .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uof5OPWYqA .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uof5OPWYqA .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uof5OPWYqA .main-banner:before {
    display: none;
  }
  .cid-uof5OPWYqA .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uof5OPWYqA .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uof5OPWYqA H6 {
  color: #e43f3f;
}
.cid-uof5OPWYqA H2 {
  color: #000000;
}
.cid-uof5OQjFaF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uof5OQjFaF .mbr-section-title {
  color: #000000;
}
.cid-uof5OQyBD1 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uof5OQyBD1 .container {
  padding: 0 5%;
}
.cid-uof5OQyBD1 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uof5OQyBD1 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uof5OQyBD1 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uof5OQyBD1 #expand-button:hover {
  background-color: #7787a5;
}
.cid-uof5OQyBD1 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uof5OQyBD1 .item:focus,
.cid-uof5OQyBD1 span:focus {
  outline: none;
}
.cid-uof5OQyBD1 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uof5OQyBD1 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uof5OQyBD1 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uof5OQyBD1 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uof5OQyBD1 .item {
    padding: 1.5rem;
  }
}
.cid-uof5OQyBD1 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uof5OQyBD1 .item .item-icon {
    margin-top: 0;
  }
}
.cid-uof5OQyBD1 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uof5OQyBD1 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uof5OQyBD1 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uof5OQyBD1 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uof5OQyBD1 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uof5OQyBD1 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uof5OQyBD1 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uof5OQyBD1 .item-content {
    margin-left: 0;
  }
}
.cid-uof5OQyBD1 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uof5OQyBD1 .item-title {
  color: #ffffff;
}
.cid-uof5OQyBD1 .mbr-text,
.cid-uof5OQyBD1 .item-icon {
  color: #ffffff;
}
.cid-uof5OQyBD1 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uof5OQyBD1 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uof5OQyBD1 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uof5OQyBD1 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uof5OQyBD1 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uof5OQyBD1 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uof5OQyBD1 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uof5OQyBD1 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uof5OQyBD1 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uof5OQyBD1 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uof5OQyBD1 .article-column1 {
    padding-right: 16px;
  }
}
.cid-uof5OQyBD1 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uof5OQyBD1 .article-column2 {
    padding-left: 16px;
  }
}
.cid-uof5OQyBD1 .mbr-section-subtitle,
.cid-uof5OQyBD1 .mbr-iconfont {
  color: #e082c5;
}
.cid-uof5OQyBD1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uof5OR3Tzg {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uof5OR3Tzg p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uof5OR3Tzg .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uof5OR3Tzg .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uof5OR3Tzg .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uof5OR3Tzg .main-banner .left-content {
  margin-right: 15px;
}
.cid-uof5OR3Tzg .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uof5OR3Tzg .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uof5OR3Tzg .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uof5OR3Tzg .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uof5OR3Tzg .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uof5OR3Tzg .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uof5OR3Tzg .main-banner:before {
    display: none;
  }
  .cid-uof5OR3Tzg .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uof5OR3Tzg .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uof5OR3Tzg H6 {
  color: #e43f3f;
}
.cid-uof5OR3Tzg H2 {
  color: #000000;
}
.cid-uof5OR3Tzg P {
  color: #000000;
}
.cid-uof5ORhJlO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uof5ORhJlO #footer {
  padding: 0 0 25px 0;
}
.cid-uof5ORhJlO #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uof5ORhJlO #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uof5ORhJlO #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uof5ORhJlO #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uof5ORhJlO #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uof5ORhJlO #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uof5ORhJlO #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uof5ORhJlO #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uof5ORhJlO #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uof5ORhJlO #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uof5ORhJlO #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uof5ORhJlO #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uof5ORhJlO #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uof5ORhJlO #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uof5ORhJlO #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uof5ORhJlO #footer .copyright {
  padding-top: 30px;
}
.cid-uof5ORhJlO ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uof5ORhJlO H4 {
  color: #000000;
  text-align: left;
}
.cid-uof5ORhJlO DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uof5ORhJlO P {
  color: #e43f3f;
  text-align: left;
}
.cid-uof5ORhJlO div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uof5ORhJlO .copyright a {
  text-decoration: none !important;
}
.cid-uof5ORhJlO .list,
.cid-uof5ORhJlO .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uof5ORhJlO ul li a {
  text-decoration: none !important;
}
.cid-uof5ORhJlO .list {
  color: #e43f3f;
}
.cid-uof678IRWh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uof678IRWh nav.navbar {
  position: fixed;
}
.cid-uof678IRWh .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-uof678IRWh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uof678IRWh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uof678IRWh .dropdown-item:hover,
.cid-uof678IRWh .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uof678IRWh .dropdown-item:hover span {
  color: white;
}
.cid-uof678IRWh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uof678IRWh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uof678IRWh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uof678IRWh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uof678IRWh .nav-link {
  position: relative;
}
.cid-uof678IRWh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uof678IRWh .container {
    flex-wrap: nowrap;
  }
}
.cid-uof678IRWh .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uof678IRWh .dropdown-menu,
.cid-uof678IRWh .navbar.opened {
  background: #e43f3f !important;
}
.cid-uof678IRWh .nav-item:focus,
.cid-uof678IRWh .nav-link:focus {
  outline: none;
}
.cid-uof678IRWh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uof678IRWh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uof678IRWh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uof678IRWh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uof678IRWh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uof678IRWh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uof678IRWh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uof678IRWh .navbar.opened {
  transition: all 0.3s;
}
.cid-uof678IRWh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uof678IRWh .navbar .navbar-logo img {
  width: auto;
}
.cid-uof678IRWh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uof678IRWh .navbar.collapsed {
  justify-content: center;
}
.cid-uof678IRWh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uof678IRWh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uof678IRWh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uof678IRWh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uof678IRWh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uof678IRWh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uof678IRWh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uof678IRWh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uof678IRWh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uof678IRWh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uof678IRWh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uof678IRWh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uof678IRWh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uof678IRWh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uof678IRWh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uof678IRWh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uof678IRWh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uof678IRWh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uof678IRWh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uof678IRWh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uof678IRWh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uof678IRWh .navbar.navbar-short {
  min-height: 60px;
}
.cid-uof678IRWh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uof678IRWh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uof678IRWh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uof678IRWh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uof678IRWh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uof678IRWh .dropdown-item.active,
.cid-uof678IRWh .dropdown-item:active {
  background-color: transparent;
}
.cid-uof678IRWh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uof678IRWh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uof678IRWh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uof678IRWh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uof678IRWh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uof678IRWh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uof678IRWh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uof678IRWh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uof678IRWh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uof678IRWh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uof678IRWh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uof678IRWh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uof678IRWh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uof678IRWh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uof678IRWh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uof678IRWh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uof678IRWh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uof678IRWh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uof678IRWh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uof678IRWh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uof678IRWh .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-uof678IRWh .navbar {
    height: 70px;
  }
  .cid-uof678IRWh .navbar.opened {
    height: auto;
  }
  .cid-uof678IRWh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uof677cBCd {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uof677cBCd .row {
  flex-direction: row-reverse;
}
.cid-uof677cBCd p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uof677cBCd .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uof677cBCd .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uof677cBCd .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uof677cBCd .main-banner .left-content {
  margin-right: 15px;
}
.cid-uof677cBCd .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uof677cBCd .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uof677cBCd .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uof677cBCd .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uof677cBCd .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uof677cBCd .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uof677cBCd .main-banner:before {
    display: none;
  }
  .cid-uof677cBCd .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uof677cBCd .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uof677cBCd H6 {
  color: #e43f3f;
}
.cid-uof677cBCd H2 {
  color: #000000;
}
.cid-uof677AUd3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uof677AUd3 .mbr-section-title {
  color: #000000;
}
.cid-uof677OXf1 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uof677OXf1 .container {
  padding: 0 5%;
}
.cid-uof677OXf1 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uof677OXf1 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uof677OXf1 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uof677OXf1 #expand-button:hover {
  background-color: #7787a5;
}
.cid-uof677OXf1 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uof677OXf1 .item:focus,
.cid-uof677OXf1 span:focus {
  outline: none;
}
.cid-uof677OXf1 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uof677OXf1 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uof677OXf1 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uof677OXf1 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uof677OXf1 .item {
    padding: 1.5rem;
  }
}
.cid-uof677OXf1 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uof677OXf1 .item .item-icon {
    margin-top: 0;
  }
}
.cid-uof677OXf1 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uof677OXf1 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uof677OXf1 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uof677OXf1 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uof677OXf1 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uof677OXf1 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uof677OXf1 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uof677OXf1 .item-content {
    margin-left: 0;
  }
}
.cid-uof677OXf1 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uof677OXf1 .item-title {
  color: #ffffff;
}
.cid-uof677OXf1 .mbr-text,
.cid-uof677OXf1 .item-icon {
  color: #ffffff;
}
.cid-uof677OXf1 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uof677OXf1 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uof677OXf1 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uof677OXf1 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uof677OXf1 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uof677OXf1 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uof677OXf1 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uof677OXf1 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uof677OXf1 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uof677OXf1 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uof677OXf1 .article-column1 {
    padding-right: 16px;
  }
}
.cid-uof677OXf1 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uof677OXf1 .article-column2 {
    padding-left: 16px;
  }
}
.cid-uof677OXf1 .mbr-section-subtitle,
.cid-uof677OXf1 .mbr-iconfont {
  color: #e082c5;
}
.cid-uof677OXf1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uof678fwSY {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uof678fwSY p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uof678fwSY .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uof678fwSY .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uof678fwSY .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uof678fwSY .main-banner .left-content {
  margin-right: 15px;
}
.cid-uof678fwSY .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uof678fwSY .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uof678fwSY .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uof678fwSY .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uof678fwSY .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uof678fwSY .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uof678fwSY .main-banner:before {
    display: none;
  }
  .cid-uof678fwSY .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uof678fwSY .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uof678fwSY H6 {
  color: #e43f3f;
}
.cid-uof678fwSY H2 {
  color: #000000;
}
.cid-uof678fwSY P {
  color: #000000;
}
.cid-uof678sByj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uof678sByj #footer {
  padding: 0 0 25px 0;
}
.cid-uof678sByj #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uof678sByj #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uof678sByj #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uof678sByj #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uof678sByj #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uof678sByj #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uof678sByj #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uof678sByj #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uof678sByj #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uof678sByj #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uof678sByj #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uof678sByj #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uof678sByj #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uof678sByj #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uof678sByj #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uof678sByj #footer .copyright {
  padding-top: 30px;
}
.cid-uof678sByj ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uof678sByj H4 {
  color: #000000;
  text-align: left;
}
.cid-uof678sByj DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uof678sByj P {
  color: #e43f3f;
  text-align: left;
}
.cid-uof678sByj div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uof678sByj .copyright a {
  text-decoration: none !important;
}
.cid-uof678sByj .list,
.cid-uof678sByj .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uof678sByj ul li a {
  text-decoration: none !important;
}
.cid-uof678sByj .list {
  color: #e43f3f;
}
.cid-uof6pkvkya {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uof6pkvkya nav.navbar {
  position: fixed;
}
.cid-uof6pkvkya .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-uof6pkvkya .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uof6pkvkya .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uof6pkvkya .dropdown-item:hover,
.cid-uof6pkvkya .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uof6pkvkya .dropdown-item:hover span {
  color: white;
}
.cid-uof6pkvkya .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uof6pkvkya .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uof6pkvkya .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uof6pkvkya .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uof6pkvkya .nav-link {
  position: relative;
}
.cid-uof6pkvkya .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uof6pkvkya .container {
    flex-wrap: nowrap;
  }
}
.cid-uof6pkvkya .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uof6pkvkya .dropdown-menu,
.cid-uof6pkvkya .navbar.opened {
  background: #e43f3f !important;
}
.cid-uof6pkvkya .nav-item:focus,
.cid-uof6pkvkya .nav-link:focus {
  outline: none;
}
.cid-uof6pkvkya .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uof6pkvkya .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uof6pkvkya .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uof6pkvkya .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uof6pkvkya .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uof6pkvkya .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uof6pkvkya .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uof6pkvkya .navbar.opened {
  transition: all 0.3s;
}
.cid-uof6pkvkya .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uof6pkvkya .navbar .navbar-logo img {
  width: auto;
}
.cid-uof6pkvkya .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uof6pkvkya .navbar.collapsed {
  justify-content: center;
}
.cid-uof6pkvkya .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uof6pkvkya .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uof6pkvkya .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uof6pkvkya .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uof6pkvkya .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uof6pkvkya .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uof6pkvkya .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uof6pkvkya .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uof6pkvkya .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uof6pkvkya .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uof6pkvkya .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uof6pkvkya .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uof6pkvkya .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uof6pkvkya .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uof6pkvkya .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uof6pkvkya .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uof6pkvkya .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uof6pkvkya .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uof6pkvkya .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uof6pkvkya .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uof6pkvkya .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uof6pkvkya .navbar.navbar-short {
  min-height: 60px;
}
.cid-uof6pkvkya .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uof6pkvkya .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uof6pkvkya .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uof6pkvkya .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uof6pkvkya .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uof6pkvkya .dropdown-item.active,
.cid-uof6pkvkya .dropdown-item:active {
  background-color: transparent;
}
.cid-uof6pkvkya .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uof6pkvkya .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uof6pkvkya .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uof6pkvkya .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uof6pkvkya .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uof6pkvkya .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uof6pkvkya ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uof6pkvkya .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uof6pkvkya button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uof6pkvkya button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uof6pkvkya button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uof6pkvkya button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uof6pkvkya button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uof6pkvkya button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uof6pkvkya nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uof6pkvkya nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uof6pkvkya nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uof6pkvkya nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uof6pkvkya .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uof6pkvkya a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uof6pkvkya .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-uof6pkvkya .navbar {
    height: 70px;
  }
  .cid-uof6pkvkya .navbar.opened {
    height: auto;
  }
  .cid-uof6pkvkya .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uof6piU58H {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uof6piU58H .row {
  flex-direction: row-reverse;
}
.cid-uof6piU58H p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uof6piU58H .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uof6piU58H .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uof6piU58H .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uof6piU58H .main-banner .left-content {
  margin-right: 15px;
}
.cid-uof6piU58H .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uof6piU58H .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uof6piU58H .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uof6piU58H .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uof6piU58H .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uof6piU58H .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uof6piU58H .main-banner:before {
    display: none;
  }
  .cid-uof6piU58H .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uof6piU58H .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uof6piU58H H6 {
  color: #e43f3f;
}
.cid-uof6piU58H H2 {
  color: #000000;
}
.cid-uof6pjjfzy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uof6pjjfzy .mbr-section-title {
  color: #000000;
}
.cid-uof6pjw2Mp {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uof6pjw2Mp .container {
  padding: 0 5%;
}
.cid-uof6pjw2Mp #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uof6pjw2Mp #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uof6pjw2Mp #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uof6pjw2Mp #expand-button:hover {
  background-color: #7787a5;
}
.cid-uof6pjw2Mp .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uof6pjw2Mp .item:focus,
.cid-uof6pjw2Mp span:focus {
  outline: none;
}
.cid-uof6pjw2Mp .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uof6pjw2Mp .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uof6pjw2Mp .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uof6pjw2Mp .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uof6pjw2Mp .item {
    padding: 1.5rem;
  }
}
.cid-uof6pjw2Mp .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uof6pjw2Mp .item .item-icon {
    margin-top: 0;
  }
}
.cid-uof6pjw2Mp .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uof6pjw2Mp .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uof6pjw2Mp .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uof6pjw2Mp .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uof6pjw2Mp .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uof6pjw2Mp .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uof6pjw2Mp .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uof6pjw2Mp .item-content {
    margin-left: 0;
  }
}
.cid-uof6pjw2Mp .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uof6pjw2Mp .item-title {
  color: #ffffff;
}
.cid-uof6pjw2Mp .mbr-text,
.cid-uof6pjw2Mp .item-icon {
  color: #ffffff;
}
.cid-uof6pjw2Mp .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uof6pjw2Mp .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uof6pjw2Mp .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uof6pjw2Mp .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uof6pjw2Mp .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uof6pjw2Mp .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uof6pjw2Mp .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uof6pjw2Mp .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uof6pjw2Mp .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uof6pjw2Mp .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uof6pjw2Mp .article-column1 {
    padding-right: 16px;
  }
}
.cid-uof6pjw2Mp .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uof6pjw2Mp .article-column2 {
    padding-left: 16px;
  }
}
.cid-uof6pjw2Mp .mbr-section-subtitle,
.cid-uof6pjw2Mp .mbr-iconfont {
  color: #e082c5;
}
.cid-uof6pjw2Mp .mbr-section-subtitle {
  color: #000000;
}
.cid-uof6pjYghU {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uof6pjYghU p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uof6pjYghU .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uof6pjYghU .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uof6pjYghU .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uof6pjYghU .main-banner .left-content {
  margin-right: 15px;
}
.cid-uof6pjYghU .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uof6pjYghU .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uof6pjYghU .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uof6pjYghU .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uof6pjYghU .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uof6pjYghU .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uof6pjYghU .main-banner:before {
    display: none;
  }
  .cid-uof6pjYghU .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uof6pjYghU .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uof6pjYghU H6 {
  color: #e43f3f;
}
.cid-uof6pjYghU H2 {
  color: #000000;
}
.cid-uof6pjYghU P {
  color: #000000;
}
.cid-uof6pkcj5T {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uof6pkcj5T #footer {
  padding: 0 0 25px 0;
}
.cid-uof6pkcj5T #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uof6pkcj5T #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uof6pkcj5T #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uof6pkcj5T #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uof6pkcj5T #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uof6pkcj5T #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uof6pkcj5T #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uof6pkcj5T #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uof6pkcj5T #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uof6pkcj5T #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uof6pkcj5T #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uof6pkcj5T #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uof6pkcj5T #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uof6pkcj5T #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uof6pkcj5T #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uof6pkcj5T #footer .copyright {
  padding-top: 30px;
}
.cid-uof6pkcj5T ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uof6pkcj5T H4 {
  color: #000000;
  text-align: left;
}
.cid-uof6pkcj5T DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uof6pkcj5T P {
  color: #e43f3f;
  text-align: left;
}
.cid-uof6pkcj5T div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uof6pkcj5T .copyright a {
  text-decoration: none !important;
}
.cid-uof6pkcj5T .list,
.cid-uof6pkcj5T .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uof6pkcj5T ul li a {
  text-decoration: none !important;
}
.cid-uof6pkcj5T .list {
  color: #e43f3f;
}
.cid-uof6HDQuYS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uof6HDQuYS nav.navbar {
  position: fixed;
}
.cid-uof6HDQuYS .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-uof6HDQuYS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uof6HDQuYS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uof6HDQuYS .dropdown-item:hover,
.cid-uof6HDQuYS .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uof6HDQuYS .dropdown-item:hover span {
  color: white;
}
.cid-uof6HDQuYS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uof6HDQuYS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uof6HDQuYS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uof6HDQuYS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uof6HDQuYS .nav-link {
  position: relative;
}
.cid-uof6HDQuYS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uof6HDQuYS .container {
    flex-wrap: nowrap;
  }
}
.cid-uof6HDQuYS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uof6HDQuYS .dropdown-menu,
.cid-uof6HDQuYS .navbar.opened {
  background: #e43f3f !important;
}
.cid-uof6HDQuYS .nav-item:focus,
.cid-uof6HDQuYS .nav-link:focus {
  outline: none;
}
.cid-uof6HDQuYS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uof6HDQuYS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uof6HDQuYS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uof6HDQuYS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uof6HDQuYS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uof6HDQuYS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uof6HDQuYS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uof6HDQuYS .navbar.opened {
  transition: all 0.3s;
}
.cid-uof6HDQuYS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uof6HDQuYS .navbar .navbar-logo img {
  width: auto;
}
.cid-uof6HDQuYS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uof6HDQuYS .navbar.collapsed {
  justify-content: center;
}
.cid-uof6HDQuYS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uof6HDQuYS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uof6HDQuYS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uof6HDQuYS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uof6HDQuYS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uof6HDQuYS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uof6HDQuYS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uof6HDQuYS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uof6HDQuYS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uof6HDQuYS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uof6HDQuYS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uof6HDQuYS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uof6HDQuYS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uof6HDQuYS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uof6HDQuYS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uof6HDQuYS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uof6HDQuYS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uof6HDQuYS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uof6HDQuYS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uof6HDQuYS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uof6HDQuYS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uof6HDQuYS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uof6HDQuYS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uof6HDQuYS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uof6HDQuYS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uof6HDQuYS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uof6HDQuYS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uof6HDQuYS .dropdown-item.active,
.cid-uof6HDQuYS .dropdown-item:active {
  background-color: transparent;
}
.cid-uof6HDQuYS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uof6HDQuYS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uof6HDQuYS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uof6HDQuYS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uof6HDQuYS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uof6HDQuYS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uof6HDQuYS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uof6HDQuYS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uof6HDQuYS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uof6HDQuYS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uof6HDQuYS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uof6HDQuYS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uof6HDQuYS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uof6HDQuYS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uof6HDQuYS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uof6HDQuYS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uof6HDQuYS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uof6HDQuYS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uof6HDQuYS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uof6HDQuYS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uof6HDQuYS .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-uof6HDQuYS .navbar {
    height: 70px;
  }
  .cid-uof6HDQuYS .navbar.opened {
    height: auto;
  }
  .cid-uof6HDQuYS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uof6HCgHXF {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uof6HCgHXF .row {
  flex-direction: row-reverse;
}
.cid-uof6HCgHXF p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uof6HCgHXF .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uof6HCgHXF .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uof6HCgHXF .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uof6HCgHXF .main-banner .left-content {
  margin-right: 15px;
}
.cid-uof6HCgHXF .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uof6HCgHXF .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uof6HCgHXF .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uof6HCgHXF .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uof6HCgHXF .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uof6HCgHXF .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uof6HCgHXF .main-banner:before {
    display: none;
  }
  .cid-uof6HCgHXF .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uof6HCgHXF .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uof6HCgHXF H6 {
  color: #e43f3f;
}
.cid-uof6HCgHXF H2 {
  color: #000000;
}
.cid-uof6HCE2jN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uof6HCE2jN .mbr-section-title {
  color: #000000;
}
.cid-uof6HCSLXg {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uof6HCSLXg .container {
  padding: 0 5%;
}
.cid-uof6HCSLXg #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uof6HCSLXg #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uof6HCSLXg #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uof6HCSLXg #expand-button:hover {
  background-color: #7787a5;
}
.cid-uof6HCSLXg .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uof6HCSLXg .item:focus,
.cid-uof6HCSLXg span:focus {
  outline: none;
}
.cid-uof6HCSLXg .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uof6HCSLXg .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uof6HCSLXg .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uof6HCSLXg .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uof6HCSLXg .item {
    padding: 1.5rem;
  }
}
.cid-uof6HCSLXg .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uof6HCSLXg .item .item-icon {
    margin-top: 0;
  }
}
.cid-uof6HCSLXg .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uof6HCSLXg .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uof6HCSLXg .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uof6HCSLXg .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uof6HCSLXg .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uof6HCSLXg .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uof6HCSLXg .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uof6HCSLXg .item-content {
    margin-left: 0;
  }
}
.cid-uof6HCSLXg .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uof6HCSLXg .item-title {
  color: #ffffff;
}
.cid-uof6HCSLXg .mbr-text,
.cid-uof6HCSLXg .item-icon {
  color: #ffffff;
}
.cid-uof6HCSLXg .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uof6HCSLXg .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uof6HCSLXg .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uof6HCSLXg .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uof6HCSLXg .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uof6HCSLXg .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uof6HCSLXg .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uof6HCSLXg .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uof6HCSLXg .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uof6HCSLXg .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uof6HCSLXg .article-column1 {
    padding-right: 16px;
  }
}
.cid-uof6HCSLXg .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uof6HCSLXg .article-column2 {
    padding-left: 16px;
  }
}
.cid-uof6HCSLXg .mbr-section-subtitle,
.cid-uof6HCSLXg .mbr-iconfont {
  color: #e082c5;
}
.cid-uof6HCSLXg .mbr-section-subtitle {
  color: #000000;
}
.cid-uof6HDlllI {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uof6HDlllI p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uof6HDlllI .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uof6HDlllI .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uof6HDlllI .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uof6HDlllI .main-banner .left-content {
  margin-right: 15px;
}
.cid-uof6HDlllI .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uof6HDlllI .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uof6HDlllI .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uof6HDlllI .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uof6HDlllI .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uof6HDlllI .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uof6HDlllI .main-banner:before {
    display: none;
  }
  .cid-uof6HDlllI .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uof6HDlllI .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uof6HDlllI H6 {
  color: #e43f3f;
}
.cid-uof6HDlllI H2 {
  color: #000000;
}
.cid-uof6HDlllI P {
  color: #000000;
}
.cid-uof6HDyM05 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uof6HDyM05 #footer {
  padding: 0 0 25px 0;
}
.cid-uof6HDyM05 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uof6HDyM05 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uof6HDyM05 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uof6HDyM05 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uof6HDyM05 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uof6HDyM05 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uof6HDyM05 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uof6HDyM05 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uof6HDyM05 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uof6HDyM05 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uof6HDyM05 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uof6HDyM05 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uof6HDyM05 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uof6HDyM05 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uof6HDyM05 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uof6HDyM05 #footer .copyright {
  padding-top: 30px;
}
.cid-uof6HDyM05 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uof6HDyM05 H4 {
  color: #000000;
  text-align: left;
}
.cid-uof6HDyM05 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uof6HDyM05 P {
  color: #e43f3f;
  text-align: left;
}
.cid-uof6HDyM05 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uof6HDyM05 .copyright a {
  text-decoration: none !important;
}
.cid-uof6HDyM05 .list,
.cid-uof6HDyM05 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uof6HDyM05 ul li a {
  text-decoration: none !important;
}
.cid-uof6HDyM05 .list {
  color: #e43f3f;
}
.cid-uof74RuvHj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uof74RuvHj nav.navbar {
  position: fixed;
}
.cid-uof74RuvHj .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-uof74RuvHj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uof74RuvHj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uof74RuvHj .dropdown-item:hover,
.cid-uof74RuvHj .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uof74RuvHj .dropdown-item:hover span {
  color: white;
}
.cid-uof74RuvHj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uof74RuvHj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uof74RuvHj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uof74RuvHj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uof74RuvHj .nav-link {
  position: relative;
}
.cid-uof74RuvHj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uof74RuvHj .container {
    flex-wrap: nowrap;
  }
}
.cid-uof74RuvHj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uof74RuvHj .dropdown-menu,
.cid-uof74RuvHj .navbar.opened {
  background: #e43f3f !important;
}
.cid-uof74RuvHj .nav-item:focus,
.cid-uof74RuvHj .nav-link:focus {
  outline: none;
}
.cid-uof74RuvHj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uof74RuvHj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uof74RuvHj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uof74RuvHj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uof74RuvHj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uof74RuvHj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uof74RuvHj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uof74RuvHj .navbar.opened {
  transition: all 0.3s;
}
.cid-uof74RuvHj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uof74RuvHj .navbar .navbar-logo img {
  width: auto;
}
.cid-uof74RuvHj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uof74RuvHj .navbar.collapsed {
  justify-content: center;
}
.cid-uof74RuvHj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uof74RuvHj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uof74RuvHj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uof74RuvHj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uof74RuvHj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uof74RuvHj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uof74RuvHj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uof74RuvHj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uof74RuvHj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uof74RuvHj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uof74RuvHj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uof74RuvHj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uof74RuvHj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uof74RuvHj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uof74RuvHj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uof74RuvHj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uof74RuvHj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uof74RuvHj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uof74RuvHj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uof74RuvHj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uof74RuvHj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uof74RuvHj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uof74RuvHj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uof74RuvHj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uof74RuvHj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uof74RuvHj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uof74RuvHj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uof74RuvHj .dropdown-item.active,
.cid-uof74RuvHj .dropdown-item:active {
  background-color: transparent;
}
.cid-uof74RuvHj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uof74RuvHj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uof74RuvHj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uof74RuvHj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uof74RuvHj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uof74RuvHj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uof74RuvHj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uof74RuvHj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uof74RuvHj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uof74RuvHj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uof74RuvHj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uof74RuvHj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uof74RuvHj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uof74RuvHj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uof74RuvHj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uof74RuvHj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uof74RuvHj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uof74RuvHj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uof74RuvHj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uof74RuvHj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uof74RuvHj .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-uof74RuvHj .navbar {
    height: 70px;
  }
  .cid-uof74RuvHj .navbar.opened {
    height: auto;
  }
  .cid-uof74RuvHj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uof74PGd1L {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uof74PGd1L .row {
  flex-direction: row-reverse;
}
.cid-uof74PGd1L p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uof74PGd1L .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uof74PGd1L .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uof74PGd1L .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uof74PGd1L .main-banner .left-content {
  margin-right: 15px;
}
.cid-uof74PGd1L .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uof74PGd1L .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uof74PGd1L .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uof74PGd1L .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uof74PGd1L .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uof74PGd1L .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uof74PGd1L .main-banner:before {
    display: none;
  }
  .cid-uof74PGd1L .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uof74PGd1L .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uof74PGd1L H6 {
  color: #e43f3f;
}
.cid-uof74PGd1L H2 {
  color: #000000;
}
.cid-uof74Q8rY6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uof74Q8rY6 .mbr-section-title {
  color: #000000;
}
.cid-uof74QqjLX {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uof74QqjLX .container {
  padding: 0 5%;
}
.cid-uof74QqjLX #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uof74QqjLX #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uof74QqjLX #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uof74QqjLX #expand-button:hover {
  background-color: #7787a5;
}
.cid-uof74QqjLX .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uof74QqjLX .item:focus,
.cid-uof74QqjLX span:focus {
  outline: none;
}
.cid-uof74QqjLX .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uof74QqjLX .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uof74QqjLX .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uof74QqjLX .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uof74QqjLX .item {
    padding: 1.5rem;
  }
}
.cid-uof74QqjLX .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uof74QqjLX .item .item-icon {
    margin-top: 0;
  }
}
.cid-uof74QqjLX .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uof74QqjLX .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uof74QqjLX .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uof74QqjLX .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uof74QqjLX .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uof74QqjLX .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uof74QqjLX .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uof74QqjLX .item-content {
    margin-left: 0;
  }
}
.cid-uof74QqjLX .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uof74QqjLX .item-title {
  color: #ffffff;
}
.cid-uof74QqjLX .mbr-text,
.cid-uof74QqjLX .item-icon {
  color: #ffffff;
}
.cid-uof74QqjLX .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uof74QqjLX .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uof74QqjLX .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uof74QqjLX .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uof74QqjLX .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uof74QqjLX .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uof74QqjLX .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uof74QqjLX .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uof74QqjLX .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uof74QqjLX .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uof74QqjLX .article-column1 {
    padding-right: 16px;
  }
}
.cid-uof74QqjLX .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uof74QqjLX .article-column2 {
    padding-left: 16px;
  }
}
.cid-uof74QqjLX .mbr-section-subtitle,
.cid-uof74QqjLX .mbr-iconfont {
  color: #e082c5;
}
.cid-uof74QqjLX .mbr-section-subtitle {
  color: #000000;
}
.cid-uof74QWRkW {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uof74QWRkW p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uof74QWRkW .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uof74QWRkW .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uof74QWRkW .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uof74QWRkW .main-banner .left-content {
  margin-right: 15px;
}
.cid-uof74QWRkW .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uof74QWRkW .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uof74QWRkW .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uof74QWRkW .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uof74QWRkW .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uof74QWRkW .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uof74QWRkW .main-banner:before {
    display: none;
  }
  .cid-uof74QWRkW .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uof74QWRkW .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uof74QWRkW H6 {
  color: #e43f3f;
}
.cid-uof74QWRkW H2 {
  color: #000000;
}
.cid-uof74QWRkW P {
  color: #000000;
}
.cid-uof74RbMjJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uof74RbMjJ #footer {
  padding: 0 0 25px 0;
}
.cid-uof74RbMjJ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uof74RbMjJ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uof74RbMjJ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uof74RbMjJ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uof74RbMjJ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uof74RbMjJ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uof74RbMjJ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uof74RbMjJ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uof74RbMjJ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uof74RbMjJ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uof74RbMjJ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uof74RbMjJ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uof74RbMjJ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uof74RbMjJ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uof74RbMjJ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uof74RbMjJ #footer .copyright {
  padding-top: 30px;
}
.cid-uof74RbMjJ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uof74RbMjJ H4 {
  color: #000000;
  text-align: left;
}
.cid-uof74RbMjJ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uof74RbMjJ P {
  color: #e43f3f;
  text-align: left;
}
.cid-uof74RbMjJ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uof74RbMjJ .copyright a {
  text-decoration: none !important;
}
.cid-uof74RbMjJ .list,
.cid-uof74RbMjJ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uof74RbMjJ ul li a {
  text-decoration: none !important;
}
.cid-uof74RbMjJ .list {
  color: #e43f3f;
}
.cid-uof7p28Fnu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uof7p28Fnu nav.navbar {
  position: fixed;
}
.cid-uof7p28Fnu .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-uof7p28Fnu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uof7p28Fnu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uof7p28Fnu .dropdown-item:hover,
.cid-uof7p28Fnu .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uof7p28Fnu .dropdown-item:hover span {
  color: white;
}
.cid-uof7p28Fnu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uof7p28Fnu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uof7p28Fnu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uof7p28Fnu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uof7p28Fnu .nav-link {
  position: relative;
}
.cid-uof7p28Fnu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uof7p28Fnu .container {
    flex-wrap: nowrap;
  }
}
.cid-uof7p28Fnu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uof7p28Fnu .dropdown-menu,
.cid-uof7p28Fnu .navbar.opened {
  background: #e43f3f !important;
}
.cid-uof7p28Fnu .nav-item:focus,
.cid-uof7p28Fnu .nav-link:focus {
  outline: none;
}
.cid-uof7p28Fnu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uof7p28Fnu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uof7p28Fnu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uof7p28Fnu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uof7p28Fnu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uof7p28Fnu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uof7p28Fnu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uof7p28Fnu .navbar.opened {
  transition: all 0.3s;
}
.cid-uof7p28Fnu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uof7p28Fnu .navbar .navbar-logo img {
  width: auto;
}
.cid-uof7p28Fnu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uof7p28Fnu .navbar.collapsed {
  justify-content: center;
}
.cid-uof7p28Fnu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uof7p28Fnu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uof7p28Fnu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uof7p28Fnu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uof7p28Fnu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uof7p28Fnu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uof7p28Fnu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uof7p28Fnu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uof7p28Fnu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uof7p28Fnu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uof7p28Fnu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uof7p28Fnu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uof7p28Fnu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uof7p28Fnu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uof7p28Fnu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uof7p28Fnu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uof7p28Fnu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uof7p28Fnu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uof7p28Fnu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uof7p28Fnu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uof7p28Fnu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uof7p28Fnu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uof7p28Fnu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uof7p28Fnu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uof7p28Fnu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uof7p28Fnu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uof7p28Fnu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uof7p28Fnu .dropdown-item.active,
.cid-uof7p28Fnu .dropdown-item:active {
  background-color: transparent;
}
.cid-uof7p28Fnu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uof7p28Fnu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uof7p28Fnu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uof7p28Fnu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uof7p28Fnu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uof7p28Fnu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uof7p28Fnu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uof7p28Fnu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uof7p28Fnu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uof7p28Fnu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uof7p28Fnu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uof7p28Fnu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uof7p28Fnu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uof7p28Fnu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uof7p28Fnu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uof7p28Fnu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uof7p28Fnu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uof7p28Fnu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uof7p28Fnu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uof7p28Fnu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uof7p28Fnu .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-uof7p28Fnu .navbar {
    height: 70px;
  }
  .cid-uof7p28Fnu .navbar.opened {
    height: auto;
  }
  .cid-uof7p28Fnu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uof7p0vvVU {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uof7p0vvVU .row {
  flex-direction: row-reverse;
}
.cid-uof7p0vvVU p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uof7p0vvVU .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uof7p0vvVU .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uof7p0vvVU .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uof7p0vvVU .main-banner .left-content {
  margin-right: 15px;
}
.cid-uof7p0vvVU .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uof7p0vvVU .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uof7p0vvVU .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uof7p0vvVU .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uof7p0vvVU .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uof7p0vvVU .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uof7p0vvVU .main-banner:before {
    display: none;
  }
  .cid-uof7p0vvVU .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uof7p0vvVU .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uof7p0vvVU H6 {
  color: #e43f3f;
}
.cid-uof7p0vvVU H2 {
  color: #000000;
}
.cid-uof7p0UQiR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uof7p0UQiR .mbr-section-title {
  color: #000000;
}
.cid-uof7p179nW {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uof7p179nW .container {
  padding: 0 5%;
}
.cid-uof7p179nW #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uof7p179nW #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uof7p179nW #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uof7p179nW #expand-button:hover {
  background-color: #7787a5;
}
.cid-uof7p179nW .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uof7p179nW .item:focus,
.cid-uof7p179nW span:focus {
  outline: none;
}
.cid-uof7p179nW .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uof7p179nW .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uof7p179nW .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uof7p179nW .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uof7p179nW .item {
    padding: 1.5rem;
  }
}
.cid-uof7p179nW .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uof7p179nW .item .item-icon {
    margin-top: 0;
  }
}
.cid-uof7p179nW .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uof7p179nW .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uof7p179nW .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uof7p179nW .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uof7p179nW .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uof7p179nW .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uof7p179nW .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uof7p179nW .item-content {
    margin-left: 0;
  }
}
.cid-uof7p179nW .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uof7p179nW .item-title {
  color: #ffffff;
}
.cid-uof7p179nW .mbr-text,
.cid-uof7p179nW .item-icon {
  color: #ffffff;
}
.cid-uof7p179nW .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uof7p179nW .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uof7p179nW .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uof7p179nW .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uof7p179nW .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uof7p179nW .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uof7p179nW .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uof7p179nW .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uof7p179nW .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uof7p179nW .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uof7p179nW .article-column1 {
    padding-right: 16px;
  }
}
.cid-uof7p179nW .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uof7p179nW .article-column2 {
    padding-left: 16px;
  }
}
.cid-uof7p179nW .mbr-section-subtitle,
.cid-uof7p179nW .mbr-iconfont {
  color: #e082c5;
}
.cid-uof7p179nW .mbr-section-subtitle {
  color: #000000;
}
.cid-uof7p1zsT9 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uof7p1zsT9 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uof7p1zsT9 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uof7p1zsT9 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uof7p1zsT9 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uof7p1zsT9 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uof7p1zsT9 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uof7p1zsT9 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uof7p1zsT9 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uof7p1zsT9 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uof7p1zsT9 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uof7p1zsT9 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uof7p1zsT9 .main-banner:before {
    display: none;
  }
  .cid-uof7p1zsT9 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uof7p1zsT9 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uof7p1zsT9 H6 {
  color: #e43f3f;
}
.cid-uof7p1zsT9 H2 {
  color: #000000;
}
.cid-uof7p1zsT9 P {
  color: #000000;
}
.cid-uof7p1NBfs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uof7p1NBfs #footer {
  padding: 0 0 25px 0;
}
.cid-uof7p1NBfs #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uof7p1NBfs #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uof7p1NBfs #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uof7p1NBfs #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uof7p1NBfs #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uof7p1NBfs #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uof7p1NBfs #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uof7p1NBfs #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uof7p1NBfs #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uof7p1NBfs #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uof7p1NBfs #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uof7p1NBfs #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uof7p1NBfs #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uof7p1NBfs #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uof7p1NBfs #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uof7p1NBfs #footer .copyright {
  padding-top: 30px;
}
.cid-uof7p1NBfs ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uof7p1NBfs H4 {
  color: #000000;
  text-align: left;
}
.cid-uof7p1NBfs DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uof7p1NBfs P {
  color: #e43f3f;
  text-align: left;
}
.cid-uof7p1NBfs div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uof7p1NBfs .copyright a {
  text-decoration: none !important;
}
.cid-uof7p1NBfs .list,
.cid-uof7p1NBfs .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uof7p1NBfs ul li a {
  text-decoration: none !important;
}
.cid-uof7p1NBfs .list {
  color: #e43f3f;
}
.cid-uogaO0CxXz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uogaO0CxXz nav.navbar {
  position: fixed;
}
.cid-uogaO0CxXz .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-uogaO0CxXz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uogaO0CxXz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uogaO0CxXz .dropdown-item:hover,
.cid-uogaO0CxXz .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uogaO0CxXz .dropdown-item:hover span {
  color: white;
}
.cid-uogaO0CxXz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uogaO0CxXz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uogaO0CxXz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uogaO0CxXz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uogaO0CxXz .nav-link {
  position: relative;
}
.cid-uogaO0CxXz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uogaO0CxXz .container {
    flex-wrap: nowrap;
  }
}
.cid-uogaO0CxXz .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uogaO0CxXz .dropdown-menu,
.cid-uogaO0CxXz .navbar.opened {
  background: #e43f3f !important;
}
.cid-uogaO0CxXz .nav-item:focus,
.cid-uogaO0CxXz .nav-link:focus {
  outline: none;
}
.cid-uogaO0CxXz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uogaO0CxXz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uogaO0CxXz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uogaO0CxXz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uogaO0CxXz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uogaO0CxXz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uogaO0CxXz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uogaO0CxXz .navbar.opened {
  transition: all 0.3s;
}
.cid-uogaO0CxXz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uogaO0CxXz .navbar .navbar-logo img {
  width: auto;
}
.cid-uogaO0CxXz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uogaO0CxXz .navbar.collapsed {
  justify-content: center;
}
.cid-uogaO0CxXz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uogaO0CxXz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uogaO0CxXz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uogaO0CxXz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uogaO0CxXz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uogaO0CxXz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uogaO0CxXz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uogaO0CxXz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uogaO0CxXz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uogaO0CxXz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uogaO0CxXz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uogaO0CxXz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uogaO0CxXz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uogaO0CxXz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uogaO0CxXz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uogaO0CxXz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uogaO0CxXz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uogaO0CxXz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uogaO0CxXz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uogaO0CxXz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uogaO0CxXz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uogaO0CxXz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uogaO0CxXz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uogaO0CxXz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uogaO0CxXz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uogaO0CxXz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uogaO0CxXz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uogaO0CxXz .dropdown-item.active,
.cid-uogaO0CxXz .dropdown-item:active {
  background-color: transparent;
}
.cid-uogaO0CxXz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uogaO0CxXz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uogaO0CxXz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uogaO0CxXz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uogaO0CxXz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uogaO0CxXz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uogaO0CxXz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uogaO0CxXz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uogaO0CxXz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uogaO0CxXz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uogaO0CxXz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uogaO0CxXz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogaO0CxXz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogaO0CxXz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uogaO0CxXz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogaO0CxXz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uogaO0CxXz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uogaO0CxXz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogaO0CxXz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uogaO0CxXz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uogaO0CxXz .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-uogaO0CxXz .navbar {
    height: 70px;
  }
  .cid-uogaO0CxXz .navbar.opened {
    height: auto;
  }
  .cid-uogaO0CxXz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uogaNYO3Mn {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogaNYO3Mn .row {
  flex-direction: row-reverse;
}
.cid-uogaNYO3Mn p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogaNYO3Mn .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogaNYO3Mn .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogaNYO3Mn .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogaNYO3Mn .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogaNYO3Mn .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogaNYO3Mn .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogaNYO3Mn .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogaNYO3Mn .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogaNYO3Mn .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogaNYO3Mn .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogaNYO3Mn .main-banner:before {
    display: none;
  }
  .cid-uogaNYO3Mn .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogaNYO3Mn .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogaNYO3Mn H6 {
  color: #e43f3f;
}
.cid-uogaNYO3Mn H2 {
  color: #000000;
}
.cid-uogaNZeOvQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uogaNZeOvQ .mbr-section-title {
  color: #000000;
}
.cid-uogaNZtEoM {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uogaNZtEoM .container {
  padding: 0 5%;
}
.cid-uogaNZtEoM #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogaNZtEoM #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uogaNZtEoM #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogaNZtEoM #expand-button:hover {
  background-color: #7787a5;
}
.cid-uogaNZtEoM .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uogaNZtEoM .item:focus,
.cid-uogaNZtEoM span:focus {
  outline: none;
}
.cid-uogaNZtEoM .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uogaNZtEoM .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uogaNZtEoM .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uogaNZtEoM .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uogaNZtEoM .item {
    padding: 1.5rem;
  }
}
.cid-uogaNZtEoM .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogaNZtEoM .item .item-icon {
    margin-top: 0;
  }
}
.cid-uogaNZtEoM .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uogaNZtEoM .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uogaNZtEoM .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uogaNZtEoM .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uogaNZtEoM .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogaNZtEoM .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uogaNZtEoM .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uogaNZtEoM .item-content {
    margin-left: 0;
  }
}
.cid-uogaNZtEoM .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uogaNZtEoM .item-title {
  color: #ffffff;
}
.cid-uogaNZtEoM .mbr-text,
.cid-uogaNZtEoM .item-icon {
  color: #ffffff;
}
.cid-uogaNZtEoM .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uogaNZtEoM .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uogaNZtEoM .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uogaNZtEoM .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uogaNZtEoM .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uogaNZtEoM .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uogaNZtEoM .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uogaNZtEoM .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uogaNZtEoM .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uogaNZtEoM .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uogaNZtEoM .article-column1 {
    padding-right: 16px;
  }
}
.cid-uogaNZtEoM .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uogaNZtEoM .article-column2 {
    padding-left: 16px;
  }
}
.cid-uogaNZtEoM .mbr-section-subtitle,
.cid-uogaNZtEoM .mbr-iconfont {
  color: #e082c5;
}
.cid-uogaNZtEoM .mbr-section-subtitle {
  color: #000000;
}
.cid-uogaNZZiWt {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogaNZZiWt p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogaNZZiWt .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogaNZZiWt .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogaNZZiWt .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogaNZZiWt .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogaNZZiWt .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogaNZZiWt .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogaNZZiWt .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogaNZZiWt .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogaNZZiWt .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogaNZZiWt .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogaNZZiWt .main-banner:before {
    display: none;
  }
  .cid-uogaNZZiWt .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogaNZZiWt .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogaNZZiWt H6 {
  color: #e43f3f;
}
.cid-uogaNZZiWt H2 {
  color: #000000;
}
.cid-uogaNZZiWt P {
  color: #000000;
}
.cid-uogaO0eDtl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uogaO0eDtl #footer {
  padding: 0 0 25px 0;
}
.cid-uogaO0eDtl #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uogaO0eDtl #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uogaO0eDtl #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uogaO0eDtl #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uogaO0eDtl #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uogaO0eDtl #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uogaO0eDtl #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uogaO0eDtl #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uogaO0eDtl #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uogaO0eDtl #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uogaO0eDtl #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uogaO0eDtl #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uogaO0eDtl #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uogaO0eDtl #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uogaO0eDtl #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uogaO0eDtl #footer .copyright {
  padding-top: 30px;
}
.cid-uogaO0eDtl ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uogaO0eDtl H4 {
  color: #000000;
  text-align: left;
}
.cid-uogaO0eDtl DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uogaO0eDtl P {
  color: #e43f3f;
  text-align: left;
}
.cid-uogaO0eDtl div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uogaO0eDtl .copyright a {
  text-decoration: none !important;
}
.cid-uogaO0eDtl .list,
.cid-uogaO0eDtl .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uogaO0eDtl ul li a {
  text-decoration: none !important;
}
.cid-uogaO0eDtl .list {
  color: #e43f3f;
}
.cid-uogb9RLQg9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uogb9RLQg9 nav.navbar {
  position: fixed;
}
.cid-uogb9RLQg9 .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-uogb9RLQg9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uogb9RLQg9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uogb9RLQg9 .dropdown-item:hover,
.cid-uogb9RLQg9 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uogb9RLQg9 .dropdown-item:hover span {
  color: white;
}
.cid-uogb9RLQg9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uogb9RLQg9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uogb9RLQg9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uogb9RLQg9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uogb9RLQg9 .nav-link {
  position: relative;
}
.cid-uogb9RLQg9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uogb9RLQg9 .container {
    flex-wrap: nowrap;
  }
}
.cid-uogb9RLQg9 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uogb9RLQg9 .dropdown-menu,
.cid-uogb9RLQg9 .navbar.opened {
  background: #e43f3f !important;
}
.cid-uogb9RLQg9 .nav-item:focus,
.cid-uogb9RLQg9 .nav-link:focus {
  outline: none;
}
.cid-uogb9RLQg9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uogb9RLQg9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uogb9RLQg9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uogb9RLQg9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uogb9RLQg9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uogb9RLQg9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uogb9RLQg9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uogb9RLQg9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uogb9RLQg9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uogb9RLQg9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uogb9RLQg9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uogb9RLQg9 .navbar.collapsed {
  justify-content: center;
}
.cid-uogb9RLQg9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uogb9RLQg9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uogb9RLQg9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uogb9RLQg9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uogb9RLQg9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uogb9RLQg9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uogb9RLQg9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uogb9RLQg9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uogb9RLQg9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uogb9RLQg9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uogb9RLQg9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uogb9RLQg9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uogb9RLQg9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uogb9RLQg9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uogb9RLQg9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uogb9RLQg9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uogb9RLQg9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uogb9RLQg9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uogb9RLQg9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uogb9RLQg9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uogb9RLQg9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uogb9RLQg9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uogb9RLQg9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uogb9RLQg9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uogb9RLQg9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uogb9RLQg9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uogb9RLQg9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uogb9RLQg9 .dropdown-item.active,
.cid-uogb9RLQg9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uogb9RLQg9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uogb9RLQg9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uogb9RLQg9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uogb9RLQg9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uogb9RLQg9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uogb9RLQg9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uogb9RLQg9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uogb9RLQg9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uogb9RLQg9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uogb9RLQg9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uogb9RLQg9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uogb9RLQg9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogb9RLQg9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogb9RLQg9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uogb9RLQg9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogb9RLQg9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uogb9RLQg9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uogb9RLQg9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogb9RLQg9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uogb9RLQg9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uogb9RLQg9 .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-uogb9RLQg9 .navbar {
    height: 70px;
  }
  .cid-uogb9RLQg9 .navbar.opened {
    height: auto;
  }
  .cid-uogb9RLQg9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uogb9PHNOp {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogb9PHNOp .row {
  flex-direction: row-reverse;
}
.cid-uogb9PHNOp p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogb9PHNOp .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogb9PHNOp .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogb9PHNOp .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogb9PHNOp .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogb9PHNOp .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogb9PHNOp .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogb9PHNOp .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogb9PHNOp .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogb9PHNOp .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogb9PHNOp .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogb9PHNOp .main-banner:before {
    display: none;
  }
  .cid-uogb9PHNOp .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogb9PHNOp .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogb9PHNOp H6 {
  color: #e43f3f;
}
.cid-uogb9PHNOp H2 {
  color: #000000;
}
.cid-uogb9QebFZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uogb9QebFZ .mbr-section-title {
  color: #000000;
}
.cid-uogb9QxqXI {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uogb9QxqXI .container {
  padding: 0 5%;
}
.cid-uogb9QxqXI #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogb9QxqXI #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uogb9QxqXI #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogb9QxqXI #expand-button:hover {
  background-color: #7787a5;
}
.cid-uogb9QxqXI .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uogb9QxqXI .item:focus,
.cid-uogb9QxqXI span:focus {
  outline: none;
}
.cid-uogb9QxqXI .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uogb9QxqXI .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uogb9QxqXI .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uogb9QxqXI .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uogb9QxqXI .item {
    padding: 1.5rem;
  }
}
.cid-uogb9QxqXI .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogb9QxqXI .item .item-icon {
    margin-top: 0;
  }
}
.cid-uogb9QxqXI .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uogb9QxqXI .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uogb9QxqXI .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uogb9QxqXI .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uogb9QxqXI .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogb9QxqXI .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uogb9QxqXI .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uogb9QxqXI .item-content {
    margin-left: 0;
  }
}
.cid-uogb9QxqXI .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uogb9QxqXI .item-title {
  color: #ffffff;
}
.cid-uogb9QxqXI .mbr-text,
.cid-uogb9QxqXI .item-icon {
  color: #ffffff;
}
.cid-uogb9QxqXI .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uogb9QxqXI .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uogb9QxqXI .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uogb9QxqXI .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uogb9QxqXI .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uogb9QxqXI .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uogb9QxqXI .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uogb9QxqXI .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uogb9QxqXI .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uogb9QxqXI .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uogb9QxqXI .article-column1 {
    padding-right: 16px;
  }
}
.cid-uogb9QxqXI .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uogb9QxqXI .article-column2 {
    padding-left: 16px;
  }
}
.cid-uogb9QxqXI .mbr-section-subtitle,
.cid-uogb9QxqXI .mbr-iconfont {
  color: #e082c5;
}
.cid-uogb9QxqXI .mbr-section-subtitle {
  color: #000000;
}
.cid-uogb9RbC90 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogb9RbC90 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogb9RbC90 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogb9RbC90 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogb9RbC90 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogb9RbC90 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogb9RbC90 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogb9RbC90 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogb9RbC90 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogb9RbC90 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogb9RbC90 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogb9RbC90 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogb9RbC90 .main-banner:before {
    display: none;
  }
  .cid-uogb9RbC90 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogb9RbC90 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogb9RbC90 H6 {
  color: #e43f3f;
}
.cid-uogb9RbC90 H2 {
  color: #000000;
}
.cid-uogb9RbC90 P {
  color: #000000;
}
.cid-uogb9RqZL5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uogb9RqZL5 #footer {
  padding: 0 0 25px 0;
}
.cid-uogb9RqZL5 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uogb9RqZL5 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uogb9RqZL5 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uogb9RqZL5 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uogb9RqZL5 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uogb9RqZL5 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uogb9RqZL5 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uogb9RqZL5 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uogb9RqZL5 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uogb9RqZL5 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uogb9RqZL5 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uogb9RqZL5 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uogb9RqZL5 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uogb9RqZL5 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uogb9RqZL5 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uogb9RqZL5 #footer .copyright {
  padding-top: 30px;
}
.cid-uogb9RqZL5 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uogb9RqZL5 H4 {
  color: #000000;
  text-align: left;
}
.cid-uogb9RqZL5 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uogb9RqZL5 P {
  color: #e43f3f;
  text-align: left;
}
.cid-uogb9RqZL5 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uogb9RqZL5 .copyright a {
  text-decoration: none !important;
}
.cid-uogb9RqZL5 .list,
.cid-uogb9RqZL5 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uogb9RqZL5 ul li a {
  text-decoration: none !important;
}
.cid-uogb9RqZL5 .list {
  color: #e43f3f;
}
.cid-uogbAUUa0a {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uogbAUUa0a nav.navbar {
  position: fixed;
}
.cid-uogbAUUa0a .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-uogbAUUa0a .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uogbAUUa0a .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uogbAUUa0a .dropdown-item:hover,
.cid-uogbAUUa0a .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uogbAUUa0a .dropdown-item:hover span {
  color: white;
}
.cid-uogbAUUa0a .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uogbAUUa0a .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uogbAUUa0a .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uogbAUUa0a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uogbAUUa0a .nav-link {
  position: relative;
}
.cid-uogbAUUa0a .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uogbAUUa0a .container {
    flex-wrap: nowrap;
  }
}
.cid-uogbAUUa0a .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uogbAUUa0a .dropdown-menu,
.cid-uogbAUUa0a .navbar.opened {
  background: #e43f3f !important;
}
.cid-uogbAUUa0a .nav-item:focus,
.cid-uogbAUUa0a .nav-link:focus {
  outline: none;
}
.cid-uogbAUUa0a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uogbAUUa0a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uogbAUUa0a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uogbAUUa0a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uogbAUUa0a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uogbAUUa0a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uogbAUUa0a .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uogbAUUa0a .navbar.opened {
  transition: all 0.3s;
}
.cid-uogbAUUa0a .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uogbAUUa0a .navbar .navbar-logo img {
  width: auto;
}
.cid-uogbAUUa0a .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uogbAUUa0a .navbar.collapsed {
  justify-content: center;
}
.cid-uogbAUUa0a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uogbAUUa0a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uogbAUUa0a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uogbAUUa0a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uogbAUUa0a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uogbAUUa0a .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uogbAUUa0a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uogbAUUa0a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uogbAUUa0a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uogbAUUa0a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uogbAUUa0a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uogbAUUa0a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uogbAUUa0a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uogbAUUa0a .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uogbAUUa0a .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uogbAUUa0a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uogbAUUa0a .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uogbAUUa0a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uogbAUUa0a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uogbAUUa0a .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uogbAUUa0a .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uogbAUUa0a .navbar.navbar-short {
  min-height: 60px;
}
.cid-uogbAUUa0a .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uogbAUUa0a .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uogbAUUa0a .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uogbAUUa0a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uogbAUUa0a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uogbAUUa0a .dropdown-item.active,
.cid-uogbAUUa0a .dropdown-item:active {
  background-color: transparent;
}
.cid-uogbAUUa0a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uogbAUUa0a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uogbAUUa0a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uogbAUUa0a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uogbAUUa0a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uogbAUUa0a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uogbAUUa0a ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uogbAUUa0a .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uogbAUUa0a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uogbAUUa0a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uogbAUUa0a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uogbAUUa0a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogbAUUa0a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogbAUUa0a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uogbAUUa0a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogbAUUa0a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uogbAUUa0a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uogbAUUa0a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogbAUUa0a .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uogbAUUa0a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uogbAUUa0a .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-uogbAUUa0a .navbar {
    height: 70px;
  }
  .cid-uogbAUUa0a .navbar.opened {
    height: auto;
  }
  .cid-uogbAUUa0a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uogbAT9vpj {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogbAT9vpj .row {
  flex-direction: row-reverse;
}
.cid-uogbAT9vpj p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogbAT9vpj .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogbAT9vpj .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogbAT9vpj .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogbAT9vpj .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogbAT9vpj .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogbAT9vpj .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogbAT9vpj .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogbAT9vpj .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogbAT9vpj .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogbAT9vpj .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogbAT9vpj .main-banner:before {
    display: none;
  }
  .cid-uogbAT9vpj .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogbAT9vpj .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogbAT9vpj H6 {
  color: #e43f3f;
}
.cid-uogbAT9vpj H2 {
  color: #000000;
}
.cid-uogbATzxoH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uogbATzxoH .mbr-section-title {
  color: #000000;
}
.cid-uogbATQhsh {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uogbATQhsh .container {
  padding: 0 5%;
}
.cid-uogbATQhsh #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogbATQhsh #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uogbATQhsh #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogbATQhsh #expand-button:hover {
  background-color: #7787a5;
}
.cid-uogbATQhsh .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uogbATQhsh .item:focus,
.cid-uogbATQhsh span:focus {
  outline: none;
}
.cid-uogbATQhsh .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uogbATQhsh .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uogbATQhsh .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uogbATQhsh .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uogbATQhsh .item {
    padding: 1.5rem;
  }
}
.cid-uogbATQhsh .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogbATQhsh .item .item-icon {
    margin-top: 0;
  }
}
.cid-uogbATQhsh .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uogbATQhsh .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uogbATQhsh .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uogbATQhsh .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uogbATQhsh .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogbATQhsh .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uogbATQhsh .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uogbATQhsh .item-content {
    margin-left: 0;
  }
}
.cid-uogbATQhsh .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uogbATQhsh .item-title {
  color: #ffffff;
}
.cid-uogbATQhsh .mbr-text,
.cid-uogbATQhsh .item-icon {
  color: #ffffff;
}
.cid-uogbATQhsh .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uogbATQhsh .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uogbATQhsh .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uogbATQhsh .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uogbATQhsh .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uogbATQhsh .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uogbATQhsh .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uogbATQhsh .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uogbATQhsh .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uogbATQhsh .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uogbATQhsh .article-column1 {
    padding-right: 16px;
  }
}
.cid-uogbATQhsh .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uogbATQhsh .article-column2 {
    padding-left: 16px;
  }
}
.cid-uogbATQhsh .mbr-section-subtitle,
.cid-uogbATQhsh .mbr-iconfont {
  color: #e082c5;
}
.cid-uogbATQhsh .mbr-section-subtitle {
  color: #000000;
}
.cid-uogbAUnrED {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogbAUnrED p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogbAUnrED .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogbAUnrED .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogbAUnrED .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogbAUnrED .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogbAUnrED .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogbAUnrED .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogbAUnrED .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogbAUnrED .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogbAUnrED .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogbAUnrED .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogbAUnrED .main-banner:before {
    display: none;
  }
  .cid-uogbAUnrED .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogbAUnrED .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogbAUnrED H6 {
  color: #e43f3f;
}
.cid-uogbAUnrED H2 {
  color: #000000;
}
.cid-uogbAUnrED P {
  color: #000000;
}
.cid-uogbAUBUkP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uogbAUBUkP #footer {
  padding: 0 0 25px 0;
}
.cid-uogbAUBUkP #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uogbAUBUkP #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uogbAUBUkP #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uogbAUBUkP #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uogbAUBUkP #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uogbAUBUkP #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uogbAUBUkP #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uogbAUBUkP #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uogbAUBUkP #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uogbAUBUkP #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uogbAUBUkP #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uogbAUBUkP #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uogbAUBUkP #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uogbAUBUkP #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uogbAUBUkP #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uogbAUBUkP #footer .copyright {
  padding-top: 30px;
}
.cid-uogbAUBUkP ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uogbAUBUkP H4 {
  color: #000000;
  text-align: left;
}
.cid-uogbAUBUkP DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uogbAUBUkP P {
  color: #e43f3f;
  text-align: left;
}
.cid-uogbAUBUkP div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uogbAUBUkP .copyright a {
  text-decoration: none !important;
}
.cid-uogbAUBUkP .list,
.cid-uogbAUBUkP .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uogbAUBUkP ul li a {
  text-decoration: none !important;
}
.cid-uogbAUBUkP .list {
  color: #e43f3f;
}
.cid-uogbVD4sgg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uogbVD4sgg nav.navbar {
  position: fixed;
}
.cid-uogbVD4sgg .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-uogbVD4sgg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uogbVD4sgg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uogbVD4sgg .dropdown-item:hover,
.cid-uogbVD4sgg .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uogbVD4sgg .dropdown-item:hover span {
  color: white;
}
.cid-uogbVD4sgg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uogbVD4sgg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uogbVD4sgg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uogbVD4sgg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uogbVD4sgg .nav-link {
  position: relative;
}
.cid-uogbVD4sgg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uogbVD4sgg .container {
    flex-wrap: nowrap;
  }
}
.cid-uogbVD4sgg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uogbVD4sgg .dropdown-menu,
.cid-uogbVD4sgg .navbar.opened {
  background: #e43f3f !important;
}
.cid-uogbVD4sgg .nav-item:focus,
.cid-uogbVD4sgg .nav-link:focus {
  outline: none;
}
.cid-uogbVD4sgg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uogbVD4sgg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uogbVD4sgg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uogbVD4sgg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uogbVD4sgg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uogbVD4sgg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uogbVD4sgg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uogbVD4sgg .navbar.opened {
  transition: all 0.3s;
}
.cid-uogbVD4sgg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uogbVD4sgg .navbar .navbar-logo img {
  width: auto;
}
.cid-uogbVD4sgg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uogbVD4sgg .navbar.collapsed {
  justify-content: center;
}
.cid-uogbVD4sgg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uogbVD4sgg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uogbVD4sgg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uogbVD4sgg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uogbVD4sgg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uogbVD4sgg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uogbVD4sgg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uogbVD4sgg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uogbVD4sgg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uogbVD4sgg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uogbVD4sgg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uogbVD4sgg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uogbVD4sgg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uogbVD4sgg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uogbVD4sgg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uogbVD4sgg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uogbVD4sgg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uogbVD4sgg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uogbVD4sgg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uogbVD4sgg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uogbVD4sgg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uogbVD4sgg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uogbVD4sgg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uogbVD4sgg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uogbVD4sgg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uogbVD4sgg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uogbVD4sgg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uogbVD4sgg .dropdown-item.active,
.cid-uogbVD4sgg .dropdown-item:active {
  background-color: transparent;
}
.cid-uogbVD4sgg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uogbVD4sgg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uogbVD4sgg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uogbVD4sgg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uogbVD4sgg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uogbVD4sgg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uogbVD4sgg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uogbVD4sgg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uogbVD4sgg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uogbVD4sgg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uogbVD4sgg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uogbVD4sgg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogbVD4sgg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogbVD4sgg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uogbVD4sgg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogbVD4sgg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uogbVD4sgg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uogbVD4sgg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogbVD4sgg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uogbVD4sgg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uogbVD4sgg .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-uogbVD4sgg .navbar {
    height: 70px;
  }
  .cid-uogbVD4sgg .navbar.opened {
    height: auto;
  }
  .cid-uogbVD4sgg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uogbVB4Q3i {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogbVB4Q3i .row {
  flex-direction: row-reverse;
}
.cid-uogbVB4Q3i p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogbVB4Q3i .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogbVB4Q3i .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogbVB4Q3i .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogbVB4Q3i .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogbVB4Q3i .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogbVB4Q3i .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogbVB4Q3i .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogbVB4Q3i .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogbVB4Q3i .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogbVB4Q3i .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogbVB4Q3i .main-banner:before {
    display: none;
  }
  .cid-uogbVB4Q3i .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogbVB4Q3i .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogbVB4Q3i H6 {
  color: #e43f3f;
}
.cid-uogbVB4Q3i H2 {
  color: #000000;
}
.cid-uogbVByMFn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uogbVByMFn .mbr-section-title {
  color: #000000;
}
.cid-uogbVBT8bF {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uogbVBT8bF .container {
  padding: 0 5%;
}
.cid-uogbVBT8bF #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogbVBT8bF #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uogbVBT8bF #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogbVBT8bF #expand-button:hover {
  background-color: #7787a5;
}
.cid-uogbVBT8bF .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uogbVBT8bF .item:focus,
.cid-uogbVBT8bF span:focus {
  outline: none;
}
.cid-uogbVBT8bF .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uogbVBT8bF .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uogbVBT8bF .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uogbVBT8bF .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uogbVBT8bF .item {
    padding: 1.5rem;
  }
}
.cid-uogbVBT8bF .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogbVBT8bF .item .item-icon {
    margin-top: 0;
  }
}
.cid-uogbVBT8bF .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uogbVBT8bF .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uogbVBT8bF .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uogbVBT8bF .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uogbVBT8bF .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogbVBT8bF .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uogbVBT8bF .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uogbVBT8bF .item-content {
    margin-left: 0;
  }
}
.cid-uogbVBT8bF .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uogbVBT8bF .item-title {
  color: #ffffff;
}
.cid-uogbVBT8bF .mbr-text,
.cid-uogbVBT8bF .item-icon {
  color: #ffffff;
}
.cid-uogbVBT8bF .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uogbVBT8bF .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uogbVBT8bF .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uogbVBT8bF .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uogbVBT8bF .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uogbVBT8bF .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uogbVBT8bF .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uogbVBT8bF .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uogbVBT8bF .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uogbVBT8bF .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uogbVBT8bF .article-column1 {
    padding-right: 16px;
  }
}
.cid-uogbVBT8bF .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uogbVBT8bF .article-column2 {
    padding-left: 16px;
  }
}
.cid-uogbVBT8bF .mbr-section-subtitle,
.cid-uogbVBT8bF .mbr-iconfont {
  color: #e082c5;
}
.cid-uogbVBT8bF .mbr-section-subtitle {
  color: #000000;
}
.cid-uogbVCtnWE {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogbVCtnWE p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogbVCtnWE .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogbVCtnWE .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogbVCtnWE .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogbVCtnWE .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogbVCtnWE .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogbVCtnWE .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogbVCtnWE .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogbVCtnWE .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogbVCtnWE .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogbVCtnWE .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogbVCtnWE .main-banner:before {
    display: none;
  }
  .cid-uogbVCtnWE .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogbVCtnWE .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogbVCtnWE H6 {
  color: #e43f3f;
}
.cid-uogbVCtnWE H2 {
  color: #000000;
}
.cid-uogbVCtnWE P {
  color: #000000;
}
.cid-uogbVCLoek {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uogbVCLoek #footer {
  padding: 0 0 25px 0;
}
.cid-uogbVCLoek #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uogbVCLoek #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uogbVCLoek #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uogbVCLoek #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uogbVCLoek #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uogbVCLoek #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uogbVCLoek #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uogbVCLoek #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uogbVCLoek #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uogbVCLoek #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uogbVCLoek #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uogbVCLoek #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uogbVCLoek #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uogbVCLoek #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uogbVCLoek #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uogbVCLoek #footer .copyright {
  padding-top: 30px;
}
.cid-uogbVCLoek ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uogbVCLoek H4 {
  color: #000000;
  text-align: left;
}
.cid-uogbVCLoek DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uogbVCLoek P {
  color: #e43f3f;
  text-align: left;
}
.cid-uogbVCLoek div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uogbVCLoek .copyright a {
  text-decoration: none !important;
}
.cid-uogbVCLoek .list,
.cid-uogbVCLoek .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uogbVCLoek ul li a {
  text-decoration: none !important;
}
.cid-uogbVCLoek .list {
  color: #e43f3f;
}
.cid-uogcfuPjWi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uogcfuPjWi nav.navbar {
  position: fixed;
}
.cid-uogcfuPjWi .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-uogcfuPjWi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uogcfuPjWi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uogcfuPjWi .dropdown-item:hover,
.cid-uogcfuPjWi .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uogcfuPjWi .dropdown-item:hover span {
  color: white;
}
.cid-uogcfuPjWi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uogcfuPjWi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uogcfuPjWi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uogcfuPjWi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uogcfuPjWi .nav-link {
  position: relative;
}
.cid-uogcfuPjWi .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uogcfuPjWi .container {
    flex-wrap: nowrap;
  }
}
.cid-uogcfuPjWi .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uogcfuPjWi .dropdown-menu,
.cid-uogcfuPjWi .navbar.opened {
  background: #e43f3f !important;
}
.cid-uogcfuPjWi .nav-item:focus,
.cid-uogcfuPjWi .nav-link:focus {
  outline: none;
}
.cid-uogcfuPjWi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uogcfuPjWi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uogcfuPjWi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uogcfuPjWi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uogcfuPjWi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uogcfuPjWi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uogcfuPjWi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uogcfuPjWi .navbar.opened {
  transition: all 0.3s;
}
.cid-uogcfuPjWi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uogcfuPjWi .navbar .navbar-logo img {
  width: auto;
}
.cid-uogcfuPjWi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uogcfuPjWi .navbar.collapsed {
  justify-content: center;
}
.cid-uogcfuPjWi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uogcfuPjWi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uogcfuPjWi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uogcfuPjWi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uogcfuPjWi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uogcfuPjWi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uogcfuPjWi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uogcfuPjWi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uogcfuPjWi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uogcfuPjWi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uogcfuPjWi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uogcfuPjWi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uogcfuPjWi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uogcfuPjWi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uogcfuPjWi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uogcfuPjWi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uogcfuPjWi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uogcfuPjWi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uogcfuPjWi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uogcfuPjWi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uogcfuPjWi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uogcfuPjWi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uogcfuPjWi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uogcfuPjWi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uogcfuPjWi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uogcfuPjWi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uogcfuPjWi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uogcfuPjWi .dropdown-item.active,
.cid-uogcfuPjWi .dropdown-item:active {
  background-color: transparent;
}
.cid-uogcfuPjWi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uogcfuPjWi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uogcfuPjWi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uogcfuPjWi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uogcfuPjWi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uogcfuPjWi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uogcfuPjWi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uogcfuPjWi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uogcfuPjWi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uogcfuPjWi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uogcfuPjWi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uogcfuPjWi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogcfuPjWi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogcfuPjWi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uogcfuPjWi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogcfuPjWi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uogcfuPjWi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uogcfuPjWi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogcfuPjWi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uogcfuPjWi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uogcfuPjWi .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-uogcfuPjWi .navbar {
    height: 70px;
  }
  .cid-uogcfuPjWi .navbar.opened {
    height: auto;
  }
  .cid-uogcfuPjWi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uogcftbkVa {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogcftbkVa .row {
  flex-direction: row-reverse;
}
.cid-uogcftbkVa p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogcftbkVa .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogcftbkVa .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogcftbkVa .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogcftbkVa .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogcftbkVa .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogcftbkVa .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogcftbkVa .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogcftbkVa .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogcftbkVa .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogcftbkVa .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogcftbkVa .main-banner:before {
    display: none;
  }
  .cid-uogcftbkVa .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogcftbkVa .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogcftbkVa H6 {
  color: #e43f3f;
}
.cid-uogcftbkVa H2 {
  color: #000000;
}
.cid-uogcftAzmL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uogcftAzmL .mbr-section-title {
  color: #000000;
}
.cid-uogcftMe2x {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uogcftMe2x .container {
  padding: 0 5%;
}
.cid-uogcftMe2x #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogcftMe2x #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uogcftMe2x #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogcftMe2x #expand-button:hover {
  background-color: #7787a5;
}
.cid-uogcftMe2x .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uogcftMe2x .item:focus,
.cid-uogcftMe2x span:focus {
  outline: none;
}
.cid-uogcftMe2x .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uogcftMe2x .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uogcftMe2x .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uogcftMe2x .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uogcftMe2x .item {
    padding: 1.5rem;
  }
}
.cid-uogcftMe2x .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogcftMe2x .item .item-icon {
    margin-top: 0;
  }
}
.cid-uogcftMe2x .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uogcftMe2x .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uogcftMe2x .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uogcftMe2x .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uogcftMe2x .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogcftMe2x .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uogcftMe2x .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uogcftMe2x .item-content {
    margin-left: 0;
  }
}
.cid-uogcftMe2x .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uogcftMe2x .item-title {
  color: #ffffff;
}
.cid-uogcftMe2x .mbr-text,
.cid-uogcftMe2x .item-icon {
  color: #ffffff;
}
.cid-uogcftMe2x .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uogcftMe2x .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uogcftMe2x .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uogcftMe2x .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uogcftMe2x .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uogcftMe2x .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uogcftMe2x .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uogcftMe2x .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uogcftMe2x .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uogcftMe2x .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uogcftMe2x .article-column1 {
    padding-right: 16px;
  }
}
.cid-uogcftMe2x .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uogcftMe2x .article-column2 {
    padding-left: 16px;
  }
}
.cid-uogcftMe2x .mbr-section-subtitle,
.cid-uogcftMe2x .mbr-iconfont {
  color: #e082c5;
}
.cid-uogcftMe2x .mbr-section-subtitle {
  color: #000000;
}
.cid-uogcfuhpLR {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogcfuhpLR p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogcfuhpLR .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogcfuhpLR .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogcfuhpLR .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogcfuhpLR .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogcfuhpLR .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogcfuhpLR .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogcfuhpLR .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogcfuhpLR .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogcfuhpLR .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogcfuhpLR .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogcfuhpLR .main-banner:before {
    display: none;
  }
  .cid-uogcfuhpLR .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogcfuhpLR .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogcfuhpLR H6 {
  color: #e43f3f;
}
.cid-uogcfuhpLR H2 {
  color: #000000;
}
.cid-uogcfuhpLR P {
  color: #000000;
}
.cid-uogcfuvnqq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uogcfuvnqq #footer {
  padding: 0 0 25px 0;
}
.cid-uogcfuvnqq #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uogcfuvnqq #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uogcfuvnqq #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uogcfuvnqq #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uogcfuvnqq #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uogcfuvnqq #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uogcfuvnqq #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uogcfuvnqq #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uogcfuvnqq #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uogcfuvnqq #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uogcfuvnqq #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uogcfuvnqq #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uogcfuvnqq #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uogcfuvnqq #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uogcfuvnqq #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uogcfuvnqq #footer .copyright {
  padding-top: 30px;
}
.cid-uogcfuvnqq ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uogcfuvnqq H4 {
  color: #000000;
  text-align: left;
}
.cid-uogcfuvnqq DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uogcfuvnqq P {
  color: #e43f3f;
  text-align: left;
}
.cid-uogcfuvnqq div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uogcfuvnqq .copyright a {
  text-decoration: none !important;
}
.cid-uogcfuvnqq .list,
.cid-uogcfuvnqq .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uogcfuvnqq ul li a {
  text-decoration: none !important;
}
.cid-uogcfuvnqq .list {
  color: #e43f3f;
}
.cid-uogcCooN4M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uogcCooN4M nav.navbar {
  position: fixed;
}
.cid-uogcCooN4M .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-uogcCooN4M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uogcCooN4M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uogcCooN4M .dropdown-item:hover,
.cid-uogcCooN4M .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uogcCooN4M .dropdown-item:hover span {
  color: white;
}
.cid-uogcCooN4M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uogcCooN4M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uogcCooN4M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uogcCooN4M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uogcCooN4M .nav-link {
  position: relative;
}
.cid-uogcCooN4M .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uogcCooN4M .container {
    flex-wrap: nowrap;
  }
}
.cid-uogcCooN4M .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uogcCooN4M .dropdown-menu,
.cid-uogcCooN4M .navbar.opened {
  background: #e43f3f !important;
}
.cid-uogcCooN4M .nav-item:focus,
.cid-uogcCooN4M .nav-link:focus {
  outline: none;
}
.cid-uogcCooN4M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uogcCooN4M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uogcCooN4M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uogcCooN4M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uogcCooN4M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uogcCooN4M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uogcCooN4M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uogcCooN4M .navbar.opened {
  transition: all 0.3s;
}
.cid-uogcCooN4M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uogcCooN4M .navbar .navbar-logo img {
  width: auto;
}
.cid-uogcCooN4M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uogcCooN4M .navbar.collapsed {
  justify-content: center;
}
.cid-uogcCooN4M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uogcCooN4M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uogcCooN4M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uogcCooN4M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uogcCooN4M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uogcCooN4M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uogcCooN4M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uogcCooN4M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uogcCooN4M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uogcCooN4M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uogcCooN4M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uogcCooN4M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uogcCooN4M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uogcCooN4M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uogcCooN4M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uogcCooN4M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uogcCooN4M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uogcCooN4M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uogcCooN4M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uogcCooN4M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uogcCooN4M .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uogcCooN4M .navbar.navbar-short {
  min-height: 60px;
}
.cid-uogcCooN4M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uogcCooN4M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uogcCooN4M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uogcCooN4M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uogcCooN4M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uogcCooN4M .dropdown-item.active,
.cid-uogcCooN4M .dropdown-item:active {
  background-color: transparent;
}
.cid-uogcCooN4M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uogcCooN4M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uogcCooN4M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uogcCooN4M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uogcCooN4M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uogcCooN4M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uogcCooN4M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uogcCooN4M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uogcCooN4M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uogcCooN4M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uogcCooN4M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uogcCooN4M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogcCooN4M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogcCooN4M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uogcCooN4M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogcCooN4M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uogcCooN4M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uogcCooN4M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogcCooN4M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uogcCooN4M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uogcCooN4M .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-uogcCooN4M .navbar {
    height: 70px;
  }
  .cid-uogcCooN4M .navbar.opened {
    height: auto;
  }
  .cid-uogcCooN4M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uogcCmCddP {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogcCmCddP .row {
  flex-direction: row-reverse;
}
.cid-uogcCmCddP p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogcCmCddP .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogcCmCddP .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogcCmCddP .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogcCmCddP .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogcCmCddP .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogcCmCddP .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogcCmCddP .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogcCmCddP .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogcCmCddP .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogcCmCddP .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogcCmCddP .main-banner:before {
    display: none;
  }
  .cid-uogcCmCddP .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogcCmCddP .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogcCmCddP H6 {
  color: #e43f3f;
}
.cid-uogcCmCddP H2 {
  color: #000000;
}
.cid-uogcCn4x5l {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uogcCn4x5l .mbr-section-title {
  color: #000000;
}
.cid-uogcCnn8uO {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uogcCnn8uO .container {
  padding: 0 5%;
}
.cid-uogcCnn8uO #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogcCnn8uO #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uogcCnn8uO #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogcCnn8uO #expand-button:hover {
  background-color: #7787a5;
}
.cid-uogcCnn8uO .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uogcCnn8uO .item:focus,
.cid-uogcCnn8uO span:focus {
  outline: none;
}
.cid-uogcCnn8uO .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uogcCnn8uO .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uogcCnn8uO .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uogcCnn8uO .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uogcCnn8uO .item {
    padding: 1.5rem;
  }
}
.cid-uogcCnn8uO .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogcCnn8uO .item .item-icon {
    margin-top: 0;
  }
}
.cid-uogcCnn8uO .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uogcCnn8uO .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uogcCnn8uO .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uogcCnn8uO .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uogcCnn8uO .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogcCnn8uO .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uogcCnn8uO .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uogcCnn8uO .item-content {
    margin-left: 0;
  }
}
.cid-uogcCnn8uO .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uogcCnn8uO .item-title {
  color: #ffffff;
}
.cid-uogcCnn8uO .mbr-text,
.cid-uogcCnn8uO .item-icon {
  color: #ffffff;
}
.cid-uogcCnn8uO .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uogcCnn8uO .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uogcCnn8uO .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uogcCnn8uO .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uogcCnn8uO .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uogcCnn8uO .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uogcCnn8uO .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uogcCnn8uO .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uogcCnn8uO .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uogcCnn8uO .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uogcCnn8uO .article-column1 {
    padding-right: 16px;
  }
}
.cid-uogcCnn8uO .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uogcCnn8uO .article-column2 {
    padding-left: 16px;
  }
}
.cid-uogcCnn8uO .mbr-section-subtitle,
.cid-uogcCnn8uO .mbr-iconfont {
  color: #e082c5;
}
.cid-uogcCnn8uO .mbr-section-subtitle {
  color: #000000;
}
.cid-uogcCnS13g {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogcCnS13g p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogcCnS13g .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogcCnS13g .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogcCnS13g .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogcCnS13g .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogcCnS13g .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogcCnS13g .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogcCnS13g .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogcCnS13g .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogcCnS13g .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogcCnS13g .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogcCnS13g .main-banner:before {
    display: none;
  }
  .cid-uogcCnS13g .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogcCnS13g .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogcCnS13g H6 {
  color: #e43f3f;
}
.cid-uogcCnS13g H2 {
  color: #000000;
}
.cid-uogcCnS13g P {
  color: #000000;
}
.cid-uogcCo6L5I {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uogcCo6L5I #footer {
  padding: 0 0 25px 0;
}
.cid-uogcCo6L5I #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uogcCo6L5I #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uogcCo6L5I #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uogcCo6L5I #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uogcCo6L5I #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uogcCo6L5I #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uogcCo6L5I #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uogcCo6L5I #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uogcCo6L5I #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uogcCo6L5I #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uogcCo6L5I #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uogcCo6L5I #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uogcCo6L5I #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uogcCo6L5I #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uogcCo6L5I #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uogcCo6L5I #footer .copyright {
  padding-top: 30px;
}
.cid-uogcCo6L5I ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uogcCo6L5I H4 {
  color: #000000;
  text-align: left;
}
.cid-uogcCo6L5I DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uogcCo6L5I P {
  color: #e43f3f;
  text-align: left;
}
.cid-uogcCo6L5I div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uogcCo6L5I .copyright a {
  text-decoration: none !important;
}
.cid-uogcCo6L5I .list,
.cid-uogcCo6L5I .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uogcCo6L5I ul li a {
  text-decoration: none !important;
}
.cid-uogcCo6L5I .list {
  color: #e43f3f;
}
.cid-uogd5gGwho {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uogd5gGwho nav.navbar {
  position: fixed;
}
.cid-uogd5gGwho .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-uogd5gGwho .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uogd5gGwho .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uogd5gGwho .dropdown-item:hover,
.cid-uogd5gGwho .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uogd5gGwho .dropdown-item:hover span {
  color: white;
}
.cid-uogd5gGwho .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uogd5gGwho .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uogd5gGwho .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uogd5gGwho .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uogd5gGwho .nav-link {
  position: relative;
}
.cid-uogd5gGwho .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uogd5gGwho .container {
    flex-wrap: nowrap;
  }
}
.cid-uogd5gGwho .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uogd5gGwho .dropdown-menu,
.cid-uogd5gGwho .navbar.opened {
  background: #e43f3f !important;
}
.cid-uogd5gGwho .nav-item:focus,
.cid-uogd5gGwho .nav-link:focus {
  outline: none;
}
.cid-uogd5gGwho .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uogd5gGwho .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uogd5gGwho .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uogd5gGwho .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uogd5gGwho .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uogd5gGwho .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uogd5gGwho .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uogd5gGwho .navbar.opened {
  transition: all 0.3s;
}
.cid-uogd5gGwho .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uogd5gGwho .navbar .navbar-logo img {
  width: auto;
}
.cid-uogd5gGwho .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uogd5gGwho .navbar.collapsed {
  justify-content: center;
}
.cid-uogd5gGwho .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uogd5gGwho .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uogd5gGwho .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uogd5gGwho .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uogd5gGwho .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uogd5gGwho .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uogd5gGwho .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uogd5gGwho .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uogd5gGwho .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uogd5gGwho .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uogd5gGwho .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uogd5gGwho .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uogd5gGwho .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uogd5gGwho .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uogd5gGwho .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uogd5gGwho .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uogd5gGwho .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uogd5gGwho .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uogd5gGwho .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uogd5gGwho .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uogd5gGwho .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uogd5gGwho .navbar.navbar-short {
  min-height: 60px;
}
.cid-uogd5gGwho .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uogd5gGwho .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uogd5gGwho .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uogd5gGwho .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uogd5gGwho .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uogd5gGwho .dropdown-item.active,
.cid-uogd5gGwho .dropdown-item:active {
  background-color: transparent;
}
.cid-uogd5gGwho .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uogd5gGwho .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uogd5gGwho .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uogd5gGwho .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uogd5gGwho .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uogd5gGwho .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uogd5gGwho ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uogd5gGwho .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uogd5gGwho button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uogd5gGwho button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uogd5gGwho button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uogd5gGwho button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogd5gGwho button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogd5gGwho button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uogd5gGwho nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogd5gGwho nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uogd5gGwho nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uogd5gGwho nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogd5gGwho .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uogd5gGwho a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uogd5gGwho .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-uogd5gGwho .navbar {
    height: 70px;
  }
  .cid-uogd5gGwho .navbar.opened {
    height: auto;
  }
  .cid-uogd5gGwho .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uogd5eW3IK {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogd5eW3IK .row {
  flex-direction: row-reverse;
}
.cid-uogd5eW3IK p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogd5eW3IK .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogd5eW3IK .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogd5eW3IK .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogd5eW3IK .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogd5eW3IK .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogd5eW3IK .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogd5eW3IK .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogd5eW3IK .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogd5eW3IK .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogd5eW3IK .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogd5eW3IK .main-banner:before {
    display: none;
  }
  .cid-uogd5eW3IK .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogd5eW3IK .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogd5eW3IK H6 {
  color: #e43f3f;
}
.cid-uogd5eW3IK H2 {
  color: #000000;
}
.cid-uogd5fp94e {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uogd5fp94e .mbr-section-title {
  color: #000000;
}
.cid-uogd5fGdnZ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uogd5fGdnZ .container {
  padding: 0 5%;
}
.cid-uogd5fGdnZ #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogd5fGdnZ #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uogd5fGdnZ #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogd5fGdnZ #expand-button:hover {
  background-color: #7787a5;
}
.cid-uogd5fGdnZ .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uogd5fGdnZ .item:focus,
.cid-uogd5fGdnZ span:focus {
  outline: none;
}
.cid-uogd5fGdnZ .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uogd5fGdnZ .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uogd5fGdnZ .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uogd5fGdnZ .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uogd5fGdnZ .item {
    padding: 1.5rem;
  }
}
.cid-uogd5fGdnZ .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogd5fGdnZ .item .item-icon {
    margin-top: 0;
  }
}
.cid-uogd5fGdnZ .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uogd5fGdnZ .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uogd5fGdnZ .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uogd5fGdnZ .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uogd5fGdnZ .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogd5fGdnZ .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uogd5fGdnZ .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uogd5fGdnZ .item-content {
    margin-left: 0;
  }
}
.cid-uogd5fGdnZ .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uogd5fGdnZ .item-title {
  color: #ffffff;
}
.cid-uogd5fGdnZ .mbr-text,
.cid-uogd5fGdnZ .item-icon {
  color: #ffffff;
}
.cid-uogd5fGdnZ .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uogd5fGdnZ .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uogd5fGdnZ .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uogd5fGdnZ .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uogd5fGdnZ .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uogd5fGdnZ .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uogd5fGdnZ .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uogd5fGdnZ .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uogd5fGdnZ .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uogd5fGdnZ .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uogd5fGdnZ .article-column1 {
    padding-right: 16px;
  }
}
.cid-uogd5fGdnZ .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uogd5fGdnZ .article-column2 {
    padding-left: 16px;
  }
}
.cid-uogd5fGdnZ .mbr-section-subtitle,
.cid-uogd5fGdnZ .mbr-iconfont {
  color: #e082c5;
}
.cid-uogd5fGdnZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uogd5gcwEZ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogd5gcwEZ p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogd5gcwEZ .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogd5gcwEZ .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogd5gcwEZ .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogd5gcwEZ .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogd5gcwEZ .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogd5gcwEZ .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogd5gcwEZ .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogd5gcwEZ .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogd5gcwEZ .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogd5gcwEZ .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogd5gcwEZ .main-banner:before {
    display: none;
  }
  .cid-uogd5gcwEZ .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogd5gcwEZ .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogd5gcwEZ H6 {
  color: #e43f3f;
}
.cid-uogd5gcwEZ H2 {
  color: #000000;
}
.cid-uogd5gcwEZ P {
  color: #000000;
}
.cid-uogd5goA65 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uogd5goA65 #footer {
  padding: 0 0 25px 0;
}
.cid-uogd5goA65 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uogd5goA65 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uogd5goA65 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uogd5goA65 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uogd5goA65 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uogd5goA65 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uogd5goA65 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uogd5goA65 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uogd5goA65 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uogd5goA65 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uogd5goA65 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uogd5goA65 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uogd5goA65 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uogd5goA65 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uogd5goA65 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uogd5goA65 #footer .copyright {
  padding-top: 30px;
}
.cid-uogd5goA65 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uogd5goA65 H4 {
  color: #000000;
  text-align: left;
}
.cid-uogd5goA65 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uogd5goA65 P {
  color: #e43f3f;
  text-align: left;
}
.cid-uogd5goA65 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uogd5goA65 .copyright a {
  text-decoration: none !important;
}
.cid-uogd5goA65 .list,
.cid-uogd5goA65 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uogd5goA65 ul li a {
  text-decoration: none !important;
}
.cid-uogd5goA65 .list {
  color: #e43f3f;
}
.cid-uogn22ZMLC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uogn22ZMLC nav.navbar {
  position: fixed;
}
.cid-uogn22ZMLC .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-uogn22ZMLC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uogn22ZMLC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uogn22ZMLC .dropdown-item:hover,
.cid-uogn22ZMLC .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uogn22ZMLC .dropdown-item:hover span {
  color: white;
}
.cid-uogn22ZMLC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uogn22ZMLC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uogn22ZMLC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uogn22ZMLC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uogn22ZMLC .nav-link {
  position: relative;
}
.cid-uogn22ZMLC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uogn22ZMLC .container {
    flex-wrap: nowrap;
  }
}
.cid-uogn22ZMLC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uogn22ZMLC .dropdown-menu,
.cid-uogn22ZMLC .navbar.opened {
  background: #e43f3f !important;
}
.cid-uogn22ZMLC .nav-item:focus,
.cid-uogn22ZMLC .nav-link:focus {
  outline: none;
}
.cid-uogn22ZMLC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uogn22ZMLC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uogn22ZMLC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uogn22ZMLC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uogn22ZMLC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uogn22ZMLC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uogn22ZMLC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uogn22ZMLC .navbar.opened {
  transition: all 0.3s;
}
.cid-uogn22ZMLC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uogn22ZMLC .navbar .navbar-logo img {
  width: auto;
}
.cid-uogn22ZMLC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uogn22ZMLC .navbar.collapsed {
  justify-content: center;
}
.cid-uogn22ZMLC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uogn22ZMLC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uogn22ZMLC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uogn22ZMLC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uogn22ZMLC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uogn22ZMLC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uogn22ZMLC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uogn22ZMLC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uogn22ZMLC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uogn22ZMLC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uogn22ZMLC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uogn22ZMLC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uogn22ZMLC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uogn22ZMLC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uogn22ZMLC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uogn22ZMLC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uogn22ZMLC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uogn22ZMLC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uogn22ZMLC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uogn22ZMLC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uogn22ZMLC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uogn22ZMLC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uogn22ZMLC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uogn22ZMLC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uogn22ZMLC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uogn22ZMLC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uogn22ZMLC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uogn22ZMLC .dropdown-item.active,
.cid-uogn22ZMLC .dropdown-item:active {
  background-color: transparent;
}
.cid-uogn22ZMLC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uogn22ZMLC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uogn22ZMLC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uogn22ZMLC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uogn22ZMLC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uogn22ZMLC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uogn22ZMLC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uogn22ZMLC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uogn22ZMLC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uogn22ZMLC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uogn22ZMLC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uogn22ZMLC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogn22ZMLC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogn22ZMLC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uogn22ZMLC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogn22ZMLC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uogn22ZMLC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uogn22ZMLC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogn22ZMLC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uogn22ZMLC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uogn22ZMLC .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-uogn22ZMLC .navbar {
    height: 70px;
  }
  .cid-uogn22ZMLC .navbar.opened {
    height: auto;
  }
  .cid-uogn22ZMLC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uogn21716x {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogn21716x .row {
  flex-direction: row-reverse;
}
.cid-uogn21716x p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogn21716x .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogn21716x .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogn21716x .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogn21716x .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogn21716x .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogn21716x .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogn21716x .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogn21716x .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogn21716x .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogn21716x .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogn21716x .main-banner:before {
    display: none;
  }
  .cid-uogn21716x .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogn21716x .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogn21716x H6 {
  color: #e43f3f;
}
.cid-uogn21716x H2 {
  color: #000000;
}
.cid-uogn21AylU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uogn21AylU .mbr-section-title {
  color: #000000;
}
.cid-uogn21PL21 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uogn21PL21 .container {
  padding: 0 5%;
}
.cid-uogn21PL21 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogn21PL21 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uogn21PL21 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogn21PL21 #expand-button:hover {
  background-color: #7787a5;
}
.cid-uogn21PL21 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uogn21PL21 .item:focus,
.cid-uogn21PL21 span:focus {
  outline: none;
}
.cid-uogn21PL21 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uogn21PL21 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uogn21PL21 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uogn21PL21 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uogn21PL21 .item {
    padding: 1.5rem;
  }
}
.cid-uogn21PL21 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogn21PL21 .item .item-icon {
    margin-top: 0;
  }
}
.cid-uogn21PL21 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uogn21PL21 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uogn21PL21 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uogn21PL21 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uogn21PL21 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogn21PL21 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uogn21PL21 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uogn21PL21 .item-content {
    margin-left: 0;
  }
}
.cid-uogn21PL21 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uogn21PL21 .item-title {
  color: #ffffff;
}
.cid-uogn21PL21 .mbr-text,
.cid-uogn21PL21 .item-icon {
  color: #ffffff;
}
.cid-uogn21PL21 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uogn21PL21 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uogn21PL21 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uogn21PL21 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uogn21PL21 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uogn21PL21 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uogn21PL21 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uogn21PL21 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uogn21PL21 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uogn21PL21 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uogn21PL21 .article-column1 {
    padding-right: 16px;
  }
}
.cid-uogn21PL21 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uogn21PL21 .article-column2 {
    padding-left: 16px;
  }
}
.cid-uogn21PL21 .mbr-section-subtitle,
.cid-uogn21PL21 .mbr-iconfont {
  color: #e082c5;
}
.cid-uogn21PL21 .mbr-section-subtitle {
  color: #000000;
}
.cid-uogn22kwRW {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogn22kwRW p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogn22kwRW .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogn22kwRW .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogn22kwRW .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogn22kwRW .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogn22kwRW .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogn22kwRW .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogn22kwRW .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogn22kwRW .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogn22kwRW .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogn22kwRW .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogn22kwRW .main-banner:before {
    display: none;
  }
  .cid-uogn22kwRW .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogn22kwRW .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogn22kwRW H6 {
  color: #e43f3f;
}
.cid-uogn22kwRW H2 {
  color: #000000;
}
.cid-uogn22kwRW P {
  color: #000000;
}
.cid-uogn22AaJk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uogn22AaJk #footer {
  padding: 0 0 25px 0;
}
.cid-uogn22AaJk #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uogn22AaJk #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uogn22AaJk #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uogn22AaJk #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uogn22AaJk #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uogn22AaJk #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uogn22AaJk #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uogn22AaJk #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uogn22AaJk #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uogn22AaJk #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uogn22AaJk #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uogn22AaJk #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uogn22AaJk #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uogn22AaJk #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uogn22AaJk #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uogn22AaJk #footer .copyright {
  padding-top: 30px;
}
.cid-uogn22AaJk ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uogn22AaJk H4 {
  color: #000000;
  text-align: left;
}
.cid-uogn22AaJk DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uogn22AaJk P {
  color: #e43f3f;
  text-align: left;
}
.cid-uogn22AaJk div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uogn22AaJk .copyright a {
  text-decoration: none !important;
}
.cid-uogn22AaJk .list,
.cid-uogn22AaJk .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uogn22AaJk ul li a {
  text-decoration: none !important;
}
.cid-uogn22AaJk .list {
  color: #e43f3f;
}
.cid-uognxSrcfM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uognxSrcfM nav.navbar {
  position: fixed;
}
.cid-uognxSrcfM .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-uognxSrcfM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uognxSrcfM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uognxSrcfM .dropdown-item:hover,
.cid-uognxSrcfM .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uognxSrcfM .dropdown-item:hover span {
  color: white;
}
.cid-uognxSrcfM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uognxSrcfM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uognxSrcfM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uognxSrcfM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uognxSrcfM .nav-link {
  position: relative;
}
.cid-uognxSrcfM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uognxSrcfM .container {
    flex-wrap: nowrap;
  }
}
.cid-uognxSrcfM .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uognxSrcfM .dropdown-menu,
.cid-uognxSrcfM .navbar.opened {
  background: #e43f3f !important;
}
.cid-uognxSrcfM .nav-item:focus,
.cid-uognxSrcfM .nav-link:focus {
  outline: none;
}
.cid-uognxSrcfM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uognxSrcfM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uognxSrcfM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uognxSrcfM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uognxSrcfM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uognxSrcfM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uognxSrcfM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uognxSrcfM .navbar.opened {
  transition: all 0.3s;
}
.cid-uognxSrcfM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uognxSrcfM .navbar .navbar-logo img {
  width: auto;
}
.cid-uognxSrcfM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uognxSrcfM .navbar.collapsed {
  justify-content: center;
}
.cid-uognxSrcfM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uognxSrcfM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uognxSrcfM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uognxSrcfM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uognxSrcfM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uognxSrcfM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uognxSrcfM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uognxSrcfM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uognxSrcfM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uognxSrcfM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uognxSrcfM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uognxSrcfM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uognxSrcfM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uognxSrcfM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uognxSrcfM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uognxSrcfM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uognxSrcfM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uognxSrcfM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uognxSrcfM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uognxSrcfM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uognxSrcfM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uognxSrcfM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uognxSrcfM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uognxSrcfM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uognxSrcfM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uognxSrcfM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uognxSrcfM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uognxSrcfM .dropdown-item.active,
.cid-uognxSrcfM .dropdown-item:active {
  background-color: transparent;
}
.cid-uognxSrcfM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uognxSrcfM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uognxSrcfM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uognxSrcfM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uognxSrcfM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uognxSrcfM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uognxSrcfM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uognxSrcfM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uognxSrcfM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uognxSrcfM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uognxSrcfM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uognxSrcfM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uognxSrcfM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uognxSrcfM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uognxSrcfM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uognxSrcfM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uognxSrcfM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uognxSrcfM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uognxSrcfM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uognxSrcfM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uognxSrcfM .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-uognxSrcfM .navbar {
    height: 70px;
  }
  .cid-uognxSrcfM .navbar.opened {
    height: auto;
  }
  .cid-uognxSrcfM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uognxQAYSI {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uognxQAYSI .row {
  flex-direction: row-reverse;
}
.cid-uognxQAYSI p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uognxQAYSI .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uognxQAYSI .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uognxQAYSI .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uognxQAYSI .main-banner .left-content {
  margin-right: 15px;
}
.cid-uognxQAYSI .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uognxQAYSI .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uognxQAYSI .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uognxQAYSI .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uognxQAYSI .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uognxQAYSI .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uognxQAYSI .main-banner:before {
    display: none;
  }
  .cid-uognxQAYSI .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uognxQAYSI .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uognxQAYSI H6 {
  color: #e43f3f;
}
.cid-uognxQAYSI H2 {
  color: #000000;
}
.cid-uognxR4tT1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uognxR4tT1 .mbr-section-title {
  color: #000000;
}
.cid-uognxRpeKc {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uognxRpeKc .container {
  padding: 0 5%;
}
.cid-uognxRpeKc #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uognxRpeKc #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uognxRpeKc #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uognxRpeKc #expand-button:hover {
  background-color: #7787a5;
}
.cid-uognxRpeKc .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uognxRpeKc .item:focus,
.cid-uognxRpeKc span:focus {
  outline: none;
}
.cid-uognxRpeKc .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uognxRpeKc .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uognxRpeKc .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uognxRpeKc .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uognxRpeKc .item {
    padding: 1.5rem;
  }
}
.cid-uognxRpeKc .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uognxRpeKc .item .item-icon {
    margin-top: 0;
  }
}
.cid-uognxRpeKc .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uognxRpeKc .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uognxRpeKc .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uognxRpeKc .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uognxRpeKc .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uognxRpeKc .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uognxRpeKc .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uognxRpeKc .item-content {
    margin-left: 0;
  }
}
.cid-uognxRpeKc .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uognxRpeKc .item-title {
  color: #ffffff;
}
.cid-uognxRpeKc .mbr-text,
.cid-uognxRpeKc .item-icon {
  color: #ffffff;
}
.cid-uognxRpeKc .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uognxRpeKc .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uognxRpeKc .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uognxRpeKc .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uognxRpeKc .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uognxRpeKc .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uognxRpeKc .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uognxRpeKc .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uognxRpeKc .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uognxRpeKc .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uognxRpeKc .article-column1 {
    padding-right: 16px;
  }
}
.cid-uognxRpeKc .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uognxRpeKc .article-column2 {
    padding-left: 16px;
  }
}
.cid-uognxRpeKc .mbr-section-subtitle,
.cid-uognxRpeKc .mbr-iconfont {
  color: #e082c5;
}
.cid-uognxRpeKc .mbr-section-subtitle {
  color: #000000;
}
.cid-uognxRVIfd {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uognxRVIfd p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uognxRVIfd .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uognxRVIfd .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uognxRVIfd .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uognxRVIfd .main-banner .left-content {
  margin-right: 15px;
}
.cid-uognxRVIfd .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uognxRVIfd .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uognxRVIfd .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uognxRVIfd .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uognxRVIfd .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uognxRVIfd .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uognxRVIfd .main-banner:before {
    display: none;
  }
  .cid-uognxRVIfd .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uognxRVIfd .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uognxRVIfd H6 {
  color: #e43f3f;
}
.cid-uognxRVIfd H2 {
  color: #000000;
}
.cid-uognxRVIfd P {
  color: #000000;
}
.cid-uognxS9CuJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uognxS9CuJ #footer {
  padding: 0 0 25px 0;
}
.cid-uognxS9CuJ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uognxS9CuJ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uognxS9CuJ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uognxS9CuJ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uognxS9CuJ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uognxS9CuJ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uognxS9CuJ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uognxS9CuJ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uognxS9CuJ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uognxS9CuJ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uognxS9CuJ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uognxS9CuJ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uognxS9CuJ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uognxS9CuJ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uognxS9CuJ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uognxS9CuJ #footer .copyright {
  padding-top: 30px;
}
.cid-uognxS9CuJ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uognxS9CuJ H4 {
  color: #000000;
  text-align: left;
}
.cid-uognxS9CuJ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uognxS9CuJ P {
  color: #e43f3f;
  text-align: left;
}
.cid-uognxS9CuJ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uognxS9CuJ .copyright a {
  text-decoration: none !important;
}
.cid-uognxS9CuJ .list,
.cid-uognxS9CuJ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uognxS9CuJ ul li a {
  text-decoration: none !important;
}
.cid-uognxS9CuJ .list {
  color: #e43f3f;
}
.cid-uognXq6xBa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uognXq6xBa nav.navbar {
  position: fixed;
}
.cid-uognXq6xBa .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-uognXq6xBa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uognXq6xBa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uognXq6xBa .dropdown-item:hover,
.cid-uognXq6xBa .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uognXq6xBa .dropdown-item:hover span {
  color: white;
}
.cid-uognXq6xBa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uognXq6xBa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uognXq6xBa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uognXq6xBa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uognXq6xBa .nav-link {
  position: relative;
}
.cid-uognXq6xBa .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uognXq6xBa .container {
    flex-wrap: nowrap;
  }
}
.cid-uognXq6xBa .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uognXq6xBa .dropdown-menu,
.cid-uognXq6xBa .navbar.opened {
  background: #e43f3f !important;
}
.cid-uognXq6xBa .nav-item:focus,
.cid-uognXq6xBa .nav-link:focus {
  outline: none;
}
.cid-uognXq6xBa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uognXq6xBa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uognXq6xBa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uognXq6xBa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uognXq6xBa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uognXq6xBa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uognXq6xBa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uognXq6xBa .navbar.opened {
  transition: all 0.3s;
}
.cid-uognXq6xBa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uognXq6xBa .navbar .navbar-logo img {
  width: auto;
}
.cid-uognXq6xBa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uognXq6xBa .navbar.collapsed {
  justify-content: center;
}
.cid-uognXq6xBa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uognXq6xBa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uognXq6xBa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uognXq6xBa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uognXq6xBa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uognXq6xBa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uognXq6xBa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uognXq6xBa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uognXq6xBa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uognXq6xBa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uognXq6xBa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uognXq6xBa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uognXq6xBa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uognXq6xBa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uognXq6xBa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uognXq6xBa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uognXq6xBa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uognXq6xBa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uognXq6xBa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uognXq6xBa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uognXq6xBa .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uognXq6xBa .navbar.navbar-short {
  min-height: 60px;
}
.cid-uognXq6xBa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uognXq6xBa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uognXq6xBa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uognXq6xBa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uognXq6xBa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uognXq6xBa .dropdown-item.active,
.cid-uognXq6xBa .dropdown-item:active {
  background-color: transparent;
}
.cid-uognXq6xBa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uognXq6xBa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uognXq6xBa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uognXq6xBa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uognXq6xBa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uognXq6xBa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uognXq6xBa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uognXq6xBa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uognXq6xBa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uognXq6xBa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uognXq6xBa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uognXq6xBa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uognXq6xBa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uognXq6xBa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uognXq6xBa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uognXq6xBa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uognXq6xBa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uognXq6xBa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uognXq6xBa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uognXq6xBa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uognXq6xBa .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-uognXq6xBa .navbar {
    height: 70px;
  }
  .cid-uognXq6xBa .navbar.opened {
    height: auto;
  }
  .cid-uognXq6xBa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uognXooV1V {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uognXooV1V .row {
  flex-direction: row-reverse;
}
.cid-uognXooV1V p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uognXooV1V .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uognXooV1V .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uognXooV1V .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uognXooV1V .main-banner .left-content {
  margin-right: 15px;
}
.cid-uognXooV1V .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uognXooV1V .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uognXooV1V .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uognXooV1V .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uognXooV1V .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uognXooV1V .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uognXooV1V .main-banner:before {
    display: none;
  }
  .cid-uognXooV1V .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uognXooV1V .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uognXooV1V H6 {
  color: #e43f3f;
}
.cid-uognXooV1V H2 {
  color: #000000;
}
.cid-uognXoQ049 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uognXoQ049 .mbr-section-title {
  color: #000000;
}
.cid-uognXp5wCM {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uognXp5wCM .container {
  padding: 0 5%;
}
.cid-uognXp5wCM #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uognXp5wCM #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uognXp5wCM #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uognXp5wCM #expand-button:hover {
  background-color: #7787a5;
}
.cid-uognXp5wCM .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uognXp5wCM .item:focus,
.cid-uognXp5wCM span:focus {
  outline: none;
}
.cid-uognXp5wCM .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uognXp5wCM .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uognXp5wCM .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uognXp5wCM .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uognXp5wCM .item {
    padding: 1.5rem;
  }
}
.cid-uognXp5wCM .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uognXp5wCM .item .item-icon {
    margin-top: 0;
  }
}
.cid-uognXp5wCM .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uognXp5wCM .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uognXp5wCM .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uognXp5wCM .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uognXp5wCM .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uognXp5wCM .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uognXp5wCM .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uognXp5wCM .item-content {
    margin-left: 0;
  }
}
.cid-uognXp5wCM .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uognXp5wCM .item-title {
  color: #ffffff;
}
.cid-uognXp5wCM .mbr-text,
.cid-uognXp5wCM .item-icon {
  color: #ffffff;
}
.cid-uognXp5wCM .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uognXp5wCM .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uognXp5wCM .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uognXp5wCM .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uognXp5wCM .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uognXp5wCM .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uognXp5wCM .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uognXp5wCM .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uognXp5wCM .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uognXp5wCM .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uognXp5wCM .article-column1 {
    padding-right: 16px;
  }
}
.cid-uognXp5wCM .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uognXp5wCM .article-column2 {
    padding-left: 16px;
  }
}
.cid-uognXp5wCM .mbr-section-subtitle,
.cid-uognXp5wCM .mbr-iconfont {
  color: #e082c5;
}
.cid-uognXp5wCM .mbr-section-subtitle {
  color: #000000;
}
.cid-uognXpxHfc {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uognXpxHfc p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uognXpxHfc .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uognXpxHfc .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uognXpxHfc .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uognXpxHfc .main-banner .left-content {
  margin-right: 15px;
}
.cid-uognXpxHfc .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uognXpxHfc .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uognXpxHfc .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uognXpxHfc .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uognXpxHfc .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uognXpxHfc .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uognXpxHfc .main-banner:before {
    display: none;
  }
  .cid-uognXpxHfc .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uognXpxHfc .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uognXpxHfc H6 {
  color: #e43f3f;
}
.cid-uognXpxHfc H2 {
  color: #000000;
}
.cid-uognXpxHfc P {
  color: #000000;
}
.cid-uognXpOuRs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uognXpOuRs #footer {
  padding: 0 0 25px 0;
}
.cid-uognXpOuRs #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uognXpOuRs #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uognXpOuRs #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uognXpOuRs #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uognXpOuRs #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uognXpOuRs #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uognXpOuRs #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uognXpOuRs #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uognXpOuRs #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uognXpOuRs #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uognXpOuRs #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uognXpOuRs #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uognXpOuRs #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uognXpOuRs #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uognXpOuRs #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uognXpOuRs #footer .copyright {
  padding-top: 30px;
}
.cid-uognXpOuRs ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uognXpOuRs H4 {
  color: #000000;
  text-align: left;
}
.cid-uognXpOuRs DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uognXpOuRs P {
  color: #e43f3f;
  text-align: left;
}
.cid-uognXpOuRs div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uognXpOuRs .copyright a {
  text-decoration: none !important;
}
.cid-uognXpOuRs .list,
.cid-uognXpOuRs .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uognXpOuRs ul li a {
  text-decoration: none !important;
}
.cid-uognXpOuRs .list {
  color: #e43f3f;
}
.cid-uogomwob98 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uogomwob98 nav.navbar {
  position: fixed;
}
.cid-uogomwob98 .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-uogomwob98 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uogomwob98 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uogomwob98 .dropdown-item:hover,
.cid-uogomwob98 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uogomwob98 .dropdown-item:hover span {
  color: white;
}
.cid-uogomwob98 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uogomwob98 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uogomwob98 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uogomwob98 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uogomwob98 .nav-link {
  position: relative;
}
.cid-uogomwob98 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uogomwob98 .container {
    flex-wrap: nowrap;
  }
}
.cid-uogomwob98 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uogomwob98 .dropdown-menu,
.cid-uogomwob98 .navbar.opened {
  background: #e43f3f !important;
}
.cid-uogomwob98 .nav-item:focus,
.cid-uogomwob98 .nav-link:focus {
  outline: none;
}
.cid-uogomwob98 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uogomwob98 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uogomwob98 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uogomwob98 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uogomwob98 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uogomwob98 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uogomwob98 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uogomwob98 .navbar.opened {
  transition: all 0.3s;
}
.cid-uogomwob98 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uogomwob98 .navbar .navbar-logo img {
  width: auto;
}
.cid-uogomwob98 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uogomwob98 .navbar.collapsed {
  justify-content: center;
}
.cid-uogomwob98 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uogomwob98 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uogomwob98 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uogomwob98 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uogomwob98 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uogomwob98 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uogomwob98 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uogomwob98 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uogomwob98 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uogomwob98 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uogomwob98 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uogomwob98 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uogomwob98 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uogomwob98 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uogomwob98 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uogomwob98 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uogomwob98 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uogomwob98 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uogomwob98 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uogomwob98 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uogomwob98 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uogomwob98 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uogomwob98 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uogomwob98 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uogomwob98 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uogomwob98 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uogomwob98 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uogomwob98 .dropdown-item.active,
.cid-uogomwob98 .dropdown-item:active {
  background-color: transparent;
}
.cid-uogomwob98 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uogomwob98 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uogomwob98 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uogomwob98 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uogomwob98 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uogomwob98 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uogomwob98 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uogomwob98 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uogomwob98 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uogomwob98 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uogomwob98 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uogomwob98 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogomwob98 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogomwob98 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uogomwob98 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogomwob98 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uogomwob98 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uogomwob98 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogomwob98 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uogomwob98 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uogomwob98 .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-uogomwob98 .navbar {
    height: 70px;
  }
  .cid-uogomwob98 .navbar.opened {
    height: auto;
  }
  .cid-uogomwob98 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uogomuF14l {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogomuF14l .row {
  flex-direction: row-reverse;
}
.cid-uogomuF14l p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogomuF14l .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogomuF14l .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogomuF14l .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogomuF14l .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogomuF14l .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogomuF14l .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogomuF14l .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogomuF14l .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogomuF14l .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogomuF14l .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogomuF14l .main-banner:before {
    display: none;
  }
  .cid-uogomuF14l .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogomuF14l .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogomuF14l H6 {
  color: #e43f3f;
}
.cid-uogomuF14l H2 {
  color: #000000;
}
.cid-uogomv6MQ2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uogomv6MQ2 .mbr-section-title {
  color: #000000;
}
.cid-uogomvjplE {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uogomvjplE .container {
  padding: 0 5%;
}
.cid-uogomvjplE #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogomvjplE #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uogomvjplE #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogomvjplE #expand-button:hover {
  background-color: #7787a5;
}
.cid-uogomvjplE .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uogomvjplE .item:focus,
.cid-uogomvjplE span:focus {
  outline: none;
}
.cid-uogomvjplE .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uogomvjplE .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uogomvjplE .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uogomvjplE .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uogomvjplE .item {
    padding: 1.5rem;
  }
}
.cid-uogomvjplE .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogomvjplE .item .item-icon {
    margin-top: 0;
  }
}
.cid-uogomvjplE .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uogomvjplE .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uogomvjplE .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uogomvjplE .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uogomvjplE .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogomvjplE .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uogomvjplE .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uogomvjplE .item-content {
    margin-left: 0;
  }
}
.cid-uogomvjplE .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uogomvjplE .item-title {
  color: #ffffff;
}
.cid-uogomvjplE .mbr-text,
.cid-uogomvjplE .item-icon {
  color: #ffffff;
}
.cid-uogomvjplE .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uogomvjplE .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uogomvjplE .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uogomvjplE .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uogomvjplE .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uogomvjplE .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uogomvjplE .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uogomvjplE .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uogomvjplE .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uogomvjplE .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uogomvjplE .article-column1 {
    padding-right: 16px;
  }
}
.cid-uogomvjplE .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uogomvjplE .article-column2 {
    padding-left: 16px;
  }
}
.cid-uogomvjplE .mbr-section-subtitle,
.cid-uogomvjplE .mbr-iconfont {
  color: #e082c5;
}
.cid-uogomvjplE .mbr-section-subtitle {
  color: #000000;
}
.cid-uogomvQKrI {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogomvQKrI p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogomvQKrI .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogomvQKrI .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogomvQKrI .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogomvQKrI .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogomvQKrI .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogomvQKrI .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogomvQKrI .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogomvQKrI .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogomvQKrI .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogomvQKrI .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogomvQKrI .main-banner:before {
    display: none;
  }
  .cid-uogomvQKrI .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogomvQKrI .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogomvQKrI H6 {
  color: #e43f3f;
}
.cid-uogomvQKrI H2 {
  color: #000000;
}
.cid-uogomvQKrI P {
  color: #000000;
}
.cid-uogomw5QL5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uogomw5QL5 #footer {
  padding: 0 0 25px 0;
}
.cid-uogomw5QL5 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uogomw5QL5 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uogomw5QL5 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uogomw5QL5 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uogomw5QL5 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uogomw5QL5 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uogomw5QL5 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uogomw5QL5 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uogomw5QL5 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uogomw5QL5 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uogomw5QL5 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uogomw5QL5 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uogomw5QL5 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uogomw5QL5 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uogomw5QL5 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uogomw5QL5 #footer .copyright {
  padding-top: 30px;
}
.cid-uogomw5QL5 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uogomw5QL5 H4 {
  color: #000000;
  text-align: left;
}
.cid-uogomw5QL5 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uogomw5QL5 P {
  color: #e43f3f;
  text-align: left;
}
.cid-uogomw5QL5 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uogomw5QL5 .copyright a {
  text-decoration: none !important;
}
.cid-uogomw5QL5 .list,
.cid-uogomw5QL5 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uogomw5QL5 ul li a {
  text-decoration: none !important;
}
.cid-uogomw5QL5 .list {
  color: #e43f3f;
}
.cid-uogoGIkFa7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uogoGIkFa7 nav.navbar {
  position: fixed;
}
.cid-uogoGIkFa7 .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-uogoGIkFa7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uogoGIkFa7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uogoGIkFa7 .dropdown-item:hover,
.cid-uogoGIkFa7 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uogoGIkFa7 .dropdown-item:hover span {
  color: white;
}
.cid-uogoGIkFa7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uogoGIkFa7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uogoGIkFa7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uogoGIkFa7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uogoGIkFa7 .nav-link {
  position: relative;
}
.cid-uogoGIkFa7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uogoGIkFa7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uogoGIkFa7 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uogoGIkFa7 .dropdown-menu,
.cid-uogoGIkFa7 .navbar.opened {
  background: #e43f3f !important;
}
.cid-uogoGIkFa7 .nav-item:focus,
.cid-uogoGIkFa7 .nav-link:focus {
  outline: none;
}
.cid-uogoGIkFa7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uogoGIkFa7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uogoGIkFa7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uogoGIkFa7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uogoGIkFa7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uogoGIkFa7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uogoGIkFa7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uogoGIkFa7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uogoGIkFa7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uogoGIkFa7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uogoGIkFa7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uogoGIkFa7 .navbar.collapsed {
  justify-content: center;
}
.cid-uogoGIkFa7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uogoGIkFa7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uogoGIkFa7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uogoGIkFa7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uogoGIkFa7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uogoGIkFa7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uogoGIkFa7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uogoGIkFa7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uogoGIkFa7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uogoGIkFa7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uogoGIkFa7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uogoGIkFa7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uogoGIkFa7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uogoGIkFa7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uogoGIkFa7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uogoGIkFa7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uogoGIkFa7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uogoGIkFa7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uogoGIkFa7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uogoGIkFa7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uogoGIkFa7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uogoGIkFa7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uogoGIkFa7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uogoGIkFa7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uogoGIkFa7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uogoGIkFa7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uogoGIkFa7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uogoGIkFa7 .dropdown-item.active,
.cid-uogoGIkFa7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uogoGIkFa7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uogoGIkFa7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uogoGIkFa7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uogoGIkFa7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uogoGIkFa7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uogoGIkFa7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uogoGIkFa7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uogoGIkFa7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uogoGIkFa7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uogoGIkFa7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uogoGIkFa7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uogoGIkFa7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogoGIkFa7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogoGIkFa7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uogoGIkFa7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogoGIkFa7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uogoGIkFa7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uogoGIkFa7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogoGIkFa7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uogoGIkFa7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uogoGIkFa7 .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-uogoGIkFa7 .navbar {
    height: 70px;
  }
  .cid-uogoGIkFa7 .navbar.opened {
    height: auto;
  }
  .cid-uogoGIkFa7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uogoGGCedW {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogoGGCedW .row {
  flex-direction: row-reverse;
}
.cid-uogoGGCedW p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogoGGCedW .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogoGGCedW .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogoGGCedW .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogoGGCedW .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogoGGCedW .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogoGGCedW .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogoGGCedW .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogoGGCedW .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogoGGCedW .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogoGGCedW .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogoGGCedW .main-banner:before {
    display: none;
  }
  .cid-uogoGGCedW .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogoGGCedW .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogoGGCedW H6 {
  color: #e43f3f;
}
.cid-uogoGGCedW H2 {
  color: #000000;
}
.cid-uogoGH3afH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uogoGH3afH .mbr-section-title {
  color: #000000;
}
.cid-uogoGHgFnG {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uogoGHgFnG .container {
  padding: 0 5%;
}
.cid-uogoGHgFnG #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogoGHgFnG #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uogoGHgFnG #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogoGHgFnG #expand-button:hover {
  background-color: #7787a5;
}
.cid-uogoGHgFnG .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uogoGHgFnG .item:focus,
.cid-uogoGHgFnG span:focus {
  outline: none;
}
.cid-uogoGHgFnG .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uogoGHgFnG .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uogoGHgFnG .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uogoGHgFnG .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uogoGHgFnG .item {
    padding: 1.5rem;
  }
}
.cid-uogoGHgFnG .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogoGHgFnG .item .item-icon {
    margin-top: 0;
  }
}
.cid-uogoGHgFnG .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uogoGHgFnG .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uogoGHgFnG .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uogoGHgFnG .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uogoGHgFnG .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogoGHgFnG .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uogoGHgFnG .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uogoGHgFnG .item-content {
    margin-left: 0;
  }
}
.cid-uogoGHgFnG .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uogoGHgFnG .item-title {
  color: #ffffff;
}
.cid-uogoGHgFnG .mbr-text,
.cid-uogoGHgFnG .item-icon {
  color: #ffffff;
}
.cid-uogoGHgFnG .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uogoGHgFnG .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uogoGHgFnG .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uogoGHgFnG .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uogoGHgFnG .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uogoGHgFnG .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uogoGHgFnG .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uogoGHgFnG .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uogoGHgFnG .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uogoGHgFnG .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uogoGHgFnG .article-column1 {
    padding-right: 16px;
  }
}
.cid-uogoGHgFnG .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uogoGHgFnG .article-column2 {
    padding-left: 16px;
  }
}
.cid-uogoGHgFnG .mbr-section-subtitle,
.cid-uogoGHgFnG .mbr-iconfont {
  color: #e082c5;
}
.cid-uogoGHgFnG .mbr-section-subtitle {
  color: #000000;
}
.cid-uogoGHJvum {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogoGHJvum p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogoGHJvum .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogoGHJvum .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogoGHJvum .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogoGHJvum .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogoGHJvum .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogoGHJvum .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogoGHJvum .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogoGHJvum .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogoGHJvum .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogoGHJvum .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogoGHJvum .main-banner:before {
    display: none;
  }
  .cid-uogoGHJvum .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogoGHJvum .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogoGHJvum H6 {
  color: #e43f3f;
}
.cid-uogoGHJvum H2 {
  color: #000000;
}
.cid-uogoGHJvum P {
  color: #000000;
}
.cid-uogoGHY2Uh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uogoGHY2Uh #footer {
  padding: 0 0 25px 0;
}
.cid-uogoGHY2Uh #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uogoGHY2Uh #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uogoGHY2Uh #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uogoGHY2Uh #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uogoGHY2Uh #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uogoGHY2Uh #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uogoGHY2Uh #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uogoGHY2Uh #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uogoGHY2Uh #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uogoGHY2Uh #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uogoGHY2Uh #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uogoGHY2Uh #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uogoGHY2Uh #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uogoGHY2Uh #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uogoGHY2Uh #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uogoGHY2Uh #footer .copyright {
  padding-top: 30px;
}
.cid-uogoGHY2Uh ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uogoGHY2Uh H4 {
  color: #000000;
  text-align: left;
}
.cid-uogoGHY2Uh DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uogoGHY2Uh P {
  color: #e43f3f;
  text-align: left;
}
.cid-uogoGHY2Uh div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uogoGHY2Uh .copyright a {
  text-decoration: none !important;
}
.cid-uogoGHY2Uh .list,
.cid-uogoGHY2Uh .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uogoGHY2Uh ul li a {
  text-decoration: none !important;
}
.cid-uogoGHY2Uh .list {
  color: #e43f3f;
}
.cid-uogqDw8Jrz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uogqDw8Jrz nav.navbar {
  position: fixed;
}
.cid-uogqDw8Jrz .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-uogqDw8Jrz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uogqDw8Jrz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uogqDw8Jrz .dropdown-item:hover,
.cid-uogqDw8Jrz .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uogqDw8Jrz .dropdown-item:hover span {
  color: white;
}
.cid-uogqDw8Jrz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uogqDw8Jrz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uogqDw8Jrz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uogqDw8Jrz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uogqDw8Jrz .nav-link {
  position: relative;
}
.cid-uogqDw8Jrz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uogqDw8Jrz .container {
    flex-wrap: nowrap;
  }
}
.cid-uogqDw8Jrz .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uogqDw8Jrz .dropdown-menu,
.cid-uogqDw8Jrz .navbar.opened {
  background: #e43f3f !important;
}
.cid-uogqDw8Jrz .nav-item:focus,
.cid-uogqDw8Jrz .nav-link:focus {
  outline: none;
}
.cid-uogqDw8Jrz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uogqDw8Jrz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uogqDw8Jrz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uogqDw8Jrz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uogqDw8Jrz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uogqDw8Jrz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uogqDw8Jrz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uogqDw8Jrz .navbar.opened {
  transition: all 0.3s;
}
.cid-uogqDw8Jrz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uogqDw8Jrz .navbar .navbar-logo img {
  width: auto;
}
.cid-uogqDw8Jrz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uogqDw8Jrz .navbar.collapsed {
  justify-content: center;
}
.cid-uogqDw8Jrz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uogqDw8Jrz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uogqDw8Jrz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uogqDw8Jrz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uogqDw8Jrz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uogqDw8Jrz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uogqDw8Jrz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uogqDw8Jrz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uogqDw8Jrz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uogqDw8Jrz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uogqDw8Jrz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uogqDw8Jrz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uogqDw8Jrz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uogqDw8Jrz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uogqDw8Jrz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uogqDw8Jrz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uogqDw8Jrz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uogqDw8Jrz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uogqDw8Jrz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uogqDw8Jrz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uogqDw8Jrz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uogqDw8Jrz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uogqDw8Jrz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uogqDw8Jrz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uogqDw8Jrz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uogqDw8Jrz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uogqDw8Jrz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uogqDw8Jrz .dropdown-item.active,
.cid-uogqDw8Jrz .dropdown-item:active {
  background-color: transparent;
}
.cid-uogqDw8Jrz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uogqDw8Jrz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uogqDw8Jrz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uogqDw8Jrz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uogqDw8Jrz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uogqDw8Jrz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uogqDw8Jrz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uogqDw8Jrz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uogqDw8Jrz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uogqDw8Jrz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uogqDw8Jrz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uogqDw8Jrz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogqDw8Jrz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogqDw8Jrz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uogqDw8Jrz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogqDw8Jrz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uogqDw8Jrz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uogqDw8Jrz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogqDw8Jrz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uogqDw8Jrz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uogqDw8Jrz .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-uogqDw8Jrz .navbar {
    height: 70px;
  }
  .cid-uogqDw8Jrz .navbar.opened {
    height: auto;
  }
  .cid-uogqDw8Jrz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uogqDudQPF {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogqDudQPF .row {
  flex-direction: row-reverse;
}
.cid-uogqDudQPF p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogqDudQPF .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogqDudQPF .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogqDudQPF .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogqDudQPF .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogqDudQPF .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogqDudQPF .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogqDudQPF .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogqDudQPF .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogqDudQPF .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogqDudQPF .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogqDudQPF .main-banner:before {
    display: none;
  }
  .cid-uogqDudQPF .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogqDudQPF .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogqDudQPF H6 {
  color: #e43f3f;
}
.cid-uogqDudQPF H2 {
  color: #000000;
}
.cid-uogqDuFwwl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uogqDuFwwl .mbr-section-title {
  color: #000000;
}
.cid-uogqDuX9kQ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uogqDuX9kQ .container {
  padding: 0 5%;
}
.cid-uogqDuX9kQ #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogqDuX9kQ #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uogqDuX9kQ #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogqDuX9kQ #expand-button:hover {
  background-color: #7787a5;
}
.cid-uogqDuX9kQ .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uogqDuX9kQ .item:focus,
.cid-uogqDuX9kQ span:focus {
  outline: none;
}
.cid-uogqDuX9kQ .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uogqDuX9kQ .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uogqDuX9kQ .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uogqDuX9kQ .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uogqDuX9kQ .item {
    padding: 1.5rem;
  }
}
.cid-uogqDuX9kQ .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogqDuX9kQ .item .item-icon {
    margin-top: 0;
  }
}
.cid-uogqDuX9kQ .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uogqDuX9kQ .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uogqDuX9kQ .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uogqDuX9kQ .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uogqDuX9kQ .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogqDuX9kQ .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uogqDuX9kQ .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uogqDuX9kQ .item-content {
    margin-left: 0;
  }
}
.cid-uogqDuX9kQ .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uogqDuX9kQ .item-title {
  color: #ffffff;
}
.cid-uogqDuX9kQ .mbr-text,
.cid-uogqDuX9kQ .item-icon {
  color: #ffffff;
}
.cid-uogqDuX9kQ .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uogqDuX9kQ .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uogqDuX9kQ .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uogqDuX9kQ .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uogqDuX9kQ .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uogqDuX9kQ .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uogqDuX9kQ .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uogqDuX9kQ .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uogqDuX9kQ .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uogqDuX9kQ .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uogqDuX9kQ .article-column1 {
    padding-right: 16px;
  }
}
.cid-uogqDuX9kQ .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uogqDuX9kQ .article-column2 {
    padding-left: 16px;
  }
}
.cid-uogqDuX9kQ .mbr-section-subtitle,
.cid-uogqDuX9kQ .mbr-iconfont {
  color: #e082c5;
}
.cid-uogqDuX9kQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uogqDvtNF1 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogqDvtNF1 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogqDvtNF1 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogqDvtNF1 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogqDvtNF1 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogqDvtNF1 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogqDvtNF1 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogqDvtNF1 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogqDvtNF1 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogqDvtNF1 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogqDvtNF1 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogqDvtNF1 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogqDvtNF1 .main-banner:before {
    display: none;
  }
  .cid-uogqDvtNF1 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogqDvtNF1 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogqDvtNF1 H6 {
  color: #e43f3f;
}
.cid-uogqDvtNF1 H2 {
  color: #000000;
}
.cid-uogqDvtNF1 P {
  color: #000000;
}
.cid-uogqDvOLTM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uogqDvOLTM #footer {
  padding: 0 0 25px 0;
}
.cid-uogqDvOLTM #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uogqDvOLTM #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uogqDvOLTM #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uogqDvOLTM #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uogqDvOLTM #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uogqDvOLTM #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uogqDvOLTM #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uogqDvOLTM #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uogqDvOLTM #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uogqDvOLTM #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uogqDvOLTM #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uogqDvOLTM #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uogqDvOLTM #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uogqDvOLTM #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uogqDvOLTM #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uogqDvOLTM #footer .copyright {
  padding-top: 30px;
}
.cid-uogqDvOLTM ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uogqDvOLTM H4 {
  color: #000000;
  text-align: left;
}
.cid-uogqDvOLTM DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uogqDvOLTM P {
  color: #e43f3f;
  text-align: left;
}
.cid-uogqDvOLTM div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uogqDvOLTM .copyright a {
  text-decoration: none !important;
}
.cid-uogqDvOLTM .list,
.cid-uogqDvOLTM .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uogqDvOLTM ul li a {
  text-decoration: none !important;
}
.cid-uogqDvOLTM .list {
  color: #e43f3f;
}
.cid-uogvbzCHZc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uogvbzCHZc nav.navbar {
  position: fixed;
}
.cid-uogvbzCHZc .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-uogvbzCHZc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uogvbzCHZc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uogvbzCHZc .dropdown-item:hover,
.cid-uogvbzCHZc .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uogvbzCHZc .dropdown-item:hover span {
  color: white;
}
.cid-uogvbzCHZc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uogvbzCHZc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uogvbzCHZc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uogvbzCHZc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uogvbzCHZc .nav-link {
  position: relative;
}
.cid-uogvbzCHZc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uogvbzCHZc .container {
    flex-wrap: nowrap;
  }
}
.cid-uogvbzCHZc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uogvbzCHZc .dropdown-menu,
.cid-uogvbzCHZc .navbar.opened {
  background: #e43f3f !important;
}
.cid-uogvbzCHZc .nav-item:focus,
.cid-uogvbzCHZc .nav-link:focus {
  outline: none;
}
.cid-uogvbzCHZc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uogvbzCHZc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uogvbzCHZc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uogvbzCHZc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uogvbzCHZc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uogvbzCHZc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uogvbzCHZc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uogvbzCHZc .navbar.opened {
  transition: all 0.3s;
}
.cid-uogvbzCHZc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uogvbzCHZc .navbar .navbar-logo img {
  width: auto;
}
.cid-uogvbzCHZc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uogvbzCHZc .navbar.collapsed {
  justify-content: center;
}
.cid-uogvbzCHZc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uogvbzCHZc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uogvbzCHZc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uogvbzCHZc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uogvbzCHZc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uogvbzCHZc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uogvbzCHZc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uogvbzCHZc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uogvbzCHZc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uogvbzCHZc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uogvbzCHZc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uogvbzCHZc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uogvbzCHZc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uogvbzCHZc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uogvbzCHZc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uogvbzCHZc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uogvbzCHZc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uogvbzCHZc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uogvbzCHZc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uogvbzCHZc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uogvbzCHZc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uogvbzCHZc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uogvbzCHZc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uogvbzCHZc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uogvbzCHZc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uogvbzCHZc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uogvbzCHZc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uogvbzCHZc .dropdown-item.active,
.cid-uogvbzCHZc .dropdown-item:active {
  background-color: transparent;
}
.cid-uogvbzCHZc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uogvbzCHZc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uogvbzCHZc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uogvbzCHZc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uogvbzCHZc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uogvbzCHZc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uogvbzCHZc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uogvbzCHZc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uogvbzCHZc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uogvbzCHZc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uogvbzCHZc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uogvbzCHZc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogvbzCHZc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogvbzCHZc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uogvbzCHZc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogvbzCHZc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uogvbzCHZc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uogvbzCHZc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogvbzCHZc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uogvbzCHZc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uogvbzCHZc .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-uogvbzCHZc .navbar {
    height: 70px;
  }
  .cid-uogvbzCHZc .navbar.opened {
    height: auto;
  }
  .cid-uogvbzCHZc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uogvbxfmql {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogvbxfmql .row {
  flex-direction: row-reverse;
}
.cid-uogvbxfmql p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogvbxfmql .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogvbxfmql .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogvbxfmql .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogvbxfmql .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogvbxfmql .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogvbxfmql .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogvbxfmql .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogvbxfmql .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogvbxfmql .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogvbxfmql .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogvbxfmql .main-banner:before {
    display: none;
  }
  .cid-uogvbxfmql .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogvbxfmql .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogvbxfmql H6 {
  color: #e43f3f;
}
.cid-uogvbxfmql H2 {
  color: #000000;
}
.cid-uogvbxMAaW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uogvbxMAaW .mbr-section-title {
  color: #000000;
}
.cid-uogvby8RY6 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uogvby8RY6 .container {
  padding: 0 5%;
}
.cid-uogvby8RY6 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogvby8RY6 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uogvby8RY6 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogvby8RY6 #expand-button:hover {
  background-color: #7787a5;
}
.cid-uogvby8RY6 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uogvby8RY6 .item:focus,
.cid-uogvby8RY6 span:focus {
  outline: none;
}
.cid-uogvby8RY6 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uogvby8RY6 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uogvby8RY6 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uogvby8RY6 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uogvby8RY6 .item {
    padding: 1.5rem;
  }
}
.cid-uogvby8RY6 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogvby8RY6 .item .item-icon {
    margin-top: 0;
  }
}
.cid-uogvby8RY6 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uogvby8RY6 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uogvby8RY6 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uogvby8RY6 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uogvby8RY6 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogvby8RY6 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uogvby8RY6 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uogvby8RY6 .item-content {
    margin-left: 0;
  }
}
.cid-uogvby8RY6 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uogvby8RY6 .item-title {
  color: #ffffff;
}
.cid-uogvby8RY6 .mbr-text,
.cid-uogvby8RY6 .item-icon {
  color: #ffffff;
}
.cid-uogvby8RY6 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uogvby8RY6 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uogvby8RY6 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uogvby8RY6 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uogvby8RY6 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uogvby8RY6 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uogvby8RY6 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uogvby8RY6 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uogvby8RY6 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uogvby8RY6 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uogvby8RY6 .article-column1 {
    padding-right: 16px;
  }
}
.cid-uogvby8RY6 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uogvby8RY6 .article-column2 {
    padding-left: 16px;
  }
}
.cid-uogvby8RY6 .mbr-section-subtitle,
.cid-uogvby8RY6 .mbr-iconfont {
  color: #e082c5;
}
.cid-uogvby8RY6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uogvbz0PLw {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogvbz0PLw p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogvbz0PLw .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogvbz0PLw .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogvbz0PLw .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogvbz0PLw .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogvbz0PLw .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogvbz0PLw .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogvbz0PLw .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogvbz0PLw .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogvbz0PLw .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogvbz0PLw .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogvbz0PLw .main-banner:before {
    display: none;
  }
  .cid-uogvbz0PLw .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogvbz0PLw .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogvbz0PLw H6 {
  color: #e43f3f;
}
.cid-uogvbz0PLw H2 {
  color: #000000;
}
.cid-uogvbz0PLw P {
  color: #000000;
}
.cid-uogvbzfFpW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uogvbzfFpW #footer {
  padding: 0 0 25px 0;
}
.cid-uogvbzfFpW #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uogvbzfFpW #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uogvbzfFpW #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uogvbzfFpW #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uogvbzfFpW #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uogvbzfFpW #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uogvbzfFpW #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uogvbzfFpW #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uogvbzfFpW #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uogvbzfFpW #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uogvbzfFpW #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uogvbzfFpW #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uogvbzfFpW #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uogvbzfFpW #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uogvbzfFpW #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uogvbzfFpW #footer .copyright {
  padding-top: 30px;
}
.cid-uogvbzfFpW ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uogvbzfFpW H4 {
  color: #000000;
  text-align: left;
}
.cid-uogvbzfFpW DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uogvbzfFpW P {
  color: #e43f3f;
  text-align: left;
}
.cid-uogvbzfFpW div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uogvbzfFpW .copyright a {
  text-decoration: none !important;
}
.cid-uogvbzfFpW .list,
.cid-uogvbzfFpW .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uogvbzfFpW ul li a {
  text-decoration: none !important;
}
.cid-uogvbzfFpW .list {
  color: #e43f3f;
}
.cid-uogvX3VLmZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uogvX3VLmZ nav.navbar {
  position: fixed;
}
.cid-uogvX3VLmZ .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-uogvX3VLmZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uogvX3VLmZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uogvX3VLmZ .dropdown-item:hover,
.cid-uogvX3VLmZ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uogvX3VLmZ .dropdown-item:hover span {
  color: white;
}
.cid-uogvX3VLmZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uogvX3VLmZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uogvX3VLmZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uogvX3VLmZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uogvX3VLmZ .nav-link {
  position: relative;
}
.cid-uogvX3VLmZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uogvX3VLmZ .container {
    flex-wrap: nowrap;
  }
}
.cid-uogvX3VLmZ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uogvX3VLmZ .dropdown-menu,
.cid-uogvX3VLmZ .navbar.opened {
  background: #e43f3f !important;
}
.cid-uogvX3VLmZ .nav-item:focus,
.cid-uogvX3VLmZ .nav-link:focus {
  outline: none;
}
.cid-uogvX3VLmZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uogvX3VLmZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uogvX3VLmZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uogvX3VLmZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uogvX3VLmZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uogvX3VLmZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uogvX3VLmZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uogvX3VLmZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uogvX3VLmZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uogvX3VLmZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uogvX3VLmZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uogvX3VLmZ .navbar.collapsed {
  justify-content: center;
}
.cid-uogvX3VLmZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uogvX3VLmZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uogvX3VLmZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uogvX3VLmZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uogvX3VLmZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uogvX3VLmZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uogvX3VLmZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uogvX3VLmZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uogvX3VLmZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uogvX3VLmZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uogvX3VLmZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uogvX3VLmZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uogvX3VLmZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uogvX3VLmZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uogvX3VLmZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uogvX3VLmZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uogvX3VLmZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uogvX3VLmZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uogvX3VLmZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uogvX3VLmZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uogvX3VLmZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uogvX3VLmZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uogvX3VLmZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uogvX3VLmZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uogvX3VLmZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uogvX3VLmZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uogvX3VLmZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uogvX3VLmZ .dropdown-item.active,
.cid-uogvX3VLmZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uogvX3VLmZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uogvX3VLmZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uogvX3VLmZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uogvX3VLmZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uogvX3VLmZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uogvX3VLmZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uogvX3VLmZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uogvX3VLmZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uogvX3VLmZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uogvX3VLmZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uogvX3VLmZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uogvX3VLmZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogvX3VLmZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogvX3VLmZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uogvX3VLmZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogvX3VLmZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uogvX3VLmZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uogvX3VLmZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogvX3VLmZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uogvX3VLmZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uogvX3VLmZ .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-uogvX3VLmZ .navbar {
    height: 70px;
  }
  .cid-uogvX3VLmZ .navbar.opened {
    height: auto;
  }
  .cid-uogvX3VLmZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uogvX29Ukn {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogvX29Ukn .row {
  flex-direction: row-reverse;
}
.cid-uogvX29Ukn p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogvX29Ukn .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogvX29Ukn .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogvX29Ukn .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogvX29Ukn .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogvX29Ukn .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogvX29Ukn .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogvX29Ukn .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogvX29Ukn .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogvX29Ukn .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogvX29Ukn .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogvX29Ukn .main-banner:before {
    display: none;
  }
  .cid-uogvX29Ukn .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogvX29Ukn .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogvX29Ukn H6 {
  color: #e43f3f;
}
.cid-uogvX29Ukn H2 {
  color: #000000;
}
.cid-uogvX2C9G8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uogvX2C9G8 .mbr-section-title {
  color: #000000;
}
.cid-uogvX2U21y {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uogvX2U21y .container {
  padding: 0 5%;
}
.cid-uogvX2U21y #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogvX2U21y #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uogvX2U21y #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogvX2U21y #expand-button:hover {
  background-color: #7787a5;
}
.cid-uogvX2U21y .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uogvX2U21y .item:focus,
.cid-uogvX2U21y span:focus {
  outline: none;
}
.cid-uogvX2U21y .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uogvX2U21y .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uogvX2U21y .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uogvX2U21y .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uogvX2U21y .item {
    padding: 1.5rem;
  }
}
.cid-uogvX2U21y .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogvX2U21y .item .item-icon {
    margin-top: 0;
  }
}
.cid-uogvX2U21y .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uogvX2U21y .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uogvX2U21y .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uogvX2U21y .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uogvX2U21y .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogvX2U21y .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uogvX2U21y .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uogvX2U21y .item-content {
    margin-left: 0;
  }
}
.cid-uogvX2U21y .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uogvX2U21y .item-title {
  color: #ffffff;
}
.cid-uogvX2U21y .mbr-text,
.cid-uogvX2U21y .item-icon {
  color: #ffffff;
}
.cid-uogvX2U21y .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uogvX2U21y .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uogvX2U21y .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uogvX2U21y .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uogvX2U21y .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uogvX2U21y .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uogvX2U21y .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uogvX2U21y .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uogvX2U21y .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uogvX2U21y .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uogvX2U21y .article-column1 {
    padding-right: 16px;
  }
}
.cid-uogvX2U21y .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uogvX2U21y .article-column2 {
    padding-left: 16px;
  }
}
.cid-uogvX2U21y .mbr-section-subtitle,
.cid-uogvX2U21y .mbr-iconfont {
  color: #e082c5;
}
.cid-uogvX2U21y .mbr-section-subtitle {
  color: #000000;
}
.cid-uogvX3oOhB {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogvX3oOhB p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogvX3oOhB .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogvX3oOhB .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogvX3oOhB .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogvX3oOhB .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogvX3oOhB .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogvX3oOhB .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogvX3oOhB .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogvX3oOhB .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogvX3oOhB .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogvX3oOhB .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogvX3oOhB .main-banner:before {
    display: none;
  }
  .cid-uogvX3oOhB .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogvX3oOhB .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogvX3oOhB H6 {
  color: #e43f3f;
}
.cid-uogvX3oOhB H2 {
  color: #000000;
}
.cid-uogvX3oOhB P {
  color: #000000;
}
.cid-uogvX3DKFk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uogvX3DKFk #footer {
  padding: 0 0 25px 0;
}
.cid-uogvX3DKFk #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uogvX3DKFk #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uogvX3DKFk #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uogvX3DKFk #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uogvX3DKFk #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uogvX3DKFk #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uogvX3DKFk #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uogvX3DKFk #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uogvX3DKFk #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uogvX3DKFk #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uogvX3DKFk #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uogvX3DKFk #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uogvX3DKFk #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uogvX3DKFk #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uogvX3DKFk #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uogvX3DKFk #footer .copyright {
  padding-top: 30px;
}
.cid-uogvX3DKFk ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uogvX3DKFk H4 {
  color: #000000;
  text-align: left;
}
.cid-uogvX3DKFk DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uogvX3DKFk P {
  color: #e43f3f;
  text-align: left;
}
.cid-uogvX3DKFk div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uogvX3DKFk .copyright a {
  text-decoration: none !important;
}
.cid-uogvX3DKFk .list,
.cid-uogvX3DKFk .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uogvX3DKFk ul li a {
  text-decoration: none !important;
}
.cid-uogvX3DKFk .list {
  color: #e43f3f;
}
.cid-uogwrBS0Ri {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uogwrBS0Ri nav.navbar {
  position: fixed;
}
.cid-uogwrBS0Ri .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-uogwrBS0Ri .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uogwrBS0Ri .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uogwrBS0Ri .dropdown-item:hover,
.cid-uogwrBS0Ri .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uogwrBS0Ri .dropdown-item:hover span {
  color: white;
}
.cid-uogwrBS0Ri .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uogwrBS0Ri .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uogwrBS0Ri .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uogwrBS0Ri .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uogwrBS0Ri .nav-link {
  position: relative;
}
.cid-uogwrBS0Ri .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uogwrBS0Ri .container {
    flex-wrap: nowrap;
  }
}
.cid-uogwrBS0Ri .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uogwrBS0Ri .dropdown-menu,
.cid-uogwrBS0Ri .navbar.opened {
  background: #e43f3f !important;
}
.cid-uogwrBS0Ri .nav-item:focus,
.cid-uogwrBS0Ri .nav-link:focus {
  outline: none;
}
.cid-uogwrBS0Ri .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uogwrBS0Ri .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uogwrBS0Ri .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uogwrBS0Ri .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uogwrBS0Ri .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uogwrBS0Ri .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uogwrBS0Ri .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uogwrBS0Ri .navbar.opened {
  transition: all 0.3s;
}
.cid-uogwrBS0Ri .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uogwrBS0Ri .navbar .navbar-logo img {
  width: auto;
}
.cid-uogwrBS0Ri .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uogwrBS0Ri .navbar.collapsed {
  justify-content: center;
}
.cid-uogwrBS0Ri .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uogwrBS0Ri .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uogwrBS0Ri .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uogwrBS0Ri .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uogwrBS0Ri .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uogwrBS0Ri .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uogwrBS0Ri .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uogwrBS0Ri .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uogwrBS0Ri .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uogwrBS0Ri .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uogwrBS0Ri .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uogwrBS0Ri .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uogwrBS0Ri .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uogwrBS0Ri .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uogwrBS0Ri .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uogwrBS0Ri .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uogwrBS0Ri .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uogwrBS0Ri .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uogwrBS0Ri .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uogwrBS0Ri .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uogwrBS0Ri .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uogwrBS0Ri .navbar.navbar-short {
  min-height: 60px;
}
.cid-uogwrBS0Ri .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uogwrBS0Ri .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uogwrBS0Ri .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uogwrBS0Ri .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uogwrBS0Ri .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uogwrBS0Ri .dropdown-item.active,
.cid-uogwrBS0Ri .dropdown-item:active {
  background-color: transparent;
}
.cid-uogwrBS0Ri .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uogwrBS0Ri .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uogwrBS0Ri .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uogwrBS0Ri .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uogwrBS0Ri .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uogwrBS0Ri .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uogwrBS0Ri ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uogwrBS0Ri .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uogwrBS0Ri button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uogwrBS0Ri button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uogwrBS0Ri button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uogwrBS0Ri button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogwrBS0Ri button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogwrBS0Ri button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uogwrBS0Ri nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogwrBS0Ri nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uogwrBS0Ri nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uogwrBS0Ri nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogwrBS0Ri .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uogwrBS0Ri a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uogwrBS0Ri .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-uogwrBS0Ri .navbar {
    height: 70px;
  }
  .cid-uogwrBS0Ri .navbar.opened {
    height: auto;
  }
  .cid-uogwrBS0Ri .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uogwrzZzW3 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogwrzZzW3 .row {
  flex-direction: row-reverse;
}
.cid-uogwrzZzW3 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogwrzZzW3 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogwrzZzW3 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogwrzZzW3 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogwrzZzW3 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogwrzZzW3 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogwrzZzW3 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogwrzZzW3 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogwrzZzW3 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogwrzZzW3 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogwrzZzW3 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogwrzZzW3 .main-banner:before {
    display: none;
  }
  .cid-uogwrzZzW3 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogwrzZzW3 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogwrzZzW3 H6 {
  color: #e43f3f;
}
.cid-uogwrzZzW3 H2 {
  color: #000000;
}
.cid-uogwrAsQS4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uogwrAsQS4 .mbr-section-title {
  color: #000000;
}
.cid-uogwrAL8KJ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uogwrAL8KJ .container {
  padding: 0 5%;
}
.cid-uogwrAL8KJ #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogwrAL8KJ #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uogwrAL8KJ #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogwrAL8KJ #expand-button:hover {
  background-color: #7787a5;
}
.cid-uogwrAL8KJ .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uogwrAL8KJ .item:focus,
.cid-uogwrAL8KJ span:focus {
  outline: none;
}
.cid-uogwrAL8KJ .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uogwrAL8KJ .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uogwrAL8KJ .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uogwrAL8KJ .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uogwrAL8KJ .item {
    padding: 1.5rem;
  }
}
.cid-uogwrAL8KJ .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogwrAL8KJ .item .item-icon {
    margin-top: 0;
  }
}
.cid-uogwrAL8KJ .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uogwrAL8KJ .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uogwrAL8KJ .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uogwrAL8KJ .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uogwrAL8KJ .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogwrAL8KJ .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uogwrAL8KJ .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uogwrAL8KJ .item-content {
    margin-left: 0;
  }
}
.cid-uogwrAL8KJ .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uogwrAL8KJ .item-title {
  color: #ffffff;
}
.cid-uogwrAL8KJ .mbr-text,
.cid-uogwrAL8KJ .item-icon {
  color: #ffffff;
}
.cid-uogwrAL8KJ .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uogwrAL8KJ .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uogwrAL8KJ .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uogwrAL8KJ .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uogwrAL8KJ .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uogwrAL8KJ .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uogwrAL8KJ .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uogwrAL8KJ .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uogwrAL8KJ .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uogwrAL8KJ .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uogwrAL8KJ .article-column1 {
    padding-right: 16px;
  }
}
.cid-uogwrAL8KJ .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uogwrAL8KJ .article-column2 {
    padding-left: 16px;
  }
}
.cid-uogwrAL8KJ .mbr-section-subtitle,
.cid-uogwrAL8KJ .mbr-iconfont {
  color: #e082c5;
}
.cid-uogwrAL8KJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uogwrBhvDq {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogwrBhvDq p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogwrBhvDq .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogwrBhvDq .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogwrBhvDq .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogwrBhvDq .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogwrBhvDq .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogwrBhvDq .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogwrBhvDq .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogwrBhvDq .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogwrBhvDq .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogwrBhvDq .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogwrBhvDq .main-banner:before {
    display: none;
  }
  .cid-uogwrBhvDq .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogwrBhvDq .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogwrBhvDq H6 {
  color: #e43f3f;
}
.cid-uogwrBhvDq H2 {
  color: #000000;
}
.cid-uogwrBhvDq P {
  color: #000000;
}
.cid-uogwrBwWuI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uogwrBwWuI #footer {
  padding: 0 0 25px 0;
}
.cid-uogwrBwWuI #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uogwrBwWuI #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uogwrBwWuI #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uogwrBwWuI #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uogwrBwWuI #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uogwrBwWuI #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uogwrBwWuI #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uogwrBwWuI #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uogwrBwWuI #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uogwrBwWuI #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uogwrBwWuI #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uogwrBwWuI #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uogwrBwWuI #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uogwrBwWuI #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uogwrBwWuI #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uogwrBwWuI #footer .copyright {
  padding-top: 30px;
}
.cid-uogwrBwWuI ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uogwrBwWuI H4 {
  color: #000000;
  text-align: left;
}
.cid-uogwrBwWuI DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uogwrBwWuI P {
  color: #e43f3f;
  text-align: left;
}
.cid-uogwrBwWuI div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uogwrBwWuI .copyright a {
  text-decoration: none !important;
}
.cid-uogwrBwWuI .list,
.cid-uogwrBwWuI .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uogwrBwWuI ul li a {
  text-decoration: none !important;
}
.cid-uogwrBwWuI .list {
  color: #e43f3f;
}
.cid-uogxlaaiGH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uogxlaaiGH nav.navbar {
  position: fixed;
}
.cid-uogxlaaiGH .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-uogxlaaiGH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uogxlaaiGH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uogxlaaiGH .dropdown-item:hover,
.cid-uogxlaaiGH .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uogxlaaiGH .dropdown-item:hover span {
  color: white;
}
.cid-uogxlaaiGH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uogxlaaiGH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uogxlaaiGH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uogxlaaiGH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uogxlaaiGH .nav-link {
  position: relative;
}
.cid-uogxlaaiGH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uogxlaaiGH .container {
    flex-wrap: nowrap;
  }
}
.cid-uogxlaaiGH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uogxlaaiGH .dropdown-menu,
.cid-uogxlaaiGH .navbar.opened {
  background: #e43f3f !important;
}
.cid-uogxlaaiGH .nav-item:focus,
.cid-uogxlaaiGH .nav-link:focus {
  outline: none;
}
.cid-uogxlaaiGH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uogxlaaiGH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uogxlaaiGH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uogxlaaiGH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uogxlaaiGH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uogxlaaiGH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uogxlaaiGH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uogxlaaiGH .navbar.opened {
  transition: all 0.3s;
}
.cid-uogxlaaiGH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uogxlaaiGH .navbar .navbar-logo img {
  width: auto;
}
.cid-uogxlaaiGH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uogxlaaiGH .navbar.collapsed {
  justify-content: center;
}
.cid-uogxlaaiGH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uogxlaaiGH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uogxlaaiGH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uogxlaaiGH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uogxlaaiGH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uogxlaaiGH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uogxlaaiGH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uogxlaaiGH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uogxlaaiGH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uogxlaaiGH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uogxlaaiGH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uogxlaaiGH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uogxlaaiGH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uogxlaaiGH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uogxlaaiGH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uogxlaaiGH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uogxlaaiGH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uogxlaaiGH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uogxlaaiGH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uogxlaaiGH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uogxlaaiGH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uogxlaaiGH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uogxlaaiGH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uogxlaaiGH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uogxlaaiGH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uogxlaaiGH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uogxlaaiGH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uogxlaaiGH .dropdown-item.active,
.cid-uogxlaaiGH .dropdown-item:active {
  background-color: transparent;
}
.cid-uogxlaaiGH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uogxlaaiGH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uogxlaaiGH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uogxlaaiGH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uogxlaaiGH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uogxlaaiGH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uogxlaaiGH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uogxlaaiGH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uogxlaaiGH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uogxlaaiGH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uogxlaaiGH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uogxlaaiGH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogxlaaiGH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogxlaaiGH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uogxlaaiGH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogxlaaiGH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uogxlaaiGH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uogxlaaiGH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogxlaaiGH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uogxlaaiGH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uogxlaaiGH .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-uogxlaaiGH .navbar {
    height: 70px;
  }
  .cid-uogxlaaiGH .navbar.opened {
    height: auto;
  }
  .cid-uogxlaaiGH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uogxl8n6iQ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogxl8n6iQ .row {
  flex-direction: row-reverse;
}
.cid-uogxl8n6iQ p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogxl8n6iQ .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogxl8n6iQ .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogxl8n6iQ .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogxl8n6iQ .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogxl8n6iQ .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogxl8n6iQ .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogxl8n6iQ .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogxl8n6iQ .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogxl8n6iQ .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogxl8n6iQ .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogxl8n6iQ .main-banner:before {
    display: none;
  }
  .cid-uogxl8n6iQ .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogxl8n6iQ .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogxl8n6iQ H6 {
  color: #e43f3f;
}
.cid-uogxl8n6iQ H2 {
  color: #000000;
}
.cid-uogxl8OY3g {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uogxl8OY3g .mbr-section-title {
  color: #000000;
}
.cid-uogxl96aYV {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uogxl96aYV .container {
  padding: 0 5%;
}
.cid-uogxl96aYV #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogxl96aYV #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uogxl96aYV #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogxl96aYV #expand-button:hover {
  background-color: #7787a5;
}
.cid-uogxl96aYV .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uogxl96aYV .item:focus,
.cid-uogxl96aYV span:focus {
  outline: none;
}
.cid-uogxl96aYV .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uogxl96aYV .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uogxl96aYV .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uogxl96aYV .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uogxl96aYV .item {
    padding: 1.5rem;
  }
}
.cid-uogxl96aYV .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogxl96aYV .item .item-icon {
    margin-top: 0;
  }
}
.cid-uogxl96aYV .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uogxl96aYV .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uogxl96aYV .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uogxl96aYV .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uogxl96aYV .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogxl96aYV .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uogxl96aYV .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uogxl96aYV .item-content {
    margin-left: 0;
  }
}
.cid-uogxl96aYV .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uogxl96aYV .item-title {
  color: #ffffff;
}
.cid-uogxl96aYV .mbr-text,
.cid-uogxl96aYV .item-icon {
  color: #ffffff;
}
.cid-uogxl96aYV .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uogxl96aYV .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uogxl96aYV .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uogxl96aYV .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uogxl96aYV .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uogxl96aYV .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uogxl96aYV .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uogxl96aYV .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uogxl96aYV .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uogxl96aYV .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uogxl96aYV .article-column1 {
    padding-right: 16px;
  }
}
.cid-uogxl96aYV .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uogxl96aYV .article-column2 {
    padding-left: 16px;
  }
}
.cid-uogxl96aYV .mbr-section-subtitle,
.cid-uogxl96aYV .mbr-iconfont {
  color: #e082c5;
}
.cid-uogxl96aYV .mbr-section-subtitle {
  color: #000000;
}
.cid-uogxl9C78r {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogxl9C78r p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogxl9C78r .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogxl9C78r .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogxl9C78r .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogxl9C78r .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogxl9C78r .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogxl9C78r .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogxl9C78r .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogxl9C78r .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogxl9C78r .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogxl9C78r .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogxl9C78r .main-banner:before {
    display: none;
  }
  .cid-uogxl9C78r .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogxl9C78r .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogxl9C78r H6 {
  color: #e43f3f;
}
.cid-uogxl9C78r H2 {
  color: #000000;
}
.cid-uogxl9C78r P {
  color: #000000;
}
.cid-uogxl9StCk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uogxl9StCk #footer {
  padding: 0 0 25px 0;
}
.cid-uogxl9StCk #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uogxl9StCk #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uogxl9StCk #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uogxl9StCk #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uogxl9StCk #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uogxl9StCk #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uogxl9StCk #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uogxl9StCk #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uogxl9StCk #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uogxl9StCk #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uogxl9StCk #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uogxl9StCk #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uogxl9StCk #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uogxl9StCk #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uogxl9StCk #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uogxl9StCk #footer .copyright {
  padding-top: 30px;
}
.cid-uogxl9StCk ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uogxl9StCk H4 {
  color: #000000;
  text-align: left;
}
.cid-uogxl9StCk DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uogxl9StCk P {
  color: #e43f3f;
  text-align: left;
}
.cid-uogxl9StCk div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uogxl9StCk .copyright a {
  text-decoration: none !important;
}
.cid-uogxl9StCk .list,
.cid-uogxl9StCk .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uogxl9StCk ul li a {
  text-decoration: none !important;
}
.cid-uogxl9StCk .list {
  color: #e43f3f;
}
.cid-uogA463jxq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uogA463jxq nav.navbar {
  position: fixed;
}
.cid-uogA463jxq .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-uogA463jxq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uogA463jxq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uogA463jxq .dropdown-item:hover,
.cid-uogA463jxq .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uogA463jxq .dropdown-item:hover span {
  color: white;
}
.cid-uogA463jxq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uogA463jxq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uogA463jxq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uogA463jxq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uogA463jxq .nav-link {
  position: relative;
}
.cid-uogA463jxq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uogA463jxq .container {
    flex-wrap: nowrap;
  }
}
.cid-uogA463jxq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uogA463jxq .dropdown-menu,
.cid-uogA463jxq .navbar.opened {
  background: #e43f3f !important;
}
.cid-uogA463jxq .nav-item:focus,
.cid-uogA463jxq .nav-link:focus {
  outline: none;
}
.cid-uogA463jxq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uogA463jxq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uogA463jxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uogA463jxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uogA463jxq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uogA463jxq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uogA463jxq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uogA463jxq .navbar.opened {
  transition: all 0.3s;
}
.cid-uogA463jxq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uogA463jxq .navbar .navbar-logo img {
  width: auto;
}
.cid-uogA463jxq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uogA463jxq .navbar.collapsed {
  justify-content: center;
}
.cid-uogA463jxq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uogA463jxq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uogA463jxq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uogA463jxq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uogA463jxq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uogA463jxq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uogA463jxq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uogA463jxq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uogA463jxq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uogA463jxq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uogA463jxq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uogA463jxq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uogA463jxq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uogA463jxq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uogA463jxq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uogA463jxq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uogA463jxq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uogA463jxq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uogA463jxq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uogA463jxq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uogA463jxq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uogA463jxq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uogA463jxq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uogA463jxq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uogA463jxq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uogA463jxq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uogA463jxq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uogA463jxq .dropdown-item.active,
.cid-uogA463jxq .dropdown-item:active {
  background-color: transparent;
}
.cid-uogA463jxq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uogA463jxq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uogA463jxq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uogA463jxq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uogA463jxq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uogA463jxq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uogA463jxq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uogA463jxq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uogA463jxq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uogA463jxq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uogA463jxq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uogA463jxq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogA463jxq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogA463jxq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uogA463jxq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogA463jxq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uogA463jxq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uogA463jxq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogA463jxq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uogA463jxq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uogA463jxq .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-uogA463jxq .navbar {
    height: 70px;
  }
  .cid-uogA463jxq .navbar.opened {
    height: auto;
  }
  .cid-uogA463jxq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uogA44i7EK {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogA44i7EK .row {
  flex-direction: row-reverse;
}
.cid-uogA44i7EK p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogA44i7EK .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogA44i7EK .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogA44i7EK .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogA44i7EK .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogA44i7EK .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogA44i7EK .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogA44i7EK .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogA44i7EK .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogA44i7EK .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogA44i7EK .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogA44i7EK .main-banner:before {
    display: none;
  }
  .cid-uogA44i7EK .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogA44i7EK .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogA44i7EK H6 {
  color: #e43f3f;
}
.cid-uogA44i7EK H2 {
  color: #000000;
}
.cid-uogA44KhUy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uogA44KhUy .mbr-section-title {
  color: #000000;
}
.cid-uogA451pX4 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uogA451pX4 .container {
  padding: 0 5%;
}
.cid-uogA451pX4 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogA451pX4 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uogA451pX4 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogA451pX4 #expand-button:hover {
  background-color: #7787a5;
}
.cid-uogA451pX4 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uogA451pX4 .item:focus,
.cid-uogA451pX4 span:focus {
  outline: none;
}
.cid-uogA451pX4 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uogA451pX4 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uogA451pX4 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uogA451pX4 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uogA451pX4 .item {
    padding: 1.5rem;
  }
}
.cid-uogA451pX4 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogA451pX4 .item .item-icon {
    margin-top: 0;
  }
}
.cid-uogA451pX4 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uogA451pX4 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uogA451pX4 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uogA451pX4 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uogA451pX4 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogA451pX4 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uogA451pX4 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uogA451pX4 .item-content {
    margin-left: 0;
  }
}
.cid-uogA451pX4 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uogA451pX4 .item-title {
  color: #ffffff;
}
.cid-uogA451pX4 .mbr-text,
.cid-uogA451pX4 .item-icon {
  color: #ffffff;
}
.cid-uogA451pX4 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uogA451pX4 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uogA451pX4 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uogA451pX4 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uogA451pX4 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uogA451pX4 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uogA451pX4 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uogA451pX4 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uogA451pX4 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uogA451pX4 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uogA451pX4 .article-column1 {
    padding-right: 16px;
  }
}
.cid-uogA451pX4 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uogA451pX4 .article-column2 {
    padding-left: 16px;
  }
}
.cid-uogA451pX4 .mbr-section-subtitle,
.cid-uogA451pX4 .mbr-iconfont {
  color: #e082c5;
}
.cid-uogA451pX4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uogA45wciy {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogA45wciy p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogA45wciy .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogA45wciy .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogA45wciy .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogA45wciy .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogA45wciy .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogA45wciy .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogA45wciy .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogA45wciy .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogA45wciy .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogA45wciy .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogA45wciy .main-banner:before {
    display: none;
  }
  .cid-uogA45wciy .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogA45wciy .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogA45wciy H6 {
  color: #e43f3f;
}
.cid-uogA45wciy H2 {
  color: #000000;
}
.cid-uogA45wciy P {
  color: #000000;
}
.cid-uogA45IgE6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uogA45IgE6 #footer {
  padding: 0 0 25px 0;
}
.cid-uogA45IgE6 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uogA45IgE6 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uogA45IgE6 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uogA45IgE6 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uogA45IgE6 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uogA45IgE6 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uogA45IgE6 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uogA45IgE6 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uogA45IgE6 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uogA45IgE6 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uogA45IgE6 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uogA45IgE6 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uogA45IgE6 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uogA45IgE6 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uogA45IgE6 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uogA45IgE6 #footer .copyright {
  padding-top: 30px;
}
.cid-uogA45IgE6 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uogA45IgE6 H4 {
  color: #000000;
  text-align: left;
}
.cid-uogA45IgE6 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uogA45IgE6 P {
  color: #e43f3f;
  text-align: left;
}
.cid-uogA45IgE6 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uogA45IgE6 .copyright a {
  text-decoration: none !important;
}
.cid-uogA45IgE6 .list,
.cid-uogA45IgE6 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uogA45IgE6 ul li a {
  text-decoration: none !important;
}
.cid-uogA45IgE6 .list {
  color: #e43f3f;
}
.cid-uogmnOmsVD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uogmnOmsVD nav.navbar {
  position: fixed;
}
.cid-uogmnOmsVD .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-uogmnOmsVD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uogmnOmsVD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uogmnOmsVD .dropdown-item:hover,
.cid-uogmnOmsVD .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uogmnOmsVD .dropdown-item:hover span {
  color: white;
}
.cid-uogmnOmsVD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uogmnOmsVD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uogmnOmsVD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uogmnOmsVD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uogmnOmsVD .nav-link {
  position: relative;
}
.cid-uogmnOmsVD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uogmnOmsVD .container {
    flex-wrap: nowrap;
  }
}
.cid-uogmnOmsVD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uogmnOmsVD .dropdown-menu,
.cid-uogmnOmsVD .navbar.opened {
  background: #e43f3f !important;
}
.cid-uogmnOmsVD .nav-item:focus,
.cid-uogmnOmsVD .nav-link:focus {
  outline: none;
}
.cid-uogmnOmsVD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uogmnOmsVD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uogmnOmsVD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uogmnOmsVD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uogmnOmsVD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uogmnOmsVD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uogmnOmsVD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uogmnOmsVD .navbar.opened {
  transition: all 0.3s;
}
.cid-uogmnOmsVD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uogmnOmsVD .navbar .navbar-logo img {
  width: auto;
}
.cid-uogmnOmsVD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uogmnOmsVD .navbar.collapsed {
  justify-content: center;
}
.cid-uogmnOmsVD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uogmnOmsVD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uogmnOmsVD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uogmnOmsVD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uogmnOmsVD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uogmnOmsVD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uogmnOmsVD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uogmnOmsVD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uogmnOmsVD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uogmnOmsVD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uogmnOmsVD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uogmnOmsVD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uogmnOmsVD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uogmnOmsVD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uogmnOmsVD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uogmnOmsVD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uogmnOmsVD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uogmnOmsVD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uogmnOmsVD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uogmnOmsVD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uogmnOmsVD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uogmnOmsVD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uogmnOmsVD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uogmnOmsVD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uogmnOmsVD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uogmnOmsVD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uogmnOmsVD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uogmnOmsVD .dropdown-item.active,
.cid-uogmnOmsVD .dropdown-item:active {
  background-color: transparent;
}
.cid-uogmnOmsVD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uogmnOmsVD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uogmnOmsVD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uogmnOmsVD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uogmnOmsVD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uogmnOmsVD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uogmnOmsVD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uogmnOmsVD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uogmnOmsVD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uogmnOmsVD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uogmnOmsVD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uogmnOmsVD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogmnOmsVD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uogmnOmsVD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uogmnOmsVD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogmnOmsVD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uogmnOmsVD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uogmnOmsVD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uogmnOmsVD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uogmnOmsVD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uogmnOmsVD .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-uogmnOmsVD .navbar {
    height: 70px;
  }
  .cid-uogmnOmsVD .navbar.opened {
    height: auto;
  }
  .cid-uogmnOmsVD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uogmnMvEpb {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogmnMvEpb .row {
  flex-direction: row-reverse;
}
.cid-uogmnMvEpb p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogmnMvEpb .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogmnMvEpb .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogmnMvEpb .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogmnMvEpb .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogmnMvEpb .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogmnMvEpb .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogmnMvEpb .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogmnMvEpb .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogmnMvEpb .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogmnMvEpb .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogmnMvEpb .main-banner:before {
    display: none;
  }
  .cid-uogmnMvEpb .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogmnMvEpb .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogmnMvEpb H6 {
  color: #e43f3f;
}
.cid-uogmnMvEpb H2 {
  color: #000000;
}
.cid-uogmnMVPTW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uogmnMVPTW .mbr-section-title {
  color: #000000;
}
.cid-uogmnNdEWi {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uogmnNdEWi .container {
  padding: 0 5%;
}
.cid-uogmnNdEWi #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogmnNdEWi #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uogmnNdEWi #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uogmnNdEWi #expand-button:hover {
  background-color: #7787a5;
}
.cid-uogmnNdEWi .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uogmnNdEWi .item:focus,
.cid-uogmnNdEWi span:focus {
  outline: none;
}
.cid-uogmnNdEWi .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uogmnNdEWi .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uogmnNdEWi .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uogmnNdEWi .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uogmnNdEWi .item {
    padding: 1.5rem;
  }
}
.cid-uogmnNdEWi .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogmnNdEWi .item .item-icon {
    margin-top: 0;
  }
}
.cid-uogmnNdEWi .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uogmnNdEWi .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uogmnNdEWi .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uogmnNdEWi .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uogmnNdEWi .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uogmnNdEWi .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uogmnNdEWi .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uogmnNdEWi .item-content {
    margin-left: 0;
  }
}
.cid-uogmnNdEWi .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uogmnNdEWi .item-title {
  color: #ffffff;
}
.cid-uogmnNdEWi .mbr-text,
.cid-uogmnNdEWi .item-icon {
  color: #ffffff;
}
.cid-uogmnNdEWi .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uogmnNdEWi .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uogmnNdEWi .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uogmnNdEWi .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uogmnNdEWi .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uogmnNdEWi .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uogmnNdEWi .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uogmnNdEWi .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uogmnNdEWi .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uogmnNdEWi .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uogmnNdEWi .article-column1 {
    padding-right: 16px;
  }
}
.cid-uogmnNdEWi .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uogmnNdEWi .article-column2 {
    padding-left: 16px;
  }
}
.cid-uogmnNdEWi .mbr-section-subtitle,
.cid-uogmnNdEWi .mbr-iconfont {
  color: #e082c5;
}
.cid-uogmnNdEWi .mbr-section-subtitle {
  color: #000000;
}
.cid-uogmnNLgEj {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uogmnNLgEj p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uogmnNLgEj .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uogmnNLgEj .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uogmnNLgEj .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uogmnNLgEj .main-banner .left-content {
  margin-right: 15px;
}
.cid-uogmnNLgEj .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uogmnNLgEj .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uogmnNLgEj .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uogmnNLgEj .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uogmnNLgEj .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uogmnNLgEj .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uogmnNLgEj .main-banner:before {
    display: none;
  }
  .cid-uogmnNLgEj .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uogmnNLgEj .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uogmnNLgEj H6 {
  color: #e43f3f;
}
.cid-uogmnNLgEj H2 {
  color: #000000;
}
.cid-uogmnNLgEj P {
  color: #000000;
}
.cid-uogmnNZUpu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uogmnNZUpu #footer {
  padding: 0 0 25px 0;
}
.cid-uogmnNZUpu #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uogmnNZUpu #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uogmnNZUpu #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uogmnNZUpu #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uogmnNZUpu #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uogmnNZUpu #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uogmnNZUpu #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uogmnNZUpu #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uogmnNZUpu #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uogmnNZUpu #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uogmnNZUpu #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uogmnNZUpu #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uogmnNZUpu #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uogmnNZUpu #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uogmnNZUpu #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uogmnNZUpu #footer .copyright {
  padding-top: 30px;
}
.cid-uogmnNZUpu ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uogmnNZUpu H4 {
  color: #000000;
  text-align: left;
}
.cid-uogmnNZUpu DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uogmnNZUpu P {
  color: #e43f3f;
  text-align: left;
}
.cid-uogmnNZUpu div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uogmnNZUpu .copyright a {
  text-decoration: none !important;
}
.cid-uogmnNZUpu .list,
.cid-uogmnNZUpu .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uogmnNZUpu ul li a {
  text-decoration: none !important;
}
.cid-uogmnNZUpu .list {
  color: #e43f3f;
}
.cid-urPIyCgbz9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-urPIyCgbz9 nav.navbar {
  position: fixed;
}
.cid-urPIyCgbz9 .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-urPIyCgbz9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-urPIyCgbz9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-urPIyCgbz9 .dropdown-item:hover,
.cid-urPIyCgbz9 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-urPIyCgbz9 .dropdown-item:hover span {
  color: white;
}
.cid-urPIyCgbz9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urPIyCgbz9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urPIyCgbz9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-urPIyCgbz9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urPIyCgbz9 .nav-link {
  position: relative;
}
.cid-urPIyCgbz9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-urPIyCgbz9 .container {
    flex-wrap: nowrap;
  }
}
.cid-urPIyCgbz9 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-urPIyCgbz9 .dropdown-menu,
.cid-urPIyCgbz9 .navbar.opened {
  background: #e43f3f !important;
}
.cid-urPIyCgbz9 .nav-item:focus,
.cid-urPIyCgbz9 .nav-link:focus {
  outline: none;
}
.cid-urPIyCgbz9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urPIyCgbz9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urPIyCgbz9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urPIyCgbz9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urPIyCgbz9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urPIyCgbz9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urPIyCgbz9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-urPIyCgbz9 .navbar.opened {
  transition: all 0.3s;
}
.cid-urPIyCgbz9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urPIyCgbz9 .navbar .navbar-logo img {
  width: auto;
}
.cid-urPIyCgbz9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urPIyCgbz9 .navbar.collapsed {
  justify-content: center;
}
.cid-urPIyCgbz9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urPIyCgbz9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-urPIyCgbz9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-urPIyCgbz9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urPIyCgbz9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urPIyCgbz9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-urPIyCgbz9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urPIyCgbz9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urPIyCgbz9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urPIyCgbz9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urPIyCgbz9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urPIyCgbz9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urPIyCgbz9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urPIyCgbz9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-urPIyCgbz9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urPIyCgbz9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urPIyCgbz9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urPIyCgbz9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urPIyCgbz9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urPIyCgbz9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-urPIyCgbz9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-urPIyCgbz9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-urPIyCgbz9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urPIyCgbz9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urPIyCgbz9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-urPIyCgbz9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urPIyCgbz9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urPIyCgbz9 .dropdown-item.active,
.cid-urPIyCgbz9 .dropdown-item:active {
  background-color: transparent;
}
.cid-urPIyCgbz9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urPIyCgbz9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urPIyCgbz9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urPIyCgbz9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-urPIyCgbz9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urPIyCgbz9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urPIyCgbz9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urPIyCgbz9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urPIyCgbz9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urPIyCgbz9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-urPIyCgbz9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urPIyCgbz9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urPIyCgbz9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urPIyCgbz9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urPIyCgbz9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urPIyCgbz9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urPIyCgbz9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urPIyCgbz9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urPIyCgbz9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-urPIyCgbz9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urPIyCgbz9 .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-urPIyCgbz9 .navbar {
    height: 70px;
  }
  .cid-urPIyCgbz9 .navbar.opened {
    height: auto;
  }
  .cid-urPIyCgbz9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urPIyCxq5B {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #dc4234;
}
.cid-urPIyCxq5B p {
  line-height: 30px;
  font-weight: 300;
}
.cid-urPIyCxq5B .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-urPIyCxq5B .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-urPIyCxq5B .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-urPIyCxq5B .main-banner .left-content {
  margin-right: 15px;
}
.cid-urPIyCxq5B .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-urPIyCxq5B .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-urPIyCxq5B .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-urPIyCxq5B .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-urPIyCxq5B .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-urPIyCxq5B .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-urPIyCxq5B .main-banner:before {
    display: none;
  }
  .cid-urPIyCxq5B .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-urPIyCxq5B .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-urPIyCxq5B H6 {
  color: #ffffff;
}
.cid-urPIyCxq5B H2 {
  color: #ffffff;
}
.cid-urPIyCxq5B P {
  color: #ffffff;
}
.cid-urPIyCMrB7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-urPIyCMrB7 .news {
  width: 175px;
  background-color: #dc4234;
}
.cid-urPIyCMrB7 .news-scroll a {
  text-decoration: none;
}
.cid-urPIyCMrB7 .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #ff3366;
  border-radius: 50%;
  display: inline-block;
}
.cid-urPIyCMrB7 DIV {
  color: #ffffff;
}
.cid-urPIyCZfhI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPIyCZfhI .service-item {
  position: relative;
  transition: .5s;
  padding: 0 30px;
  border-bottom: 4px solid #e43f3f;
}
.cid-urPIyCZfhI .service2 {
  border-bottom: 4px solid #e43f3f;
}
.cid-urPIyCZfhI .service-item .service-icon {
  margin-bottom: 30px;
  padding-top: 25px;
}
.cid-urPIyCZfhI .service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
.cid-urPIyCZfhI .service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}
.cid-urPIyCZfhI .service3-item > div {
  z-index: 1;
}
.cid-urPIyCZfhI .service3-item div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
  transition: .5s;
  z-index: -1;
}
.cid-urPIyCZfhI .service3-item div:hover::after {
  width: 100%;
  background: var(--primary);
}
.cid-urPIyCZfhI .service3-item * {
  transition: .5s;
}
.cid-urPIyCZfhI .service3-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: .5s;
}
.cid-urPIyCZfhI .service3-item:hover .service-icon {
  background: #FFFFFF !important;
}
.cid-urPIyCZfhI .section-title-1::before,
.cid-urPIyCZfhI .section-title-2::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.cid-urPIyCZfhI .section-title-2::before {
  height: 1px;
}
.cid-urPIyCZfhI .section-title-1.text-center::before,
.cid-urPIyCZfhI .section-title-2.text-center::before {
  left: 50%;
  margin-left: -75px;
}
.cid-urPIyCZfhI .section-title-1.section-title-sm::before,
.cid-urPIyCZfhI .section-title-2.section-title-sm::before {
  width: 90px;
  height: 3px;
}
.cid-urPIyCZfhI .section-title-2.section-title-sm::before {
  height: 1px;
}
.cid-urPIyCZfhI .section-title-1::after,
.cid-urPIyCZfhI .section-title-2::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}
.cid-urPIyCZfhI .section-title-2::after {
  bottom: -2px;
  background: var(--primary);
}
.cid-urPIyCZfhI .section-title-1.section-title-sm::after,
.cid-urPIyCZfhI .section-title-2.section-title-sm::after {
  width: 4px;
  height: 3px;
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}
.cid-urPIyCZfhI .section-title-2.section-title-sm::after {
  bottom: -1px;
}
.cid-urPIyCZfhI .section-title-1.text-center::after,
.cid-urPIyCZfhI .section-title-2.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}
.cid-urPIyCZfhI H3 {
  color: #ffffff;
}
.cid-urPIyCZfhI P {
  color: #ffffff;
  line-height: 25px;
  text-align: center;
}
.cid-urPIyCZfhI .mbr-section-title {
  color: #e43f3f;
}
.cid-urPIyCZfhI .mbr-section-h5 {
  color: #331b1b;
}
.cid-urPIyCZfhI .mbr-section-h1 {
  color: #232323;
}
.cid-urPIyCZfhI .mbr-section-strong {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-urPIyCZfhI .mbr-section-p {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-urPIyCZfhI .mbr-section-contacttext {
  color: #ffffff;
  text-align: center;
}
.cid-urPIyCZfhI H2 {
  color: #ffffff;
}
.cid-urPIyCZfhI .mbr-section-contact {
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}
.cid-urPIyCZfhI .bgcard1 {
  background-color: #0e3781;
}
.cid-urPIyCZfhI .bgcard2 {
  background-color: #232323;
}
.cid-urPIyCZfhI H4 {
  text-align: center;
  color: #dc4234;
}
.cid-urPIyDdIMj .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-urPIyDdIMj .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-urPIyDdIMj .divider-top::before,
.cid-urPIyDdIMj .divider-bottom::before,
.cid-urPIyDdIMj .divider-top::after,
.cid-urPIyDdIMj .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-urPIyDdIMj .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-urPIyDdIMj .divider-triangles::before {
  top: -50px;
}
.cid-urPIyDdIMj .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-urPIyDdIMj .divider-halfcircle::before {
  top: -50px;
}
.cid-urPIyDdIMj .divider-multitriangles::before,
.cid-urPIyDdIMj .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-urPIyDdIMj .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-urPIyDrZlI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-urPIyDrZlI .mbr-section-title {
  color: #ffffff;
}
.cid-urPIyDFZVJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-urPIyDFZVJ .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-urPIyDFZVJ .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-urPIyDFZVJ .card-title,
.cid-urPIyDFZVJ .card-box {
  color: #e43f3f;
}
.cid-urPIyDVDus .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-urPIyDVDus .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-urPIyDVDus .divider-top::before,
.cid-urPIyDVDus .divider-bottom::before,
.cid-urPIyDVDus .divider-top::after,
.cid-urPIyDVDus .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-urPIyDVDus .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-urPIyDVDus .divider-triangles::before {
  top: -50px;
}
.cid-urPIyDVDus .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-urPIyDVDus .divider-halfcircle::before {
  top: -50px;
}
.cid-urPIyDVDus .divider-multitriangles::before,
.cid-urPIyDVDus .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-urPIyDVDus .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-urPIyE66Mj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urPIyElT8v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urPIyElT8v .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-urPIyElT8v .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-urPIyElT8v .text-box {
  text-align: center;
}
.cid-urPIyElT8v span {
  font-size: 7rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-urPIyElT8v .card {
    margin-bottom: 2rem;
  }
  .cid-urPIyElT8v .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-urPIyElT8v span {
    font-size: 21vw;
  }
}
.cid-urPIyElT8v .item .icon-box .step-number {
  color: #dc4234;
}
.cid-urPIyEGp47 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-urPIyEGp47 .mbr-section-title,
.cid-urPIyEGp47 .mbr-section-subtitle {
  text-align: center;
}
.cid-urPIyEGp47 .cost {
  word-break: normal;
}
.cid-urPIyEGp47 .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-urPIyEGp47 .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-urPIyEGp47 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urPIyEGp47 .card-wrapper {
    padding: 1rem;
  }
}
.cid-urPIyEGp47 P {
  color: #0a0d53;
}
.cid-urPIyEGp47 .card-title {
  color: #dc4234;
}
.cid-urPIyF5FlK .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-urPIyF5FlK .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-urPIyF5FlK .divider-top::before,
.cid-urPIyF5FlK .divider-bottom::before,
.cid-urPIyF5FlK .divider-top::after,
.cid-urPIyF5FlK .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-urPIyF5FlK .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-urPIyF5FlK .divider-triangles::before {
  top: -50px;
}
.cid-urPIyF5FlK .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-urPIyF5FlK .divider-halfcircle::before {
  top: -50px;
}
.cid-urPIyF5FlK .divider-multitriangles::before,
.cid-urPIyF5FlK .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-urPIyF5FlK .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-urPIyFieB5 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urPIyFieB5 .client-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cid-urPIyFieB5 .client-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.cid-urPIyFieB5 .textp {
  color: #000000;
  line-height: 25px;
}
.cid-urPIyFieB5 .client-title {
  margin-bottom: 45px;
}
.cid-urPIyFieB5 .client-text {
  margin-top: 50px;
  margin-bottom: 45px;
}
.cid-urPIyFieB5 .client-text p {
  margin-bottom: 0;
}
.cid-urPIyFieB5 .client-item {
  margin-top: 45px;
  padding: 60px 20px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.cid-urPIyFieB5 .client-item:hover:before {
  opacity: 1;
  height: 100%;
}
.cid-urPIyFieB5 .client-item:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-urPIyFieB5 .client-item:hover .content h3 {
  color: #ffffff;
}
.cid-urPIyFieB5 .client-item:hover .content span {
  color: #d0ced3;
}
.cid-urPIyFieB5 .client-item:hover .content p {
  color: #d0ced3;
}
.cid-urPIyFieB5 .client-item:hover .content .quote {
  color: #fba311;
}
.cid-urPIyFieB5 .client-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #0e3781;
  opacity: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.7s;
}
.cid-urPIyFieB5 .client-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.7s;
}
.cid-urPIyFieB5 .client-item .client-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.cid-urPIyFieB5 .client-item .client-img img {
  border-radius: 50%;
  border: 2px solid #fba311;
}
.cid-urPIyFieB5 .client-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.cid-urPIyFieB5 .client-item .content span {
  font-size: 14px;
  margin-bottom: 15px;
}
.cid-urPIyFieB5 .client-item .content ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.cid-urPIyFieB5 .client-item .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #fba311;
}
.cid-urPIyFieB5 .client-item .content p {
  margin-bottom: 0;
}
.cid-urPIyFieB5 H2 {
  color: #dc4234;
}
.cid-urPIyFieB5 P {
  color: #000000;
}
.cid-urPIyFieB5 H3 {
  color: #000000;
}
.cid-urPIyFieB5 SPAN {
  color: #131788;
}
.cid-urPIyFCHCr .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-urPIyFCHCr .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-urPIyFCHCr .divider-top::before,
.cid-urPIyFCHCr .divider-bottom::before,
.cid-urPIyFCHCr .divider-top::after,
.cid-urPIyFCHCr .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-urPIyFCHCr .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-urPIyFCHCr .divider-triangles::before {
  top: -50px;
}
.cid-urPIyFCHCr .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-urPIyFCHCr .divider-halfcircle::before {
  top: -50px;
}
.cid-urPIyFCHCr .divider-multitriangles::before,
.cid-urPIyFCHCr .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-urPIyFCHCr .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-urPIyFPBuy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urPIyFPBuy img,
.cid-urPIyFPBuy .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-urPIyFPBuy .item:focus,
.cid-urPIyFPBuy span:focus {
  outline: none;
}
.cid-urPIyFPBuy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-urPIyFPBuy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e43f3f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-urPIyFPBuy .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-urPIyFPBuy .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urPIyFPBuy .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-urPIyFPBuy .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-urPIyFPBuy .item-wrapper {
  background: transparent;
}
.cid-urPIyFPBuy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-urPIyFPBuy .mbr-section-title {
  color: #232323;
}
.cid-urPIyFPBuy .mbr-text,
.cid-urPIyFPBuy .mbr-section-btn {
  text-align: left;
}
.cid-urPIyFPBuy .item-title {
  text-align: left;
}
.cid-urPIyFPBuy .item-subtitle {
  text-align: center;
}
.cid-urPIyGdu3Y {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-urPIyGdu3Y img,
.cid-urPIyGdu3Y .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-urPIyGdu3Y .item:focus,
.cid-urPIyGdu3Y span:focus {
  outline: none;
}
.cid-urPIyGdu3Y .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-urPIyGdu3Y .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-urPIyGdu3Y .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-urPIyGdu3Y .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urPIyGdu3Y .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-urPIyGdu3Y .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-urPIyGdu3Y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-urPIyGdu3Y .mbr-section-title {
  color: #232323;
}
.cid-urPIyGdu3Y .mbr-text,
.cid-urPIyGdu3Y .mbr-section-btn {
  text-align: left;
}
.cid-urPIyGdu3Y .item-title {
  text-align: left;
}
.cid-urPIyGdu3Y .item-subtitle {
  text-align: center;
}
.cid-urPIyGBb8k {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-urPIyGBb8k img,
.cid-urPIyGBb8k .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-urPIyGBb8k .item:focus,
.cid-urPIyGBb8k span:focus {
  outline: none;
}
.cid-urPIyGBb8k .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-urPIyGBb8k .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-urPIyGBb8k .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-urPIyGBb8k .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urPIyGBb8k .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-urPIyGBb8k .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-urPIyGBb8k .mbr-section-btn {
  margin-top: auto !important;
}
.cid-urPIyGBb8k .mbr-section-title {
  color: #232323;
}
.cid-urPIyGBb8k .mbr-text,
.cid-urPIyGBb8k .mbr-section-btn {
  text-align: left;
}
.cid-urPIyGBb8k .item-title {
  text-align: left;
}
.cid-urPIyGBb8k .item-subtitle {
  text-align: center;
}
.cid-urPIyGXZwe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-urPIyGXZwe .media-container-row {
  justify-content: space-between;
}
.cid-urPIyGXZwe .text-content {
  max-width: 50%;
}
.cid-urPIyGXZwe .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-urPIyGXZwe .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-urPIyGXZwe .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-urPIyGXZwe .icons {
    justify-content: center !important;
  }
  .cid-urPIyGXZwe .text-content * {
    text-align: center;
  }
}
.cid-uZTD7OZdVS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urPIyHjYtB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urPIyHjYtB .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-urPIyHjYtB .bgColor1 {
  background-color: #0a0d53;
}
.cid-urPIyHjYtB .bgColor2 {
  background-color: #e43f3f;
}
.cid-urPIyHjYtB .bgColor3 {
  background-color: #9fdbf8;
}
.cid-urPIyHjYtB .bgicon {
  background-color: #ffffff;
}
.cid-urPIyHjYtB H1 {
  color: #e43f3f;
}
.cid-urPIyHExZ8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-urPIyHExZ8 #footer {
  padding: 0 0 25px 0;
}
.cid-urPIyHExZ8 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-urPIyHExZ8 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-urPIyHExZ8 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-urPIyHExZ8 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-urPIyHExZ8 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-urPIyHExZ8 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-urPIyHExZ8 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-urPIyHExZ8 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-urPIyHExZ8 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-urPIyHExZ8 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-urPIyHExZ8 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-urPIyHExZ8 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-urPIyHExZ8 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-urPIyHExZ8 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-urPIyHExZ8 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-urPIyHExZ8 #footer .copyright {
  padding-top: 30px;
}
.cid-urPIyHExZ8 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-urPIyHExZ8 H4 {
  color: #000000;
  text-align: left;
}
.cid-urPIyHExZ8 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-urPIyHExZ8 P {
  color: #e43f3f;
  text-align: left;
}
.cid-urPIyHExZ8 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-urPIyHExZ8 .copyright a {
  text-decoration: none !important;
}
.cid-urPIyHExZ8 .list,
.cid-urPIyHExZ8 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-urPIyHExZ8 ul li a {
  text-decoration: none !important;
}
.cid-urPIyHExZ8 .list {
  color: #e43f3f;
}
.cid-urPIyHZ8Pg .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #e43f3f;
  top: 70px;
}
.cid-urPIyHZ8Pg .progress-bar {
  height: 9px;
  background: #ffffff;
  width: 0%;
}
.cid-urPIyHZ8Pg .sticky2 {
  position: fixed;
  top: 70px;
  width: 100%;
}
.cid-urPIyHZ8Pg .hidden {
  display: none;
}
.cid-urPIyHZ8Pg H10 {
  color: #767676;
}
.cid-up6m4a8z6O {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-up6m4a8z6O nav.navbar {
  position: fixed;
}
.cid-up6m4a8z6O .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-up6m4a8z6O .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-up6m4a8z6O .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-up6m4a8z6O .dropdown-item:hover,
.cid-up6m4a8z6O .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-up6m4a8z6O .dropdown-item:hover span {
  color: white;
}
.cid-up6m4a8z6O .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-up6m4a8z6O .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-up6m4a8z6O .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-up6m4a8z6O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-up6m4a8z6O .nav-link {
  position: relative;
}
.cid-up6m4a8z6O .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-up6m4a8z6O .container {
    flex-wrap: nowrap;
  }
}
.cid-up6m4a8z6O .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-up6m4a8z6O .dropdown-menu,
.cid-up6m4a8z6O .navbar.opened {
  background: #e43f3f !important;
}
.cid-up6m4a8z6O .nav-item:focus,
.cid-up6m4a8z6O .nav-link:focus {
  outline: none;
}
.cid-up6m4a8z6O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up6m4a8z6O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up6m4a8z6O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up6m4a8z6O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up6m4a8z6O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up6m4a8z6O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up6m4a8z6O .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-up6m4a8z6O .navbar.opened {
  transition: all 0.3s;
}
.cid-up6m4a8z6O .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-up6m4a8z6O .navbar .navbar-logo img {
  width: auto;
}
.cid-up6m4a8z6O .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-up6m4a8z6O .navbar.collapsed {
  justify-content: center;
}
.cid-up6m4a8z6O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up6m4a8z6O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-up6m4a8z6O .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-up6m4a8z6O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up6m4a8z6O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up6m4a8z6O .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-up6m4a8z6O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up6m4a8z6O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-up6m4a8z6O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-up6m4a8z6O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up6m4a8z6O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up6m4a8z6O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up6m4a8z6O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-up6m4a8z6O .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-up6m4a8z6O .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up6m4a8z6O .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-up6m4a8z6O .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-up6m4a8z6O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-up6m4a8z6O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up6m4a8z6O .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-up6m4a8z6O .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-up6m4a8z6O .navbar.navbar-short {
  min-height: 60px;
}
.cid-up6m4a8z6O .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up6m4a8z6O .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up6m4a8z6O .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-up6m4a8z6O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-up6m4a8z6O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up6m4a8z6O .dropdown-item.active,
.cid-up6m4a8z6O .dropdown-item:active {
  background-color: transparent;
}
.cid-up6m4a8z6O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-up6m4a8z6O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up6m4a8z6O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up6m4a8z6O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-up6m4a8z6O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up6m4a8z6O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up6m4a8z6O ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-up6m4a8z6O .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up6m4a8z6O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-up6m4a8z6O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-up6m4a8z6O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up6m4a8z6O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6m4a8z6O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6m4a8z6O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up6m4a8z6O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6m4a8z6O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up6m4a8z6O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up6m4a8z6O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6m4a8z6O .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-up6m4a8z6O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up6m4a8z6O .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-up6m4a8z6O .navbar {
    height: 70px;
  }
  .cid-up6m4a8z6O .navbar.opened {
    height: auto;
  }
  .cid-up6m4a8z6O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up6m48yimW {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-up6m48yimW .row {
  flex-direction: row-reverse;
}
.cid-up6m48yimW p {
  line-height: 30px;
  font-weight: 300;
}
.cid-up6m48yimW .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-up6m48yimW .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-up6m48yimW .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-up6m48yimW .main-banner .left-content {
  margin-right: 15px;
}
.cid-up6m48yimW .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-up6m48yimW .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-up6m48yimW .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-up6m48yimW .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-up6m48yimW .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-up6m48yimW .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-up6m48yimW .main-banner:before {
    display: none;
  }
  .cid-up6m48yimW .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-up6m48yimW .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-up6m48yimW H6 {
  color: #e43f3f;
}
.cid-up6m48XcAl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-up6m48XcAl .mbr-section-title {
  color: #000000;
}
.cid-up6m499uzD {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-up6m499uzD .container {
  padding: 0 5%;
}
.cid-up6m499uzD #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-up6m499uzD #collapse-button:hover {
  background-color: #7787a5;
}
.cid-up6m499uzD #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-up6m499uzD #expand-button:hover {
  background-color: #7787a5;
}
.cid-up6m499uzD .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-up6m499uzD .item:focus,
.cid-up6m499uzD span:focus {
  outline: none;
}
.cid-up6m499uzD .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-up6m499uzD .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-up6m499uzD .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-up6m499uzD .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-up6m499uzD .item {
    padding: 1.5rem;
  }
}
.cid-up6m499uzD .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-up6m499uzD .item .item-icon {
    margin-top: 0;
  }
}
.cid-up6m499uzD .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-up6m499uzD .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-up6m499uzD .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-up6m499uzD .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-up6m499uzD .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-up6m499uzD .item-title-wrapper {
    min-width: auto;
  }
}
.cid-up6m499uzD .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-up6m499uzD .item-content {
    margin-left: 0;
  }
}
.cid-up6m499uzD .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-up6m499uzD .item-title {
  color: #ffffff;
}
.cid-up6m499uzD .mbr-text,
.cid-up6m499uzD .item-icon {
  color: #ffffff;
}
.cid-up6m499uzD .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-up6m499uzD .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-up6m499uzD .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-up6m499uzD .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-up6m499uzD .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-up6m499uzD .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-up6m499uzD .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-up6m499uzD .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-up6m499uzD .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-up6m499uzD .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-up6m499uzD .article-column1 {
    padding-right: 16px;
  }
}
.cid-up6m499uzD .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-up6m499uzD .article-column2 {
    padding-left: 16px;
  }
}
.cid-up6m499uzD .mbr-section-subtitle,
.cid-up6m499uzD .mbr-iconfont {
  color: #e082c5;
}
.cid-up6m499uzD .mbr-section-subtitle {
  color: #000000;
}
.cid-up6m49D1N9 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-up6m49D1N9 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-up6m49D1N9 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-up6m49D1N9 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-up6m49D1N9 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-up6m49D1N9 .main-banner .left-content {
  margin-right: 15px;
}
.cid-up6m49D1N9 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-up6m49D1N9 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-up6m49D1N9 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-up6m49D1N9 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-up6m49D1N9 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-up6m49D1N9 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-up6m49D1N9 .main-banner:before {
    display: none;
  }
  .cid-up6m49D1N9 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-up6m49D1N9 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-up6m49D1N9 H6 {
  color: #e43f3f;
}
.cid-up6m49D1N9 H2 {
  color: #000000;
}
.cid-up6m49D1N9 P {
  color: #000000;
}
.cid-up6m49PToa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-up6m49PToa #footer {
  padding: 0 0 25px 0;
}
.cid-up6m49PToa #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-up6m49PToa #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-up6m49PToa #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-up6m49PToa #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-up6m49PToa #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-up6m49PToa #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-up6m49PToa #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-up6m49PToa #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-up6m49PToa #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-up6m49PToa #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-up6m49PToa #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-up6m49PToa #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-up6m49PToa #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-up6m49PToa #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-up6m49PToa #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-up6m49PToa #footer .copyright {
  padding-top: 30px;
}
.cid-up6m49PToa ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-up6m49PToa H4 {
  color: #000000;
  text-align: left;
}
.cid-up6m49PToa DIV {
  text-align: center;
  color: #fafafa;
}
.cid-up6m49PToa P {
  color: #e43f3f;
  text-align: left;
}
.cid-up6m49PToa div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-up6m49PToa .copyright a {
  text-decoration: none !important;
}
.cid-up6m49PToa .list,
.cid-up6m49PToa .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-up6m49PToa ul li a {
  text-decoration: none !important;
}
.cid-up6m49PToa .list {
  color: #e43f3f;
}
.cid-up6mqM0PBp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-up6mqM0PBp nav.navbar {
  position: fixed;
}
.cid-up6mqM0PBp .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-up6mqM0PBp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-up6mqM0PBp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-up6mqM0PBp .dropdown-item:hover,
.cid-up6mqM0PBp .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-up6mqM0PBp .dropdown-item:hover span {
  color: white;
}
.cid-up6mqM0PBp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-up6mqM0PBp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-up6mqM0PBp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-up6mqM0PBp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-up6mqM0PBp .nav-link {
  position: relative;
}
.cid-up6mqM0PBp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-up6mqM0PBp .container {
    flex-wrap: nowrap;
  }
}
.cid-up6mqM0PBp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-up6mqM0PBp .dropdown-menu,
.cid-up6mqM0PBp .navbar.opened {
  background: #e43f3f !important;
}
.cid-up6mqM0PBp .nav-item:focus,
.cid-up6mqM0PBp .nav-link:focus {
  outline: none;
}
.cid-up6mqM0PBp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up6mqM0PBp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up6mqM0PBp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up6mqM0PBp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up6mqM0PBp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up6mqM0PBp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up6mqM0PBp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-up6mqM0PBp .navbar.opened {
  transition: all 0.3s;
}
.cid-up6mqM0PBp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-up6mqM0PBp .navbar .navbar-logo img {
  width: auto;
}
.cid-up6mqM0PBp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-up6mqM0PBp .navbar.collapsed {
  justify-content: center;
}
.cid-up6mqM0PBp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up6mqM0PBp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-up6mqM0PBp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-up6mqM0PBp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up6mqM0PBp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up6mqM0PBp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-up6mqM0PBp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up6mqM0PBp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-up6mqM0PBp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-up6mqM0PBp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up6mqM0PBp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up6mqM0PBp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up6mqM0PBp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-up6mqM0PBp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-up6mqM0PBp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up6mqM0PBp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-up6mqM0PBp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-up6mqM0PBp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-up6mqM0PBp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up6mqM0PBp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-up6mqM0PBp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-up6mqM0PBp .navbar.navbar-short {
  min-height: 60px;
}
.cid-up6mqM0PBp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up6mqM0PBp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up6mqM0PBp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-up6mqM0PBp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-up6mqM0PBp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up6mqM0PBp .dropdown-item.active,
.cid-up6mqM0PBp .dropdown-item:active {
  background-color: transparent;
}
.cid-up6mqM0PBp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-up6mqM0PBp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up6mqM0PBp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up6mqM0PBp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-up6mqM0PBp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up6mqM0PBp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up6mqM0PBp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-up6mqM0PBp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up6mqM0PBp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-up6mqM0PBp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-up6mqM0PBp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up6mqM0PBp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6mqM0PBp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6mqM0PBp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up6mqM0PBp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6mqM0PBp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up6mqM0PBp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up6mqM0PBp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6mqM0PBp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-up6mqM0PBp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up6mqM0PBp .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-up6mqM0PBp .navbar {
    height: 70px;
  }
  .cid-up6mqM0PBp .navbar.opened {
    height: auto;
  }
  .cid-up6mqM0PBp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up6mqKaMBr {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-up6mqKaMBr .row {
  flex-direction: row-reverse;
}
.cid-up6mqKaMBr p {
  line-height: 30px;
  font-weight: 300;
}
.cid-up6mqKaMBr .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-up6mqKaMBr .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-up6mqKaMBr .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-up6mqKaMBr .main-banner .left-content {
  margin-right: 15px;
}
.cid-up6mqKaMBr .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-up6mqKaMBr .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-up6mqKaMBr .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-up6mqKaMBr .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-up6mqKaMBr .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-up6mqKaMBr .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-up6mqKaMBr .main-banner:before {
    display: none;
  }
  .cid-up6mqKaMBr .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-up6mqKaMBr .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-up6mqKaMBr H6 {
  color: #e43f3f;
}
.cid-up6mqKCtZi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-up6mqKCtZi .mbr-section-title {
  color: #000000;
}
.cid-up6mqKU36w {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-up6mqKU36w .container {
  padding: 0 5%;
}
.cid-up6mqKU36w #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-up6mqKU36w #collapse-button:hover {
  background-color: #7787a5;
}
.cid-up6mqKU36w #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-up6mqKU36w #expand-button:hover {
  background-color: #7787a5;
}
.cid-up6mqKU36w .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-up6mqKU36w .item:focus,
.cid-up6mqKU36w span:focus {
  outline: none;
}
.cid-up6mqKU36w .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-up6mqKU36w .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-up6mqKU36w .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-up6mqKU36w .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-up6mqKU36w .item {
    padding: 1.5rem;
  }
}
.cid-up6mqKU36w .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-up6mqKU36w .item .item-icon {
    margin-top: 0;
  }
}
.cid-up6mqKU36w .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-up6mqKU36w .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-up6mqKU36w .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-up6mqKU36w .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-up6mqKU36w .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-up6mqKU36w .item-title-wrapper {
    min-width: auto;
  }
}
.cid-up6mqKU36w .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-up6mqKU36w .item-content {
    margin-left: 0;
  }
}
.cid-up6mqKU36w .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-up6mqKU36w .item-title {
  color: #ffffff;
}
.cid-up6mqKU36w .mbr-text,
.cid-up6mqKU36w .item-icon {
  color: #ffffff;
}
.cid-up6mqKU36w .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-up6mqKU36w .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-up6mqKU36w .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-up6mqKU36w .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-up6mqKU36w .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-up6mqKU36w .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-up6mqKU36w .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-up6mqKU36w .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-up6mqKU36w .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-up6mqKU36w .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-up6mqKU36w .article-column1 {
    padding-right: 16px;
  }
}
.cid-up6mqKU36w .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-up6mqKU36w .article-column2 {
    padding-left: 16px;
  }
}
.cid-up6mqKU36w .mbr-section-subtitle,
.cid-up6mqKU36w .mbr-iconfont {
  color: #e082c5;
}
.cid-up6mqKU36w .mbr-section-subtitle {
  color: #000000;
}
.cid-up6mqLoz8y {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-up6mqLoz8y p {
  line-height: 30px;
  font-weight: 300;
}
.cid-up6mqLoz8y .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-up6mqLoz8y .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-up6mqLoz8y .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-up6mqLoz8y .main-banner .left-content {
  margin-right: 15px;
}
.cid-up6mqLoz8y .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-up6mqLoz8y .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-up6mqLoz8y .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-up6mqLoz8y .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-up6mqLoz8y .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-up6mqLoz8y .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-up6mqLoz8y .main-banner:before {
    display: none;
  }
  .cid-up6mqLoz8y .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-up6mqLoz8y .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-up6mqLoz8y H6 {
  color: #e43f3f;
}
.cid-up6mqLoz8y H2 {
  color: #000000;
}
.cid-up6mqLoz8y P {
  color: #000000;
}
.cid-up6mqLFImg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-up6mqLFImg #footer {
  padding: 0 0 25px 0;
}
.cid-up6mqLFImg #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-up6mqLFImg #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-up6mqLFImg #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-up6mqLFImg #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-up6mqLFImg #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-up6mqLFImg #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-up6mqLFImg #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-up6mqLFImg #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-up6mqLFImg #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-up6mqLFImg #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-up6mqLFImg #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-up6mqLFImg #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-up6mqLFImg #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-up6mqLFImg #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-up6mqLFImg #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-up6mqLFImg #footer .copyright {
  padding-top: 30px;
}
.cid-up6mqLFImg ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-up6mqLFImg H4 {
  color: #000000;
  text-align: left;
}
.cid-up6mqLFImg DIV {
  text-align: center;
  color: #fafafa;
}
.cid-up6mqLFImg P {
  color: #e43f3f;
  text-align: left;
}
.cid-up6mqLFImg div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-up6mqLFImg .copyright a {
  text-decoration: none !important;
}
.cid-up6mqLFImg .list,
.cid-up6mqLFImg .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-up6mqLFImg ul li a {
  text-decoration: none !important;
}
.cid-up6mqLFImg .list {
  color: #e43f3f;
}
.cid-up6mMFBdxn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-up6mMFBdxn nav.navbar {
  position: fixed;
}
.cid-up6mMFBdxn .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-up6mMFBdxn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-up6mMFBdxn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-up6mMFBdxn .dropdown-item:hover,
.cid-up6mMFBdxn .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-up6mMFBdxn .dropdown-item:hover span {
  color: white;
}
.cid-up6mMFBdxn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-up6mMFBdxn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-up6mMFBdxn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-up6mMFBdxn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-up6mMFBdxn .nav-link {
  position: relative;
}
.cid-up6mMFBdxn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-up6mMFBdxn .container {
    flex-wrap: nowrap;
  }
}
.cid-up6mMFBdxn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-up6mMFBdxn .dropdown-menu,
.cid-up6mMFBdxn .navbar.opened {
  background: #e43f3f !important;
}
.cid-up6mMFBdxn .nav-item:focus,
.cid-up6mMFBdxn .nav-link:focus {
  outline: none;
}
.cid-up6mMFBdxn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up6mMFBdxn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up6mMFBdxn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up6mMFBdxn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up6mMFBdxn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up6mMFBdxn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up6mMFBdxn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-up6mMFBdxn .navbar.opened {
  transition: all 0.3s;
}
.cid-up6mMFBdxn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-up6mMFBdxn .navbar .navbar-logo img {
  width: auto;
}
.cid-up6mMFBdxn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-up6mMFBdxn .navbar.collapsed {
  justify-content: center;
}
.cid-up6mMFBdxn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up6mMFBdxn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-up6mMFBdxn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-up6mMFBdxn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up6mMFBdxn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up6mMFBdxn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-up6mMFBdxn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up6mMFBdxn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-up6mMFBdxn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-up6mMFBdxn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up6mMFBdxn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up6mMFBdxn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up6mMFBdxn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-up6mMFBdxn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-up6mMFBdxn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up6mMFBdxn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-up6mMFBdxn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-up6mMFBdxn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-up6mMFBdxn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up6mMFBdxn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-up6mMFBdxn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-up6mMFBdxn .navbar.navbar-short {
  min-height: 60px;
}
.cid-up6mMFBdxn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up6mMFBdxn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up6mMFBdxn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-up6mMFBdxn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-up6mMFBdxn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up6mMFBdxn .dropdown-item.active,
.cid-up6mMFBdxn .dropdown-item:active {
  background-color: transparent;
}
.cid-up6mMFBdxn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-up6mMFBdxn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up6mMFBdxn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up6mMFBdxn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-up6mMFBdxn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up6mMFBdxn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up6mMFBdxn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-up6mMFBdxn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up6mMFBdxn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-up6mMFBdxn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-up6mMFBdxn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up6mMFBdxn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6mMFBdxn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6mMFBdxn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up6mMFBdxn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6mMFBdxn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up6mMFBdxn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up6mMFBdxn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6mMFBdxn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-up6mMFBdxn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up6mMFBdxn .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-up6mMFBdxn .navbar {
    height: 70px;
  }
  .cid-up6mMFBdxn .navbar.opened {
    height: auto;
  }
  .cid-up6mMFBdxn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up6mMDAq7y {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-up6mMDAq7y .row {
  flex-direction: row-reverse;
}
.cid-up6mMDAq7y p {
  line-height: 30px;
  font-weight: 300;
}
.cid-up6mMDAq7y .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-up6mMDAq7y .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-up6mMDAq7y .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-up6mMDAq7y .main-banner .left-content {
  margin-right: 15px;
}
.cid-up6mMDAq7y .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-up6mMDAq7y .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-up6mMDAq7y .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-up6mMDAq7y .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-up6mMDAq7y .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-up6mMDAq7y .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-up6mMDAq7y .main-banner:before {
    display: none;
  }
  .cid-up6mMDAq7y .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-up6mMDAq7y .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-up6mMDAq7y H6 {
  color: #e43f3f;
}
.cid-up6mME1lmo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-up6mME1lmo .mbr-section-title {
  color: #000000;
}
.cid-up6mMEj4vy {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-up6mMEj4vy .container {
  padding: 0 5%;
}
.cid-up6mMEj4vy #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-up6mMEj4vy #collapse-button:hover {
  background-color: #7787a5;
}
.cid-up6mMEj4vy #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-up6mMEj4vy #expand-button:hover {
  background-color: #7787a5;
}
.cid-up6mMEj4vy .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-up6mMEj4vy .item:focus,
.cid-up6mMEj4vy span:focus {
  outline: none;
}
.cid-up6mMEj4vy .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-up6mMEj4vy .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-up6mMEj4vy .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-up6mMEj4vy .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-up6mMEj4vy .item {
    padding: 1.5rem;
  }
}
.cid-up6mMEj4vy .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-up6mMEj4vy .item .item-icon {
    margin-top: 0;
  }
}
.cid-up6mMEj4vy .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-up6mMEj4vy .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-up6mMEj4vy .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-up6mMEj4vy .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-up6mMEj4vy .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-up6mMEj4vy .item-title-wrapper {
    min-width: auto;
  }
}
.cid-up6mMEj4vy .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-up6mMEj4vy .item-content {
    margin-left: 0;
  }
}
.cid-up6mMEj4vy .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-up6mMEj4vy .item-title {
  color: #ffffff;
}
.cid-up6mMEj4vy .mbr-text,
.cid-up6mMEj4vy .item-icon {
  color: #ffffff;
}
.cid-up6mMEj4vy .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-up6mMEj4vy .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-up6mMEj4vy .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-up6mMEj4vy .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-up6mMEj4vy .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-up6mMEj4vy .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-up6mMEj4vy .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-up6mMEj4vy .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-up6mMEj4vy .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-up6mMEj4vy .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-up6mMEj4vy .article-column1 {
    padding-right: 16px;
  }
}
.cid-up6mMEj4vy .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-up6mMEj4vy .article-column2 {
    padding-left: 16px;
  }
}
.cid-up6mMEj4vy .mbr-section-subtitle,
.cid-up6mMEj4vy .mbr-iconfont {
  color: #e082c5;
}
.cid-up6mMEj4vy .mbr-section-subtitle {
  color: #000000;
}
.cid-up6mMEQnVR {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-up6mMEQnVR p {
  line-height: 30px;
  font-weight: 300;
}
.cid-up6mMEQnVR .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-up6mMEQnVR .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-up6mMEQnVR .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-up6mMEQnVR .main-banner .left-content {
  margin-right: 15px;
}
.cid-up6mMEQnVR .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-up6mMEQnVR .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-up6mMEQnVR .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-up6mMEQnVR .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-up6mMEQnVR .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-up6mMEQnVR .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-up6mMEQnVR .main-banner:before {
    display: none;
  }
  .cid-up6mMEQnVR .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-up6mMEQnVR .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-up6mMEQnVR H6 {
  color: #e43f3f;
}
.cid-up6mMEQnVR H2 {
  color: #000000;
}
.cid-up6mMEQnVR P {
  color: #000000;
}
.cid-up6mMF6p6y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-up6mMF6p6y #footer {
  padding: 0 0 25px 0;
}
.cid-up6mMF6p6y #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-up6mMF6p6y #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-up6mMF6p6y #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-up6mMF6p6y #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-up6mMF6p6y #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-up6mMF6p6y #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-up6mMF6p6y #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-up6mMF6p6y #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-up6mMF6p6y #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-up6mMF6p6y #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-up6mMF6p6y #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-up6mMF6p6y #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-up6mMF6p6y #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-up6mMF6p6y #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-up6mMF6p6y #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-up6mMF6p6y #footer .copyright {
  padding-top: 30px;
}
.cid-up6mMF6p6y ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-up6mMF6p6y H4 {
  color: #000000;
  text-align: left;
}
.cid-up6mMF6p6y DIV {
  text-align: center;
  color: #fafafa;
}
.cid-up6mMF6p6y P {
  color: #e43f3f;
  text-align: left;
}
.cid-up6mMF6p6y div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-up6mMF6p6y .copyright a {
  text-decoration: none !important;
}
.cid-up6mMF6p6y .list,
.cid-up6mMF6p6y .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-up6mMF6p6y ul li a {
  text-decoration: none !important;
}
.cid-up6mMF6p6y .list {
  color: #e43f3f;
}
.cid-up6pXxhfRG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-up6pXxhfRG nav.navbar {
  position: fixed;
}
.cid-up6pXxhfRG .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-up6pXxhfRG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-up6pXxhfRG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-up6pXxhfRG .dropdown-item:hover,
.cid-up6pXxhfRG .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-up6pXxhfRG .dropdown-item:hover span {
  color: white;
}
.cid-up6pXxhfRG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-up6pXxhfRG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-up6pXxhfRG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-up6pXxhfRG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-up6pXxhfRG .nav-link {
  position: relative;
}
.cid-up6pXxhfRG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-up6pXxhfRG .container {
    flex-wrap: nowrap;
  }
}
.cid-up6pXxhfRG .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-up6pXxhfRG .dropdown-menu,
.cid-up6pXxhfRG .navbar.opened {
  background: #e43f3f !important;
}
.cid-up6pXxhfRG .nav-item:focus,
.cid-up6pXxhfRG .nav-link:focus {
  outline: none;
}
.cid-up6pXxhfRG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up6pXxhfRG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up6pXxhfRG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up6pXxhfRG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up6pXxhfRG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up6pXxhfRG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up6pXxhfRG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-up6pXxhfRG .navbar.opened {
  transition: all 0.3s;
}
.cid-up6pXxhfRG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-up6pXxhfRG .navbar .navbar-logo img {
  width: auto;
}
.cid-up6pXxhfRG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-up6pXxhfRG .navbar.collapsed {
  justify-content: center;
}
.cid-up6pXxhfRG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up6pXxhfRG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-up6pXxhfRG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-up6pXxhfRG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up6pXxhfRG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up6pXxhfRG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-up6pXxhfRG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up6pXxhfRG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-up6pXxhfRG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-up6pXxhfRG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up6pXxhfRG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up6pXxhfRG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up6pXxhfRG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-up6pXxhfRG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-up6pXxhfRG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up6pXxhfRG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-up6pXxhfRG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-up6pXxhfRG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-up6pXxhfRG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up6pXxhfRG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-up6pXxhfRG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-up6pXxhfRG .navbar.navbar-short {
  min-height: 60px;
}
.cid-up6pXxhfRG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up6pXxhfRG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up6pXxhfRG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-up6pXxhfRG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-up6pXxhfRG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up6pXxhfRG .dropdown-item.active,
.cid-up6pXxhfRG .dropdown-item:active {
  background-color: transparent;
}
.cid-up6pXxhfRG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-up6pXxhfRG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up6pXxhfRG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up6pXxhfRG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-up6pXxhfRG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up6pXxhfRG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up6pXxhfRG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-up6pXxhfRG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up6pXxhfRG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-up6pXxhfRG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-up6pXxhfRG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up6pXxhfRG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6pXxhfRG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6pXxhfRG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up6pXxhfRG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6pXxhfRG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up6pXxhfRG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up6pXxhfRG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6pXxhfRG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-up6pXxhfRG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up6pXxhfRG .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-up6pXxhfRG .navbar {
    height: 70px;
  }
  .cid-up6pXxhfRG .navbar.opened {
    height: auto;
  }
  .cid-up6pXxhfRG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up6pXvmXN9 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-up6pXvmXN9 .row {
  flex-direction: row-reverse;
}
.cid-up6pXvmXN9 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-up6pXvmXN9 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-up6pXvmXN9 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-up6pXvmXN9 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-up6pXvmXN9 .main-banner .left-content {
  margin-right: 15px;
}
.cid-up6pXvmXN9 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-up6pXvmXN9 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-up6pXvmXN9 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-up6pXvmXN9 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-up6pXvmXN9 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-up6pXvmXN9 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-up6pXvmXN9 .main-banner:before {
    display: none;
  }
  .cid-up6pXvmXN9 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-up6pXvmXN9 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-up6pXvmXN9 H6 {
  color: #e43f3f;
}
.cid-up6pXvNwZV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-up6pXvNwZV .mbr-section-title {
  color: #000000;
}
.cid-up6pXw89GE {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-up6pXw89GE .container {
  padding: 0 5%;
}
.cid-up6pXw89GE #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-up6pXw89GE #collapse-button:hover {
  background-color: #7787a5;
}
.cid-up6pXw89GE #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-up6pXw89GE #expand-button:hover {
  background-color: #7787a5;
}
.cid-up6pXw89GE .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-up6pXw89GE .item:focus,
.cid-up6pXw89GE span:focus {
  outline: none;
}
.cid-up6pXw89GE .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-up6pXw89GE .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-up6pXw89GE .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-up6pXw89GE .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-up6pXw89GE .item {
    padding: 1.5rem;
  }
}
.cid-up6pXw89GE .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-up6pXw89GE .item .item-icon {
    margin-top: 0;
  }
}
.cid-up6pXw89GE .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-up6pXw89GE .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-up6pXw89GE .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-up6pXw89GE .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-up6pXw89GE .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-up6pXw89GE .item-title-wrapper {
    min-width: auto;
  }
}
.cid-up6pXw89GE .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-up6pXw89GE .item-content {
    margin-left: 0;
  }
}
.cid-up6pXw89GE .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-up6pXw89GE .item-title {
  color: #ffffff;
}
.cid-up6pXw89GE .mbr-text,
.cid-up6pXw89GE .item-icon {
  color: #ffffff;
}
.cid-up6pXw89GE .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-up6pXw89GE .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-up6pXw89GE .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-up6pXw89GE .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-up6pXw89GE .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-up6pXw89GE .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-up6pXw89GE .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-up6pXw89GE .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-up6pXw89GE .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-up6pXw89GE .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-up6pXw89GE .article-column1 {
    padding-right: 16px;
  }
}
.cid-up6pXw89GE .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-up6pXw89GE .article-column2 {
    padding-left: 16px;
  }
}
.cid-up6pXw89GE .mbr-section-subtitle,
.cid-up6pXw89GE .mbr-iconfont {
  color: #e082c5;
}
.cid-up6pXw89GE .mbr-section-subtitle {
  color: #000000;
}
.cid-up6pXwGaWl {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-up6pXwGaWl p {
  line-height: 30px;
  font-weight: 300;
}
.cid-up6pXwGaWl .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-up6pXwGaWl .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-up6pXwGaWl .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-up6pXwGaWl .main-banner .left-content {
  margin-right: 15px;
}
.cid-up6pXwGaWl .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-up6pXwGaWl .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-up6pXwGaWl .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-up6pXwGaWl .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-up6pXwGaWl .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-up6pXwGaWl .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-up6pXwGaWl .main-banner:before {
    display: none;
  }
  .cid-up6pXwGaWl .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-up6pXwGaWl .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-up6pXwGaWl H6 {
  color: #e43f3f;
}
.cid-up6pXwGaWl H2 {
  color: #000000;
}
.cid-up6pXwGaWl P {
  color: #000000;
}
.cid-up6pXwYYuQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-up6pXwYYuQ #footer {
  padding: 0 0 25px 0;
}
.cid-up6pXwYYuQ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-up6pXwYYuQ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-up6pXwYYuQ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-up6pXwYYuQ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-up6pXwYYuQ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-up6pXwYYuQ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-up6pXwYYuQ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-up6pXwYYuQ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-up6pXwYYuQ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-up6pXwYYuQ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-up6pXwYYuQ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-up6pXwYYuQ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-up6pXwYYuQ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-up6pXwYYuQ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-up6pXwYYuQ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-up6pXwYYuQ #footer .copyright {
  padding-top: 30px;
}
.cid-up6pXwYYuQ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-up6pXwYYuQ H4 {
  color: #000000;
  text-align: left;
}
.cid-up6pXwYYuQ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-up6pXwYYuQ P {
  color: #e43f3f;
  text-align: left;
}
.cid-up6pXwYYuQ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-up6pXwYYuQ .copyright a {
  text-decoration: none !important;
}
.cid-up6pXwYYuQ .list,
.cid-up6pXwYYuQ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-up6pXwYYuQ ul li a {
  text-decoration: none !important;
}
.cid-up6pXwYYuQ .list {
  color: #e43f3f;
}
.cid-up6qCMtT6L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-up6qCMtT6L nav.navbar {
  position: fixed;
}
.cid-up6qCMtT6L .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-up6qCMtT6L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-up6qCMtT6L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-up6qCMtT6L .dropdown-item:hover,
.cid-up6qCMtT6L .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-up6qCMtT6L .dropdown-item:hover span {
  color: white;
}
.cid-up6qCMtT6L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-up6qCMtT6L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-up6qCMtT6L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-up6qCMtT6L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-up6qCMtT6L .nav-link {
  position: relative;
}
.cid-up6qCMtT6L .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-up6qCMtT6L .container {
    flex-wrap: nowrap;
  }
}
.cid-up6qCMtT6L .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-up6qCMtT6L .dropdown-menu,
.cid-up6qCMtT6L .navbar.opened {
  background: #e43f3f !important;
}
.cid-up6qCMtT6L .nav-item:focus,
.cid-up6qCMtT6L .nav-link:focus {
  outline: none;
}
.cid-up6qCMtT6L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up6qCMtT6L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up6qCMtT6L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up6qCMtT6L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up6qCMtT6L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up6qCMtT6L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up6qCMtT6L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-up6qCMtT6L .navbar.opened {
  transition: all 0.3s;
}
.cid-up6qCMtT6L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-up6qCMtT6L .navbar .navbar-logo img {
  width: auto;
}
.cid-up6qCMtT6L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-up6qCMtT6L .navbar.collapsed {
  justify-content: center;
}
.cid-up6qCMtT6L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up6qCMtT6L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-up6qCMtT6L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-up6qCMtT6L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up6qCMtT6L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up6qCMtT6L .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-up6qCMtT6L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up6qCMtT6L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-up6qCMtT6L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-up6qCMtT6L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up6qCMtT6L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up6qCMtT6L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up6qCMtT6L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-up6qCMtT6L .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-up6qCMtT6L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up6qCMtT6L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-up6qCMtT6L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-up6qCMtT6L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-up6qCMtT6L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up6qCMtT6L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-up6qCMtT6L .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-up6qCMtT6L .navbar.navbar-short {
  min-height: 60px;
}
.cid-up6qCMtT6L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up6qCMtT6L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up6qCMtT6L .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-up6qCMtT6L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-up6qCMtT6L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up6qCMtT6L .dropdown-item.active,
.cid-up6qCMtT6L .dropdown-item:active {
  background-color: transparent;
}
.cid-up6qCMtT6L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-up6qCMtT6L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up6qCMtT6L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up6qCMtT6L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-up6qCMtT6L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up6qCMtT6L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up6qCMtT6L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-up6qCMtT6L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up6qCMtT6L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-up6qCMtT6L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-up6qCMtT6L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up6qCMtT6L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6qCMtT6L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6qCMtT6L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up6qCMtT6L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6qCMtT6L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up6qCMtT6L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up6qCMtT6L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6qCMtT6L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-up6qCMtT6L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up6qCMtT6L .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-up6qCMtT6L .navbar {
    height: 70px;
  }
  .cid-up6qCMtT6L .navbar.opened {
    height: auto;
  }
  .cid-up6qCMtT6L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up6qCKRukx {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-up6qCKRukx .row {
  flex-direction: row-reverse;
}
.cid-up6qCKRukx p {
  line-height: 30px;
  font-weight: 300;
}
.cid-up6qCKRukx .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-up6qCKRukx .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-up6qCKRukx .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-up6qCKRukx .main-banner .left-content {
  margin-right: 15px;
}
.cid-up6qCKRukx .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-up6qCKRukx .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-up6qCKRukx .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-up6qCKRukx .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-up6qCKRukx .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-up6qCKRukx .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-up6qCKRukx .main-banner:before {
    display: none;
  }
  .cid-up6qCKRukx .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-up6qCKRukx .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-up6qCKRukx H6 {
  color: #e43f3f;
}
.cid-up6qCLh2kk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-up6qCLh2kk .mbr-section-title {
  color: #000000;
}
.cid-up6qCLuWj1 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-up6qCLuWj1 .container {
  padding: 0 5%;
}
.cid-up6qCLuWj1 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-up6qCLuWj1 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-up6qCLuWj1 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-up6qCLuWj1 #expand-button:hover {
  background-color: #7787a5;
}
.cid-up6qCLuWj1 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-up6qCLuWj1 .item:focus,
.cid-up6qCLuWj1 span:focus {
  outline: none;
}
.cid-up6qCLuWj1 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-up6qCLuWj1 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-up6qCLuWj1 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-up6qCLuWj1 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-up6qCLuWj1 .item {
    padding: 1.5rem;
  }
}
.cid-up6qCLuWj1 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-up6qCLuWj1 .item .item-icon {
    margin-top: 0;
  }
}
.cid-up6qCLuWj1 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-up6qCLuWj1 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-up6qCLuWj1 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-up6qCLuWj1 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-up6qCLuWj1 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-up6qCLuWj1 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-up6qCLuWj1 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-up6qCLuWj1 .item-content {
    margin-left: 0;
  }
}
.cid-up6qCLuWj1 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-up6qCLuWj1 .item-title {
  color: #ffffff;
}
.cid-up6qCLuWj1 .mbr-text,
.cid-up6qCLuWj1 .item-icon {
  color: #ffffff;
}
.cid-up6qCLuWj1 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-up6qCLuWj1 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-up6qCLuWj1 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-up6qCLuWj1 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-up6qCLuWj1 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-up6qCLuWj1 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-up6qCLuWj1 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-up6qCLuWj1 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-up6qCLuWj1 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-up6qCLuWj1 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-up6qCLuWj1 .article-column1 {
    padding-right: 16px;
  }
}
.cid-up6qCLuWj1 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-up6qCLuWj1 .article-column2 {
    padding-left: 16px;
  }
}
.cid-up6qCLuWj1 .mbr-section-subtitle,
.cid-up6qCLuWj1 .mbr-iconfont {
  color: #e082c5;
}
.cid-up6qCLuWj1 .mbr-section-subtitle {
  color: #000000;
}
.cid-up6qCLXopn {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-up6qCLXopn p {
  line-height: 30px;
  font-weight: 300;
}
.cid-up6qCLXopn .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-up6qCLXopn .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-up6qCLXopn .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-up6qCLXopn .main-banner .left-content {
  margin-right: 15px;
}
.cid-up6qCLXopn .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-up6qCLXopn .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-up6qCLXopn .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-up6qCLXopn .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-up6qCLXopn .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-up6qCLXopn .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-up6qCLXopn .main-banner:before {
    display: none;
  }
  .cid-up6qCLXopn .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-up6qCLXopn .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-up6qCLXopn H6 {
  color: #e43f3f;
}
.cid-up6qCLXopn H2 {
  color: #000000;
}
.cid-up6qCLXopn P {
  color: #000000;
}
.cid-up6qCMcDlq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-up6qCMcDlq #footer {
  padding: 0 0 25px 0;
}
.cid-up6qCMcDlq #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-up6qCMcDlq #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-up6qCMcDlq #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-up6qCMcDlq #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-up6qCMcDlq #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-up6qCMcDlq #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-up6qCMcDlq #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-up6qCMcDlq #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-up6qCMcDlq #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-up6qCMcDlq #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-up6qCMcDlq #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-up6qCMcDlq #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-up6qCMcDlq #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-up6qCMcDlq #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-up6qCMcDlq #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-up6qCMcDlq #footer .copyright {
  padding-top: 30px;
}
.cid-up6qCMcDlq ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-up6qCMcDlq H4 {
  color: #000000;
  text-align: left;
}
.cid-up6qCMcDlq DIV {
  text-align: center;
  color: #fafafa;
}
.cid-up6qCMcDlq P {
  color: #e43f3f;
  text-align: left;
}
.cid-up6qCMcDlq div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-up6qCMcDlq .copyright a {
  text-decoration: none !important;
}
.cid-up6qCMcDlq .list,
.cid-up6qCMcDlq .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-up6qCMcDlq ul li a {
  text-decoration: none !important;
}
.cid-up6qCMcDlq .list {
  color: #e43f3f;
}
.cid-up6sHaXMSH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-up6sHaXMSH nav.navbar {
  position: fixed;
}
.cid-up6sHaXMSH .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-up6sHaXMSH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-up6sHaXMSH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-up6sHaXMSH .dropdown-item:hover,
.cid-up6sHaXMSH .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-up6sHaXMSH .dropdown-item:hover span {
  color: white;
}
.cid-up6sHaXMSH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-up6sHaXMSH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-up6sHaXMSH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-up6sHaXMSH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-up6sHaXMSH .nav-link {
  position: relative;
}
.cid-up6sHaXMSH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-up6sHaXMSH .container {
    flex-wrap: nowrap;
  }
}
.cid-up6sHaXMSH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-up6sHaXMSH .dropdown-menu,
.cid-up6sHaXMSH .navbar.opened {
  background: #e43f3f !important;
}
.cid-up6sHaXMSH .nav-item:focus,
.cid-up6sHaXMSH .nav-link:focus {
  outline: none;
}
.cid-up6sHaXMSH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up6sHaXMSH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up6sHaXMSH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up6sHaXMSH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up6sHaXMSH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up6sHaXMSH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up6sHaXMSH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-up6sHaXMSH .navbar.opened {
  transition: all 0.3s;
}
.cid-up6sHaXMSH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-up6sHaXMSH .navbar .navbar-logo img {
  width: auto;
}
.cid-up6sHaXMSH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-up6sHaXMSH .navbar.collapsed {
  justify-content: center;
}
.cid-up6sHaXMSH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up6sHaXMSH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-up6sHaXMSH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-up6sHaXMSH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up6sHaXMSH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up6sHaXMSH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-up6sHaXMSH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up6sHaXMSH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-up6sHaXMSH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-up6sHaXMSH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up6sHaXMSH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up6sHaXMSH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up6sHaXMSH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-up6sHaXMSH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-up6sHaXMSH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up6sHaXMSH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-up6sHaXMSH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-up6sHaXMSH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-up6sHaXMSH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up6sHaXMSH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-up6sHaXMSH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-up6sHaXMSH .navbar.navbar-short {
  min-height: 60px;
}
.cid-up6sHaXMSH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up6sHaXMSH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up6sHaXMSH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-up6sHaXMSH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-up6sHaXMSH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up6sHaXMSH .dropdown-item.active,
.cid-up6sHaXMSH .dropdown-item:active {
  background-color: transparent;
}
.cid-up6sHaXMSH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-up6sHaXMSH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up6sHaXMSH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up6sHaXMSH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-up6sHaXMSH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up6sHaXMSH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up6sHaXMSH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-up6sHaXMSH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up6sHaXMSH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-up6sHaXMSH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-up6sHaXMSH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up6sHaXMSH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6sHaXMSH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6sHaXMSH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up6sHaXMSH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6sHaXMSH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up6sHaXMSH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up6sHaXMSH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6sHaXMSH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-up6sHaXMSH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up6sHaXMSH .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-up6sHaXMSH .navbar {
    height: 70px;
  }
  .cid-up6sHaXMSH .navbar.opened {
    height: auto;
  }
  .cid-up6sHaXMSH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up6sH9dM4s {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-up6sH9dM4s .row {
  flex-direction: row-reverse;
}
.cid-up6sH9dM4s p {
  line-height: 30px;
  font-weight: 300;
}
.cid-up6sH9dM4s .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-up6sH9dM4s .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-up6sH9dM4s .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-up6sH9dM4s .main-banner .left-content {
  margin-right: 15px;
}
.cid-up6sH9dM4s .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-up6sH9dM4s .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-up6sH9dM4s .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-up6sH9dM4s .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-up6sH9dM4s .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-up6sH9dM4s .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-up6sH9dM4s .main-banner:before {
    display: none;
  }
  .cid-up6sH9dM4s .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-up6sH9dM4s .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-up6sH9dM4s H6 {
  color: #e43f3f;
}
.cid-up6sH9Dj8R {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-up6sH9Dj8R .mbr-section-title {
  color: #000000;
}
.cid-up6sH9UZdA {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-up6sH9UZdA .container {
  padding: 0 5%;
}
.cid-up6sH9UZdA #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-up6sH9UZdA #collapse-button:hover {
  background-color: #7787a5;
}
.cid-up6sH9UZdA #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-up6sH9UZdA #expand-button:hover {
  background-color: #7787a5;
}
.cid-up6sH9UZdA .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-up6sH9UZdA .item:focus,
.cid-up6sH9UZdA span:focus {
  outline: none;
}
.cid-up6sH9UZdA .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-up6sH9UZdA .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-up6sH9UZdA .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-up6sH9UZdA .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-up6sH9UZdA .item {
    padding: 1.5rem;
  }
}
.cid-up6sH9UZdA .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-up6sH9UZdA .item .item-icon {
    margin-top: 0;
  }
}
.cid-up6sH9UZdA .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-up6sH9UZdA .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-up6sH9UZdA .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-up6sH9UZdA .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-up6sH9UZdA .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-up6sH9UZdA .item-title-wrapper {
    min-width: auto;
  }
}
.cid-up6sH9UZdA .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-up6sH9UZdA .item-content {
    margin-left: 0;
  }
}
.cid-up6sH9UZdA .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-up6sH9UZdA .item-title {
  color: #ffffff;
}
.cid-up6sH9UZdA .mbr-text,
.cid-up6sH9UZdA .item-icon {
  color: #ffffff;
}
.cid-up6sH9UZdA .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-up6sH9UZdA .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-up6sH9UZdA .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-up6sH9UZdA .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-up6sH9UZdA .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-up6sH9UZdA .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-up6sH9UZdA .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-up6sH9UZdA .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-up6sH9UZdA .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-up6sH9UZdA .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-up6sH9UZdA .article-column1 {
    padding-right: 16px;
  }
}
.cid-up6sH9UZdA .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-up6sH9UZdA .article-column2 {
    padding-left: 16px;
  }
}
.cid-up6sH9UZdA .mbr-section-subtitle,
.cid-up6sH9UZdA .mbr-iconfont {
  color: #e082c5;
}
.cid-up6sH9UZdA .mbr-section-subtitle {
  color: #000000;
}
.cid-up6sHaqHOC {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-up6sHaqHOC p {
  line-height: 30px;
  font-weight: 300;
}
.cid-up6sHaqHOC .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-up6sHaqHOC .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-up6sHaqHOC .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-up6sHaqHOC .main-banner .left-content {
  margin-right: 15px;
}
.cid-up6sHaqHOC .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-up6sHaqHOC .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-up6sHaqHOC .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-up6sHaqHOC .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-up6sHaqHOC .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-up6sHaqHOC .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-up6sHaqHOC .main-banner:before {
    display: none;
  }
  .cid-up6sHaqHOC .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-up6sHaqHOC .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-up6sHaqHOC H6 {
  color: #e43f3f;
}
.cid-up6sHaqHOC H2 {
  color: #000000;
}
.cid-up6sHaqHOC P {
  color: #000000;
}
.cid-up6sHaEDwA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-up6sHaEDwA #footer {
  padding: 0 0 25px 0;
}
.cid-up6sHaEDwA #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-up6sHaEDwA #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-up6sHaEDwA #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-up6sHaEDwA #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-up6sHaEDwA #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-up6sHaEDwA #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-up6sHaEDwA #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-up6sHaEDwA #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-up6sHaEDwA #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-up6sHaEDwA #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-up6sHaEDwA #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-up6sHaEDwA #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-up6sHaEDwA #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-up6sHaEDwA #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-up6sHaEDwA #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-up6sHaEDwA #footer .copyright {
  padding-top: 30px;
}
.cid-up6sHaEDwA ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-up6sHaEDwA H4 {
  color: #000000;
  text-align: left;
}
.cid-up6sHaEDwA DIV {
  text-align: center;
  color: #fafafa;
}
.cid-up6sHaEDwA P {
  color: #e43f3f;
  text-align: left;
}
.cid-up6sHaEDwA div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-up6sHaEDwA .copyright a {
  text-decoration: none !important;
}
.cid-up6sHaEDwA .list,
.cid-up6sHaEDwA .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-up6sHaEDwA ul li a {
  text-decoration: none !important;
}
.cid-up6sHaEDwA .list {
  color: #e43f3f;
}
.cid-up6tTOktTa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-up6tTOktTa nav.navbar {
  position: fixed;
}
.cid-up6tTOktTa .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-up6tTOktTa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-up6tTOktTa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-up6tTOktTa .dropdown-item:hover,
.cid-up6tTOktTa .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-up6tTOktTa .dropdown-item:hover span {
  color: white;
}
.cid-up6tTOktTa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-up6tTOktTa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-up6tTOktTa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-up6tTOktTa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-up6tTOktTa .nav-link {
  position: relative;
}
.cid-up6tTOktTa .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-up6tTOktTa .container {
    flex-wrap: nowrap;
  }
}
.cid-up6tTOktTa .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-up6tTOktTa .dropdown-menu,
.cid-up6tTOktTa .navbar.opened {
  background: #e43f3f !important;
}
.cid-up6tTOktTa .nav-item:focus,
.cid-up6tTOktTa .nav-link:focus {
  outline: none;
}
.cid-up6tTOktTa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up6tTOktTa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up6tTOktTa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up6tTOktTa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up6tTOktTa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up6tTOktTa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up6tTOktTa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-up6tTOktTa .navbar.opened {
  transition: all 0.3s;
}
.cid-up6tTOktTa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-up6tTOktTa .navbar .navbar-logo img {
  width: auto;
}
.cid-up6tTOktTa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-up6tTOktTa .navbar.collapsed {
  justify-content: center;
}
.cid-up6tTOktTa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up6tTOktTa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-up6tTOktTa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-up6tTOktTa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up6tTOktTa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up6tTOktTa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-up6tTOktTa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up6tTOktTa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-up6tTOktTa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-up6tTOktTa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up6tTOktTa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up6tTOktTa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up6tTOktTa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-up6tTOktTa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-up6tTOktTa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up6tTOktTa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-up6tTOktTa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-up6tTOktTa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-up6tTOktTa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up6tTOktTa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-up6tTOktTa .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-up6tTOktTa .navbar.navbar-short {
  min-height: 60px;
}
.cid-up6tTOktTa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up6tTOktTa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up6tTOktTa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-up6tTOktTa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-up6tTOktTa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up6tTOktTa .dropdown-item.active,
.cid-up6tTOktTa .dropdown-item:active {
  background-color: transparent;
}
.cid-up6tTOktTa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-up6tTOktTa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up6tTOktTa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up6tTOktTa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-up6tTOktTa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up6tTOktTa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up6tTOktTa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-up6tTOktTa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up6tTOktTa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-up6tTOktTa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-up6tTOktTa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up6tTOktTa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6tTOktTa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6tTOktTa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up6tTOktTa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6tTOktTa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up6tTOktTa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up6tTOktTa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6tTOktTa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-up6tTOktTa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up6tTOktTa .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-up6tTOktTa .navbar {
    height: 70px;
  }
  .cid-up6tTOktTa .navbar.opened {
    height: auto;
  }
  .cid-up6tTOktTa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up6tTLW7DN {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-up6tTLW7DN .row {
  flex-direction: row-reverse;
}
.cid-up6tTLW7DN p {
  line-height: 30px;
  font-weight: 300;
}
.cid-up6tTLW7DN .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-up6tTLW7DN .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-up6tTLW7DN .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-up6tTLW7DN .main-banner .left-content {
  margin-right: 15px;
}
.cid-up6tTLW7DN .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-up6tTLW7DN .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-up6tTLW7DN .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-up6tTLW7DN .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-up6tTLW7DN .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-up6tTLW7DN .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-up6tTLW7DN .main-banner:before {
    display: none;
  }
  .cid-up6tTLW7DN .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-up6tTLW7DN .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-up6tTLW7DN H6 {
  color: #e43f3f;
}
.cid-up6tTMzMXU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-up6tTMzMXU .mbr-section-title {
  color: #000000;
}
.cid-up6tTN1RLx {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-up6tTN1RLx .container {
  padding: 0 5%;
}
.cid-up6tTN1RLx #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-up6tTN1RLx #collapse-button:hover {
  background-color: #7787a5;
}
.cid-up6tTN1RLx #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-up6tTN1RLx #expand-button:hover {
  background-color: #7787a5;
}
.cid-up6tTN1RLx .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-up6tTN1RLx .item:focus,
.cid-up6tTN1RLx span:focus {
  outline: none;
}
.cid-up6tTN1RLx .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-up6tTN1RLx .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-up6tTN1RLx .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-up6tTN1RLx .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-up6tTN1RLx .item {
    padding: 1.5rem;
  }
}
.cid-up6tTN1RLx .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-up6tTN1RLx .item .item-icon {
    margin-top: 0;
  }
}
.cid-up6tTN1RLx .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-up6tTN1RLx .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-up6tTN1RLx .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-up6tTN1RLx .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-up6tTN1RLx .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-up6tTN1RLx .item-title-wrapper {
    min-width: auto;
  }
}
.cid-up6tTN1RLx .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-up6tTN1RLx .item-content {
    margin-left: 0;
  }
}
.cid-up6tTN1RLx .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-up6tTN1RLx .item-title {
  color: #ffffff;
}
.cid-up6tTN1RLx .mbr-text,
.cid-up6tTN1RLx .item-icon {
  color: #ffffff;
}
.cid-up6tTN1RLx .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-up6tTN1RLx .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-up6tTN1RLx .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-up6tTN1RLx .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-up6tTN1RLx .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-up6tTN1RLx .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-up6tTN1RLx .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-up6tTN1RLx .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-up6tTN1RLx .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-up6tTN1RLx .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-up6tTN1RLx .article-column1 {
    padding-right: 16px;
  }
}
.cid-up6tTN1RLx .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-up6tTN1RLx .article-column2 {
    padding-left: 16px;
  }
}
.cid-up6tTN1RLx .mbr-section-subtitle,
.cid-up6tTN1RLx .mbr-iconfont {
  color: #e082c5;
}
.cid-up6tTN1RLx .mbr-section-subtitle {
  color: #000000;
}
.cid-up6tTNBqh2 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-up6tTNBqh2 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-up6tTNBqh2 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-up6tTNBqh2 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-up6tTNBqh2 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-up6tTNBqh2 .main-banner .left-content {
  margin-right: 15px;
}
.cid-up6tTNBqh2 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-up6tTNBqh2 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-up6tTNBqh2 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-up6tTNBqh2 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-up6tTNBqh2 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-up6tTNBqh2 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-up6tTNBqh2 .main-banner:before {
    display: none;
  }
  .cid-up6tTNBqh2 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-up6tTNBqh2 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-up6tTNBqh2 H6 {
  color: #e43f3f;
}
.cid-up6tTNBqh2 H2 {
  color: #000000;
}
.cid-up6tTNBqh2 P {
  color: #000000;
}
.cid-up6tTNW5AL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-up6tTNW5AL #footer {
  padding: 0 0 25px 0;
}
.cid-up6tTNW5AL #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-up6tTNW5AL #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-up6tTNW5AL #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-up6tTNW5AL #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-up6tTNW5AL #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-up6tTNW5AL #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-up6tTNW5AL #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-up6tTNW5AL #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-up6tTNW5AL #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-up6tTNW5AL #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-up6tTNW5AL #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-up6tTNW5AL #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-up6tTNW5AL #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-up6tTNW5AL #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-up6tTNW5AL #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-up6tTNW5AL #footer .copyright {
  padding-top: 30px;
}
.cid-up6tTNW5AL ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-up6tTNW5AL H4 {
  color: #000000;
  text-align: left;
}
.cid-up6tTNW5AL DIV {
  text-align: center;
  color: #fafafa;
}
.cid-up6tTNW5AL P {
  color: #e43f3f;
  text-align: left;
}
.cid-up6tTNW5AL div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-up6tTNW5AL .copyright a {
  text-decoration: none !important;
}
.cid-up6tTNW5AL .list,
.cid-up6tTNW5AL .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-up6tTNW5AL ul li a {
  text-decoration: none !important;
}
.cid-up6tTNW5AL .list {
  color: #e43f3f;
}
.cid-up6uvONZXv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-up6uvONZXv nav.navbar {
  position: fixed;
}
.cid-up6uvONZXv .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-up6uvONZXv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-up6uvONZXv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-up6uvONZXv .dropdown-item:hover,
.cid-up6uvONZXv .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-up6uvONZXv .dropdown-item:hover span {
  color: white;
}
.cid-up6uvONZXv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-up6uvONZXv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-up6uvONZXv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-up6uvONZXv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-up6uvONZXv .nav-link {
  position: relative;
}
.cid-up6uvONZXv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-up6uvONZXv .container {
    flex-wrap: nowrap;
  }
}
.cid-up6uvONZXv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-up6uvONZXv .dropdown-menu,
.cid-up6uvONZXv .navbar.opened {
  background: #e43f3f !important;
}
.cid-up6uvONZXv .nav-item:focus,
.cid-up6uvONZXv .nav-link:focus {
  outline: none;
}
.cid-up6uvONZXv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up6uvONZXv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up6uvONZXv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up6uvONZXv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up6uvONZXv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up6uvONZXv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up6uvONZXv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-up6uvONZXv .navbar.opened {
  transition: all 0.3s;
}
.cid-up6uvONZXv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-up6uvONZXv .navbar .navbar-logo img {
  width: auto;
}
.cid-up6uvONZXv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-up6uvONZXv .navbar.collapsed {
  justify-content: center;
}
.cid-up6uvONZXv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up6uvONZXv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-up6uvONZXv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-up6uvONZXv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up6uvONZXv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up6uvONZXv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-up6uvONZXv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up6uvONZXv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-up6uvONZXv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-up6uvONZXv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up6uvONZXv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up6uvONZXv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up6uvONZXv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-up6uvONZXv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-up6uvONZXv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up6uvONZXv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-up6uvONZXv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-up6uvONZXv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-up6uvONZXv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up6uvONZXv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-up6uvONZXv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-up6uvONZXv .navbar.navbar-short {
  min-height: 60px;
}
.cid-up6uvONZXv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up6uvONZXv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up6uvONZXv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-up6uvONZXv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-up6uvONZXv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up6uvONZXv .dropdown-item.active,
.cid-up6uvONZXv .dropdown-item:active {
  background-color: transparent;
}
.cid-up6uvONZXv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-up6uvONZXv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up6uvONZXv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up6uvONZXv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-up6uvONZXv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up6uvONZXv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up6uvONZXv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-up6uvONZXv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up6uvONZXv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-up6uvONZXv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-up6uvONZXv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up6uvONZXv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6uvONZXv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6uvONZXv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up6uvONZXv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6uvONZXv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up6uvONZXv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up6uvONZXv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6uvONZXv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-up6uvONZXv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up6uvONZXv .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-up6uvONZXv .navbar {
    height: 70px;
  }
  .cid-up6uvONZXv .navbar.opened {
    height: auto;
  }
  .cid-up6uvONZXv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up6uvN424G {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-up6uvN424G .row {
  flex-direction: row-reverse;
}
.cid-up6uvN424G p {
  line-height: 30px;
  font-weight: 300;
}
.cid-up6uvN424G .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-up6uvN424G .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-up6uvN424G .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-up6uvN424G .main-banner .left-content {
  margin-right: 15px;
}
.cid-up6uvN424G .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-up6uvN424G .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-up6uvN424G .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-up6uvN424G .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-up6uvN424G .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-up6uvN424G .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-up6uvN424G .main-banner:before {
    display: none;
  }
  .cid-up6uvN424G .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-up6uvN424G .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-up6uvN424G H6 {
  color: #e43f3f;
}
.cid-up6uvNuZQX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-up6uvNuZQX .mbr-section-title {
  color: #000000;
}
.cid-up6uvNMMm3 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-up6uvNMMm3 .container {
  padding: 0 5%;
}
.cid-up6uvNMMm3 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-up6uvNMMm3 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-up6uvNMMm3 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-up6uvNMMm3 #expand-button:hover {
  background-color: #7787a5;
}
.cid-up6uvNMMm3 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-up6uvNMMm3 .item:focus,
.cid-up6uvNMMm3 span:focus {
  outline: none;
}
.cid-up6uvNMMm3 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-up6uvNMMm3 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-up6uvNMMm3 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-up6uvNMMm3 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-up6uvNMMm3 .item {
    padding: 1.5rem;
  }
}
.cid-up6uvNMMm3 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-up6uvNMMm3 .item .item-icon {
    margin-top: 0;
  }
}
.cid-up6uvNMMm3 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-up6uvNMMm3 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-up6uvNMMm3 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-up6uvNMMm3 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-up6uvNMMm3 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-up6uvNMMm3 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-up6uvNMMm3 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-up6uvNMMm3 .item-content {
    margin-left: 0;
  }
}
.cid-up6uvNMMm3 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-up6uvNMMm3 .item-title {
  color: #ffffff;
}
.cid-up6uvNMMm3 .mbr-text,
.cid-up6uvNMMm3 .item-icon {
  color: #ffffff;
}
.cid-up6uvNMMm3 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-up6uvNMMm3 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-up6uvNMMm3 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-up6uvNMMm3 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-up6uvNMMm3 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-up6uvNMMm3 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-up6uvNMMm3 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-up6uvNMMm3 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-up6uvNMMm3 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-up6uvNMMm3 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-up6uvNMMm3 .article-column1 {
    padding-right: 16px;
  }
}
.cid-up6uvNMMm3 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-up6uvNMMm3 .article-column2 {
    padding-left: 16px;
  }
}
.cid-up6uvNMMm3 .mbr-section-subtitle,
.cid-up6uvNMMm3 .mbr-iconfont {
  color: #e082c5;
}
.cid-up6uvNMMm3 .mbr-section-subtitle {
  color: #000000;
}
.cid-up6uvOgu5A {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-up6uvOgu5A p {
  line-height: 30px;
  font-weight: 300;
}
.cid-up6uvOgu5A .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-up6uvOgu5A .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-up6uvOgu5A .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-up6uvOgu5A .main-banner .left-content {
  margin-right: 15px;
}
.cid-up6uvOgu5A .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-up6uvOgu5A .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-up6uvOgu5A .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-up6uvOgu5A .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-up6uvOgu5A .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-up6uvOgu5A .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-up6uvOgu5A .main-banner:before {
    display: none;
  }
  .cid-up6uvOgu5A .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-up6uvOgu5A .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-up6uvOgu5A H6 {
  color: #e43f3f;
}
.cid-up6uvOgu5A H2 {
  color: #000000;
}
.cid-up6uvOgu5A P {
  color: #000000;
}
.cid-up6uvOvYlQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-up6uvOvYlQ #footer {
  padding: 0 0 25px 0;
}
.cid-up6uvOvYlQ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-up6uvOvYlQ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-up6uvOvYlQ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-up6uvOvYlQ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-up6uvOvYlQ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-up6uvOvYlQ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-up6uvOvYlQ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-up6uvOvYlQ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-up6uvOvYlQ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-up6uvOvYlQ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-up6uvOvYlQ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-up6uvOvYlQ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-up6uvOvYlQ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-up6uvOvYlQ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-up6uvOvYlQ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-up6uvOvYlQ #footer .copyright {
  padding-top: 30px;
}
.cid-up6uvOvYlQ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-up6uvOvYlQ H4 {
  color: #000000;
  text-align: left;
}
.cid-up6uvOvYlQ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-up6uvOvYlQ P {
  color: #e43f3f;
  text-align: left;
}
.cid-up6uvOvYlQ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-up6uvOvYlQ .copyright a {
  text-decoration: none !important;
}
.cid-up6uvOvYlQ .list,
.cid-up6uvOvYlQ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-up6uvOvYlQ ul li a {
  text-decoration: none !important;
}
.cid-up6uvOvYlQ .list {
  color: #e43f3f;
}
.cid-up6v2R5xEA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-up6v2R5xEA nav.navbar {
  position: fixed;
}
.cid-up6v2R5xEA .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-up6v2R5xEA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-up6v2R5xEA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-up6v2R5xEA .dropdown-item:hover,
.cid-up6v2R5xEA .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-up6v2R5xEA .dropdown-item:hover span {
  color: white;
}
.cid-up6v2R5xEA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-up6v2R5xEA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-up6v2R5xEA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-up6v2R5xEA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-up6v2R5xEA .nav-link {
  position: relative;
}
.cid-up6v2R5xEA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-up6v2R5xEA .container {
    flex-wrap: nowrap;
  }
}
.cid-up6v2R5xEA .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-up6v2R5xEA .dropdown-menu,
.cid-up6v2R5xEA .navbar.opened {
  background: #e43f3f !important;
}
.cid-up6v2R5xEA .nav-item:focus,
.cid-up6v2R5xEA .nav-link:focus {
  outline: none;
}
.cid-up6v2R5xEA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up6v2R5xEA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up6v2R5xEA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up6v2R5xEA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up6v2R5xEA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up6v2R5xEA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up6v2R5xEA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-up6v2R5xEA .navbar.opened {
  transition: all 0.3s;
}
.cid-up6v2R5xEA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-up6v2R5xEA .navbar .navbar-logo img {
  width: auto;
}
.cid-up6v2R5xEA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-up6v2R5xEA .navbar.collapsed {
  justify-content: center;
}
.cid-up6v2R5xEA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up6v2R5xEA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-up6v2R5xEA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-up6v2R5xEA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up6v2R5xEA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up6v2R5xEA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-up6v2R5xEA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up6v2R5xEA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-up6v2R5xEA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-up6v2R5xEA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up6v2R5xEA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up6v2R5xEA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up6v2R5xEA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-up6v2R5xEA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-up6v2R5xEA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up6v2R5xEA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-up6v2R5xEA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-up6v2R5xEA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-up6v2R5xEA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up6v2R5xEA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-up6v2R5xEA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-up6v2R5xEA .navbar.navbar-short {
  min-height: 60px;
}
.cid-up6v2R5xEA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up6v2R5xEA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up6v2R5xEA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-up6v2R5xEA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-up6v2R5xEA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up6v2R5xEA .dropdown-item.active,
.cid-up6v2R5xEA .dropdown-item:active {
  background-color: transparent;
}
.cid-up6v2R5xEA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-up6v2R5xEA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up6v2R5xEA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up6v2R5xEA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-up6v2R5xEA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up6v2R5xEA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up6v2R5xEA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-up6v2R5xEA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up6v2R5xEA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-up6v2R5xEA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-up6v2R5xEA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up6v2R5xEA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6v2R5xEA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6v2R5xEA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up6v2R5xEA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6v2R5xEA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up6v2R5xEA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up6v2R5xEA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6v2R5xEA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-up6v2R5xEA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up6v2R5xEA .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-up6v2R5xEA .navbar {
    height: 70px;
  }
  .cid-up6v2R5xEA .navbar.opened {
    height: auto;
  }
  .cid-up6v2R5xEA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up6v2Pok5F {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-up6v2Pok5F .row {
  flex-direction: row-reverse;
}
.cid-up6v2Pok5F p {
  line-height: 30px;
  font-weight: 300;
}
.cid-up6v2Pok5F .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-up6v2Pok5F .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-up6v2Pok5F .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-up6v2Pok5F .main-banner .left-content {
  margin-right: 15px;
}
.cid-up6v2Pok5F .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-up6v2Pok5F .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-up6v2Pok5F .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-up6v2Pok5F .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-up6v2Pok5F .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-up6v2Pok5F .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-up6v2Pok5F .main-banner:before {
    display: none;
  }
  .cid-up6v2Pok5F .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-up6v2Pok5F .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-up6v2Pok5F H6 {
  color: #e43f3f;
}
.cid-up6v2POeNG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-up6v2POeNG .mbr-section-title {
  color: #000000;
}
.cid-up6v2Q5RiN {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-up6v2Q5RiN .container {
  padding: 0 5%;
}
.cid-up6v2Q5RiN #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-up6v2Q5RiN #collapse-button:hover {
  background-color: #7787a5;
}
.cid-up6v2Q5RiN #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-up6v2Q5RiN #expand-button:hover {
  background-color: #7787a5;
}
.cid-up6v2Q5RiN .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-up6v2Q5RiN .item:focus,
.cid-up6v2Q5RiN span:focus {
  outline: none;
}
.cid-up6v2Q5RiN .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-up6v2Q5RiN .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-up6v2Q5RiN .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-up6v2Q5RiN .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-up6v2Q5RiN .item {
    padding: 1.5rem;
  }
}
.cid-up6v2Q5RiN .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-up6v2Q5RiN .item .item-icon {
    margin-top: 0;
  }
}
.cid-up6v2Q5RiN .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-up6v2Q5RiN .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-up6v2Q5RiN .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-up6v2Q5RiN .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-up6v2Q5RiN .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-up6v2Q5RiN .item-title-wrapper {
    min-width: auto;
  }
}
.cid-up6v2Q5RiN .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-up6v2Q5RiN .item-content {
    margin-left: 0;
  }
}
.cid-up6v2Q5RiN .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-up6v2Q5RiN .item-title {
  color: #ffffff;
}
.cid-up6v2Q5RiN .mbr-text,
.cid-up6v2Q5RiN .item-icon {
  color: #ffffff;
}
.cid-up6v2Q5RiN .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-up6v2Q5RiN .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-up6v2Q5RiN .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-up6v2Q5RiN .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-up6v2Q5RiN .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-up6v2Q5RiN .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-up6v2Q5RiN .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-up6v2Q5RiN .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-up6v2Q5RiN .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-up6v2Q5RiN .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-up6v2Q5RiN .article-column1 {
    padding-right: 16px;
  }
}
.cid-up6v2Q5RiN .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-up6v2Q5RiN .article-column2 {
    padding-left: 16px;
  }
}
.cid-up6v2Q5RiN .mbr-section-subtitle,
.cid-up6v2Q5RiN .mbr-iconfont {
  color: #e082c5;
}
.cid-up6v2Q5RiN .mbr-section-subtitle {
  color: #000000;
}
.cid-up6v2Qzxur {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-up6v2Qzxur p {
  line-height: 30px;
  font-weight: 300;
}
.cid-up6v2Qzxur .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-up6v2Qzxur .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-up6v2Qzxur .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-up6v2Qzxur .main-banner .left-content {
  margin-right: 15px;
}
.cid-up6v2Qzxur .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-up6v2Qzxur .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-up6v2Qzxur .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-up6v2Qzxur .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-up6v2Qzxur .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-up6v2Qzxur .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-up6v2Qzxur .main-banner:before {
    display: none;
  }
  .cid-up6v2Qzxur .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-up6v2Qzxur .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-up6v2Qzxur H6 {
  color: #e43f3f;
}
.cid-up6v2Qzxur H2 {
  color: #000000;
}
.cid-up6v2Qzxur P {
  color: #000000;
}
.cid-up6v2QMd0H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-up6v2QMd0H #footer {
  padding: 0 0 25px 0;
}
.cid-up6v2QMd0H #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-up6v2QMd0H #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-up6v2QMd0H #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-up6v2QMd0H #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-up6v2QMd0H #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-up6v2QMd0H #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-up6v2QMd0H #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-up6v2QMd0H #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-up6v2QMd0H #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-up6v2QMd0H #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-up6v2QMd0H #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-up6v2QMd0H #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-up6v2QMd0H #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-up6v2QMd0H #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-up6v2QMd0H #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-up6v2QMd0H #footer .copyright {
  padding-top: 30px;
}
.cid-up6v2QMd0H ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-up6v2QMd0H H4 {
  color: #000000;
  text-align: left;
}
.cid-up6v2QMd0H DIV {
  text-align: center;
  color: #fafafa;
}
.cid-up6v2QMd0H P {
  color: #e43f3f;
  text-align: left;
}
.cid-up6v2QMd0H div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-up6v2QMd0H .copyright a {
  text-decoration: none !important;
}
.cid-up6v2QMd0H .list,
.cid-up6v2QMd0H .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-up6v2QMd0H ul li a {
  text-decoration: none !important;
}
.cid-up6v2QMd0H .list {
  color: #e43f3f;
}
.cid-up6wv4patn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-up6wv4patn nav.navbar {
  position: fixed;
}
.cid-up6wv4patn .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-up6wv4patn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-up6wv4patn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-up6wv4patn .dropdown-item:hover,
.cid-up6wv4patn .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-up6wv4patn .dropdown-item:hover span {
  color: white;
}
.cid-up6wv4patn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-up6wv4patn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-up6wv4patn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-up6wv4patn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-up6wv4patn .nav-link {
  position: relative;
}
.cid-up6wv4patn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-up6wv4patn .container {
    flex-wrap: nowrap;
  }
}
.cid-up6wv4patn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-up6wv4patn .dropdown-menu,
.cid-up6wv4patn .navbar.opened {
  background: #e43f3f !important;
}
.cid-up6wv4patn .nav-item:focus,
.cid-up6wv4patn .nav-link:focus {
  outline: none;
}
.cid-up6wv4patn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up6wv4patn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up6wv4patn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up6wv4patn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up6wv4patn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up6wv4patn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up6wv4patn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-up6wv4patn .navbar.opened {
  transition: all 0.3s;
}
.cid-up6wv4patn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-up6wv4patn .navbar .navbar-logo img {
  width: auto;
}
.cid-up6wv4patn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-up6wv4patn .navbar.collapsed {
  justify-content: center;
}
.cid-up6wv4patn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up6wv4patn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-up6wv4patn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-up6wv4patn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up6wv4patn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up6wv4patn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-up6wv4patn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up6wv4patn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-up6wv4patn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-up6wv4patn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up6wv4patn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up6wv4patn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up6wv4patn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-up6wv4patn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-up6wv4patn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up6wv4patn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-up6wv4patn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-up6wv4patn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-up6wv4patn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up6wv4patn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-up6wv4patn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-up6wv4patn .navbar.navbar-short {
  min-height: 60px;
}
.cid-up6wv4patn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up6wv4patn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up6wv4patn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-up6wv4patn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-up6wv4patn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up6wv4patn .dropdown-item.active,
.cid-up6wv4patn .dropdown-item:active {
  background-color: transparent;
}
.cid-up6wv4patn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-up6wv4patn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up6wv4patn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up6wv4patn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-up6wv4patn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up6wv4patn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up6wv4patn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-up6wv4patn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up6wv4patn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-up6wv4patn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-up6wv4patn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up6wv4patn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6wv4patn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6wv4patn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up6wv4patn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6wv4patn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up6wv4patn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up6wv4patn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6wv4patn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-up6wv4patn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up6wv4patn .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-up6wv4patn .navbar {
    height: 70px;
  }
  .cid-up6wv4patn .navbar.opened {
    height: auto;
  }
  .cid-up6wv4patn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up6wv2yCew {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-up6wv2yCew .row {
  flex-direction: row-reverse;
}
.cid-up6wv2yCew p {
  line-height: 30px;
  font-weight: 300;
}
.cid-up6wv2yCew .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-up6wv2yCew .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-up6wv2yCew .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-up6wv2yCew .main-banner .left-content {
  margin-right: 15px;
}
.cid-up6wv2yCew .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-up6wv2yCew .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-up6wv2yCew .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-up6wv2yCew .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-up6wv2yCew .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-up6wv2yCew .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-up6wv2yCew .main-banner:before {
    display: none;
  }
  .cid-up6wv2yCew .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-up6wv2yCew .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-up6wv2yCew H6 {
  color: #e43f3f;
}
.cid-up6wv2YF4M {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-up6wv2YF4M .mbr-section-title {
  color: #000000;
}
.cid-up6wv3gZxo {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-up6wv3gZxo .container {
  padding: 0 5%;
}
.cid-up6wv3gZxo #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-up6wv3gZxo #collapse-button:hover {
  background-color: #7787a5;
}
.cid-up6wv3gZxo #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-up6wv3gZxo #expand-button:hover {
  background-color: #7787a5;
}
.cid-up6wv3gZxo .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-up6wv3gZxo .item:focus,
.cid-up6wv3gZxo span:focus {
  outline: none;
}
.cid-up6wv3gZxo .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-up6wv3gZxo .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-up6wv3gZxo .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-up6wv3gZxo .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-up6wv3gZxo .item {
    padding: 1.5rem;
  }
}
.cid-up6wv3gZxo .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-up6wv3gZxo .item .item-icon {
    margin-top: 0;
  }
}
.cid-up6wv3gZxo .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-up6wv3gZxo .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-up6wv3gZxo .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-up6wv3gZxo .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-up6wv3gZxo .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-up6wv3gZxo .item-title-wrapper {
    min-width: auto;
  }
}
.cid-up6wv3gZxo .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-up6wv3gZxo .item-content {
    margin-left: 0;
  }
}
.cid-up6wv3gZxo .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-up6wv3gZxo .item-title {
  color: #ffffff;
}
.cid-up6wv3gZxo .mbr-text,
.cid-up6wv3gZxo .item-icon {
  color: #ffffff;
}
.cid-up6wv3gZxo .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-up6wv3gZxo .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-up6wv3gZxo .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-up6wv3gZxo .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-up6wv3gZxo .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-up6wv3gZxo .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-up6wv3gZxo .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-up6wv3gZxo .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-up6wv3gZxo .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-up6wv3gZxo .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-up6wv3gZxo .article-column1 {
    padding-right: 16px;
  }
}
.cid-up6wv3gZxo .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-up6wv3gZxo .article-column2 {
    padding-left: 16px;
  }
}
.cid-up6wv3gZxo .mbr-section-subtitle,
.cid-up6wv3gZxo .mbr-iconfont {
  color: #e082c5;
}
.cid-up6wv3gZxo .mbr-section-subtitle {
  color: #000000;
}
.cid-up6wv3LGzf {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-up6wv3LGzf p {
  line-height: 30px;
  font-weight: 300;
}
.cid-up6wv3LGzf .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-up6wv3LGzf .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-up6wv3LGzf .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-up6wv3LGzf .main-banner .left-content {
  margin-right: 15px;
}
.cid-up6wv3LGzf .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-up6wv3LGzf .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-up6wv3LGzf .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-up6wv3LGzf .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-up6wv3LGzf .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-up6wv3LGzf .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-up6wv3LGzf .main-banner:before {
    display: none;
  }
  .cid-up6wv3LGzf .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-up6wv3LGzf .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-up6wv3LGzf H6 {
  color: #e43f3f;
}
.cid-up6wv3LGzf H2 {
  color: #000000;
}
.cid-up6wv3LGzf P {
  color: #000000;
}
.cid-up6wv41FCC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-up6wv41FCC #footer {
  padding: 0 0 25px 0;
}
.cid-up6wv41FCC #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-up6wv41FCC #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-up6wv41FCC #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-up6wv41FCC #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-up6wv41FCC #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-up6wv41FCC #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-up6wv41FCC #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-up6wv41FCC #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-up6wv41FCC #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-up6wv41FCC #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-up6wv41FCC #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-up6wv41FCC #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-up6wv41FCC #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-up6wv41FCC #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-up6wv41FCC #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-up6wv41FCC #footer .copyright {
  padding-top: 30px;
}
.cid-up6wv41FCC ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-up6wv41FCC H4 {
  color: #000000;
  text-align: left;
}
.cid-up6wv41FCC DIV {
  text-align: center;
  color: #fafafa;
}
.cid-up6wv41FCC P {
  color: #e43f3f;
  text-align: left;
}
.cid-up6wv41FCC div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-up6wv41FCC .copyright a {
  text-decoration: none !important;
}
.cid-up6wv41FCC .list,
.cid-up6wv41FCC .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-up6wv41FCC ul li a {
  text-decoration: none !important;
}
.cid-up6wv41FCC .list {
  color: #e43f3f;
}
.cid-up6xDxwOz8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-up6xDxwOz8 nav.navbar {
  position: fixed;
}
.cid-up6xDxwOz8 .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-up6xDxwOz8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-up6xDxwOz8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-up6xDxwOz8 .dropdown-item:hover,
.cid-up6xDxwOz8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-up6xDxwOz8 .dropdown-item:hover span {
  color: white;
}
.cid-up6xDxwOz8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-up6xDxwOz8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-up6xDxwOz8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-up6xDxwOz8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-up6xDxwOz8 .nav-link {
  position: relative;
}
.cid-up6xDxwOz8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-up6xDxwOz8 .container {
    flex-wrap: nowrap;
  }
}
.cid-up6xDxwOz8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-up6xDxwOz8 .dropdown-menu,
.cid-up6xDxwOz8 .navbar.opened {
  background: #e43f3f !important;
}
.cid-up6xDxwOz8 .nav-item:focus,
.cid-up6xDxwOz8 .nav-link:focus {
  outline: none;
}
.cid-up6xDxwOz8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up6xDxwOz8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up6xDxwOz8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up6xDxwOz8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up6xDxwOz8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up6xDxwOz8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up6xDxwOz8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-up6xDxwOz8 .navbar.opened {
  transition: all 0.3s;
}
.cid-up6xDxwOz8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-up6xDxwOz8 .navbar .navbar-logo img {
  width: auto;
}
.cid-up6xDxwOz8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-up6xDxwOz8 .navbar.collapsed {
  justify-content: center;
}
.cid-up6xDxwOz8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up6xDxwOz8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-up6xDxwOz8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-up6xDxwOz8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up6xDxwOz8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up6xDxwOz8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-up6xDxwOz8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up6xDxwOz8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-up6xDxwOz8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-up6xDxwOz8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up6xDxwOz8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up6xDxwOz8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up6xDxwOz8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-up6xDxwOz8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-up6xDxwOz8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up6xDxwOz8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-up6xDxwOz8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-up6xDxwOz8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-up6xDxwOz8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up6xDxwOz8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-up6xDxwOz8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-up6xDxwOz8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-up6xDxwOz8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up6xDxwOz8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up6xDxwOz8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-up6xDxwOz8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-up6xDxwOz8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up6xDxwOz8 .dropdown-item.active,
.cid-up6xDxwOz8 .dropdown-item:active {
  background-color: transparent;
}
.cid-up6xDxwOz8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-up6xDxwOz8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up6xDxwOz8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up6xDxwOz8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-up6xDxwOz8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up6xDxwOz8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up6xDxwOz8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-up6xDxwOz8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up6xDxwOz8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-up6xDxwOz8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-up6xDxwOz8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up6xDxwOz8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6xDxwOz8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up6xDxwOz8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up6xDxwOz8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6xDxwOz8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up6xDxwOz8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up6xDxwOz8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6xDxwOz8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-up6xDxwOz8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up6xDxwOz8 .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-up6xDxwOz8 .navbar {
    height: 70px;
  }
  .cid-up6xDxwOz8 .navbar.opened {
    height: auto;
  }
  .cid-up6xDxwOz8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up6xDvKj80 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-up6xDvKj80 .row {
  flex-direction: row-reverse;
}
.cid-up6xDvKj80 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-up6xDvKj80 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-up6xDvKj80 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-up6xDvKj80 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-up6xDvKj80 .main-banner .left-content {
  margin-right: 15px;
}
.cid-up6xDvKj80 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-up6xDvKj80 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-up6xDvKj80 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-up6xDvKj80 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-up6xDvKj80 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-up6xDvKj80 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-up6xDvKj80 .main-banner:before {
    display: none;
  }
  .cid-up6xDvKj80 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-up6xDvKj80 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-up6xDvKj80 H6 {
  color: #e43f3f;
}
.cid-up6xDwbJ6R {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-up6xDwbJ6R .mbr-section-title {
  color: #000000;
}
.cid-up6xDwsYL4 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-up6xDwsYL4 .container {
  padding: 0 5%;
}
.cid-up6xDwsYL4 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-up6xDwsYL4 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-up6xDwsYL4 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-up6xDwsYL4 #expand-button:hover {
  background-color: #7787a5;
}
.cid-up6xDwsYL4 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-up6xDwsYL4 .item:focus,
.cid-up6xDwsYL4 span:focus {
  outline: none;
}
.cid-up6xDwsYL4 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-up6xDwsYL4 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-up6xDwsYL4 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-up6xDwsYL4 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-up6xDwsYL4 .item {
    padding: 1.5rem;
  }
}
.cid-up6xDwsYL4 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-up6xDwsYL4 .item .item-icon {
    margin-top: 0;
  }
}
.cid-up6xDwsYL4 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-up6xDwsYL4 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-up6xDwsYL4 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-up6xDwsYL4 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-up6xDwsYL4 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-up6xDwsYL4 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-up6xDwsYL4 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-up6xDwsYL4 .item-content {
    margin-left: 0;
  }
}
.cid-up6xDwsYL4 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-up6xDwsYL4 .item-title {
  color: #ffffff;
}
.cid-up6xDwsYL4 .mbr-text,
.cid-up6xDwsYL4 .item-icon {
  color: #ffffff;
}
.cid-up6xDwsYL4 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-up6xDwsYL4 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-up6xDwsYL4 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-up6xDwsYL4 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-up6xDwsYL4 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-up6xDwsYL4 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-up6xDwsYL4 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-up6xDwsYL4 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-up6xDwsYL4 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-up6xDwsYL4 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-up6xDwsYL4 .article-column1 {
    padding-right: 16px;
  }
}
.cid-up6xDwsYL4 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-up6xDwsYL4 .article-column2 {
    padding-left: 16px;
  }
}
.cid-up6xDwsYL4 .mbr-section-subtitle,
.cid-up6xDwsYL4 .mbr-iconfont {
  color: #e082c5;
}
.cid-up6xDwsYL4 .mbr-section-subtitle {
  color: #000000;
}
.cid-up6xDwZgCt {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-up6xDwZgCt p {
  line-height: 30px;
  font-weight: 300;
}
.cid-up6xDwZgCt .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-up6xDwZgCt .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-up6xDwZgCt .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-up6xDwZgCt .main-banner .left-content {
  margin-right: 15px;
}
.cid-up6xDwZgCt .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-up6xDwZgCt .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-up6xDwZgCt .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-up6xDwZgCt .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-up6xDwZgCt .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-up6xDwZgCt .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-up6xDwZgCt .main-banner:before {
    display: none;
  }
  .cid-up6xDwZgCt .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-up6xDwZgCt .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-up6xDwZgCt H6 {
  color: #e43f3f;
}
.cid-up6xDwZgCt H2 {
  color: #000000;
}
.cid-up6xDwZgCt P {
  color: #000000;
}
.cid-up6xDxdhIx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-up6xDxdhIx #footer {
  padding: 0 0 25px 0;
}
.cid-up6xDxdhIx #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-up6xDxdhIx #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-up6xDxdhIx #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-up6xDxdhIx #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-up6xDxdhIx #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-up6xDxdhIx #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-up6xDxdhIx #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-up6xDxdhIx #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-up6xDxdhIx #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-up6xDxdhIx #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-up6xDxdhIx #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-up6xDxdhIx #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-up6xDxdhIx #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-up6xDxdhIx #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-up6xDxdhIx #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-up6xDxdhIx #footer .copyright {
  padding-top: 30px;
}
.cid-up6xDxdhIx ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-up6xDxdhIx H4 {
  color: #000000;
  text-align: left;
}
.cid-up6xDxdhIx DIV {
  text-align: center;
  color: #fafafa;
}
.cid-up6xDxdhIx P {
  color: #e43f3f;
  text-align: left;
}
.cid-up6xDxdhIx div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-up6xDxdhIx .copyright a {
  text-decoration: none !important;
}
.cid-up6xDxdhIx .list,
.cid-up6xDxdhIx .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-up6xDxdhIx ul li a {
  text-decoration: none !important;
}
.cid-up6xDxdhIx .list {
  color: #e43f3f;
}
.cid-us1BwtZjpD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-us1BwtZjpD nav.navbar {
  position: fixed;
}
.cid-us1BwtZjpD .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-us1BwtZjpD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-us1BwtZjpD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-us1BwtZjpD .dropdown-item:hover,
.cid-us1BwtZjpD .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-us1BwtZjpD .dropdown-item:hover span {
  color: white;
}
.cid-us1BwtZjpD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-us1BwtZjpD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-us1BwtZjpD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-us1BwtZjpD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-us1BwtZjpD .nav-link {
  position: relative;
}
.cid-us1BwtZjpD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-us1BwtZjpD .container {
    flex-wrap: nowrap;
  }
}
.cid-us1BwtZjpD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-us1BwtZjpD .dropdown-menu,
.cid-us1BwtZjpD .navbar.opened {
  background: #e43f3f !important;
}
.cid-us1BwtZjpD .nav-item:focus,
.cid-us1BwtZjpD .nav-link:focus {
  outline: none;
}
.cid-us1BwtZjpD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-us1BwtZjpD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us1BwtZjpD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-us1BwtZjpD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us1BwtZjpD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us1BwtZjpD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-us1BwtZjpD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-us1BwtZjpD .navbar.opened {
  transition: all 0.3s;
}
.cid-us1BwtZjpD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-us1BwtZjpD .navbar .navbar-logo img {
  width: auto;
}
.cid-us1BwtZjpD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-us1BwtZjpD .navbar.collapsed {
  justify-content: center;
}
.cid-us1BwtZjpD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us1BwtZjpD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us1BwtZjpD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-us1BwtZjpD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us1BwtZjpD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-us1BwtZjpD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-us1BwtZjpD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-us1BwtZjpD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-us1BwtZjpD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-us1BwtZjpD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us1BwtZjpD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us1BwtZjpD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us1BwtZjpD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-us1BwtZjpD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-us1BwtZjpD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-us1BwtZjpD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-us1BwtZjpD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-us1BwtZjpD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-us1BwtZjpD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-us1BwtZjpD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-us1BwtZjpD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-us1BwtZjpD .navbar.navbar-short {
  min-height: 60px;
}
.cid-us1BwtZjpD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-us1BwtZjpD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-us1BwtZjpD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-us1BwtZjpD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-us1BwtZjpD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us1BwtZjpD .dropdown-item.active,
.cid-us1BwtZjpD .dropdown-item:active {
  background-color: transparent;
}
.cid-us1BwtZjpD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-us1BwtZjpD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-us1BwtZjpD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-us1BwtZjpD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-us1BwtZjpD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-us1BwtZjpD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-us1BwtZjpD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us1BwtZjpD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-us1BwtZjpD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-us1BwtZjpD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-us1BwtZjpD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us1BwtZjpD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us1BwtZjpD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us1BwtZjpD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us1BwtZjpD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us1BwtZjpD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us1BwtZjpD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us1BwtZjpD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us1BwtZjpD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-us1BwtZjpD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-us1BwtZjpD .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-us1BwtZjpD .navbar {
    height: 70px;
  }
  .cid-us1BwtZjpD .navbar.opened {
    height: auto;
  }
  .cid-us1BwtZjpD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us1BwuflV3 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-us1BwuflV3 .row {
  flex-direction: row-reverse;
}
.cid-us1BwuflV3 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-us1BwuflV3 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-us1BwuflV3 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-us1BwuflV3 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-us1BwuflV3 .main-banner .left-content {
  margin-right: 15px;
}
.cid-us1BwuflV3 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-us1BwuflV3 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-us1BwuflV3 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-us1BwuflV3 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-us1BwuflV3 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-us1BwuflV3 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-us1BwuflV3 .main-banner:before {
    display: none;
  }
  .cid-us1BwuflV3 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-us1BwuflV3 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-us1BwuflV3 H6 {
  color: #e43f3f;
}
.cid-us1BwuflV3 H2 {
  color: #000000;
}
.cid-us1BwusKpE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-us1BwusKpE .mbr-section-title {
  color: #000000;
}
.cid-us1BwuGt1v {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-us1BwuGt1v .container {
  padding: 0 5%;
}
.cid-us1BwuGt1v #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-us1BwuGt1v #collapse-button:hover {
  background-color: #7787a5;
}
.cid-us1BwuGt1v #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-us1BwuGt1v #expand-button:hover {
  background-color: #7787a5;
}
.cid-us1BwuGt1v .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-us1BwuGt1v .item:focus,
.cid-us1BwuGt1v span:focus {
  outline: none;
}
.cid-us1BwuGt1v .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-us1BwuGt1v .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-us1BwuGt1v .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-us1BwuGt1v .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-us1BwuGt1v .item {
    padding: 1.5rem;
  }
}
.cid-us1BwuGt1v .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-us1BwuGt1v .item .item-icon {
    margin-top: 0;
  }
}
.cid-us1BwuGt1v .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-us1BwuGt1v .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-us1BwuGt1v .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-us1BwuGt1v .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-us1BwuGt1v .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-us1BwuGt1v .item-title-wrapper {
    min-width: auto;
  }
}
.cid-us1BwuGt1v .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-us1BwuGt1v .item-content {
    margin-left: 0;
  }
}
.cid-us1BwuGt1v .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-us1BwuGt1v .item-title {
  color: #ffffff;
}
.cid-us1BwuGt1v .mbr-text,
.cid-us1BwuGt1v .item-icon {
  color: #ffffff;
}
.cid-us1BwuGt1v .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-us1BwuGt1v .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-us1BwuGt1v .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-us1BwuGt1v .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-us1BwuGt1v .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-us1BwuGt1v .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-us1BwuGt1v .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-us1BwuGt1v .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-us1BwuGt1v .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-us1BwuGt1v .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-us1BwuGt1v .article-column1 {
    padding-right: 16px;
  }
}
.cid-us1BwuGt1v .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-us1BwuGt1v .article-column2 {
    padding-left: 16px;
  }
}
.cid-us1BwuGt1v .mbr-section-subtitle,
.cid-us1BwuGt1v .mbr-iconfont {
  color: #e082c5;
}
.cid-us1BwuGt1v .mbr-section-subtitle {
  color: #000000;
}
.cid-us1Bwv8jTI {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-us1Bwv8jTI p {
  line-height: 30px;
  font-weight: 300;
}
.cid-us1Bwv8jTI .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-us1Bwv8jTI .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-us1Bwv8jTI .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-us1Bwv8jTI .main-banner .left-content {
  margin-right: 15px;
}
.cid-us1Bwv8jTI .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-us1Bwv8jTI .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-us1Bwv8jTI .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-us1Bwv8jTI .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-us1Bwv8jTI .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-us1Bwv8jTI .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-us1Bwv8jTI .main-banner:before {
    display: none;
  }
  .cid-us1Bwv8jTI .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-us1Bwv8jTI .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-us1Bwv8jTI H6 {
  color: #e43f3f;
}
.cid-us1Bwv8jTI H2 {
  color: #000000;
}
.cid-us1Bwv8jTI P {
  color: #000000;
}
.cid-us1BwvmFrg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-us1BwvmFrg #footer {
  padding: 0 0 25px 0;
}
.cid-us1BwvmFrg #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-us1BwvmFrg #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-us1BwvmFrg #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-us1BwvmFrg #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-us1BwvmFrg #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-us1BwvmFrg #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-us1BwvmFrg #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-us1BwvmFrg #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-us1BwvmFrg #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-us1BwvmFrg #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-us1BwvmFrg #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-us1BwvmFrg #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-us1BwvmFrg #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-us1BwvmFrg #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-us1BwvmFrg #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-us1BwvmFrg #footer .copyright {
  padding-top: 30px;
}
.cid-us1BwvmFrg ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-us1BwvmFrg H4 {
  color: #000000;
  text-align: left;
}
.cid-us1BwvmFrg DIV {
  text-align: center;
  color: #fafafa;
}
.cid-us1BwvmFrg P {
  color: #e43f3f;
  text-align: left;
}
.cid-us1BwvmFrg div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-us1BwvmFrg .copyright a {
  text-decoration: none !important;
}
.cid-us1BwvmFrg .list,
.cid-us1BwvmFrg .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-us1BwvmFrg ul li a {
  text-decoration: none !important;
}
.cid-us1BwvmFrg .list {
  color: #e43f3f;
}
.cid-us1BRgunG4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-us1BRgunG4 nav.navbar {
  position: fixed;
}
.cid-us1BRgunG4 .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-us1BRgunG4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-us1BRgunG4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-us1BRgunG4 .dropdown-item:hover,
.cid-us1BRgunG4 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-us1BRgunG4 .dropdown-item:hover span {
  color: white;
}
.cid-us1BRgunG4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-us1BRgunG4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-us1BRgunG4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-us1BRgunG4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-us1BRgunG4 .nav-link {
  position: relative;
}
.cid-us1BRgunG4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-us1BRgunG4 .container {
    flex-wrap: nowrap;
  }
}
.cid-us1BRgunG4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-us1BRgunG4 .dropdown-menu,
.cid-us1BRgunG4 .navbar.opened {
  background: #e43f3f !important;
}
.cid-us1BRgunG4 .nav-item:focus,
.cid-us1BRgunG4 .nav-link:focus {
  outline: none;
}
.cid-us1BRgunG4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-us1BRgunG4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us1BRgunG4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-us1BRgunG4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us1BRgunG4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us1BRgunG4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-us1BRgunG4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-us1BRgunG4 .navbar.opened {
  transition: all 0.3s;
}
.cid-us1BRgunG4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-us1BRgunG4 .navbar .navbar-logo img {
  width: auto;
}
.cid-us1BRgunG4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-us1BRgunG4 .navbar.collapsed {
  justify-content: center;
}
.cid-us1BRgunG4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us1BRgunG4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us1BRgunG4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-us1BRgunG4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us1BRgunG4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-us1BRgunG4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-us1BRgunG4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-us1BRgunG4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-us1BRgunG4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-us1BRgunG4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us1BRgunG4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us1BRgunG4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us1BRgunG4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-us1BRgunG4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-us1BRgunG4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-us1BRgunG4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-us1BRgunG4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-us1BRgunG4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-us1BRgunG4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-us1BRgunG4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-us1BRgunG4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-us1BRgunG4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-us1BRgunG4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-us1BRgunG4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-us1BRgunG4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-us1BRgunG4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-us1BRgunG4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us1BRgunG4 .dropdown-item.active,
.cid-us1BRgunG4 .dropdown-item:active {
  background-color: transparent;
}
.cid-us1BRgunG4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-us1BRgunG4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-us1BRgunG4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-us1BRgunG4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-us1BRgunG4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-us1BRgunG4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-us1BRgunG4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us1BRgunG4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-us1BRgunG4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-us1BRgunG4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-us1BRgunG4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us1BRgunG4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us1BRgunG4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us1BRgunG4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us1BRgunG4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us1BRgunG4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us1BRgunG4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us1BRgunG4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us1BRgunG4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-us1BRgunG4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-us1BRgunG4 .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-us1BRgunG4 .navbar {
    height: 70px;
  }
  .cid-us1BRgunG4 .navbar.opened {
    height: auto;
  }
  .cid-us1BRgunG4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us1BRh0yRo {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-us1BRh0yRo .row {
  flex-direction: row-reverse;
}
.cid-us1BRh0yRo p {
  line-height: 30px;
  font-weight: 300;
}
.cid-us1BRh0yRo .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-us1BRh0yRo .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-us1BRh0yRo .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-us1BRh0yRo .main-banner .left-content {
  margin-right: 15px;
}
.cid-us1BRh0yRo .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-us1BRh0yRo .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-us1BRh0yRo .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-us1BRh0yRo .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-us1BRh0yRo .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-us1BRh0yRo .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-us1BRh0yRo .main-banner:before {
    display: none;
  }
  .cid-us1BRh0yRo .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-us1BRh0yRo .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-us1BRh0yRo H6 {
  color: #e43f3f;
}
.cid-us1BRh0yRo H2 {
  color: #000000;
}
.cid-us1BRhmSQv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-us1BRhmSQv .mbr-section-title {
  color: #000000;
}
.cid-us1BRhExFS {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-us1BRhExFS .container {
  padding: 0 5%;
}
.cid-us1BRhExFS #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-us1BRhExFS #collapse-button:hover {
  background-color: #7787a5;
}
.cid-us1BRhExFS #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-us1BRhExFS #expand-button:hover {
  background-color: #7787a5;
}
.cid-us1BRhExFS .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-us1BRhExFS .item:focus,
.cid-us1BRhExFS span:focus {
  outline: none;
}
.cid-us1BRhExFS .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-us1BRhExFS .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-us1BRhExFS .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-us1BRhExFS .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-us1BRhExFS .item {
    padding: 1.5rem;
  }
}
.cid-us1BRhExFS .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-us1BRhExFS .item .item-icon {
    margin-top: 0;
  }
}
.cid-us1BRhExFS .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-us1BRhExFS .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-us1BRhExFS .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-us1BRhExFS .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-us1BRhExFS .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-us1BRhExFS .item-title-wrapper {
    min-width: auto;
  }
}
.cid-us1BRhExFS .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-us1BRhExFS .item-content {
    margin-left: 0;
  }
}
.cid-us1BRhExFS .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-us1BRhExFS .item-title {
  color: #ffffff;
}
.cid-us1BRhExFS .mbr-text,
.cid-us1BRhExFS .item-icon {
  color: #ffffff;
}
.cid-us1BRhExFS .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-us1BRhExFS .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-us1BRhExFS .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-us1BRhExFS .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-us1BRhExFS .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-us1BRhExFS .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-us1BRhExFS .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-us1BRhExFS .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-us1BRhExFS .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-us1BRhExFS .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-us1BRhExFS .article-column1 {
    padding-right: 16px;
  }
}
.cid-us1BRhExFS .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-us1BRhExFS .article-column2 {
    padding-left: 16px;
  }
}
.cid-us1BRhExFS .mbr-section-subtitle,
.cid-us1BRhExFS .mbr-iconfont {
  color: #e082c5;
}
.cid-us1BRhExFS .mbr-section-subtitle {
  color: #000000;
}
.cid-us1BRiDZII {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-us1BRiDZII p {
  line-height: 30px;
  font-weight: 300;
}
.cid-us1BRiDZII .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-us1BRiDZII .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-us1BRiDZII .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-us1BRiDZII .main-banner .left-content {
  margin-right: 15px;
}
.cid-us1BRiDZII .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-us1BRiDZII .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-us1BRiDZII .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-us1BRiDZII .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-us1BRiDZII .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-us1BRiDZII .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-us1BRiDZII .main-banner:before {
    display: none;
  }
  .cid-us1BRiDZII .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-us1BRiDZII .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-us1BRiDZII H6 {
  color: #e43f3f;
}
.cid-us1BRiDZII H2 {
  color: #000000;
}
.cid-us1BRiDZII P {
  color: #000000;
}
.cid-us1BRiWsGu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-us1BRiWsGu #footer {
  padding: 0 0 25px 0;
}
.cid-us1BRiWsGu #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-us1BRiWsGu #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-us1BRiWsGu #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-us1BRiWsGu #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-us1BRiWsGu #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-us1BRiWsGu #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-us1BRiWsGu #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-us1BRiWsGu #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-us1BRiWsGu #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-us1BRiWsGu #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-us1BRiWsGu #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-us1BRiWsGu #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-us1BRiWsGu #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-us1BRiWsGu #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-us1BRiWsGu #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-us1BRiWsGu #footer .copyright {
  padding-top: 30px;
}
.cid-us1BRiWsGu ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-us1BRiWsGu H4 {
  color: #000000;
  text-align: left;
}
.cid-us1BRiWsGu DIV {
  text-align: center;
  color: #fafafa;
}
.cid-us1BRiWsGu P {
  color: #e43f3f;
  text-align: left;
}
.cid-us1BRiWsGu div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-us1BRiWsGu .copyright a {
  text-decoration: none !important;
}
.cid-us1BRiWsGu .list,
.cid-us1BRiWsGu .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-us1BRiWsGu ul li a {
  text-decoration: none !important;
}
.cid-us1BRiWsGu .list {
  color: #e43f3f;
}
.cid-us1F2sauqn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-us1F2sauqn nav.navbar {
  position: fixed;
}
.cid-us1F2sauqn .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-us1F2sauqn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-us1F2sauqn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-us1F2sauqn .dropdown-item:hover,
.cid-us1F2sauqn .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-us1F2sauqn .dropdown-item:hover span {
  color: white;
}
.cid-us1F2sauqn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-us1F2sauqn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-us1F2sauqn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-us1F2sauqn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-us1F2sauqn .nav-link {
  position: relative;
}
.cid-us1F2sauqn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-us1F2sauqn .container {
    flex-wrap: nowrap;
  }
}
.cid-us1F2sauqn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-us1F2sauqn .dropdown-menu,
.cid-us1F2sauqn .navbar.opened {
  background: #e43f3f !important;
}
.cid-us1F2sauqn .nav-item:focus,
.cid-us1F2sauqn .nav-link:focus {
  outline: none;
}
.cid-us1F2sauqn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-us1F2sauqn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us1F2sauqn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-us1F2sauqn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us1F2sauqn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us1F2sauqn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-us1F2sauqn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-us1F2sauqn .navbar.opened {
  transition: all 0.3s;
}
.cid-us1F2sauqn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-us1F2sauqn .navbar .navbar-logo img {
  width: auto;
}
.cid-us1F2sauqn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-us1F2sauqn .navbar.collapsed {
  justify-content: center;
}
.cid-us1F2sauqn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us1F2sauqn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us1F2sauqn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-us1F2sauqn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us1F2sauqn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-us1F2sauqn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-us1F2sauqn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-us1F2sauqn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-us1F2sauqn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-us1F2sauqn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us1F2sauqn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us1F2sauqn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us1F2sauqn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-us1F2sauqn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-us1F2sauqn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-us1F2sauqn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-us1F2sauqn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-us1F2sauqn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-us1F2sauqn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-us1F2sauqn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-us1F2sauqn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-us1F2sauqn .navbar.navbar-short {
  min-height: 60px;
}
.cid-us1F2sauqn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-us1F2sauqn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-us1F2sauqn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-us1F2sauqn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-us1F2sauqn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us1F2sauqn .dropdown-item.active,
.cid-us1F2sauqn .dropdown-item:active {
  background-color: transparent;
}
.cid-us1F2sauqn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-us1F2sauqn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-us1F2sauqn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-us1F2sauqn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-us1F2sauqn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-us1F2sauqn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-us1F2sauqn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us1F2sauqn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-us1F2sauqn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-us1F2sauqn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-us1F2sauqn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us1F2sauqn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us1F2sauqn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us1F2sauqn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us1F2sauqn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us1F2sauqn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us1F2sauqn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us1F2sauqn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us1F2sauqn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-us1F2sauqn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-us1F2sauqn .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-us1F2sauqn .navbar {
    height: 70px;
  }
  .cid-us1F2sauqn .navbar.opened {
    height: auto;
  }
  .cid-us1F2sauqn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us1F2suZLo {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-us1F2suZLo .row {
  flex-direction: row-reverse;
}
.cid-us1F2suZLo p {
  line-height: 30px;
  font-weight: 300;
}
.cid-us1F2suZLo .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-us1F2suZLo .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-us1F2suZLo .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-us1F2suZLo .main-banner .left-content {
  margin-right: 15px;
}
.cid-us1F2suZLo .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-us1F2suZLo .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-us1F2suZLo .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-us1F2suZLo .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-us1F2suZLo .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-us1F2suZLo .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-us1F2suZLo .main-banner:before {
    display: none;
  }
  .cid-us1F2suZLo .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-us1F2suZLo .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-us1F2suZLo H6 {
  color: #e43f3f;
}
.cid-us1F2suZLo H2 {
  color: #000000;
}
.cid-us1F2sK4Up {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-us1F2sK4Up .mbr-section-title {
  color: #000000;
}
.cid-us1F2sZ4L4 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-us1F2sZ4L4 .container {
  padding: 0 5%;
}
.cid-us1F2sZ4L4 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-us1F2sZ4L4 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-us1F2sZ4L4 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-us1F2sZ4L4 #expand-button:hover {
  background-color: #7787a5;
}
.cid-us1F2sZ4L4 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-us1F2sZ4L4 .item:focus,
.cid-us1F2sZ4L4 span:focus {
  outline: none;
}
.cid-us1F2sZ4L4 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-us1F2sZ4L4 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-us1F2sZ4L4 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-us1F2sZ4L4 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-us1F2sZ4L4 .item {
    padding: 1.5rem;
  }
}
.cid-us1F2sZ4L4 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-us1F2sZ4L4 .item .item-icon {
    margin-top: 0;
  }
}
.cid-us1F2sZ4L4 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-us1F2sZ4L4 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-us1F2sZ4L4 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-us1F2sZ4L4 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-us1F2sZ4L4 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-us1F2sZ4L4 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-us1F2sZ4L4 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-us1F2sZ4L4 .item-content {
    margin-left: 0;
  }
}
.cid-us1F2sZ4L4 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-us1F2sZ4L4 .item-title {
  color: #ffffff;
}
.cid-us1F2sZ4L4 .mbr-text,
.cid-us1F2sZ4L4 .item-icon {
  color: #ffffff;
}
.cid-us1F2sZ4L4 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-us1F2sZ4L4 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-us1F2sZ4L4 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-us1F2sZ4L4 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-us1F2sZ4L4 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-us1F2sZ4L4 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-us1F2sZ4L4 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-us1F2sZ4L4 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-us1F2sZ4L4 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-us1F2sZ4L4 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-us1F2sZ4L4 .article-column1 {
    padding-right: 16px;
  }
}
.cid-us1F2sZ4L4 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-us1F2sZ4L4 .article-column2 {
    padding-left: 16px;
  }
}
.cid-us1F2sZ4L4 .mbr-section-subtitle,
.cid-us1F2sZ4L4 .mbr-iconfont {
  color: #e082c5;
}
.cid-us1F2sZ4L4 .mbr-section-subtitle {
  color: #000000;
}
.cid-us1F2trtWq {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-us1F2trtWq p {
  line-height: 30px;
  font-weight: 300;
}
.cid-us1F2trtWq .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-us1F2trtWq .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-us1F2trtWq .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-us1F2trtWq .main-banner .left-content {
  margin-right: 15px;
}
.cid-us1F2trtWq .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-us1F2trtWq .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-us1F2trtWq .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-us1F2trtWq .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-us1F2trtWq .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-us1F2trtWq .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-us1F2trtWq .main-banner:before {
    display: none;
  }
  .cid-us1F2trtWq .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-us1F2trtWq .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-us1F2trtWq H6 {
  color: #e43f3f;
}
.cid-us1F2trtWq H2 {
  color: #000000;
}
.cid-us1F2trtWq P {
  color: #000000;
}
.cid-us1F2tFYAq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-us1F2tFYAq #footer {
  padding: 0 0 25px 0;
}
.cid-us1F2tFYAq #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-us1F2tFYAq #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-us1F2tFYAq #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-us1F2tFYAq #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-us1F2tFYAq #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-us1F2tFYAq #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-us1F2tFYAq #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-us1F2tFYAq #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-us1F2tFYAq #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-us1F2tFYAq #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-us1F2tFYAq #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-us1F2tFYAq #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-us1F2tFYAq #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-us1F2tFYAq #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-us1F2tFYAq #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-us1F2tFYAq #footer .copyright {
  padding-top: 30px;
}
.cid-us1F2tFYAq ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-us1F2tFYAq H4 {
  color: #000000;
  text-align: left;
}
.cid-us1F2tFYAq DIV {
  text-align: center;
  color: #fafafa;
}
.cid-us1F2tFYAq P {
  color: #e43f3f;
  text-align: left;
}
.cid-us1F2tFYAq div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-us1F2tFYAq .copyright a {
  text-decoration: none !important;
}
.cid-us1F2tFYAq .list,
.cid-us1F2tFYAq .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-us1F2tFYAq ul li a {
  text-decoration: none !important;
}
.cid-us1F2tFYAq .list {
  color: #e43f3f;
}
.cid-us1H21ztuv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-us1H21ztuv nav.navbar {
  position: fixed;
}
.cid-us1H21ztuv .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-us1H21ztuv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-us1H21ztuv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-us1H21ztuv .dropdown-item:hover,
.cid-us1H21ztuv .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-us1H21ztuv .dropdown-item:hover span {
  color: white;
}
.cid-us1H21ztuv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-us1H21ztuv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-us1H21ztuv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-us1H21ztuv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-us1H21ztuv .nav-link {
  position: relative;
}
.cid-us1H21ztuv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-us1H21ztuv .container {
    flex-wrap: nowrap;
  }
}
.cid-us1H21ztuv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-us1H21ztuv .dropdown-menu,
.cid-us1H21ztuv .navbar.opened {
  background: #e43f3f !important;
}
.cid-us1H21ztuv .nav-item:focus,
.cid-us1H21ztuv .nav-link:focus {
  outline: none;
}
.cid-us1H21ztuv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-us1H21ztuv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us1H21ztuv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-us1H21ztuv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us1H21ztuv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us1H21ztuv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-us1H21ztuv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-us1H21ztuv .navbar.opened {
  transition: all 0.3s;
}
.cid-us1H21ztuv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-us1H21ztuv .navbar .navbar-logo img {
  width: auto;
}
.cid-us1H21ztuv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-us1H21ztuv .navbar.collapsed {
  justify-content: center;
}
.cid-us1H21ztuv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us1H21ztuv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us1H21ztuv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-us1H21ztuv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us1H21ztuv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-us1H21ztuv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-us1H21ztuv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-us1H21ztuv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-us1H21ztuv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-us1H21ztuv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us1H21ztuv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us1H21ztuv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us1H21ztuv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-us1H21ztuv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-us1H21ztuv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-us1H21ztuv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-us1H21ztuv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-us1H21ztuv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-us1H21ztuv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-us1H21ztuv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-us1H21ztuv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-us1H21ztuv .navbar.navbar-short {
  min-height: 60px;
}
.cid-us1H21ztuv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-us1H21ztuv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-us1H21ztuv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-us1H21ztuv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-us1H21ztuv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us1H21ztuv .dropdown-item.active,
.cid-us1H21ztuv .dropdown-item:active {
  background-color: transparent;
}
.cid-us1H21ztuv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-us1H21ztuv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-us1H21ztuv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-us1H21ztuv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-us1H21ztuv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-us1H21ztuv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-us1H21ztuv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us1H21ztuv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-us1H21ztuv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-us1H21ztuv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-us1H21ztuv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us1H21ztuv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us1H21ztuv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us1H21ztuv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us1H21ztuv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us1H21ztuv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us1H21ztuv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us1H21ztuv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us1H21ztuv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-us1H21ztuv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-us1H21ztuv .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-us1H21ztuv .navbar {
    height: 70px;
  }
  .cid-us1H21ztuv .navbar.opened {
    height: auto;
  }
  .cid-us1H21ztuv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us1H21Ptyk {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-us1H21Ptyk .row {
  flex-direction: row-reverse;
}
.cid-us1H21Ptyk p {
  line-height: 30px;
  font-weight: 300;
}
.cid-us1H21Ptyk .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-us1H21Ptyk .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-us1H21Ptyk .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-us1H21Ptyk .main-banner .left-content {
  margin-right: 15px;
}
.cid-us1H21Ptyk .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-us1H21Ptyk .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-us1H21Ptyk .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-us1H21Ptyk .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-us1H21Ptyk .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-us1H21Ptyk .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-us1H21Ptyk .main-banner:before {
    display: none;
  }
  .cid-us1H21Ptyk .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-us1H21Ptyk .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-us1H21Ptyk H6 {
  color: #e43f3f;
}
.cid-us1H21Ptyk H2 {
  color: #000000;
}
.cid-us1H222WDQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-us1H222WDQ .mbr-section-title {
  color: #000000;
}
.cid-us1H22kXDu {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-us1H22kXDu .container {
  padding: 0 5%;
}
.cid-us1H22kXDu #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-us1H22kXDu #collapse-button:hover {
  background-color: #7787a5;
}
.cid-us1H22kXDu #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-us1H22kXDu #expand-button:hover {
  background-color: #7787a5;
}
.cid-us1H22kXDu .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-us1H22kXDu .item:focus,
.cid-us1H22kXDu span:focus {
  outline: none;
}
.cid-us1H22kXDu .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-us1H22kXDu .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-us1H22kXDu .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-us1H22kXDu .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-us1H22kXDu .item {
    padding: 1.5rem;
  }
}
.cid-us1H22kXDu .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-us1H22kXDu .item .item-icon {
    margin-top: 0;
  }
}
.cid-us1H22kXDu .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-us1H22kXDu .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-us1H22kXDu .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-us1H22kXDu .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-us1H22kXDu .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-us1H22kXDu .item-title-wrapper {
    min-width: auto;
  }
}
.cid-us1H22kXDu .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-us1H22kXDu .item-content {
    margin-left: 0;
  }
}
.cid-us1H22kXDu .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-us1H22kXDu .item-title {
  color: #ffffff;
}
.cid-us1H22kXDu .mbr-text,
.cid-us1H22kXDu .item-icon {
  color: #ffffff;
}
.cid-us1H22kXDu .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-us1H22kXDu .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-us1H22kXDu .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-us1H22kXDu .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-us1H22kXDu .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-us1H22kXDu .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-us1H22kXDu .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-us1H22kXDu .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-us1H22kXDu .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-us1H22kXDu .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-us1H22kXDu .article-column1 {
    padding-right: 16px;
  }
}
.cid-us1H22kXDu .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-us1H22kXDu .article-column2 {
    padding-left: 16px;
  }
}
.cid-us1H22kXDu .mbr-section-subtitle,
.cid-us1H22kXDu .mbr-iconfont {
  color: #e082c5;
}
.cid-us1H22kXDu .mbr-section-subtitle {
  color: #000000;
}
.cid-us1H22Kgiz {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-us1H22Kgiz p {
  line-height: 30px;
  font-weight: 300;
}
.cid-us1H22Kgiz .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-us1H22Kgiz .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-us1H22Kgiz .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-us1H22Kgiz .main-banner .left-content {
  margin-right: 15px;
}
.cid-us1H22Kgiz .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-us1H22Kgiz .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-us1H22Kgiz .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-us1H22Kgiz .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-us1H22Kgiz .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-us1H22Kgiz .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-us1H22Kgiz .main-banner:before {
    display: none;
  }
  .cid-us1H22Kgiz .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-us1H22Kgiz .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-us1H22Kgiz H6 {
  color: #e43f3f;
}
.cid-us1H22Kgiz H2 {
  color: #000000;
}
.cid-us1H22Kgiz P {
  color: #000000;
}
.cid-us1H22Y3kk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-us1H22Y3kk #footer {
  padding: 0 0 25px 0;
}
.cid-us1H22Y3kk #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-us1H22Y3kk #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-us1H22Y3kk #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-us1H22Y3kk #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-us1H22Y3kk #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-us1H22Y3kk #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-us1H22Y3kk #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-us1H22Y3kk #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-us1H22Y3kk #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-us1H22Y3kk #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-us1H22Y3kk #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-us1H22Y3kk #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-us1H22Y3kk #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-us1H22Y3kk #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-us1H22Y3kk #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-us1H22Y3kk #footer .copyright {
  padding-top: 30px;
}
.cid-us1H22Y3kk ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-us1H22Y3kk H4 {
  color: #000000;
  text-align: left;
}
.cid-us1H22Y3kk DIV {
  text-align: center;
  color: #fafafa;
}
.cid-us1H22Y3kk P {
  color: #e43f3f;
  text-align: left;
}
.cid-us1H22Y3kk div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-us1H22Y3kk .copyright a {
  text-decoration: none !important;
}
.cid-us1H22Y3kk .list,
.cid-us1H22Y3kk .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-us1H22Y3kk ul li a {
  text-decoration: none !important;
}
.cid-us1H22Y3kk .list {
  color: #e43f3f;
}
.cid-us1J4YyiKS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-us1J4YyiKS nav.navbar {
  position: fixed;
}
.cid-us1J4YyiKS .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-us1J4YyiKS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-us1J4YyiKS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-us1J4YyiKS .dropdown-item:hover,
.cid-us1J4YyiKS .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-us1J4YyiKS .dropdown-item:hover span {
  color: white;
}
.cid-us1J4YyiKS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-us1J4YyiKS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-us1J4YyiKS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-us1J4YyiKS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-us1J4YyiKS .nav-link {
  position: relative;
}
.cid-us1J4YyiKS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-us1J4YyiKS .container {
    flex-wrap: nowrap;
  }
}
.cid-us1J4YyiKS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-us1J4YyiKS .dropdown-menu,
.cid-us1J4YyiKS .navbar.opened {
  background: #e43f3f !important;
}
.cid-us1J4YyiKS .nav-item:focus,
.cid-us1J4YyiKS .nav-link:focus {
  outline: none;
}
.cid-us1J4YyiKS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-us1J4YyiKS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us1J4YyiKS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-us1J4YyiKS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us1J4YyiKS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us1J4YyiKS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-us1J4YyiKS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-us1J4YyiKS .navbar.opened {
  transition: all 0.3s;
}
.cid-us1J4YyiKS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-us1J4YyiKS .navbar .navbar-logo img {
  width: auto;
}
.cid-us1J4YyiKS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-us1J4YyiKS .navbar.collapsed {
  justify-content: center;
}
.cid-us1J4YyiKS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us1J4YyiKS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us1J4YyiKS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-us1J4YyiKS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us1J4YyiKS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-us1J4YyiKS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-us1J4YyiKS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-us1J4YyiKS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-us1J4YyiKS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-us1J4YyiKS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us1J4YyiKS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us1J4YyiKS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us1J4YyiKS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-us1J4YyiKS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-us1J4YyiKS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-us1J4YyiKS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-us1J4YyiKS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-us1J4YyiKS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-us1J4YyiKS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-us1J4YyiKS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-us1J4YyiKS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-us1J4YyiKS .navbar.navbar-short {
  min-height: 60px;
}
.cid-us1J4YyiKS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-us1J4YyiKS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-us1J4YyiKS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-us1J4YyiKS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-us1J4YyiKS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us1J4YyiKS .dropdown-item.active,
.cid-us1J4YyiKS .dropdown-item:active {
  background-color: transparent;
}
.cid-us1J4YyiKS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-us1J4YyiKS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-us1J4YyiKS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-us1J4YyiKS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-us1J4YyiKS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-us1J4YyiKS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-us1J4YyiKS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us1J4YyiKS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-us1J4YyiKS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-us1J4YyiKS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-us1J4YyiKS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us1J4YyiKS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us1J4YyiKS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us1J4YyiKS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us1J4YyiKS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us1J4YyiKS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us1J4YyiKS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us1J4YyiKS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us1J4YyiKS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-us1J4YyiKS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-us1J4YyiKS .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-us1J4YyiKS .navbar {
    height: 70px;
  }
  .cid-us1J4YyiKS .navbar.opened {
    height: auto;
  }
  .cid-us1J4YyiKS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us1J4YRCOw {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-us1J4YRCOw .row {
  flex-direction: row-reverse;
}
.cid-us1J4YRCOw p {
  line-height: 30px;
  font-weight: 300;
}
.cid-us1J4YRCOw .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-us1J4YRCOw .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-us1J4YRCOw .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-us1J4YRCOw .main-banner .left-content {
  margin-right: 15px;
}
.cid-us1J4YRCOw .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-us1J4YRCOw .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-us1J4YRCOw .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-us1J4YRCOw .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-us1J4YRCOw .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-us1J4YRCOw .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-us1J4YRCOw .main-banner:before {
    display: none;
  }
  .cid-us1J4YRCOw .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-us1J4YRCOw .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-us1J4YRCOw H6 {
  color: #e43f3f;
}
.cid-us1J4YRCOw H2 {
  color: #000000;
}
.cid-us1J4Z57h2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-us1J4Z57h2 .mbr-section-title {
  color: #000000;
}
.cid-us1J4ZiaDS {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-us1J4ZiaDS .container {
  padding: 0 5%;
}
.cid-us1J4ZiaDS #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-us1J4ZiaDS #collapse-button:hover {
  background-color: #7787a5;
}
.cid-us1J4ZiaDS #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-us1J4ZiaDS #expand-button:hover {
  background-color: #7787a5;
}
.cid-us1J4ZiaDS .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-us1J4ZiaDS .item:focus,
.cid-us1J4ZiaDS span:focus {
  outline: none;
}
.cid-us1J4ZiaDS .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-us1J4ZiaDS .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-us1J4ZiaDS .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-us1J4ZiaDS .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-us1J4ZiaDS .item {
    padding: 1.5rem;
  }
}
.cid-us1J4ZiaDS .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-us1J4ZiaDS .item .item-icon {
    margin-top: 0;
  }
}
.cid-us1J4ZiaDS .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-us1J4ZiaDS .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-us1J4ZiaDS .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-us1J4ZiaDS .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-us1J4ZiaDS .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-us1J4ZiaDS .item-title-wrapper {
    min-width: auto;
  }
}
.cid-us1J4ZiaDS .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-us1J4ZiaDS .item-content {
    margin-left: 0;
  }
}
.cid-us1J4ZiaDS .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-us1J4ZiaDS .item-title {
  color: #ffffff;
}
.cid-us1J4ZiaDS .mbr-text,
.cid-us1J4ZiaDS .item-icon {
  color: #ffffff;
}
.cid-us1J4ZiaDS .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-us1J4ZiaDS .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-us1J4ZiaDS .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-us1J4ZiaDS .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-us1J4ZiaDS .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-us1J4ZiaDS .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-us1J4ZiaDS .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-us1J4ZiaDS .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-us1J4ZiaDS .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-us1J4ZiaDS .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-us1J4ZiaDS .article-column1 {
    padding-right: 16px;
  }
}
.cid-us1J4ZiaDS .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-us1J4ZiaDS .article-column2 {
    padding-left: 16px;
  }
}
.cid-us1J4ZiaDS .mbr-section-subtitle,
.cid-us1J4ZiaDS .mbr-iconfont {
  color: #e082c5;
}
.cid-us1J4ZiaDS .mbr-section-subtitle {
  color: #000000;
}
.cid-us1J4ZI8vy {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-us1J4ZI8vy p {
  line-height: 30px;
  font-weight: 300;
}
.cid-us1J4ZI8vy .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-us1J4ZI8vy .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-us1J4ZI8vy .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-us1J4ZI8vy .main-banner .left-content {
  margin-right: 15px;
}
.cid-us1J4ZI8vy .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-us1J4ZI8vy .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-us1J4ZI8vy .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-us1J4ZI8vy .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-us1J4ZI8vy .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-us1J4ZI8vy .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-us1J4ZI8vy .main-banner:before {
    display: none;
  }
  .cid-us1J4ZI8vy .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-us1J4ZI8vy .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-us1J4ZI8vy H6 {
  color: #e43f3f;
}
.cid-us1J4ZI8vy H2 {
  color: #000000;
}
.cid-us1J4ZI8vy P {
  color: #000000;
}
.cid-us1J4ZXofP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-us1J4ZXofP #footer {
  padding: 0 0 25px 0;
}
.cid-us1J4ZXofP #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-us1J4ZXofP #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-us1J4ZXofP #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-us1J4ZXofP #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-us1J4ZXofP #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-us1J4ZXofP #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-us1J4ZXofP #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-us1J4ZXofP #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-us1J4ZXofP #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-us1J4ZXofP #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-us1J4ZXofP #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-us1J4ZXofP #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-us1J4ZXofP #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-us1J4ZXofP #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-us1J4ZXofP #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-us1J4ZXofP #footer .copyright {
  padding-top: 30px;
}
.cid-us1J4ZXofP ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-us1J4ZXofP H4 {
  color: #000000;
  text-align: left;
}
.cid-us1J4ZXofP DIV {
  text-align: center;
  color: #fafafa;
}
.cid-us1J4ZXofP P {
  color: #e43f3f;
  text-align: left;
}
.cid-us1J4ZXofP div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-us1J4ZXofP .copyright a {
  text-decoration: none !important;
}
.cid-us1J4ZXofP .list,
.cid-us1J4ZXofP .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-us1J4ZXofP ul li a {
  text-decoration: none !important;
}
.cid-us1J4ZXofP .list {
  color: #e43f3f;
}
.cid-us1JuCi1ks {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-us1JuCi1ks nav.navbar {
  position: fixed;
}
.cid-us1JuCi1ks .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-us1JuCi1ks .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-us1JuCi1ks .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-us1JuCi1ks .dropdown-item:hover,
.cid-us1JuCi1ks .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-us1JuCi1ks .dropdown-item:hover span {
  color: white;
}
.cid-us1JuCi1ks .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-us1JuCi1ks .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-us1JuCi1ks .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-us1JuCi1ks .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-us1JuCi1ks .nav-link {
  position: relative;
}
.cid-us1JuCi1ks .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-us1JuCi1ks .container {
    flex-wrap: nowrap;
  }
}
.cid-us1JuCi1ks .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-us1JuCi1ks .dropdown-menu,
.cid-us1JuCi1ks .navbar.opened {
  background: #e43f3f !important;
}
.cid-us1JuCi1ks .nav-item:focus,
.cid-us1JuCi1ks .nav-link:focus {
  outline: none;
}
.cid-us1JuCi1ks .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-us1JuCi1ks .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us1JuCi1ks .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-us1JuCi1ks .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us1JuCi1ks .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us1JuCi1ks .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-us1JuCi1ks .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-us1JuCi1ks .navbar.opened {
  transition: all 0.3s;
}
.cid-us1JuCi1ks .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-us1JuCi1ks .navbar .navbar-logo img {
  width: auto;
}
.cid-us1JuCi1ks .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-us1JuCi1ks .navbar.collapsed {
  justify-content: center;
}
.cid-us1JuCi1ks .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us1JuCi1ks .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us1JuCi1ks .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-us1JuCi1ks .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us1JuCi1ks .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-us1JuCi1ks .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-us1JuCi1ks .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-us1JuCi1ks .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-us1JuCi1ks .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-us1JuCi1ks .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us1JuCi1ks .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us1JuCi1ks .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us1JuCi1ks .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-us1JuCi1ks .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-us1JuCi1ks .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-us1JuCi1ks .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-us1JuCi1ks .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-us1JuCi1ks .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-us1JuCi1ks .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-us1JuCi1ks .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-us1JuCi1ks .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-us1JuCi1ks .navbar.navbar-short {
  min-height: 60px;
}
.cid-us1JuCi1ks .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-us1JuCi1ks .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-us1JuCi1ks .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-us1JuCi1ks .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-us1JuCi1ks .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us1JuCi1ks .dropdown-item.active,
.cid-us1JuCi1ks .dropdown-item:active {
  background-color: transparent;
}
.cid-us1JuCi1ks .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-us1JuCi1ks .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-us1JuCi1ks .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-us1JuCi1ks .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-us1JuCi1ks .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-us1JuCi1ks .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-us1JuCi1ks ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us1JuCi1ks .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-us1JuCi1ks button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-us1JuCi1ks button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-us1JuCi1ks button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us1JuCi1ks button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us1JuCi1ks button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us1JuCi1ks button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us1JuCi1ks nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us1JuCi1ks nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us1JuCi1ks nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us1JuCi1ks nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us1JuCi1ks .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-us1JuCi1ks a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-us1JuCi1ks .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-us1JuCi1ks .navbar {
    height: 70px;
  }
  .cid-us1JuCi1ks .navbar.opened {
    height: auto;
  }
  .cid-us1JuCi1ks .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us1JuCA0nc {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-us1JuCA0nc .row {
  flex-direction: row-reverse;
}
.cid-us1JuCA0nc p {
  line-height: 30px;
  font-weight: 300;
}
.cid-us1JuCA0nc .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-us1JuCA0nc .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-us1JuCA0nc .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-us1JuCA0nc .main-banner .left-content {
  margin-right: 15px;
}
.cid-us1JuCA0nc .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-us1JuCA0nc .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-us1JuCA0nc .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-us1JuCA0nc .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-us1JuCA0nc .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-us1JuCA0nc .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-us1JuCA0nc .main-banner:before {
    display: none;
  }
  .cid-us1JuCA0nc .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-us1JuCA0nc .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-us1JuCA0nc H6 {
  color: #e43f3f;
}
.cid-us1JuCA0nc H2 {
  color: #000000;
}
.cid-us1JuCObHz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-us1JuCObHz .mbr-section-title {
  color: #000000;
}
.cid-us1JuD1Jr8 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-us1JuD1Jr8 .container {
  padding: 0 5%;
}
.cid-us1JuD1Jr8 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-us1JuD1Jr8 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-us1JuD1Jr8 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-us1JuD1Jr8 #expand-button:hover {
  background-color: #7787a5;
}
.cid-us1JuD1Jr8 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-us1JuD1Jr8 .item:focus,
.cid-us1JuD1Jr8 span:focus {
  outline: none;
}
.cid-us1JuD1Jr8 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-us1JuD1Jr8 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-us1JuD1Jr8 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-us1JuD1Jr8 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-us1JuD1Jr8 .item {
    padding: 1.5rem;
  }
}
.cid-us1JuD1Jr8 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-us1JuD1Jr8 .item .item-icon {
    margin-top: 0;
  }
}
.cid-us1JuD1Jr8 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-us1JuD1Jr8 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-us1JuD1Jr8 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-us1JuD1Jr8 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-us1JuD1Jr8 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-us1JuD1Jr8 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-us1JuD1Jr8 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-us1JuD1Jr8 .item-content {
    margin-left: 0;
  }
}
.cid-us1JuD1Jr8 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-us1JuD1Jr8 .item-title {
  color: #ffffff;
}
.cid-us1JuD1Jr8 .mbr-text,
.cid-us1JuD1Jr8 .item-icon {
  color: #ffffff;
}
.cid-us1JuD1Jr8 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-us1JuD1Jr8 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-us1JuD1Jr8 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-us1JuD1Jr8 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-us1JuD1Jr8 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-us1JuD1Jr8 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-us1JuD1Jr8 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-us1JuD1Jr8 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-us1JuD1Jr8 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-us1JuD1Jr8 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-us1JuD1Jr8 .article-column1 {
    padding-right: 16px;
  }
}
.cid-us1JuD1Jr8 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-us1JuD1Jr8 .article-column2 {
    padding-left: 16px;
  }
}
.cid-us1JuD1Jr8 .mbr-section-subtitle,
.cid-us1JuD1Jr8 .mbr-iconfont {
  color: #e082c5;
}
.cid-us1JuD1Jr8 .mbr-section-subtitle {
  color: #000000;
}
.cid-us1JuDuVKb {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-us1JuDuVKb p {
  line-height: 30px;
  font-weight: 300;
}
.cid-us1JuDuVKb .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-us1JuDuVKb .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-us1JuDuVKb .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-us1JuDuVKb .main-banner .left-content {
  margin-right: 15px;
}
.cid-us1JuDuVKb .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-us1JuDuVKb .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-us1JuDuVKb .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-us1JuDuVKb .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-us1JuDuVKb .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-us1JuDuVKb .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-us1JuDuVKb .main-banner:before {
    display: none;
  }
  .cid-us1JuDuVKb .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-us1JuDuVKb .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-us1JuDuVKb H6 {
  color: #e43f3f;
}
.cid-us1JuDuVKb H2 {
  color: #000000;
}
.cid-us1JuDuVKb P {
  color: #000000;
}
.cid-us1JuDHI4v {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-us1JuDHI4v #footer {
  padding: 0 0 25px 0;
}
.cid-us1JuDHI4v #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-us1JuDHI4v #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-us1JuDHI4v #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-us1JuDHI4v #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-us1JuDHI4v #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-us1JuDHI4v #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-us1JuDHI4v #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-us1JuDHI4v #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-us1JuDHI4v #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-us1JuDHI4v #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-us1JuDHI4v #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-us1JuDHI4v #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-us1JuDHI4v #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-us1JuDHI4v #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-us1JuDHI4v #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-us1JuDHI4v #footer .copyright {
  padding-top: 30px;
}
.cid-us1JuDHI4v ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-us1JuDHI4v H4 {
  color: #000000;
  text-align: left;
}
.cid-us1JuDHI4v DIV {
  text-align: center;
  color: #fafafa;
}
.cid-us1JuDHI4v P {
  color: #e43f3f;
  text-align: left;
}
.cid-us1JuDHI4v div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-us1JuDHI4v .copyright a {
  text-decoration: none !important;
}
.cid-us1JuDHI4v .list,
.cid-us1JuDHI4v .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-us1JuDHI4v ul li a {
  text-decoration: none !important;
}
.cid-us1JuDHI4v .list {
  color: #e43f3f;
}
.cid-us1JPDxm7V {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-us1JPDxm7V nav.navbar {
  position: fixed;
}
.cid-us1JPDxm7V .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-us1JPDxm7V .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-us1JPDxm7V .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-us1JPDxm7V .dropdown-item:hover,
.cid-us1JPDxm7V .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-us1JPDxm7V .dropdown-item:hover span {
  color: white;
}
.cid-us1JPDxm7V .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-us1JPDxm7V .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-us1JPDxm7V .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-us1JPDxm7V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-us1JPDxm7V .nav-link {
  position: relative;
}
.cid-us1JPDxm7V .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-us1JPDxm7V .container {
    flex-wrap: nowrap;
  }
}
.cid-us1JPDxm7V .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-us1JPDxm7V .dropdown-menu,
.cid-us1JPDxm7V .navbar.opened {
  background: #e43f3f !important;
}
.cid-us1JPDxm7V .nav-item:focus,
.cid-us1JPDxm7V .nav-link:focus {
  outline: none;
}
.cid-us1JPDxm7V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-us1JPDxm7V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us1JPDxm7V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-us1JPDxm7V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us1JPDxm7V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us1JPDxm7V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-us1JPDxm7V .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-us1JPDxm7V .navbar.opened {
  transition: all 0.3s;
}
.cid-us1JPDxm7V .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-us1JPDxm7V .navbar .navbar-logo img {
  width: auto;
}
.cid-us1JPDxm7V .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-us1JPDxm7V .navbar.collapsed {
  justify-content: center;
}
.cid-us1JPDxm7V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us1JPDxm7V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us1JPDxm7V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-us1JPDxm7V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us1JPDxm7V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-us1JPDxm7V .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-us1JPDxm7V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-us1JPDxm7V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-us1JPDxm7V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-us1JPDxm7V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us1JPDxm7V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us1JPDxm7V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us1JPDxm7V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-us1JPDxm7V .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-us1JPDxm7V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-us1JPDxm7V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-us1JPDxm7V .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-us1JPDxm7V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-us1JPDxm7V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-us1JPDxm7V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-us1JPDxm7V .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-us1JPDxm7V .navbar.navbar-short {
  min-height: 60px;
}
.cid-us1JPDxm7V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-us1JPDxm7V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-us1JPDxm7V .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-us1JPDxm7V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-us1JPDxm7V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us1JPDxm7V .dropdown-item.active,
.cid-us1JPDxm7V .dropdown-item:active {
  background-color: transparent;
}
.cid-us1JPDxm7V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-us1JPDxm7V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-us1JPDxm7V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-us1JPDxm7V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-us1JPDxm7V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-us1JPDxm7V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-us1JPDxm7V ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us1JPDxm7V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-us1JPDxm7V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-us1JPDxm7V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-us1JPDxm7V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us1JPDxm7V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us1JPDxm7V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us1JPDxm7V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us1JPDxm7V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us1JPDxm7V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us1JPDxm7V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us1JPDxm7V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us1JPDxm7V .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-us1JPDxm7V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-us1JPDxm7V .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-us1JPDxm7V .navbar {
    height: 70px;
  }
  .cid-us1JPDxm7V .navbar.opened {
    height: auto;
  }
  .cid-us1JPDxm7V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us1JPDQtn2 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-us1JPDQtn2 .row {
  flex-direction: row-reverse;
}
.cid-us1JPDQtn2 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-us1JPDQtn2 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-us1JPDQtn2 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-us1JPDQtn2 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-us1JPDQtn2 .main-banner .left-content {
  margin-right: 15px;
}
.cid-us1JPDQtn2 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-us1JPDQtn2 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-us1JPDQtn2 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-us1JPDQtn2 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-us1JPDQtn2 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-us1JPDQtn2 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-us1JPDQtn2 .main-banner:before {
    display: none;
  }
  .cid-us1JPDQtn2 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-us1JPDQtn2 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-us1JPDQtn2 H6 {
  color: #e43f3f;
}
.cid-us1JPDQtn2 H2 {
  color: #000000;
}
.cid-us1JPE4KGx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-us1JPE4KGx .mbr-section-title {
  color: #000000;
}
.cid-us1JPEkz6I {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-us1JPEkz6I .container {
  padding: 0 5%;
}
.cid-us1JPEkz6I #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-us1JPEkz6I #collapse-button:hover {
  background-color: #7787a5;
}
.cid-us1JPEkz6I #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-us1JPEkz6I #expand-button:hover {
  background-color: #7787a5;
}
.cid-us1JPEkz6I .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-us1JPEkz6I .item:focus,
.cid-us1JPEkz6I span:focus {
  outline: none;
}
.cid-us1JPEkz6I .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-us1JPEkz6I .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-us1JPEkz6I .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-us1JPEkz6I .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-us1JPEkz6I .item {
    padding: 1.5rem;
  }
}
.cid-us1JPEkz6I .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-us1JPEkz6I .item .item-icon {
    margin-top: 0;
  }
}
.cid-us1JPEkz6I .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-us1JPEkz6I .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-us1JPEkz6I .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-us1JPEkz6I .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-us1JPEkz6I .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-us1JPEkz6I .item-title-wrapper {
    min-width: auto;
  }
}
.cid-us1JPEkz6I .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-us1JPEkz6I .item-content {
    margin-left: 0;
  }
}
.cid-us1JPEkz6I .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-us1JPEkz6I .item-title {
  color: #ffffff;
}
.cid-us1JPEkz6I .mbr-text,
.cid-us1JPEkz6I .item-icon {
  color: #ffffff;
}
.cid-us1JPEkz6I .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-us1JPEkz6I .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-us1JPEkz6I .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-us1JPEkz6I .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-us1JPEkz6I .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-us1JPEkz6I .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-us1JPEkz6I .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-us1JPEkz6I .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-us1JPEkz6I .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-us1JPEkz6I .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-us1JPEkz6I .article-column1 {
    padding-right: 16px;
  }
}
.cid-us1JPEkz6I .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-us1JPEkz6I .article-column2 {
    padding-left: 16px;
  }
}
.cid-us1JPEkz6I .mbr-section-subtitle,
.cid-us1JPEkz6I .mbr-iconfont {
  color: #e082c5;
}
.cid-us1JPEkz6I .mbr-section-subtitle {
  color: #000000;
}
.cid-us1JPELz8v {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-us1JPELz8v p {
  line-height: 30px;
  font-weight: 300;
}
.cid-us1JPELz8v .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-us1JPELz8v .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-us1JPELz8v .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-us1JPELz8v .main-banner .left-content {
  margin-right: 15px;
}
.cid-us1JPELz8v .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-us1JPELz8v .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-us1JPELz8v .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-us1JPELz8v .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-us1JPELz8v .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-us1JPELz8v .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-us1JPELz8v .main-banner:before {
    display: none;
  }
  .cid-us1JPELz8v .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-us1JPELz8v .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-us1JPELz8v H6 {
  color: #e43f3f;
}
.cid-us1JPELz8v H2 {
  color: #000000;
}
.cid-us1JPELz8v P {
  color: #000000;
}
.cid-us1JPEZull {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-us1JPEZull #footer {
  padding: 0 0 25px 0;
}
.cid-us1JPEZull #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-us1JPEZull #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-us1JPEZull #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-us1JPEZull #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-us1JPEZull #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-us1JPEZull #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-us1JPEZull #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-us1JPEZull #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-us1JPEZull #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-us1JPEZull #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-us1JPEZull #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-us1JPEZull #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-us1JPEZull #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-us1JPEZull #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-us1JPEZull #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-us1JPEZull #footer .copyright {
  padding-top: 30px;
}
.cid-us1JPEZull ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-us1JPEZull H4 {
  color: #000000;
  text-align: left;
}
.cid-us1JPEZull DIV {
  text-align: center;
  color: #fafafa;
}
.cid-us1JPEZull P {
  color: #e43f3f;
  text-align: left;
}
.cid-us1JPEZull div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-us1JPEZull .copyright a {
  text-decoration: none !important;
}
.cid-us1JPEZull .list,
.cid-us1JPEZull .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-us1JPEZull ul li a {
  text-decoration: none !important;
}
.cid-us1JPEZull .list {
  color: #e43f3f;
}
.cid-us1Kan2UqB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-us1Kan2UqB nav.navbar {
  position: fixed;
}
.cid-us1Kan2UqB .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-us1Kan2UqB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-us1Kan2UqB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-us1Kan2UqB .dropdown-item:hover,
.cid-us1Kan2UqB .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-us1Kan2UqB .dropdown-item:hover span {
  color: white;
}
.cid-us1Kan2UqB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-us1Kan2UqB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-us1Kan2UqB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-us1Kan2UqB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-us1Kan2UqB .nav-link {
  position: relative;
}
.cid-us1Kan2UqB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-us1Kan2UqB .container {
    flex-wrap: nowrap;
  }
}
.cid-us1Kan2UqB .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-us1Kan2UqB .dropdown-menu,
.cid-us1Kan2UqB .navbar.opened {
  background: #e43f3f !important;
}
.cid-us1Kan2UqB .nav-item:focus,
.cid-us1Kan2UqB .nav-link:focus {
  outline: none;
}
.cid-us1Kan2UqB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-us1Kan2UqB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us1Kan2UqB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-us1Kan2UqB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us1Kan2UqB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us1Kan2UqB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-us1Kan2UqB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-us1Kan2UqB .navbar.opened {
  transition: all 0.3s;
}
.cid-us1Kan2UqB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-us1Kan2UqB .navbar .navbar-logo img {
  width: auto;
}
.cid-us1Kan2UqB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-us1Kan2UqB .navbar.collapsed {
  justify-content: center;
}
.cid-us1Kan2UqB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us1Kan2UqB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us1Kan2UqB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-us1Kan2UqB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us1Kan2UqB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-us1Kan2UqB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-us1Kan2UqB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-us1Kan2UqB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-us1Kan2UqB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-us1Kan2UqB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us1Kan2UqB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us1Kan2UqB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us1Kan2UqB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-us1Kan2UqB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-us1Kan2UqB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-us1Kan2UqB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-us1Kan2UqB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-us1Kan2UqB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-us1Kan2UqB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-us1Kan2UqB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-us1Kan2UqB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-us1Kan2UqB .navbar.navbar-short {
  min-height: 60px;
}
.cid-us1Kan2UqB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-us1Kan2UqB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-us1Kan2UqB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-us1Kan2UqB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-us1Kan2UqB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us1Kan2UqB .dropdown-item.active,
.cid-us1Kan2UqB .dropdown-item:active {
  background-color: transparent;
}
.cid-us1Kan2UqB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-us1Kan2UqB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-us1Kan2UqB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-us1Kan2UqB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-us1Kan2UqB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-us1Kan2UqB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-us1Kan2UqB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us1Kan2UqB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-us1Kan2UqB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-us1Kan2UqB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-us1Kan2UqB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us1Kan2UqB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us1Kan2UqB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us1Kan2UqB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us1Kan2UqB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us1Kan2UqB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us1Kan2UqB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us1Kan2UqB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us1Kan2UqB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-us1Kan2UqB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-us1Kan2UqB .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-us1Kan2UqB .navbar {
    height: 70px;
  }
  .cid-us1Kan2UqB .navbar.opened {
    height: auto;
  }
  .cid-us1Kan2UqB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us1KaniEOA {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-us1KaniEOA .row {
  flex-direction: row-reverse;
}
.cid-us1KaniEOA p {
  line-height: 30px;
  font-weight: 300;
}
.cid-us1KaniEOA .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-us1KaniEOA .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-us1KaniEOA .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-us1KaniEOA .main-banner .left-content {
  margin-right: 15px;
}
.cid-us1KaniEOA .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-us1KaniEOA .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-us1KaniEOA .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-us1KaniEOA .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-us1KaniEOA .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-us1KaniEOA .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-us1KaniEOA .main-banner:before {
    display: none;
  }
  .cid-us1KaniEOA .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-us1KaniEOA .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-us1KaniEOA H6 {
  color: #e43f3f;
}
.cid-us1KaniEOA H2 {
  color: #000000;
}
.cid-us1KanvTpL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-us1KanvTpL .mbr-section-title {
  color: #000000;
}
.cid-us1KanHrga {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-us1KanHrga .container {
  padding: 0 5%;
}
.cid-us1KanHrga #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-us1KanHrga #collapse-button:hover {
  background-color: #7787a5;
}
.cid-us1KanHrga #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-us1KanHrga #expand-button:hover {
  background-color: #7787a5;
}
.cid-us1KanHrga .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-us1KanHrga .item:focus,
.cid-us1KanHrga span:focus {
  outline: none;
}
.cid-us1KanHrga .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-us1KanHrga .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-us1KanHrga .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-us1KanHrga .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-us1KanHrga .item {
    padding: 1.5rem;
  }
}
.cid-us1KanHrga .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-us1KanHrga .item .item-icon {
    margin-top: 0;
  }
}
.cid-us1KanHrga .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-us1KanHrga .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-us1KanHrga .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-us1KanHrga .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-us1KanHrga .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-us1KanHrga .item-title-wrapper {
    min-width: auto;
  }
}
.cid-us1KanHrga .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-us1KanHrga .item-content {
    margin-left: 0;
  }
}
.cid-us1KanHrga .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-us1KanHrga .item-title {
  color: #ffffff;
}
.cid-us1KanHrga .mbr-text,
.cid-us1KanHrga .item-icon {
  color: #ffffff;
}
.cid-us1KanHrga .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-us1KanHrga .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-us1KanHrga .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-us1KanHrga .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-us1KanHrga .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-us1KanHrga .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-us1KanHrga .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-us1KanHrga .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-us1KanHrga .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-us1KanHrga .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-us1KanHrga .article-column1 {
    padding-right: 16px;
  }
}
.cid-us1KanHrga .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-us1KanHrga .article-column2 {
    padding-left: 16px;
  }
}
.cid-us1KanHrga .mbr-section-subtitle,
.cid-us1KanHrga .mbr-iconfont {
  color: #e082c5;
}
.cid-us1KanHrga .mbr-section-subtitle {
  color: #000000;
}
.cid-us1Kao8vnK {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-us1Kao8vnK p {
  line-height: 30px;
  font-weight: 300;
}
.cid-us1Kao8vnK .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-us1Kao8vnK .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-us1Kao8vnK .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-us1Kao8vnK .main-banner .left-content {
  margin-right: 15px;
}
.cid-us1Kao8vnK .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-us1Kao8vnK .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-us1Kao8vnK .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-us1Kao8vnK .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-us1Kao8vnK .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-us1Kao8vnK .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-us1Kao8vnK .main-banner:before {
    display: none;
  }
  .cid-us1Kao8vnK .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-us1Kao8vnK .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-us1Kao8vnK H6 {
  color: #e43f3f;
}
.cid-us1Kao8vnK H2 {
  color: #000000;
}
.cid-us1Kao8vnK P {
  color: #000000;
}
.cid-us1Kaokqe1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-us1Kaokqe1 #footer {
  padding: 0 0 25px 0;
}
.cid-us1Kaokqe1 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-us1Kaokqe1 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-us1Kaokqe1 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-us1Kaokqe1 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-us1Kaokqe1 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-us1Kaokqe1 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-us1Kaokqe1 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-us1Kaokqe1 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-us1Kaokqe1 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-us1Kaokqe1 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-us1Kaokqe1 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-us1Kaokqe1 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-us1Kaokqe1 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-us1Kaokqe1 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-us1Kaokqe1 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-us1Kaokqe1 #footer .copyright {
  padding-top: 30px;
}
.cid-us1Kaokqe1 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-us1Kaokqe1 H4 {
  color: #000000;
  text-align: left;
}
.cid-us1Kaokqe1 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-us1Kaokqe1 P {
  color: #e43f3f;
  text-align: left;
}
.cid-us1Kaokqe1 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-us1Kaokqe1 .copyright a {
  text-decoration: none !important;
}
.cid-us1Kaokqe1 .list,
.cid-us1Kaokqe1 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-us1Kaokqe1 ul li a {
  text-decoration: none !important;
}
.cid-us1Kaokqe1 .list {
  color: #e43f3f;
}
.cid-us2OsK3Tn1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-us2OsK3Tn1 nav.navbar {
  position: fixed;
}
.cid-us2OsK3Tn1 .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-us2OsK3Tn1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-us2OsK3Tn1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-us2OsK3Tn1 .dropdown-item:hover,
.cid-us2OsK3Tn1 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-us2OsK3Tn1 .dropdown-item:hover span {
  color: white;
}
.cid-us2OsK3Tn1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-us2OsK3Tn1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-us2OsK3Tn1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-us2OsK3Tn1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-us2OsK3Tn1 .nav-link {
  position: relative;
}
.cid-us2OsK3Tn1 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-us2OsK3Tn1 .container {
    flex-wrap: nowrap;
  }
}
.cid-us2OsK3Tn1 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-us2OsK3Tn1 .dropdown-menu,
.cid-us2OsK3Tn1 .navbar.opened {
  background: #e43f3f !important;
}
.cid-us2OsK3Tn1 .nav-item:focus,
.cid-us2OsK3Tn1 .nav-link:focus {
  outline: none;
}
.cid-us2OsK3Tn1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-us2OsK3Tn1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us2OsK3Tn1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-us2OsK3Tn1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us2OsK3Tn1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us2OsK3Tn1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-us2OsK3Tn1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-us2OsK3Tn1 .navbar.opened {
  transition: all 0.3s;
}
.cid-us2OsK3Tn1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-us2OsK3Tn1 .navbar .navbar-logo img {
  width: auto;
}
.cid-us2OsK3Tn1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-us2OsK3Tn1 .navbar.collapsed {
  justify-content: center;
}
.cid-us2OsK3Tn1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us2OsK3Tn1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us2OsK3Tn1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-us2OsK3Tn1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us2OsK3Tn1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-us2OsK3Tn1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-us2OsK3Tn1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-us2OsK3Tn1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-us2OsK3Tn1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-us2OsK3Tn1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us2OsK3Tn1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us2OsK3Tn1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us2OsK3Tn1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-us2OsK3Tn1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-us2OsK3Tn1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-us2OsK3Tn1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-us2OsK3Tn1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-us2OsK3Tn1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-us2OsK3Tn1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-us2OsK3Tn1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-us2OsK3Tn1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-us2OsK3Tn1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-us2OsK3Tn1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-us2OsK3Tn1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-us2OsK3Tn1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-us2OsK3Tn1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-us2OsK3Tn1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us2OsK3Tn1 .dropdown-item.active,
.cid-us2OsK3Tn1 .dropdown-item:active {
  background-color: transparent;
}
.cid-us2OsK3Tn1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-us2OsK3Tn1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-us2OsK3Tn1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-us2OsK3Tn1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-us2OsK3Tn1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-us2OsK3Tn1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-us2OsK3Tn1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us2OsK3Tn1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-us2OsK3Tn1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-us2OsK3Tn1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-us2OsK3Tn1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us2OsK3Tn1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us2OsK3Tn1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us2OsK3Tn1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us2OsK3Tn1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us2OsK3Tn1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us2OsK3Tn1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us2OsK3Tn1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us2OsK3Tn1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-us2OsK3Tn1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-us2OsK3Tn1 .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-us2OsK3Tn1 .navbar {
    height: 70px;
  }
  .cid-us2OsK3Tn1 .navbar.opened {
    height: auto;
  }
  .cid-us2OsK3Tn1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us2OsKmiIG {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-us2OsKmiIG .row {
  flex-direction: row-reverse;
}
.cid-us2OsKmiIG p {
  line-height: 30px;
  font-weight: 300;
}
.cid-us2OsKmiIG .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-us2OsKmiIG .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-us2OsKmiIG .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-us2OsKmiIG .main-banner .left-content {
  margin-right: 15px;
}
.cid-us2OsKmiIG .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-us2OsKmiIG .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-us2OsKmiIG .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-us2OsKmiIG .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-us2OsKmiIG .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-us2OsKmiIG .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-us2OsKmiIG .main-banner:before {
    display: none;
  }
  .cid-us2OsKmiIG .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-us2OsKmiIG .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-us2OsKmiIG H6 {
  color: #e43f3f;
}
.cid-us2OsKmiIG H2 {
  color: #000000;
}
.cid-us2OsKFnvz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-us2OsKFnvz .mbr-section-title {
  color: #000000;
}
.cid-us2OsKWxty {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-us2OsKWxty .container {
  padding: 0 5%;
}
.cid-us2OsKWxty #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-us2OsKWxty #collapse-button:hover {
  background-color: #7787a5;
}
.cid-us2OsKWxty #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-us2OsKWxty #expand-button:hover {
  background-color: #7787a5;
}
.cid-us2OsKWxty .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-us2OsKWxty .item:focus,
.cid-us2OsKWxty span:focus {
  outline: none;
}
.cid-us2OsKWxty .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-us2OsKWxty .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-us2OsKWxty .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-us2OsKWxty .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-us2OsKWxty .item {
    padding: 1.5rem;
  }
}
.cid-us2OsKWxty .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-us2OsKWxty .item .item-icon {
    margin-top: 0;
  }
}
.cid-us2OsKWxty .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-us2OsKWxty .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-us2OsKWxty .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-us2OsKWxty .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-us2OsKWxty .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-us2OsKWxty .item-title-wrapper {
    min-width: auto;
  }
}
.cid-us2OsKWxty .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-us2OsKWxty .item-content {
    margin-left: 0;
  }
}
.cid-us2OsKWxty .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-us2OsKWxty .item-title {
  color: #ffffff;
}
.cid-us2OsKWxty .mbr-text,
.cid-us2OsKWxty .item-icon {
  color: #ffffff;
}
.cid-us2OsKWxty .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-us2OsKWxty .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-us2OsKWxty .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-us2OsKWxty .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-us2OsKWxty .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-us2OsKWxty .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-us2OsKWxty .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-us2OsKWxty .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-us2OsKWxty .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-us2OsKWxty .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-us2OsKWxty .article-column1 {
    padding-right: 16px;
  }
}
.cid-us2OsKWxty .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-us2OsKWxty .article-column2 {
    padding-left: 16px;
  }
}
.cid-us2OsKWxty .mbr-section-subtitle,
.cid-us2OsKWxty .mbr-iconfont {
  color: #e082c5;
}
.cid-us2OsKWxty .mbr-section-subtitle {
  color: #000000;
}
.cid-us2OsLtz0Q {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-us2OsLtz0Q p {
  line-height: 30px;
  font-weight: 300;
}
.cid-us2OsLtz0Q .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-us2OsLtz0Q .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-us2OsLtz0Q .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-us2OsLtz0Q .main-banner .left-content {
  margin-right: 15px;
}
.cid-us2OsLtz0Q .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-us2OsLtz0Q .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-us2OsLtz0Q .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-us2OsLtz0Q .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-us2OsLtz0Q .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-us2OsLtz0Q .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-us2OsLtz0Q .main-banner:before {
    display: none;
  }
  .cid-us2OsLtz0Q .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-us2OsLtz0Q .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-us2OsLtz0Q H6 {
  color: #e43f3f;
}
.cid-us2OsLtz0Q H2 {
  color: #000000;
}
.cid-us2OsLtz0Q P {
  color: #000000;
}
.cid-us2OsLJahZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-us2OsLJahZ #footer {
  padding: 0 0 25px 0;
}
.cid-us2OsLJahZ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-us2OsLJahZ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-us2OsLJahZ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-us2OsLJahZ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-us2OsLJahZ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-us2OsLJahZ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-us2OsLJahZ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-us2OsLJahZ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-us2OsLJahZ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-us2OsLJahZ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-us2OsLJahZ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-us2OsLJahZ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-us2OsLJahZ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-us2OsLJahZ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-us2OsLJahZ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-us2OsLJahZ #footer .copyright {
  padding-top: 30px;
}
.cid-us2OsLJahZ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-us2OsLJahZ H4 {
  color: #000000;
  text-align: left;
}
.cid-us2OsLJahZ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-us2OsLJahZ P {
  color: #e43f3f;
  text-align: left;
}
.cid-us2OsLJahZ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-us2OsLJahZ .copyright a {
  text-decoration: none !important;
}
.cid-us2OsLJahZ .list,
.cid-us2OsLJahZ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-us2OsLJahZ ul li a {
  text-decoration: none !important;
}
.cid-us2OsLJahZ .list {
  color: #e43f3f;
}
.cid-us2QoA0Ulf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-us2QoA0Ulf nav.navbar {
  position: fixed;
}
.cid-us2QoA0Ulf .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-us2QoA0Ulf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-us2QoA0Ulf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-us2QoA0Ulf .dropdown-item:hover,
.cid-us2QoA0Ulf .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-us2QoA0Ulf .dropdown-item:hover span {
  color: white;
}
.cid-us2QoA0Ulf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-us2QoA0Ulf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-us2QoA0Ulf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-us2QoA0Ulf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-us2QoA0Ulf .nav-link {
  position: relative;
}
.cid-us2QoA0Ulf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-us2QoA0Ulf .container {
    flex-wrap: nowrap;
  }
}
.cid-us2QoA0Ulf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-us2QoA0Ulf .dropdown-menu,
.cid-us2QoA0Ulf .navbar.opened {
  background: #e43f3f !important;
}
.cid-us2QoA0Ulf .nav-item:focus,
.cid-us2QoA0Ulf .nav-link:focus {
  outline: none;
}
.cid-us2QoA0Ulf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-us2QoA0Ulf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us2QoA0Ulf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-us2QoA0Ulf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us2QoA0Ulf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us2QoA0Ulf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-us2QoA0Ulf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-us2QoA0Ulf .navbar.opened {
  transition: all 0.3s;
}
.cid-us2QoA0Ulf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-us2QoA0Ulf .navbar .navbar-logo img {
  width: auto;
}
.cid-us2QoA0Ulf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-us2QoA0Ulf .navbar.collapsed {
  justify-content: center;
}
.cid-us2QoA0Ulf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us2QoA0Ulf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us2QoA0Ulf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-us2QoA0Ulf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us2QoA0Ulf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-us2QoA0Ulf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-us2QoA0Ulf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-us2QoA0Ulf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-us2QoA0Ulf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-us2QoA0Ulf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us2QoA0Ulf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us2QoA0Ulf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us2QoA0Ulf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-us2QoA0Ulf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-us2QoA0Ulf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-us2QoA0Ulf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-us2QoA0Ulf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-us2QoA0Ulf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-us2QoA0Ulf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-us2QoA0Ulf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-us2QoA0Ulf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-us2QoA0Ulf .navbar.navbar-short {
  min-height: 60px;
}
.cid-us2QoA0Ulf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-us2QoA0Ulf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-us2QoA0Ulf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-us2QoA0Ulf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-us2QoA0Ulf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us2QoA0Ulf .dropdown-item.active,
.cid-us2QoA0Ulf .dropdown-item:active {
  background-color: transparent;
}
.cid-us2QoA0Ulf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-us2QoA0Ulf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-us2QoA0Ulf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-us2QoA0Ulf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-us2QoA0Ulf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-us2QoA0Ulf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-us2QoA0Ulf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us2QoA0Ulf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-us2QoA0Ulf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-us2QoA0Ulf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-us2QoA0Ulf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us2QoA0Ulf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us2QoA0Ulf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us2QoA0Ulf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us2QoA0Ulf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us2QoA0Ulf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us2QoA0Ulf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us2QoA0Ulf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us2QoA0Ulf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-us2QoA0Ulf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-us2QoA0Ulf .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-us2QoA0Ulf .navbar {
    height: 70px;
  }
  .cid-us2QoA0Ulf .navbar.opened {
    height: auto;
  }
  .cid-us2QoA0Ulf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us2QoAjhY4 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-us2QoAjhY4 .row {
  flex-direction: row-reverse;
}
.cid-us2QoAjhY4 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-us2QoAjhY4 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-us2QoAjhY4 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-us2QoAjhY4 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-us2QoAjhY4 .main-banner .left-content {
  margin-right: 15px;
}
.cid-us2QoAjhY4 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-us2QoAjhY4 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-us2QoAjhY4 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-us2QoAjhY4 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-us2QoAjhY4 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-us2QoAjhY4 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-us2QoAjhY4 .main-banner:before {
    display: none;
  }
  .cid-us2QoAjhY4 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-us2QoAjhY4 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-us2QoAjhY4 H6 {
  color: #e43f3f;
}
.cid-us2QoAjhY4 H2 {
  color: #000000;
}
.cid-us2QoAzkhd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-us2QoAzkhd .mbr-section-title {
  color: #000000;
}
.cid-us2QoANMRH {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-us2QoANMRH .container {
  padding: 0 5%;
}
.cid-us2QoANMRH #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-us2QoANMRH #collapse-button:hover {
  background-color: #7787a5;
}
.cid-us2QoANMRH #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-us2QoANMRH #expand-button:hover {
  background-color: #7787a5;
}
.cid-us2QoANMRH .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-us2QoANMRH .item:focus,
.cid-us2QoANMRH span:focus {
  outline: none;
}
.cid-us2QoANMRH .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-us2QoANMRH .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-us2QoANMRH .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-us2QoANMRH .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-us2QoANMRH .item {
    padding: 1.5rem;
  }
}
.cid-us2QoANMRH .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-us2QoANMRH .item .item-icon {
    margin-top: 0;
  }
}
.cid-us2QoANMRH .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-us2QoANMRH .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-us2QoANMRH .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-us2QoANMRH .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-us2QoANMRH .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-us2QoANMRH .item-title-wrapper {
    min-width: auto;
  }
}
.cid-us2QoANMRH .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-us2QoANMRH .item-content {
    margin-left: 0;
  }
}
.cid-us2QoANMRH .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-us2QoANMRH .item-title {
  color: #ffffff;
}
.cid-us2QoANMRH .mbr-text,
.cid-us2QoANMRH .item-icon {
  color: #ffffff;
}
.cid-us2QoANMRH .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-us2QoANMRH .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-us2QoANMRH .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-us2QoANMRH .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-us2QoANMRH .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-us2QoANMRH .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-us2QoANMRH .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-us2QoANMRH .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-us2QoANMRH .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-us2QoANMRH .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-us2QoANMRH .article-column1 {
    padding-right: 16px;
  }
}
.cid-us2QoANMRH .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-us2QoANMRH .article-column2 {
    padding-left: 16px;
  }
}
.cid-us2QoANMRH .mbr-section-subtitle,
.cid-us2QoANMRH .mbr-iconfont {
  color: #e082c5;
}
.cid-us2QoANMRH .mbr-section-subtitle {
  color: #000000;
}
.cid-us2QoBjbrg {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-us2QoBjbrg p {
  line-height: 30px;
  font-weight: 300;
}
.cid-us2QoBjbrg .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-us2QoBjbrg .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-us2QoBjbrg .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-us2QoBjbrg .main-banner .left-content {
  margin-right: 15px;
}
.cid-us2QoBjbrg .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-us2QoBjbrg .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-us2QoBjbrg .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-us2QoBjbrg .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-us2QoBjbrg .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-us2QoBjbrg .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-us2QoBjbrg .main-banner:before {
    display: none;
  }
  .cid-us2QoBjbrg .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-us2QoBjbrg .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-us2QoBjbrg H6 {
  color: #e43f3f;
}
.cid-us2QoBjbrg H2 {
  color: #000000;
}
.cid-us2QoBjbrg P {
  color: #000000;
}
.cid-us2QoBGjoL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-us2QoBGjoL #footer {
  padding: 0 0 25px 0;
}
.cid-us2QoBGjoL #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-us2QoBGjoL #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-us2QoBGjoL #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-us2QoBGjoL #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-us2QoBGjoL #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-us2QoBGjoL #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-us2QoBGjoL #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-us2QoBGjoL #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-us2QoBGjoL #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-us2QoBGjoL #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-us2QoBGjoL #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-us2QoBGjoL #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-us2QoBGjoL #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-us2QoBGjoL #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-us2QoBGjoL #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-us2QoBGjoL #footer .copyright {
  padding-top: 30px;
}
.cid-us2QoBGjoL ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-us2QoBGjoL H4 {
  color: #000000;
  text-align: left;
}
.cid-us2QoBGjoL DIV {
  text-align: center;
  color: #fafafa;
}
.cid-us2QoBGjoL P {
  color: #e43f3f;
  text-align: left;
}
.cid-us2QoBGjoL div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-us2QoBGjoL .copyright a {
  text-decoration: none !important;
}
.cid-us2QoBGjoL .list,
.cid-us2QoBGjoL .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-us2QoBGjoL ul li a {
  text-decoration: none !important;
}
.cid-us2QoBGjoL .list {
  color: #e43f3f;
}
.cid-usfmE5gv1F {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usfmE5gv1F nav.navbar {
  position: fixed;
}
.cid-usfmE5gv1F .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-usfmE5gv1F .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usfmE5gv1F .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usfmE5gv1F .dropdown-item:hover,
.cid-usfmE5gv1F .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-usfmE5gv1F .dropdown-item:hover span {
  color: white;
}
.cid-usfmE5gv1F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usfmE5gv1F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usfmE5gv1F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usfmE5gv1F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usfmE5gv1F .nav-link {
  position: relative;
}
.cid-usfmE5gv1F .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usfmE5gv1F .container {
    flex-wrap: nowrap;
  }
}
.cid-usfmE5gv1F .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usfmE5gv1F .dropdown-menu,
.cid-usfmE5gv1F .navbar.opened {
  background: #e43f3f !important;
}
.cid-usfmE5gv1F .nav-item:focus,
.cid-usfmE5gv1F .nav-link:focus {
  outline: none;
}
.cid-usfmE5gv1F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usfmE5gv1F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usfmE5gv1F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usfmE5gv1F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usfmE5gv1F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usfmE5gv1F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usfmE5gv1F .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-usfmE5gv1F .navbar.opened {
  transition: all 0.3s;
}
.cid-usfmE5gv1F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usfmE5gv1F .navbar .navbar-logo img {
  width: auto;
}
.cid-usfmE5gv1F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usfmE5gv1F .navbar.collapsed {
  justify-content: center;
}
.cid-usfmE5gv1F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usfmE5gv1F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usfmE5gv1F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-usfmE5gv1F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usfmE5gv1F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usfmE5gv1F .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-usfmE5gv1F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usfmE5gv1F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usfmE5gv1F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usfmE5gv1F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usfmE5gv1F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usfmE5gv1F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usfmE5gv1F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usfmE5gv1F .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-usfmE5gv1F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usfmE5gv1F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usfmE5gv1F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usfmE5gv1F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usfmE5gv1F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usfmE5gv1F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usfmE5gv1F .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usfmE5gv1F .navbar.navbar-short {
  min-height: 60px;
}
.cid-usfmE5gv1F .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usfmE5gv1F .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usfmE5gv1F .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usfmE5gv1F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usfmE5gv1F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usfmE5gv1F .dropdown-item.active,
.cid-usfmE5gv1F .dropdown-item:active {
  background-color: transparent;
}
.cid-usfmE5gv1F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usfmE5gv1F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usfmE5gv1F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usfmE5gv1F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-usfmE5gv1F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usfmE5gv1F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usfmE5gv1F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usfmE5gv1F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usfmE5gv1F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usfmE5gv1F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usfmE5gv1F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usfmE5gv1F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usfmE5gv1F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usfmE5gv1F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usfmE5gv1F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usfmE5gv1F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usfmE5gv1F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usfmE5gv1F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usfmE5gv1F .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usfmE5gv1F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usfmE5gv1F .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-usfmE5gv1F .navbar {
    height: 70px;
  }
  .cid-usfmE5gv1F .navbar.opened {
    height: auto;
  }
  .cid-usfmE5gv1F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usfmE5x85U {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usfmE5x85U .row {
  flex-direction: row-reverse;
}
.cid-usfmE5x85U p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usfmE5x85U .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usfmE5x85U .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usfmE5x85U .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usfmE5x85U .main-banner .left-content {
  margin-right: 15px;
}
.cid-usfmE5x85U .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usfmE5x85U .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usfmE5x85U .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usfmE5x85U .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usfmE5x85U .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usfmE5x85U .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usfmE5x85U .main-banner:before {
    display: none;
  }
  .cid-usfmE5x85U .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usfmE5x85U .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usfmE5x85U H6 {
  color: #e43f3f;
}
.cid-usfmE5x85U H2 {
  color: #000000;
}
.cid-usfmE5OLhp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-usfmE5OLhp .mbr-section-title {
  color: #000000;
}
.cid-usfmE64efl {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usfmE64efl .container {
  padding: 0 5%;
}
.cid-usfmE64efl #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usfmE64efl #collapse-button:hover {
  background-color: #7787a5;
}
.cid-usfmE64efl #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usfmE64efl #expand-button:hover {
  background-color: #7787a5;
}
.cid-usfmE64efl .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-usfmE64efl .item:focus,
.cid-usfmE64efl span:focus {
  outline: none;
}
.cid-usfmE64efl .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-usfmE64efl .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-usfmE64efl .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-usfmE64efl .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-usfmE64efl .item {
    padding: 1.5rem;
  }
}
.cid-usfmE64efl .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usfmE64efl .item .item-icon {
    margin-top: 0;
  }
}
.cid-usfmE64efl .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-usfmE64efl .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-usfmE64efl .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-usfmE64efl .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-usfmE64efl .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usfmE64efl .item-title-wrapper {
    min-width: auto;
  }
}
.cid-usfmE64efl .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-usfmE64efl .item-content {
    margin-left: 0;
  }
}
.cid-usfmE64efl .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-usfmE64efl .item-title {
  color: #ffffff;
}
.cid-usfmE64efl .mbr-text,
.cid-usfmE64efl .item-icon {
  color: #ffffff;
}
.cid-usfmE64efl .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-usfmE64efl .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-usfmE64efl .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-usfmE64efl .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-usfmE64efl .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-usfmE64efl .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-usfmE64efl .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-usfmE64efl .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-usfmE64efl .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-usfmE64efl .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-usfmE64efl .article-column1 {
    padding-right: 16px;
  }
}
.cid-usfmE64efl .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-usfmE64efl .article-column2 {
    padding-left: 16px;
  }
}
.cid-usfmE64efl .mbr-section-subtitle,
.cid-usfmE64efl .mbr-iconfont {
  color: #e082c5;
}
.cid-usfmE64efl .mbr-section-subtitle {
  color: #000000;
}
.cid-usfmE6JdGZ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usfmE6JdGZ p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usfmE6JdGZ .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usfmE6JdGZ .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usfmE6JdGZ .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usfmE6JdGZ .main-banner .left-content {
  margin-right: 15px;
}
.cid-usfmE6JdGZ .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usfmE6JdGZ .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usfmE6JdGZ .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usfmE6JdGZ .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usfmE6JdGZ .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usfmE6JdGZ .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usfmE6JdGZ .main-banner:before {
    display: none;
  }
  .cid-usfmE6JdGZ .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usfmE6JdGZ .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usfmE6JdGZ H6 {
  color: #e43f3f;
}
.cid-usfmE6JdGZ H2 {
  color: #000000;
}
.cid-usfmE6JdGZ P {
  color: #000000;
}
.cid-usfmE6ZNzR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-usfmE6ZNzR #footer {
  padding: 0 0 25px 0;
}
.cid-usfmE6ZNzR #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-usfmE6ZNzR #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-usfmE6ZNzR #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-usfmE6ZNzR #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-usfmE6ZNzR #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-usfmE6ZNzR #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-usfmE6ZNzR #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-usfmE6ZNzR #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-usfmE6ZNzR #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-usfmE6ZNzR #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-usfmE6ZNzR #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-usfmE6ZNzR #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-usfmE6ZNzR #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-usfmE6ZNzR #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-usfmE6ZNzR #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-usfmE6ZNzR #footer .copyright {
  padding-top: 30px;
}
.cid-usfmE6ZNzR ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-usfmE6ZNzR H4 {
  color: #000000;
  text-align: left;
}
.cid-usfmE6ZNzR DIV {
  text-align: center;
  color: #fafafa;
}
.cid-usfmE6ZNzR P {
  color: #e43f3f;
  text-align: left;
}
.cid-usfmE6ZNzR div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-usfmE6ZNzR .copyright a {
  text-decoration: none !important;
}
.cid-usfmE6ZNzR .list,
.cid-usfmE6ZNzR .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-usfmE6ZNzR ul li a {
  text-decoration: none !important;
}
.cid-usfmE6ZNzR .list {
  color: #e43f3f;
}
.cid-usuPhMZuF1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usuPhMZuF1 nav.navbar {
  position: fixed;
}
.cid-usuPhMZuF1 .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-usuPhMZuF1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usuPhMZuF1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usuPhMZuF1 .dropdown-item:hover,
.cid-usuPhMZuF1 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-usuPhMZuF1 .dropdown-item:hover span {
  color: white;
}
.cid-usuPhMZuF1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usuPhMZuF1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usuPhMZuF1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usuPhMZuF1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usuPhMZuF1 .nav-link {
  position: relative;
}
.cid-usuPhMZuF1 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usuPhMZuF1 .container {
    flex-wrap: nowrap;
  }
}
.cid-usuPhMZuF1 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usuPhMZuF1 .dropdown-menu,
.cid-usuPhMZuF1 .navbar.opened {
  background: #e43f3f !important;
}
.cid-usuPhMZuF1 .nav-item:focus,
.cid-usuPhMZuF1 .nav-link:focus {
  outline: none;
}
.cid-usuPhMZuF1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usuPhMZuF1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usuPhMZuF1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usuPhMZuF1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usuPhMZuF1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usuPhMZuF1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usuPhMZuF1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-usuPhMZuF1 .navbar.opened {
  transition: all 0.3s;
}
.cid-usuPhMZuF1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usuPhMZuF1 .navbar .navbar-logo img {
  width: auto;
}
.cid-usuPhMZuF1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usuPhMZuF1 .navbar.collapsed {
  justify-content: center;
}
.cid-usuPhMZuF1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usuPhMZuF1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usuPhMZuF1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-usuPhMZuF1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usuPhMZuF1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usuPhMZuF1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-usuPhMZuF1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usuPhMZuF1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usuPhMZuF1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usuPhMZuF1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usuPhMZuF1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usuPhMZuF1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usuPhMZuF1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usuPhMZuF1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-usuPhMZuF1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usuPhMZuF1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usuPhMZuF1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usuPhMZuF1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usuPhMZuF1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usuPhMZuF1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usuPhMZuF1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usuPhMZuF1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-usuPhMZuF1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usuPhMZuF1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usuPhMZuF1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usuPhMZuF1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usuPhMZuF1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usuPhMZuF1 .dropdown-item.active,
.cid-usuPhMZuF1 .dropdown-item:active {
  background-color: transparent;
}
.cid-usuPhMZuF1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usuPhMZuF1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usuPhMZuF1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usuPhMZuF1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-usuPhMZuF1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usuPhMZuF1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usuPhMZuF1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usuPhMZuF1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usuPhMZuF1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usuPhMZuF1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usuPhMZuF1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usuPhMZuF1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usuPhMZuF1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usuPhMZuF1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usuPhMZuF1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usuPhMZuF1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usuPhMZuF1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usuPhMZuF1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usuPhMZuF1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usuPhMZuF1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usuPhMZuF1 .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-usuPhMZuF1 .navbar {
    height: 70px;
  }
  .cid-usuPhMZuF1 .navbar.opened {
    height: auto;
  }
  .cid-usuPhMZuF1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usuPhNfXCw {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usuPhNfXCw .row {
  flex-direction: row-reverse;
}
.cid-usuPhNfXCw p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usuPhNfXCw .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usuPhNfXCw .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usuPhNfXCw .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usuPhNfXCw .main-banner .left-content {
  margin-right: 15px;
}
.cid-usuPhNfXCw .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usuPhNfXCw .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usuPhNfXCw .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usuPhNfXCw .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usuPhNfXCw .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usuPhNfXCw .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usuPhNfXCw .main-banner:before {
    display: none;
  }
  .cid-usuPhNfXCw .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usuPhNfXCw .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usuPhNfXCw H6 {
  color: #e43f3f;
}
.cid-usuPhNfXCw H2 {
  color: #000000;
}
.cid-usuPhNuobw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-usuPhNuobw .mbr-section-title {
  color: #000000;
}
.cid-usuPhNFWIK {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usuPhNFWIK .container {
  padding: 0 5%;
}
.cid-usuPhNFWIK #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usuPhNFWIK #collapse-button:hover {
  background-color: #7787a5;
}
.cid-usuPhNFWIK #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usuPhNFWIK #expand-button:hover {
  background-color: #7787a5;
}
.cid-usuPhNFWIK .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-usuPhNFWIK .item:focus,
.cid-usuPhNFWIK span:focus {
  outline: none;
}
.cid-usuPhNFWIK .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-usuPhNFWIK .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-usuPhNFWIK .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-usuPhNFWIK .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-usuPhNFWIK .item {
    padding: 1.5rem;
  }
}
.cid-usuPhNFWIK .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usuPhNFWIK .item .item-icon {
    margin-top: 0;
  }
}
.cid-usuPhNFWIK .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-usuPhNFWIK .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-usuPhNFWIK .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-usuPhNFWIK .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-usuPhNFWIK .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usuPhNFWIK .item-title-wrapper {
    min-width: auto;
  }
}
.cid-usuPhNFWIK .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-usuPhNFWIK .item-content {
    margin-left: 0;
  }
}
.cid-usuPhNFWIK .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-usuPhNFWIK .item-title {
  color: #ffffff;
}
.cid-usuPhNFWIK .mbr-text,
.cid-usuPhNFWIK .item-icon {
  color: #ffffff;
}
.cid-usuPhNFWIK .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-usuPhNFWIK .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-usuPhNFWIK .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-usuPhNFWIK .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-usuPhNFWIK .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-usuPhNFWIK .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-usuPhNFWIK .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-usuPhNFWIK .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-usuPhNFWIK .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-usuPhNFWIK .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-usuPhNFWIK .article-column1 {
    padding-right: 16px;
  }
}
.cid-usuPhNFWIK .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-usuPhNFWIK .article-column2 {
    padding-left: 16px;
  }
}
.cid-usuPhNFWIK .mbr-section-subtitle,
.cid-usuPhNFWIK .mbr-iconfont {
  color: #e082c5;
}
.cid-usuPhNFWIK .mbr-section-subtitle {
  color: #000000;
}
.cid-usuPhO7W9x {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usuPhO7W9x p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usuPhO7W9x .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usuPhO7W9x .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usuPhO7W9x .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usuPhO7W9x .main-banner .left-content {
  margin-right: 15px;
}
.cid-usuPhO7W9x .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usuPhO7W9x .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usuPhO7W9x .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usuPhO7W9x .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usuPhO7W9x .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usuPhO7W9x .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usuPhO7W9x .main-banner:before {
    display: none;
  }
  .cid-usuPhO7W9x .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usuPhO7W9x .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usuPhO7W9x H6 {
  color: #e43f3f;
}
.cid-usuPhO7W9x H2 {
  color: #000000;
}
.cid-usuPhO7W9x P {
  color: #000000;
}
.cid-usuPhOmzFD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-usuPhOmzFD #footer {
  padding: 0 0 25px 0;
}
.cid-usuPhOmzFD #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-usuPhOmzFD #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-usuPhOmzFD #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-usuPhOmzFD #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-usuPhOmzFD #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-usuPhOmzFD #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-usuPhOmzFD #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-usuPhOmzFD #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-usuPhOmzFD #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-usuPhOmzFD #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-usuPhOmzFD #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-usuPhOmzFD #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-usuPhOmzFD #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-usuPhOmzFD #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-usuPhOmzFD #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-usuPhOmzFD #footer .copyright {
  padding-top: 30px;
}
.cid-usuPhOmzFD ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-usuPhOmzFD H4 {
  color: #000000;
  text-align: left;
}
.cid-usuPhOmzFD DIV {
  text-align: center;
  color: #fafafa;
}
.cid-usuPhOmzFD P {
  color: #e43f3f;
  text-align: left;
}
.cid-usuPhOmzFD div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-usuPhOmzFD .copyright a {
  text-decoration: none !important;
}
.cid-usuPhOmzFD .list,
.cid-usuPhOmzFD .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-usuPhOmzFD ul li a {
  text-decoration: none !important;
}
.cid-usuPhOmzFD .list {
  color: #e43f3f;
}
.cid-usufKpOIuw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usufKpOIuw nav.navbar {
  position: fixed;
}
.cid-usufKpOIuw .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-usufKpOIuw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usufKpOIuw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usufKpOIuw .dropdown-item:hover,
.cid-usufKpOIuw .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-usufKpOIuw .dropdown-item:hover span {
  color: white;
}
.cid-usufKpOIuw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usufKpOIuw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usufKpOIuw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usufKpOIuw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usufKpOIuw .nav-link {
  position: relative;
}
.cid-usufKpOIuw .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usufKpOIuw .container {
    flex-wrap: nowrap;
  }
}
.cid-usufKpOIuw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usufKpOIuw .dropdown-menu,
.cid-usufKpOIuw .navbar.opened {
  background: #e43f3f !important;
}
.cid-usufKpOIuw .nav-item:focus,
.cid-usufKpOIuw .nav-link:focus {
  outline: none;
}
.cid-usufKpOIuw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usufKpOIuw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usufKpOIuw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usufKpOIuw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usufKpOIuw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usufKpOIuw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usufKpOIuw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-usufKpOIuw .navbar.opened {
  transition: all 0.3s;
}
.cid-usufKpOIuw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usufKpOIuw .navbar .navbar-logo img {
  width: auto;
}
.cid-usufKpOIuw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usufKpOIuw .navbar.collapsed {
  justify-content: center;
}
.cid-usufKpOIuw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usufKpOIuw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usufKpOIuw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-usufKpOIuw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usufKpOIuw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usufKpOIuw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-usufKpOIuw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usufKpOIuw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usufKpOIuw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usufKpOIuw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usufKpOIuw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usufKpOIuw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usufKpOIuw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usufKpOIuw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-usufKpOIuw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usufKpOIuw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usufKpOIuw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usufKpOIuw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usufKpOIuw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usufKpOIuw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usufKpOIuw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usufKpOIuw .navbar.navbar-short {
  min-height: 60px;
}
.cid-usufKpOIuw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usufKpOIuw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usufKpOIuw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usufKpOIuw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usufKpOIuw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usufKpOIuw .dropdown-item.active,
.cid-usufKpOIuw .dropdown-item:active {
  background-color: transparent;
}
.cid-usufKpOIuw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usufKpOIuw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usufKpOIuw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usufKpOIuw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-usufKpOIuw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usufKpOIuw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usufKpOIuw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usufKpOIuw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usufKpOIuw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usufKpOIuw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usufKpOIuw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usufKpOIuw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usufKpOIuw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usufKpOIuw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usufKpOIuw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usufKpOIuw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usufKpOIuw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usufKpOIuw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usufKpOIuw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usufKpOIuw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usufKpOIuw .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-usufKpOIuw .navbar {
    height: 70px;
  }
  .cid-usufKpOIuw .navbar.opened {
    height: auto;
  }
  .cid-usufKpOIuw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usufKq56d5 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usufKq56d5 .row {
  flex-direction: row-reverse;
}
.cid-usufKq56d5 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usufKq56d5 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usufKq56d5 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usufKq56d5 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usufKq56d5 .main-banner .left-content {
  margin-right: 15px;
}
.cid-usufKq56d5 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usufKq56d5 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usufKq56d5 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usufKq56d5 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usufKq56d5 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usufKq56d5 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usufKq56d5 .main-banner:before {
    display: none;
  }
  .cid-usufKq56d5 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usufKq56d5 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usufKq56d5 H6 {
  color: #e43f3f;
}
.cid-usufKq56d5 H2 {
  color: #000000;
}
.cid-usufKqiDcR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-usufKqiDcR .mbr-section-title {
  color: #000000;
}
.cid-usufKquKG0 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usufKquKG0 .container {
  padding: 0 5%;
}
.cid-usufKquKG0 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usufKquKG0 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-usufKquKG0 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usufKquKG0 #expand-button:hover {
  background-color: #7787a5;
}
.cid-usufKquKG0 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-usufKquKG0 .item:focus,
.cid-usufKquKG0 span:focus {
  outline: none;
}
.cid-usufKquKG0 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-usufKquKG0 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-usufKquKG0 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-usufKquKG0 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-usufKquKG0 .item {
    padding: 1.5rem;
  }
}
.cid-usufKquKG0 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usufKquKG0 .item .item-icon {
    margin-top: 0;
  }
}
.cid-usufKquKG0 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-usufKquKG0 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-usufKquKG0 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-usufKquKG0 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-usufKquKG0 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usufKquKG0 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-usufKquKG0 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-usufKquKG0 .item-content {
    margin-left: 0;
  }
}
.cid-usufKquKG0 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-usufKquKG0 .item-title {
  color: #ffffff;
}
.cid-usufKquKG0 .mbr-text,
.cid-usufKquKG0 .item-icon {
  color: #ffffff;
}
.cid-usufKquKG0 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-usufKquKG0 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-usufKquKG0 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-usufKquKG0 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-usufKquKG0 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-usufKquKG0 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-usufKquKG0 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-usufKquKG0 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-usufKquKG0 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-usufKquKG0 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-usufKquKG0 .article-column1 {
    padding-right: 16px;
  }
}
.cid-usufKquKG0 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-usufKquKG0 .article-column2 {
    padding-left: 16px;
  }
}
.cid-usufKquKG0 .mbr-section-subtitle,
.cid-usufKquKG0 .mbr-iconfont {
  color: #e082c5;
}
.cid-usufKquKG0 .mbr-section-subtitle {
  color: #000000;
}
.cid-usufKqUmkf {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usufKqUmkf p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usufKqUmkf .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usufKqUmkf .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usufKqUmkf .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usufKqUmkf .main-banner .left-content {
  margin-right: 15px;
}
.cid-usufKqUmkf .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usufKqUmkf .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usufKqUmkf .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usufKqUmkf .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usufKqUmkf .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usufKqUmkf .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usufKqUmkf .main-banner:before {
    display: none;
  }
  .cid-usufKqUmkf .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usufKqUmkf .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usufKqUmkf H6 {
  color: #e43f3f;
}
.cid-usufKqUmkf H2 {
  color: #000000;
}
.cid-usufKqUmkf P {
  color: #000000;
}
.cid-usufKr71AP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-usufKr71AP #footer {
  padding: 0 0 25px 0;
}
.cid-usufKr71AP #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-usufKr71AP #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-usufKr71AP #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-usufKr71AP #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-usufKr71AP #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-usufKr71AP #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-usufKr71AP #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-usufKr71AP #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-usufKr71AP #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-usufKr71AP #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-usufKr71AP #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-usufKr71AP #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-usufKr71AP #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-usufKr71AP #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-usufKr71AP #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-usufKr71AP #footer .copyright {
  padding-top: 30px;
}
.cid-usufKr71AP ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-usufKr71AP H4 {
  color: #000000;
  text-align: left;
}
.cid-usufKr71AP DIV {
  text-align: center;
  color: #fafafa;
}
.cid-usufKr71AP P {
  color: #e43f3f;
  text-align: left;
}
.cid-usufKr71AP div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-usufKr71AP .copyright a {
  text-decoration: none !important;
}
.cid-usufKr71AP .list,
.cid-usufKr71AP .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-usufKr71AP ul li a {
  text-decoration: none !important;
}
.cid-usufKr71AP .list {
  color: #e43f3f;
}
.cid-usugnQzMz0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usugnQzMz0 nav.navbar {
  position: fixed;
}
.cid-usugnQzMz0 .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-usugnQzMz0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usugnQzMz0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usugnQzMz0 .dropdown-item:hover,
.cid-usugnQzMz0 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-usugnQzMz0 .dropdown-item:hover span {
  color: white;
}
.cid-usugnQzMz0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usugnQzMz0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usugnQzMz0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usugnQzMz0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usugnQzMz0 .nav-link {
  position: relative;
}
.cid-usugnQzMz0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usugnQzMz0 .container {
    flex-wrap: nowrap;
  }
}
.cid-usugnQzMz0 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usugnQzMz0 .dropdown-menu,
.cid-usugnQzMz0 .navbar.opened {
  background: #e43f3f !important;
}
.cid-usugnQzMz0 .nav-item:focus,
.cid-usugnQzMz0 .nav-link:focus {
  outline: none;
}
.cid-usugnQzMz0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usugnQzMz0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usugnQzMz0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usugnQzMz0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usugnQzMz0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usugnQzMz0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usugnQzMz0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-usugnQzMz0 .navbar.opened {
  transition: all 0.3s;
}
.cid-usugnQzMz0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usugnQzMz0 .navbar .navbar-logo img {
  width: auto;
}
.cid-usugnQzMz0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usugnQzMz0 .navbar.collapsed {
  justify-content: center;
}
.cid-usugnQzMz0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usugnQzMz0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usugnQzMz0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-usugnQzMz0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usugnQzMz0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usugnQzMz0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-usugnQzMz0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usugnQzMz0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usugnQzMz0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usugnQzMz0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usugnQzMz0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usugnQzMz0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usugnQzMz0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usugnQzMz0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-usugnQzMz0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usugnQzMz0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usugnQzMz0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usugnQzMz0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usugnQzMz0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usugnQzMz0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usugnQzMz0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usugnQzMz0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-usugnQzMz0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usugnQzMz0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usugnQzMz0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usugnQzMz0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usugnQzMz0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usugnQzMz0 .dropdown-item.active,
.cid-usugnQzMz0 .dropdown-item:active {
  background-color: transparent;
}
.cid-usugnQzMz0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usugnQzMz0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usugnQzMz0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usugnQzMz0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-usugnQzMz0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usugnQzMz0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usugnQzMz0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usugnQzMz0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usugnQzMz0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usugnQzMz0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usugnQzMz0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usugnQzMz0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usugnQzMz0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usugnQzMz0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usugnQzMz0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usugnQzMz0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usugnQzMz0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usugnQzMz0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usugnQzMz0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usugnQzMz0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usugnQzMz0 .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-usugnQzMz0 .navbar {
    height: 70px;
  }
  .cid-usugnQzMz0 .navbar.opened {
    height: auto;
  }
  .cid-usugnQzMz0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usugnQQKNB {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usugnQQKNB .row {
  flex-direction: row-reverse;
}
.cid-usugnQQKNB p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usugnQQKNB .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usugnQQKNB .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usugnQQKNB .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usugnQQKNB .main-banner .left-content {
  margin-right: 15px;
}
.cid-usugnQQKNB .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usugnQQKNB .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usugnQQKNB .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usugnQQKNB .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usugnQQKNB .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usugnQQKNB .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usugnQQKNB .main-banner:before {
    display: none;
  }
  .cid-usugnQQKNB .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usugnQQKNB .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usugnQQKNB H6 {
  color: #e43f3f;
}
.cid-usugnQQKNB H2 {
  color: #000000;
}
.cid-usugnR7xWB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-usugnR7xWB .mbr-section-title {
  color: #000000;
}
.cid-usugnRo7la {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usugnRo7la .container {
  padding: 0 5%;
}
.cid-usugnRo7la #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usugnRo7la #collapse-button:hover {
  background-color: #7787a5;
}
.cid-usugnRo7la #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usugnRo7la #expand-button:hover {
  background-color: #7787a5;
}
.cid-usugnRo7la .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-usugnRo7la .item:focus,
.cid-usugnRo7la span:focus {
  outline: none;
}
.cid-usugnRo7la .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-usugnRo7la .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-usugnRo7la .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-usugnRo7la .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-usugnRo7la .item {
    padding: 1.5rem;
  }
}
.cid-usugnRo7la .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usugnRo7la .item .item-icon {
    margin-top: 0;
  }
}
.cid-usugnRo7la .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-usugnRo7la .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-usugnRo7la .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-usugnRo7la .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-usugnRo7la .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usugnRo7la .item-title-wrapper {
    min-width: auto;
  }
}
.cid-usugnRo7la .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-usugnRo7la .item-content {
    margin-left: 0;
  }
}
.cid-usugnRo7la .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-usugnRo7la .item-title {
  color: #ffffff;
}
.cid-usugnRo7la .mbr-text,
.cid-usugnRo7la .item-icon {
  color: #ffffff;
}
.cid-usugnRo7la .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-usugnRo7la .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-usugnRo7la .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-usugnRo7la .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-usugnRo7la .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-usugnRo7la .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-usugnRo7la .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-usugnRo7la .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-usugnRo7la .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-usugnRo7la .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-usugnRo7la .article-column1 {
    padding-right: 16px;
  }
}
.cid-usugnRo7la .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-usugnRo7la .article-column2 {
    padding-left: 16px;
  }
}
.cid-usugnRo7la .mbr-section-subtitle,
.cid-usugnRo7la .mbr-iconfont {
  color: #e082c5;
}
.cid-usugnRo7la .mbr-section-subtitle {
  color: #000000;
}
.cid-usugnRQvr2 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usugnRQvr2 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usugnRQvr2 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usugnRQvr2 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usugnRQvr2 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usugnRQvr2 .main-banner .left-content {
  margin-right: 15px;
}
.cid-usugnRQvr2 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usugnRQvr2 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usugnRQvr2 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usugnRQvr2 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usugnRQvr2 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usugnRQvr2 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usugnRQvr2 .main-banner:before {
    display: none;
  }
  .cid-usugnRQvr2 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usugnRQvr2 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usugnRQvr2 H6 {
  color: #e43f3f;
}
.cid-usugnRQvr2 H2 {
  color: #000000;
}
.cid-usugnRQvr2 P {
  color: #000000;
}
.cid-usugnS5XVs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-usugnS5XVs #footer {
  padding: 0 0 25px 0;
}
.cid-usugnS5XVs #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-usugnS5XVs #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-usugnS5XVs #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-usugnS5XVs #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-usugnS5XVs #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-usugnS5XVs #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-usugnS5XVs #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-usugnS5XVs #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-usugnS5XVs #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-usugnS5XVs #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-usugnS5XVs #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-usugnS5XVs #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-usugnS5XVs #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-usugnS5XVs #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-usugnS5XVs #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-usugnS5XVs #footer .copyright {
  padding-top: 30px;
}
.cid-usugnS5XVs ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-usugnS5XVs H4 {
  color: #000000;
  text-align: left;
}
.cid-usugnS5XVs DIV {
  text-align: center;
  color: #fafafa;
}
.cid-usugnS5XVs P {
  color: #e43f3f;
  text-align: left;
}
.cid-usugnS5XVs div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-usugnS5XVs .copyright a {
  text-decoration: none !important;
}
.cid-usugnS5XVs .list,
.cid-usugnS5XVs .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-usugnS5XVs ul li a {
  text-decoration: none !important;
}
.cid-usugnS5XVs .list {
  color: #e43f3f;
}
.cid-usuiUP3y1c {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usuiUP3y1c nav.navbar {
  position: fixed;
}
.cid-usuiUP3y1c .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-usuiUP3y1c .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usuiUP3y1c .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usuiUP3y1c .dropdown-item:hover,
.cid-usuiUP3y1c .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-usuiUP3y1c .dropdown-item:hover span {
  color: white;
}
.cid-usuiUP3y1c .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usuiUP3y1c .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usuiUP3y1c .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usuiUP3y1c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usuiUP3y1c .nav-link {
  position: relative;
}
.cid-usuiUP3y1c .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usuiUP3y1c .container {
    flex-wrap: nowrap;
  }
}
.cid-usuiUP3y1c .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usuiUP3y1c .dropdown-menu,
.cid-usuiUP3y1c .navbar.opened {
  background: #e43f3f !important;
}
.cid-usuiUP3y1c .nav-item:focus,
.cid-usuiUP3y1c .nav-link:focus {
  outline: none;
}
.cid-usuiUP3y1c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usuiUP3y1c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usuiUP3y1c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usuiUP3y1c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usuiUP3y1c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usuiUP3y1c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usuiUP3y1c .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-usuiUP3y1c .navbar.opened {
  transition: all 0.3s;
}
.cid-usuiUP3y1c .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usuiUP3y1c .navbar .navbar-logo img {
  width: auto;
}
.cid-usuiUP3y1c .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usuiUP3y1c .navbar.collapsed {
  justify-content: center;
}
.cid-usuiUP3y1c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usuiUP3y1c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usuiUP3y1c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-usuiUP3y1c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usuiUP3y1c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usuiUP3y1c .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-usuiUP3y1c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usuiUP3y1c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usuiUP3y1c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usuiUP3y1c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usuiUP3y1c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usuiUP3y1c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usuiUP3y1c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usuiUP3y1c .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-usuiUP3y1c .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usuiUP3y1c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usuiUP3y1c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usuiUP3y1c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usuiUP3y1c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usuiUP3y1c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usuiUP3y1c .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usuiUP3y1c .navbar.navbar-short {
  min-height: 60px;
}
.cid-usuiUP3y1c .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usuiUP3y1c .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usuiUP3y1c .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usuiUP3y1c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usuiUP3y1c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usuiUP3y1c .dropdown-item.active,
.cid-usuiUP3y1c .dropdown-item:active {
  background-color: transparent;
}
.cid-usuiUP3y1c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usuiUP3y1c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usuiUP3y1c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usuiUP3y1c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-usuiUP3y1c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usuiUP3y1c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usuiUP3y1c ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usuiUP3y1c .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usuiUP3y1c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usuiUP3y1c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usuiUP3y1c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usuiUP3y1c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usuiUP3y1c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usuiUP3y1c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usuiUP3y1c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usuiUP3y1c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usuiUP3y1c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usuiUP3y1c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usuiUP3y1c .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usuiUP3y1c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usuiUP3y1c .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-usuiUP3y1c .navbar {
    height: 70px;
  }
  .cid-usuiUP3y1c .navbar.opened {
    height: auto;
  }
  .cid-usuiUP3y1c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usuiUPoWH0 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usuiUPoWH0 .row {
  flex-direction: row-reverse;
}
.cid-usuiUPoWH0 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usuiUPoWH0 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usuiUPoWH0 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usuiUPoWH0 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usuiUPoWH0 .main-banner .left-content {
  margin-right: 15px;
}
.cid-usuiUPoWH0 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usuiUPoWH0 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usuiUPoWH0 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usuiUPoWH0 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usuiUPoWH0 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usuiUPoWH0 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usuiUPoWH0 .main-banner:before {
    display: none;
  }
  .cid-usuiUPoWH0 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usuiUPoWH0 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usuiUPoWH0 H6 {
  color: #e43f3f;
}
.cid-usuiUPoWH0 H2 {
  color: #000000;
}
.cid-usuiUPFbP9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-usuiUPFbP9 .mbr-section-title {
  color: #000000;
}
.cid-usuiUPSqsX {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usuiUPSqsX .container {
  padding: 0 5%;
}
.cid-usuiUPSqsX #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usuiUPSqsX #collapse-button:hover {
  background-color: #7787a5;
}
.cid-usuiUPSqsX #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usuiUPSqsX #expand-button:hover {
  background-color: #7787a5;
}
.cid-usuiUPSqsX .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-usuiUPSqsX .item:focus,
.cid-usuiUPSqsX span:focus {
  outline: none;
}
.cid-usuiUPSqsX .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-usuiUPSqsX .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-usuiUPSqsX .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-usuiUPSqsX .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-usuiUPSqsX .item {
    padding: 1.5rem;
  }
}
.cid-usuiUPSqsX .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usuiUPSqsX .item .item-icon {
    margin-top: 0;
  }
}
.cid-usuiUPSqsX .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-usuiUPSqsX .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-usuiUPSqsX .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-usuiUPSqsX .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-usuiUPSqsX .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usuiUPSqsX .item-title-wrapper {
    min-width: auto;
  }
}
.cid-usuiUPSqsX .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-usuiUPSqsX .item-content {
    margin-left: 0;
  }
}
.cid-usuiUPSqsX .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-usuiUPSqsX .item-title {
  color: #ffffff;
}
.cid-usuiUPSqsX .mbr-text,
.cid-usuiUPSqsX .item-icon {
  color: #ffffff;
}
.cid-usuiUPSqsX .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-usuiUPSqsX .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-usuiUPSqsX .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-usuiUPSqsX .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-usuiUPSqsX .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-usuiUPSqsX .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-usuiUPSqsX .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-usuiUPSqsX .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-usuiUPSqsX .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-usuiUPSqsX .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-usuiUPSqsX .article-column1 {
    padding-right: 16px;
  }
}
.cid-usuiUPSqsX .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-usuiUPSqsX .article-column2 {
    padding-left: 16px;
  }
}
.cid-usuiUPSqsX .mbr-section-subtitle,
.cid-usuiUPSqsX .mbr-iconfont {
  color: #e082c5;
}
.cid-usuiUPSqsX .mbr-section-subtitle {
  color: #000000;
}
.cid-usuiUQll4z {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usuiUQll4z p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usuiUQll4z .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usuiUQll4z .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usuiUQll4z .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usuiUQll4z .main-banner .left-content {
  margin-right: 15px;
}
.cid-usuiUQll4z .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usuiUQll4z .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usuiUQll4z .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usuiUQll4z .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usuiUQll4z .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usuiUQll4z .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usuiUQll4z .main-banner:before {
    display: none;
  }
  .cid-usuiUQll4z .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usuiUQll4z .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usuiUQll4z H6 {
  color: #e43f3f;
}
.cid-usuiUQll4z H2 {
  color: #000000;
}
.cid-usuiUQll4z P {
  color: #000000;
}
.cid-usuiUQyHbt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-usuiUQyHbt #footer {
  padding: 0 0 25px 0;
}
.cid-usuiUQyHbt #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-usuiUQyHbt #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-usuiUQyHbt #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-usuiUQyHbt #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-usuiUQyHbt #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-usuiUQyHbt #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-usuiUQyHbt #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-usuiUQyHbt #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-usuiUQyHbt #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-usuiUQyHbt #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-usuiUQyHbt #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-usuiUQyHbt #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-usuiUQyHbt #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-usuiUQyHbt #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-usuiUQyHbt #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-usuiUQyHbt #footer .copyright {
  padding-top: 30px;
}
.cid-usuiUQyHbt ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-usuiUQyHbt H4 {
  color: #000000;
  text-align: left;
}
.cid-usuiUQyHbt DIV {
  text-align: center;
  color: #fafafa;
}
.cid-usuiUQyHbt P {
  color: #e43f3f;
  text-align: left;
}
.cid-usuiUQyHbt div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-usuiUQyHbt .copyright a {
  text-decoration: none !important;
}
.cid-usuiUQyHbt .list,
.cid-usuiUQyHbt .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-usuiUQyHbt ul li a {
  text-decoration: none !important;
}
.cid-usuiUQyHbt .list {
  color: #e43f3f;
}
.cid-usujhsIx9M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usujhsIx9M nav.navbar {
  position: fixed;
}
.cid-usujhsIx9M .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-usujhsIx9M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usujhsIx9M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usujhsIx9M .dropdown-item:hover,
.cid-usujhsIx9M .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-usujhsIx9M .dropdown-item:hover span {
  color: white;
}
.cid-usujhsIx9M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usujhsIx9M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usujhsIx9M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usujhsIx9M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usujhsIx9M .nav-link {
  position: relative;
}
.cid-usujhsIx9M .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usujhsIx9M .container {
    flex-wrap: nowrap;
  }
}
.cid-usujhsIx9M .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usujhsIx9M .dropdown-menu,
.cid-usujhsIx9M .navbar.opened {
  background: #e43f3f !important;
}
.cid-usujhsIx9M .nav-item:focus,
.cid-usujhsIx9M .nav-link:focus {
  outline: none;
}
.cid-usujhsIx9M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usujhsIx9M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usujhsIx9M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usujhsIx9M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usujhsIx9M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usujhsIx9M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usujhsIx9M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-usujhsIx9M .navbar.opened {
  transition: all 0.3s;
}
.cid-usujhsIx9M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usujhsIx9M .navbar .navbar-logo img {
  width: auto;
}
.cid-usujhsIx9M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usujhsIx9M .navbar.collapsed {
  justify-content: center;
}
.cid-usujhsIx9M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usujhsIx9M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usujhsIx9M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-usujhsIx9M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usujhsIx9M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usujhsIx9M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-usujhsIx9M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usujhsIx9M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usujhsIx9M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usujhsIx9M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usujhsIx9M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usujhsIx9M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usujhsIx9M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usujhsIx9M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-usujhsIx9M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usujhsIx9M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usujhsIx9M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usujhsIx9M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usujhsIx9M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usujhsIx9M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usujhsIx9M .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usujhsIx9M .navbar.navbar-short {
  min-height: 60px;
}
.cid-usujhsIx9M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usujhsIx9M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usujhsIx9M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usujhsIx9M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usujhsIx9M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usujhsIx9M .dropdown-item.active,
.cid-usujhsIx9M .dropdown-item:active {
  background-color: transparent;
}
.cid-usujhsIx9M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usujhsIx9M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usujhsIx9M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usujhsIx9M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-usujhsIx9M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usujhsIx9M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usujhsIx9M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usujhsIx9M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usujhsIx9M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usujhsIx9M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usujhsIx9M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usujhsIx9M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usujhsIx9M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usujhsIx9M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usujhsIx9M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usujhsIx9M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usujhsIx9M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usujhsIx9M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usujhsIx9M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usujhsIx9M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usujhsIx9M .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-usujhsIx9M .navbar {
    height: 70px;
  }
  .cid-usujhsIx9M .navbar.opened {
    height: auto;
  }
  .cid-usujhsIx9M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usujhsZJlg {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usujhsZJlg .row {
  flex-direction: row-reverse;
}
.cid-usujhsZJlg p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usujhsZJlg .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usujhsZJlg .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usujhsZJlg .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usujhsZJlg .main-banner .left-content {
  margin-right: 15px;
}
.cid-usujhsZJlg .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usujhsZJlg .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usujhsZJlg .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usujhsZJlg .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usujhsZJlg .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usujhsZJlg .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usujhsZJlg .main-banner:before {
    display: none;
  }
  .cid-usujhsZJlg .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usujhsZJlg .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usujhsZJlg H6 {
  color: #e43f3f;
}
.cid-usujhsZJlg H2 {
  color: #000000;
}
.cid-usujhtdX6M {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-usujhtdX6M .mbr-section-title {
  color: #000000;
}
.cid-usujhttSgx {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usujhttSgx .container {
  padding: 0 5%;
}
.cid-usujhttSgx #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usujhttSgx #collapse-button:hover {
  background-color: #7787a5;
}
.cid-usujhttSgx #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usujhttSgx #expand-button:hover {
  background-color: #7787a5;
}
.cid-usujhttSgx .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-usujhttSgx .item:focus,
.cid-usujhttSgx span:focus {
  outline: none;
}
.cid-usujhttSgx .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-usujhttSgx .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-usujhttSgx .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-usujhttSgx .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-usujhttSgx .item {
    padding: 1.5rem;
  }
}
.cid-usujhttSgx .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usujhttSgx .item .item-icon {
    margin-top: 0;
  }
}
.cid-usujhttSgx .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-usujhttSgx .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-usujhttSgx .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-usujhttSgx .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-usujhttSgx .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usujhttSgx .item-title-wrapper {
    min-width: auto;
  }
}
.cid-usujhttSgx .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-usujhttSgx .item-content {
    margin-left: 0;
  }
}
.cid-usujhttSgx .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-usujhttSgx .item-title {
  color: #ffffff;
}
.cid-usujhttSgx .mbr-text,
.cid-usujhttSgx .item-icon {
  color: #ffffff;
}
.cid-usujhttSgx .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-usujhttSgx .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-usujhttSgx .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-usujhttSgx .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-usujhttSgx .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-usujhttSgx .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-usujhttSgx .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-usujhttSgx .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-usujhttSgx .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-usujhttSgx .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-usujhttSgx .article-column1 {
    padding-right: 16px;
  }
}
.cid-usujhttSgx .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-usujhttSgx .article-column2 {
    padding-left: 16px;
  }
}
.cid-usujhttSgx .mbr-section-subtitle,
.cid-usujhttSgx .mbr-iconfont {
  color: #e082c5;
}
.cid-usujhttSgx .mbr-section-subtitle {
  color: #000000;
}
.cid-usujhtVd6U {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usujhtVd6U p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usujhtVd6U .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usujhtVd6U .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usujhtVd6U .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usujhtVd6U .main-banner .left-content {
  margin-right: 15px;
}
.cid-usujhtVd6U .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usujhtVd6U .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usujhtVd6U .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usujhtVd6U .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usujhtVd6U .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usujhtVd6U .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usujhtVd6U .main-banner:before {
    display: none;
  }
  .cid-usujhtVd6U .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usujhtVd6U .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usujhtVd6U H6 {
  color: #e43f3f;
}
.cid-usujhtVd6U H2 {
  color: #000000;
}
.cid-usujhtVd6U P {
  color: #000000;
}
.cid-usujhudheU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-usujhudheU #footer {
  padding: 0 0 25px 0;
}
.cid-usujhudheU #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-usujhudheU #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-usujhudheU #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-usujhudheU #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-usujhudheU #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-usujhudheU #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-usujhudheU #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-usujhudheU #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-usujhudheU #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-usujhudheU #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-usujhudheU #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-usujhudheU #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-usujhudheU #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-usujhudheU #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-usujhudheU #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-usujhudheU #footer .copyright {
  padding-top: 30px;
}
.cid-usujhudheU ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-usujhudheU H4 {
  color: #000000;
  text-align: left;
}
.cid-usujhudheU DIV {
  text-align: center;
  color: #fafafa;
}
.cid-usujhudheU P {
  color: #e43f3f;
  text-align: left;
}
.cid-usujhudheU div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-usujhudheU .copyright a {
  text-decoration: none !important;
}
.cid-usujhudheU .list,
.cid-usujhudheU .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-usujhudheU ul li a {
  text-decoration: none !important;
}
.cid-usujhudheU .list {
  color: #e43f3f;
}
.cid-usulW9o0RI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usulW9o0RI nav.navbar {
  position: fixed;
}
.cid-usulW9o0RI .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-usulW9o0RI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usulW9o0RI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usulW9o0RI .dropdown-item:hover,
.cid-usulW9o0RI .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-usulW9o0RI .dropdown-item:hover span {
  color: white;
}
.cid-usulW9o0RI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usulW9o0RI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usulW9o0RI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usulW9o0RI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usulW9o0RI .nav-link {
  position: relative;
}
.cid-usulW9o0RI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usulW9o0RI .container {
    flex-wrap: nowrap;
  }
}
.cid-usulW9o0RI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usulW9o0RI .dropdown-menu,
.cid-usulW9o0RI .navbar.opened {
  background: #e43f3f !important;
}
.cid-usulW9o0RI .nav-item:focus,
.cid-usulW9o0RI .nav-link:focus {
  outline: none;
}
.cid-usulW9o0RI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usulW9o0RI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usulW9o0RI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usulW9o0RI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usulW9o0RI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usulW9o0RI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usulW9o0RI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-usulW9o0RI .navbar.opened {
  transition: all 0.3s;
}
.cid-usulW9o0RI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usulW9o0RI .navbar .navbar-logo img {
  width: auto;
}
.cid-usulW9o0RI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usulW9o0RI .navbar.collapsed {
  justify-content: center;
}
.cid-usulW9o0RI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usulW9o0RI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usulW9o0RI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-usulW9o0RI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usulW9o0RI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usulW9o0RI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-usulW9o0RI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usulW9o0RI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usulW9o0RI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usulW9o0RI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usulW9o0RI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usulW9o0RI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usulW9o0RI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usulW9o0RI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-usulW9o0RI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usulW9o0RI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usulW9o0RI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usulW9o0RI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usulW9o0RI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usulW9o0RI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usulW9o0RI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usulW9o0RI .navbar.navbar-short {
  min-height: 60px;
}
.cid-usulW9o0RI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usulW9o0RI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usulW9o0RI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usulW9o0RI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usulW9o0RI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usulW9o0RI .dropdown-item.active,
.cid-usulW9o0RI .dropdown-item:active {
  background-color: transparent;
}
.cid-usulW9o0RI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usulW9o0RI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usulW9o0RI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usulW9o0RI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-usulW9o0RI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usulW9o0RI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usulW9o0RI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usulW9o0RI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usulW9o0RI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usulW9o0RI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usulW9o0RI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usulW9o0RI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usulW9o0RI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usulW9o0RI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usulW9o0RI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usulW9o0RI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usulW9o0RI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usulW9o0RI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usulW9o0RI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usulW9o0RI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usulW9o0RI .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-usulW9o0RI .navbar {
    height: 70px;
  }
  .cid-usulW9o0RI .navbar.opened {
    height: auto;
  }
  .cid-usulW9o0RI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usulW9FwMS {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usulW9FwMS .row {
  flex-direction: row-reverse;
}
.cid-usulW9FwMS p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usulW9FwMS .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usulW9FwMS .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usulW9FwMS .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usulW9FwMS .main-banner .left-content {
  margin-right: 15px;
}
.cid-usulW9FwMS .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usulW9FwMS .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usulW9FwMS .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usulW9FwMS .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usulW9FwMS .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usulW9FwMS .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usulW9FwMS .main-banner:before {
    display: none;
  }
  .cid-usulW9FwMS .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usulW9FwMS .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usulW9FwMS H6 {
  color: #e43f3f;
}
.cid-usulW9FwMS H2 {
  color: #000000;
}
.cid-usulW9V87d {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-usulW9V87d .mbr-section-title {
  color: #000000;
}
.cid-usulWabSZq {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usulWabSZq .container {
  padding: 0 5%;
}
.cid-usulWabSZq #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usulWabSZq #collapse-button:hover {
  background-color: #7787a5;
}
.cid-usulWabSZq #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usulWabSZq #expand-button:hover {
  background-color: #7787a5;
}
.cid-usulWabSZq .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-usulWabSZq .item:focus,
.cid-usulWabSZq span:focus {
  outline: none;
}
.cid-usulWabSZq .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-usulWabSZq .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-usulWabSZq .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-usulWabSZq .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-usulWabSZq .item {
    padding: 1.5rem;
  }
}
.cid-usulWabSZq .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usulWabSZq .item .item-icon {
    margin-top: 0;
  }
}
.cid-usulWabSZq .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-usulWabSZq .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-usulWabSZq .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-usulWabSZq .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-usulWabSZq .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usulWabSZq .item-title-wrapper {
    min-width: auto;
  }
}
.cid-usulWabSZq .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-usulWabSZq .item-content {
    margin-left: 0;
  }
}
.cid-usulWabSZq .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-usulWabSZq .item-title {
  color: #ffffff;
}
.cid-usulWabSZq .mbr-text,
.cid-usulWabSZq .item-icon {
  color: #ffffff;
}
.cid-usulWabSZq .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-usulWabSZq .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-usulWabSZq .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-usulWabSZq .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-usulWabSZq .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-usulWabSZq .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-usulWabSZq .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-usulWabSZq .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-usulWabSZq .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-usulWabSZq .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-usulWabSZq .article-column1 {
    padding-right: 16px;
  }
}
.cid-usulWabSZq .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-usulWabSZq .article-column2 {
    padding-left: 16px;
  }
}
.cid-usulWabSZq .mbr-section-subtitle,
.cid-usulWabSZq .mbr-iconfont {
  color: #e082c5;
}
.cid-usulWabSZq .mbr-section-subtitle {
  color: #000000;
}
.cid-usulWaCKbP {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usulWaCKbP p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usulWaCKbP .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usulWaCKbP .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usulWaCKbP .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usulWaCKbP .main-banner .left-content {
  margin-right: 15px;
}
.cid-usulWaCKbP .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usulWaCKbP .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usulWaCKbP .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usulWaCKbP .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usulWaCKbP .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usulWaCKbP .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usulWaCKbP .main-banner:before {
    display: none;
  }
  .cid-usulWaCKbP .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usulWaCKbP .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usulWaCKbP H6 {
  color: #e43f3f;
}
.cid-usulWaCKbP H2 {
  color: #000000;
}
.cid-usulWaCKbP P {
  color: #000000;
}
.cid-usulWaPIES {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-usulWaPIES #footer {
  padding: 0 0 25px 0;
}
.cid-usulWaPIES #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-usulWaPIES #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-usulWaPIES #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-usulWaPIES #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-usulWaPIES #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-usulWaPIES #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-usulWaPIES #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-usulWaPIES #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-usulWaPIES #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-usulWaPIES #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-usulWaPIES #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-usulWaPIES #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-usulWaPIES #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-usulWaPIES #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-usulWaPIES #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-usulWaPIES #footer .copyright {
  padding-top: 30px;
}
.cid-usulWaPIES ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-usulWaPIES H4 {
  color: #000000;
  text-align: left;
}
.cid-usulWaPIES DIV {
  text-align: center;
  color: #fafafa;
}
.cid-usulWaPIES P {
  color: #e43f3f;
  text-align: left;
}
.cid-usulWaPIES div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-usulWaPIES .copyright a {
  text-decoration: none !important;
}
.cid-usulWaPIES .list,
.cid-usulWaPIES .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-usulWaPIES ul li a {
  text-decoration: none !important;
}
.cid-usulWaPIES .list {
  color: #e43f3f;
}
.cid-usumSQakGc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usumSQakGc nav.navbar {
  position: fixed;
}
.cid-usumSQakGc .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-usumSQakGc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usumSQakGc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usumSQakGc .dropdown-item:hover,
.cid-usumSQakGc .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-usumSQakGc .dropdown-item:hover span {
  color: white;
}
.cid-usumSQakGc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usumSQakGc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usumSQakGc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usumSQakGc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usumSQakGc .nav-link {
  position: relative;
}
.cid-usumSQakGc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usumSQakGc .container {
    flex-wrap: nowrap;
  }
}
.cid-usumSQakGc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usumSQakGc .dropdown-menu,
.cid-usumSQakGc .navbar.opened {
  background: #e43f3f !important;
}
.cid-usumSQakGc .nav-item:focus,
.cid-usumSQakGc .nav-link:focus {
  outline: none;
}
.cid-usumSQakGc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usumSQakGc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usumSQakGc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usumSQakGc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usumSQakGc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usumSQakGc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usumSQakGc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-usumSQakGc .navbar.opened {
  transition: all 0.3s;
}
.cid-usumSQakGc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usumSQakGc .navbar .navbar-logo img {
  width: auto;
}
.cid-usumSQakGc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usumSQakGc .navbar.collapsed {
  justify-content: center;
}
.cid-usumSQakGc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usumSQakGc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usumSQakGc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-usumSQakGc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usumSQakGc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usumSQakGc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-usumSQakGc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usumSQakGc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usumSQakGc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usumSQakGc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usumSQakGc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usumSQakGc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usumSQakGc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usumSQakGc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-usumSQakGc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usumSQakGc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usumSQakGc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usumSQakGc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usumSQakGc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usumSQakGc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usumSQakGc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usumSQakGc .navbar.navbar-short {
  min-height: 60px;
}
.cid-usumSQakGc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usumSQakGc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usumSQakGc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usumSQakGc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usumSQakGc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usumSQakGc .dropdown-item.active,
.cid-usumSQakGc .dropdown-item:active {
  background-color: transparent;
}
.cid-usumSQakGc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usumSQakGc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usumSQakGc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usumSQakGc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-usumSQakGc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usumSQakGc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usumSQakGc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usumSQakGc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usumSQakGc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usumSQakGc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usumSQakGc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usumSQakGc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usumSQakGc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usumSQakGc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usumSQakGc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usumSQakGc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usumSQakGc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usumSQakGc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usumSQakGc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usumSQakGc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usumSQakGc .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-usumSQakGc .navbar {
    height: 70px;
  }
  .cid-usumSQakGc .navbar.opened {
    height: auto;
  }
  .cid-usumSQakGc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usumSQryh6 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usumSQryh6 .row {
  flex-direction: row-reverse;
}
.cid-usumSQryh6 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usumSQryh6 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usumSQryh6 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usumSQryh6 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usumSQryh6 .main-banner .left-content {
  margin-right: 15px;
}
.cid-usumSQryh6 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usumSQryh6 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usumSQryh6 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usumSQryh6 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usumSQryh6 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usumSQryh6 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usumSQryh6 .main-banner:before {
    display: none;
  }
  .cid-usumSQryh6 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usumSQryh6 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usumSQryh6 H6 {
  color: #e43f3f;
}
.cid-usumSQryh6 H2 {
  color: #000000;
}
.cid-usumSQGZel {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-usumSQGZel .mbr-section-title {
  color: #000000;
}
.cid-usumSQWP8A {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usumSQWP8A .container {
  padding: 0 5%;
}
.cid-usumSQWP8A #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usumSQWP8A #collapse-button:hover {
  background-color: #7787a5;
}
.cid-usumSQWP8A #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usumSQWP8A #expand-button:hover {
  background-color: #7787a5;
}
.cid-usumSQWP8A .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-usumSQWP8A .item:focus,
.cid-usumSQWP8A span:focus {
  outline: none;
}
.cid-usumSQWP8A .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-usumSQWP8A .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-usumSQWP8A .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-usumSQWP8A .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-usumSQWP8A .item {
    padding: 1.5rem;
  }
}
.cid-usumSQWP8A .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usumSQWP8A .item .item-icon {
    margin-top: 0;
  }
}
.cid-usumSQWP8A .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-usumSQWP8A .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-usumSQWP8A .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-usumSQWP8A .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-usumSQWP8A .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usumSQWP8A .item-title-wrapper {
    min-width: auto;
  }
}
.cid-usumSQWP8A .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-usumSQWP8A .item-content {
    margin-left: 0;
  }
}
.cid-usumSQWP8A .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-usumSQWP8A .item-title {
  color: #ffffff;
}
.cid-usumSQWP8A .mbr-text,
.cid-usumSQWP8A .item-icon {
  color: #ffffff;
}
.cid-usumSQWP8A .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-usumSQWP8A .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-usumSQWP8A .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-usumSQWP8A .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-usumSQWP8A .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-usumSQWP8A .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-usumSQWP8A .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-usumSQWP8A .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-usumSQWP8A .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-usumSQWP8A .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-usumSQWP8A .article-column1 {
    padding-right: 16px;
  }
}
.cid-usumSQWP8A .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-usumSQWP8A .article-column2 {
    padding-left: 16px;
  }
}
.cid-usumSQWP8A .mbr-section-subtitle,
.cid-usumSQWP8A .mbr-iconfont {
  color: #e082c5;
}
.cid-usumSQWP8A .mbr-section-subtitle {
  color: #000000;
}
.cid-usumSRmeJz {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usumSRmeJz p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usumSRmeJz .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usumSRmeJz .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usumSRmeJz .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usumSRmeJz .main-banner .left-content {
  margin-right: 15px;
}
.cid-usumSRmeJz .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usumSRmeJz .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usumSRmeJz .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usumSRmeJz .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usumSRmeJz .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usumSRmeJz .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usumSRmeJz .main-banner:before {
    display: none;
  }
  .cid-usumSRmeJz .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usumSRmeJz .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usumSRmeJz H6 {
  color: #e43f3f;
}
.cid-usumSRmeJz H2 {
  color: #000000;
}
.cid-usumSRmeJz P {
  color: #000000;
}
.cid-usumSRzbiP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-usumSRzbiP #footer {
  padding: 0 0 25px 0;
}
.cid-usumSRzbiP #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-usumSRzbiP #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-usumSRzbiP #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-usumSRzbiP #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-usumSRzbiP #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-usumSRzbiP #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-usumSRzbiP #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-usumSRzbiP #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-usumSRzbiP #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-usumSRzbiP #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-usumSRzbiP #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-usumSRzbiP #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-usumSRzbiP #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-usumSRzbiP #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-usumSRzbiP #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-usumSRzbiP #footer .copyright {
  padding-top: 30px;
}
.cid-usumSRzbiP ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-usumSRzbiP H4 {
  color: #000000;
  text-align: left;
}
.cid-usumSRzbiP DIV {
  text-align: center;
  color: #fafafa;
}
.cid-usumSRzbiP P {
  color: #e43f3f;
  text-align: left;
}
.cid-usumSRzbiP div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-usumSRzbiP .copyright a {
  text-decoration: none !important;
}
.cid-usumSRzbiP .list,
.cid-usumSRzbiP .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-usumSRzbiP ul li a {
  text-decoration: none !important;
}
.cid-usumSRzbiP .list {
  color: #e43f3f;
}
.cid-usunfwqgo4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usunfwqgo4 nav.navbar {
  position: fixed;
}
.cid-usunfwqgo4 .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-usunfwqgo4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usunfwqgo4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usunfwqgo4 .dropdown-item:hover,
.cid-usunfwqgo4 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-usunfwqgo4 .dropdown-item:hover span {
  color: white;
}
.cid-usunfwqgo4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usunfwqgo4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usunfwqgo4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usunfwqgo4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usunfwqgo4 .nav-link {
  position: relative;
}
.cid-usunfwqgo4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usunfwqgo4 .container {
    flex-wrap: nowrap;
  }
}
.cid-usunfwqgo4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usunfwqgo4 .dropdown-menu,
.cid-usunfwqgo4 .navbar.opened {
  background: #e43f3f !important;
}
.cid-usunfwqgo4 .nav-item:focus,
.cid-usunfwqgo4 .nav-link:focus {
  outline: none;
}
.cid-usunfwqgo4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usunfwqgo4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usunfwqgo4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usunfwqgo4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usunfwqgo4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usunfwqgo4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usunfwqgo4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-usunfwqgo4 .navbar.opened {
  transition: all 0.3s;
}
.cid-usunfwqgo4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usunfwqgo4 .navbar .navbar-logo img {
  width: auto;
}
.cid-usunfwqgo4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usunfwqgo4 .navbar.collapsed {
  justify-content: center;
}
.cid-usunfwqgo4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usunfwqgo4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usunfwqgo4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-usunfwqgo4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usunfwqgo4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usunfwqgo4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-usunfwqgo4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usunfwqgo4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usunfwqgo4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usunfwqgo4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usunfwqgo4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usunfwqgo4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usunfwqgo4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usunfwqgo4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-usunfwqgo4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usunfwqgo4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usunfwqgo4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usunfwqgo4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usunfwqgo4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usunfwqgo4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usunfwqgo4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usunfwqgo4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-usunfwqgo4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usunfwqgo4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usunfwqgo4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usunfwqgo4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usunfwqgo4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usunfwqgo4 .dropdown-item.active,
.cid-usunfwqgo4 .dropdown-item:active {
  background-color: transparent;
}
.cid-usunfwqgo4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usunfwqgo4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usunfwqgo4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usunfwqgo4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-usunfwqgo4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usunfwqgo4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usunfwqgo4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usunfwqgo4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usunfwqgo4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usunfwqgo4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usunfwqgo4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usunfwqgo4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usunfwqgo4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usunfwqgo4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usunfwqgo4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usunfwqgo4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usunfwqgo4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usunfwqgo4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usunfwqgo4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usunfwqgo4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usunfwqgo4 .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-usunfwqgo4 .navbar {
    height: 70px;
  }
  .cid-usunfwqgo4 .navbar.opened {
    height: auto;
  }
  .cid-usunfwqgo4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usunfwRzx9 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usunfwRzx9 .row {
  flex-direction: row-reverse;
}
.cid-usunfwRzx9 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usunfwRzx9 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usunfwRzx9 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usunfwRzx9 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usunfwRzx9 .main-banner .left-content {
  margin-right: 15px;
}
.cid-usunfwRzx9 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usunfwRzx9 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usunfwRzx9 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usunfwRzx9 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usunfwRzx9 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usunfwRzx9 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usunfwRzx9 .main-banner:before {
    display: none;
  }
  .cid-usunfwRzx9 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usunfwRzx9 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usunfwRzx9 H6 {
  color: #e43f3f;
}
.cid-usunfwRzx9 H2 {
  color: #000000;
}
.cid-usunfx9LBO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-usunfx9LBO .mbr-section-title {
  color: #000000;
}
.cid-usunfxoQtP {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usunfxoQtP .container {
  padding: 0 5%;
}
.cid-usunfxoQtP #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usunfxoQtP #collapse-button:hover {
  background-color: #7787a5;
}
.cid-usunfxoQtP #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usunfxoQtP #expand-button:hover {
  background-color: #7787a5;
}
.cid-usunfxoQtP .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-usunfxoQtP .item:focus,
.cid-usunfxoQtP span:focus {
  outline: none;
}
.cid-usunfxoQtP .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-usunfxoQtP .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-usunfxoQtP .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-usunfxoQtP .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-usunfxoQtP .item {
    padding: 1.5rem;
  }
}
.cid-usunfxoQtP .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usunfxoQtP .item .item-icon {
    margin-top: 0;
  }
}
.cid-usunfxoQtP .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-usunfxoQtP .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-usunfxoQtP .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-usunfxoQtP .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-usunfxoQtP .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usunfxoQtP .item-title-wrapper {
    min-width: auto;
  }
}
.cid-usunfxoQtP .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-usunfxoQtP .item-content {
    margin-left: 0;
  }
}
.cid-usunfxoQtP .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-usunfxoQtP .item-title {
  color: #ffffff;
}
.cid-usunfxoQtP .mbr-text,
.cid-usunfxoQtP .item-icon {
  color: #ffffff;
}
.cid-usunfxoQtP .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-usunfxoQtP .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-usunfxoQtP .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-usunfxoQtP .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-usunfxoQtP .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-usunfxoQtP .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-usunfxoQtP .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-usunfxoQtP .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-usunfxoQtP .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-usunfxoQtP .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-usunfxoQtP .article-column1 {
    padding-right: 16px;
  }
}
.cid-usunfxoQtP .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-usunfxoQtP .article-column2 {
    padding-left: 16px;
  }
}
.cid-usunfxoQtP .mbr-section-subtitle,
.cid-usunfxoQtP .mbr-iconfont {
  color: #e082c5;
}
.cid-usunfxoQtP .mbr-section-subtitle {
  color: #000000;
}
.cid-usunfy0rAn {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usunfy0rAn p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usunfy0rAn .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usunfy0rAn .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usunfy0rAn .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usunfy0rAn .main-banner .left-content {
  margin-right: 15px;
}
.cid-usunfy0rAn .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usunfy0rAn .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usunfy0rAn .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usunfy0rAn .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usunfy0rAn .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usunfy0rAn .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usunfy0rAn .main-banner:before {
    display: none;
  }
  .cid-usunfy0rAn .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usunfy0rAn .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usunfy0rAn H6 {
  color: #e43f3f;
}
.cid-usunfy0rAn H2 {
  color: #000000;
}
.cid-usunfy0rAn P {
  color: #000000;
}
.cid-usunfyhvt4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-usunfyhvt4 #footer {
  padding: 0 0 25px 0;
}
.cid-usunfyhvt4 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-usunfyhvt4 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-usunfyhvt4 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-usunfyhvt4 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-usunfyhvt4 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-usunfyhvt4 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-usunfyhvt4 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-usunfyhvt4 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-usunfyhvt4 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-usunfyhvt4 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-usunfyhvt4 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-usunfyhvt4 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-usunfyhvt4 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-usunfyhvt4 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-usunfyhvt4 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-usunfyhvt4 #footer .copyright {
  padding-top: 30px;
}
.cid-usunfyhvt4 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-usunfyhvt4 H4 {
  color: #000000;
  text-align: left;
}
.cid-usunfyhvt4 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-usunfyhvt4 P {
  color: #e43f3f;
  text-align: left;
}
.cid-usunfyhvt4 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-usunfyhvt4 .copyright a {
  text-decoration: none !important;
}
.cid-usunfyhvt4 .list,
.cid-usunfyhvt4 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-usunfyhvt4 ul li a {
  text-decoration: none !important;
}
.cid-usunfyhvt4 .list {
  color: #e43f3f;
}
.cid-usuo41fypo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usuo41fypo nav.navbar {
  position: fixed;
}
.cid-usuo41fypo .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-usuo41fypo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usuo41fypo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usuo41fypo .dropdown-item:hover,
.cid-usuo41fypo .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-usuo41fypo .dropdown-item:hover span {
  color: white;
}
.cid-usuo41fypo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usuo41fypo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usuo41fypo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usuo41fypo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usuo41fypo .nav-link {
  position: relative;
}
.cid-usuo41fypo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usuo41fypo .container {
    flex-wrap: nowrap;
  }
}
.cid-usuo41fypo .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usuo41fypo .dropdown-menu,
.cid-usuo41fypo .navbar.opened {
  background: #e43f3f !important;
}
.cid-usuo41fypo .nav-item:focus,
.cid-usuo41fypo .nav-link:focus {
  outline: none;
}
.cid-usuo41fypo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usuo41fypo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usuo41fypo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usuo41fypo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usuo41fypo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usuo41fypo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usuo41fypo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-usuo41fypo .navbar.opened {
  transition: all 0.3s;
}
.cid-usuo41fypo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usuo41fypo .navbar .navbar-logo img {
  width: auto;
}
.cid-usuo41fypo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usuo41fypo .navbar.collapsed {
  justify-content: center;
}
.cid-usuo41fypo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usuo41fypo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usuo41fypo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-usuo41fypo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usuo41fypo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usuo41fypo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-usuo41fypo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usuo41fypo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usuo41fypo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usuo41fypo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usuo41fypo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usuo41fypo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usuo41fypo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usuo41fypo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-usuo41fypo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usuo41fypo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usuo41fypo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usuo41fypo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usuo41fypo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usuo41fypo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usuo41fypo .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usuo41fypo .navbar.navbar-short {
  min-height: 60px;
}
.cid-usuo41fypo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usuo41fypo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usuo41fypo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usuo41fypo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usuo41fypo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usuo41fypo .dropdown-item.active,
.cid-usuo41fypo .dropdown-item:active {
  background-color: transparent;
}
.cid-usuo41fypo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usuo41fypo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usuo41fypo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usuo41fypo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-usuo41fypo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usuo41fypo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usuo41fypo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usuo41fypo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usuo41fypo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usuo41fypo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usuo41fypo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usuo41fypo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usuo41fypo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usuo41fypo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usuo41fypo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usuo41fypo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usuo41fypo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usuo41fypo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usuo41fypo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usuo41fypo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usuo41fypo .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-usuo41fypo .navbar {
    height: 70px;
  }
  .cid-usuo41fypo .navbar.opened {
    height: auto;
  }
  .cid-usuo41fypo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usuo41vbcN {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usuo41vbcN .row {
  flex-direction: row-reverse;
}
.cid-usuo41vbcN p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usuo41vbcN .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usuo41vbcN .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usuo41vbcN .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usuo41vbcN .main-banner .left-content {
  margin-right: 15px;
}
.cid-usuo41vbcN .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usuo41vbcN .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usuo41vbcN .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usuo41vbcN .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usuo41vbcN .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usuo41vbcN .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usuo41vbcN .main-banner:before {
    display: none;
  }
  .cid-usuo41vbcN .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usuo41vbcN .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usuo41vbcN H6 {
  color: #e43f3f;
}
.cid-usuo41vbcN H2 {
  color: #000000;
}
.cid-usuo41JGTb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-usuo41JGTb .mbr-section-title {
  color: #000000;
}
.cid-usuo41XLJG {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usuo41XLJG .container {
  padding: 0 5%;
}
.cid-usuo41XLJG #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usuo41XLJG #collapse-button:hover {
  background-color: #7787a5;
}
.cid-usuo41XLJG #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usuo41XLJG #expand-button:hover {
  background-color: #7787a5;
}
.cid-usuo41XLJG .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-usuo41XLJG .item:focus,
.cid-usuo41XLJG span:focus {
  outline: none;
}
.cid-usuo41XLJG .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-usuo41XLJG .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-usuo41XLJG .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-usuo41XLJG .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-usuo41XLJG .item {
    padding: 1.5rem;
  }
}
.cid-usuo41XLJG .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usuo41XLJG .item .item-icon {
    margin-top: 0;
  }
}
.cid-usuo41XLJG .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-usuo41XLJG .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-usuo41XLJG .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-usuo41XLJG .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-usuo41XLJG .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usuo41XLJG .item-title-wrapper {
    min-width: auto;
  }
}
.cid-usuo41XLJG .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-usuo41XLJG .item-content {
    margin-left: 0;
  }
}
.cid-usuo41XLJG .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-usuo41XLJG .item-title {
  color: #ffffff;
}
.cid-usuo41XLJG .mbr-text,
.cid-usuo41XLJG .item-icon {
  color: #ffffff;
}
.cid-usuo41XLJG .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-usuo41XLJG .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-usuo41XLJG .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-usuo41XLJG .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-usuo41XLJG .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-usuo41XLJG .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-usuo41XLJG .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-usuo41XLJG .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-usuo41XLJG .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-usuo41XLJG .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-usuo41XLJG .article-column1 {
    padding-right: 16px;
  }
}
.cid-usuo41XLJG .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-usuo41XLJG .article-column2 {
    padding-left: 16px;
  }
}
.cid-usuo41XLJG .mbr-section-subtitle,
.cid-usuo41XLJG .mbr-iconfont {
  color: #e082c5;
}
.cid-usuo41XLJG .mbr-section-subtitle {
  color: #000000;
}
.cid-usuo42mEyb {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usuo42mEyb p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usuo42mEyb .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usuo42mEyb .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usuo42mEyb .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usuo42mEyb .main-banner .left-content {
  margin-right: 15px;
}
.cid-usuo42mEyb .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usuo42mEyb .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usuo42mEyb .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usuo42mEyb .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usuo42mEyb .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usuo42mEyb .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usuo42mEyb .main-banner:before {
    display: none;
  }
  .cid-usuo42mEyb .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usuo42mEyb .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usuo42mEyb H6 {
  color: #e43f3f;
}
.cid-usuo42mEyb H2 {
  color: #000000;
}
.cid-usuo42mEyb P {
  color: #000000;
}
.cid-usuo42z8zP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-usuo42z8zP #footer {
  padding: 0 0 25px 0;
}
.cid-usuo42z8zP #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-usuo42z8zP #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-usuo42z8zP #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-usuo42z8zP #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-usuo42z8zP #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-usuo42z8zP #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-usuo42z8zP #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-usuo42z8zP #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-usuo42z8zP #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-usuo42z8zP #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-usuo42z8zP #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-usuo42z8zP #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-usuo42z8zP #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-usuo42z8zP #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-usuo42z8zP #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-usuo42z8zP #footer .copyright {
  padding-top: 30px;
}
.cid-usuo42z8zP ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-usuo42z8zP H4 {
  color: #000000;
  text-align: left;
}
.cid-usuo42z8zP DIV {
  text-align: center;
  color: #fafafa;
}
.cid-usuo42z8zP P {
  color: #e43f3f;
  text-align: left;
}
.cid-usuo42z8zP div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-usuo42z8zP .copyright a {
  text-decoration: none !important;
}
.cid-usuo42z8zP .list,
.cid-usuo42z8zP .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-usuo42z8zP ul li a {
  text-decoration: none !important;
}
.cid-usuo42z8zP .list {
  color: #e43f3f;
}
.cid-usuosKXyLw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usuosKXyLw nav.navbar {
  position: fixed;
}
.cid-usuosKXyLw .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-usuosKXyLw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usuosKXyLw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usuosKXyLw .dropdown-item:hover,
.cid-usuosKXyLw .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-usuosKXyLw .dropdown-item:hover span {
  color: white;
}
.cid-usuosKXyLw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usuosKXyLw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usuosKXyLw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usuosKXyLw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usuosKXyLw .nav-link {
  position: relative;
}
.cid-usuosKXyLw .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usuosKXyLw .container {
    flex-wrap: nowrap;
  }
}
.cid-usuosKXyLw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usuosKXyLw .dropdown-menu,
.cid-usuosKXyLw .navbar.opened {
  background: #e43f3f !important;
}
.cid-usuosKXyLw .nav-item:focus,
.cid-usuosKXyLw .nav-link:focus {
  outline: none;
}
.cid-usuosKXyLw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usuosKXyLw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usuosKXyLw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usuosKXyLw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usuosKXyLw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usuosKXyLw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usuosKXyLw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-usuosKXyLw .navbar.opened {
  transition: all 0.3s;
}
.cid-usuosKXyLw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usuosKXyLw .navbar .navbar-logo img {
  width: auto;
}
.cid-usuosKXyLw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usuosKXyLw .navbar.collapsed {
  justify-content: center;
}
.cid-usuosKXyLw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usuosKXyLw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usuosKXyLw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-usuosKXyLw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usuosKXyLw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usuosKXyLw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-usuosKXyLw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usuosKXyLw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usuosKXyLw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usuosKXyLw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usuosKXyLw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usuosKXyLw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usuosKXyLw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usuosKXyLw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-usuosKXyLw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usuosKXyLw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usuosKXyLw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usuosKXyLw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usuosKXyLw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usuosKXyLw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usuosKXyLw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usuosKXyLw .navbar.navbar-short {
  min-height: 60px;
}
.cid-usuosKXyLw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usuosKXyLw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usuosKXyLw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usuosKXyLw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usuosKXyLw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usuosKXyLw .dropdown-item.active,
.cid-usuosKXyLw .dropdown-item:active {
  background-color: transparent;
}
.cid-usuosKXyLw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usuosKXyLw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usuosKXyLw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usuosKXyLw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-usuosKXyLw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usuosKXyLw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usuosKXyLw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usuosKXyLw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usuosKXyLw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usuosKXyLw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usuosKXyLw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usuosKXyLw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usuosKXyLw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usuosKXyLw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usuosKXyLw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usuosKXyLw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usuosKXyLw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usuosKXyLw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usuosKXyLw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usuosKXyLw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usuosKXyLw .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-usuosKXyLw .navbar {
    height: 70px;
  }
  .cid-usuosKXyLw .navbar.opened {
    height: auto;
  }
  .cid-usuosKXyLw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usuosLes8b {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usuosLes8b .row {
  flex-direction: row-reverse;
}
.cid-usuosLes8b p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usuosLes8b .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usuosLes8b .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usuosLes8b .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usuosLes8b .main-banner .left-content {
  margin-right: 15px;
}
.cid-usuosLes8b .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usuosLes8b .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usuosLes8b .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usuosLes8b .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usuosLes8b .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usuosLes8b .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usuosLes8b .main-banner:before {
    display: none;
  }
  .cid-usuosLes8b .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usuosLes8b .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usuosLes8b H6 {
  color: #e43f3f;
}
.cid-usuosLes8b H2 {
  color: #000000;
}
.cid-usuosLqv1l {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-usuosLqv1l .mbr-section-title {
  color: #000000;
}
.cid-usuosLCyrG {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usuosLCyrG .container {
  padding: 0 5%;
}
.cid-usuosLCyrG #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usuosLCyrG #collapse-button:hover {
  background-color: #7787a5;
}
.cid-usuosLCyrG #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usuosLCyrG #expand-button:hover {
  background-color: #7787a5;
}
.cid-usuosLCyrG .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-usuosLCyrG .item:focus,
.cid-usuosLCyrG span:focus {
  outline: none;
}
.cid-usuosLCyrG .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-usuosLCyrG .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-usuosLCyrG .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-usuosLCyrG .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-usuosLCyrG .item {
    padding: 1.5rem;
  }
}
.cid-usuosLCyrG .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usuosLCyrG .item .item-icon {
    margin-top: 0;
  }
}
.cid-usuosLCyrG .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-usuosLCyrG .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-usuosLCyrG .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-usuosLCyrG .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-usuosLCyrG .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usuosLCyrG .item-title-wrapper {
    min-width: auto;
  }
}
.cid-usuosLCyrG .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-usuosLCyrG .item-content {
    margin-left: 0;
  }
}
.cid-usuosLCyrG .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-usuosLCyrG .item-title {
  color: #ffffff;
}
.cid-usuosLCyrG .mbr-text,
.cid-usuosLCyrG .item-icon {
  color: #ffffff;
}
.cid-usuosLCyrG .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-usuosLCyrG .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-usuosLCyrG .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-usuosLCyrG .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-usuosLCyrG .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-usuosLCyrG .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-usuosLCyrG .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-usuosLCyrG .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-usuosLCyrG .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-usuosLCyrG .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-usuosLCyrG .article-column1 {
    padding-right: 16px;
  }
}
.cid-usuosLCyrG .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-usuosLCyrG .article-column2 {
    padding-left: 16px;
  }
}
.cid-usuosLCyrG .mbr-section-subtitle,
.cid-usuosLCyrG .mbr-iconfont {
  color: #e082c5;
}
.cid-usuosLCyrG .mbr-section-subtitle {
  color: #000000;
}
.cid-usuosM2RuX {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usuosM2RuX p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usuosM2RuX .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usuosM2RuX .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usuosM2RuX .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usuosM2RuX .main-banner .left-content {
  margin-right: 15px;
}
.cid-usuosM2RuX .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usuosM2RuX .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usuosM2RuX .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usuosM2RuX .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usuosM2RuX .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usuosM2RuX .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usuosM2RuX .main-banner:before {
    display: none;
  }
  .cid-usuosM2RuX .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usuosM2RuX .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usuosM2RuX H6 {
  color: #e43f3f;
}
.cid-usuosM2RuX H2 {
  color: #000000;
}
.cid-usuosM2RuX P {
  color: #000000;
}
.cid-usuosMhihX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-usuosMhihX #footer {
  padding: 0 0 25px 0;
}
.cid-usuosMhihX #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-usuosMhihX #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-usuosMhihX #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-usuosMhihX #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-usuosMhihX #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-usuosMhihX #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-usuosMhihX #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-usuosMhihX #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-usuosMhihX #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-usuosMhihX #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-usuosMhihX #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-usuosMhihX #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-usuosMhihX #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-usuosMhihX #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-usuosMhihX #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-usuosMhihX #footer .copyright {
  padding-top: 30px;
}
.cid-usuosMhihX ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-usuosMhihX H4 {
  color: #000000;
  text-align: left;
}
.cid-usuosMhihX DIV {
  text-align: center;
  color: #fafafa;
}
.cid-usuosMhihX P {
  color: #e43f3f;
  text-align: left;
}
.cid-usuosMhihX div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-usuosMhihX .copyright a {
  text-decoration: none !important;
}
.cid-usuosMhihX .list,
.cid-usuosMhihX .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-usuosMhihX ul li a {
  text-decoration: none !important;
}
.cid-usuosMhihX .list {
  color: #e43f3f;
}
.cid-usuoQlcOiS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usuoQlcOiS nav.navbar {
  position: fixed;
}
.cid-usuoQlcOiS .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-usuoQlcOiS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usuoQlcOiS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usuoQlcOiS .dropdown-item:hover,
.cid-usuoQlcOiS .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-usuoQlcOiS .dropdown-item:hover span {
  color: white;
}
.cid-usuoQlcOiS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usuoQlcOiS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usuoQlcOiS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usuoQlcOiS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usuoQlcOiS .nav-link {
  position: relative;
}
.cid-usuoQlcOiS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usuoQlcOiS .container {
    flex-wrap: nowrap;
  }
}
.cid-usuoQlcOiS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usuoQlcOiS .dropdown-menu,
.cid-usuoQlcOiS .navbar.opened {
  background: #e43f3f !important;
}
.cid-usuoQlcOiS .nav-item:focus,
.cid-usuoQlcOiS .nav-link:focus {
  outline: none;
}
.cid-usuoQlcOiS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usuoQlcOiS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usuoQlcOiS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usuoQlcOiS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usuoQlcOiS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usuoQlcOiS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usuoQlcOiS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-usuoQlcOiS .navbar.opened {
  transition: all 0.3s;
}
.cid-usuoQlcOiS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usuoQlcOiS .navbar .navbar-logo img {
  width: auto;
}
.cid-usuoQlcOiS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usuoQlcOiS .navbar.collapsed {
  justify-content: center;
}
.cid-usuoQlcOiS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usuoQlcOiS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usuoQlcOiS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-usuoQlcOiS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usuoQlcOiS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usuoQlcOiS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-usuoQlcOiS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usuoQlcOiS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usuoQlcOiS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usuoQlcOiS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usuoQlcOiS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usuoQlcOiS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usuoQlcOiS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usuoQlcOiS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-usuoQlcOiS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usuoQlcOiS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usuoQlcOiS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usuoQlcOiS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usuoQlcOiS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usuoQlcOiS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usuoQlcOiS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usuoQlcOiS .navbar.navbar-short {
  min-height: 60px;
}
.cid-usuoQlcOiS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usuoQlcOiS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usuoQlcOiS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usuoQlcOiS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usuoQlcOiS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usuoQlcOiS .dropdown-item.active,
.cid-usuoQlcOiS .dropdown-item:active {
  background-color: transparent;
}
.cid-usuoQlcOiS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usuoQlcOiS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usuoQlcOiS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usuoQlcOiS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-usuoQlcOiS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usuoQlcOiS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usuoQlcOiS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usuoQlcOiS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usuoQlcOiS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usuoQlcOiS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usuoQlcOiS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usuoQlcOiS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usuoQlcOiS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usuoQlcOiS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usuoQlcOiS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usuoQlcOiS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usuoQlcOiS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usuoQlcOiS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usuoQlcOiS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usuoQlcOiS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usuoQlcOiS .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-usuoQlcOiS .navbar {
    height: 70px;
  }
  .cid-usuoQlcOiS .navbar.opened {
    height: auto;
  }
  .cid-usuoQlcOiS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usuoQlsKYv {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usuoQlsKYv .row {
  flex-direction: row-reverse;
}
.cid-usuoQlsKYv p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usuoQlsKYv .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usuoQlsKYv .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usuoQlsKYv .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usuoQlsKYv .main-banner .left-content {
  margin-right: 15px;
}
.cid-usuoQlsKYv .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usuoQlsKYv .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usuoQlsKYv .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usuoQlsKYv .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usuoQlsKYv .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usuoQlsKYv .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usuoQlsKYv .main-banner:before {
    display: none;
  }
  .cid-usuoQlsKYv .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usuoQlsKYv .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usuoQlsKYv H6 {
  color: #e43f3f;
}
.cid-usuoQlsKYv H2 {
  color: #000000;
}
.cid-usuoQlHiqn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-usuoQlHiqn .mbr-section-title {
  color: #000000;
}
.cid-usuoQlT21w {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usuoQlT21w .container {
  padding: 0 5%;
}
.cid-usuoQlT21w #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usuoQlT21w #collapse-button:hover {
  background-color: #7787a5;
}
.cid-usuoQlT21w #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usuoQlT21w #expand-button:hover {
  background-color: #7787a5;
}
.cid-usuoQlT21w .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-usuoQlT21w .item:focus,
.cid-usuoQlT21w span:focus {
  outline: none;
}
.cid-usuoQlT21w .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-usuoQlT21w .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-usuoQlT21w .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-usuoQlT21w .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-usuoQlT21w .item {
    padding: 1.5rem;
  }
}
.cid-usuoQlT21w .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usuoQlT21w .item .item-icon {
    margin-top: 0;
  }
}
.cid-usuoQlT21w .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-usuoQlT21w .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-usuoQlT21w .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-usuoQlT21w .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-usuoQlT21w .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usuoQlT21w .item-title-wrapper {
    min-width: auto;
  }
}
.cid-usuoQlT21w .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-usuoQlT21w .item-content {
    margin-left: 0;
  }
}
.cid-usuoQlT21w .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-usuoQlT21w .item-title {
  color: #ffffff;
}
.cid-usuoQlT21w .mbr-text,
.cid-usuoQlT21w .item-icon {
  color: #ffffff;
}
.cid-usuoQlT21w .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-usuoQlT21w .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-usuoQlT21w .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-usuoQlT21w .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-usuoQlT21w .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-usuoQlT21w .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-usuoQlT21w .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-usuoQlT21w .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-usuoQlT21w .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-usuoQlT21w .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-usuoQlT21w .article-column1 {
    padding-right: 16px;
  }
}
.cid-usuoQlT21w .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-usuoQlT21w .article-column2 {
    padding-left: 16px;
  }
}
.cid-usuoQlT21w .mbr-section-subtitle,
.cid-usuoQlT21w .mbr-iconfont {
  color: #e082c5;
}
.cid-usuoQlT21w .mbr-section-subtitle {
  color: #000000;
}
.cid-usuoQmmhHP {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usuoQmmhHP p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usuoQmmhHP .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usuoQmmhHP .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usuoQmmhHP .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usuoQmmhHP .main-banner .left-content {
  margin-right: 15px;
}
.cid-usuoQmmhHP .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usuoQmmhHP .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usuoQmmhHP .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usuoQmmhHP .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usuoQmmhHP .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usuoQmmhHP .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usuoQmmhHP .main-banner:before {
    display: none;
  }
  .cid-usuoQmmhHP .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usuoQmmhHP .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usuoQmmhHP H6 {
  color: #e43f3f;
}
.cid-usuoQmmhHP H2 {
  color: #000000;
}
.cid-usuoQmmhHP P {
  color: #000000;
}
.cid-usuoQmAY9I {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-usuoQmAY9I #footer {
  padding: 0 0 25px 0;
}
.cid-usuoQmAY9I #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-usuoQmAY9I #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-usuoQmAY9I #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-usuoQmAY9I #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-usuoQmAY9I #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-usuoQmAY9I #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-usuoQmAY9I #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-usuoQmAY9I #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-usuoQmAY9I #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-usuoQmAY9I #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-usuoQmAY9I #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-usuoQmAY9I #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-usuoQmAY9I #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-usuoQmAY9I #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-usuoQmAY9I #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-usuoQmAY9I #footer .copyright {
  padding-top: 30px;
}
.cid-usuoQmAY9I ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-usuoQmAY9I H4 {
  color: #000000;
  text-align: left;
}
.cid-usuoQmAY9I DIV {
  text-align: center;
  color: #fafafa;
}
.cid-usuoQmAY9I P {
  color: #e43f3f;
  text-align: left;
}
.cid-usuoQmAY9I div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-usuoQmAY9I .copyright a {
  text-decoration: none !important;
}
.cid-usuoQmAY9I .list,
.cid-usuoQmAY9I .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-usuoQmAY9I ul li a {
  text-decoration: none !important;
}
.cid-usuoQmAY9I .list {
  color: #e43f3f;
}
.cid-usuMgkfv7n {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usuMgkfv7n nav.navbar {
  position: fixed;
}
.cid-usuMgkfv7n .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-usuMgkfv7n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usuMgkfv7n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usuMgkfv7n .dropdown-item:hover,
.cid-usuMgkfv7n .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-usuMgkfv7n .dropdown-item:hover span {
  color: white;
}
.cid-usuMgkfv7n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usuMgkfv7n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usuMgkfv7n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usuMgkfv7n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usuMgkfv7n .nav-link {
  position: relative;
}
.cid-usuMgkfv7n .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usuMgkfv7n .container {
    flex-wrap: nowrap;
  }
}
.cid-usuMgkfv7n .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usuMgkfv7n .dropdown-menu,
.cid-usuMgkfv7n .navbar.opened {
  background: #e43f3f !important;
}
.cid-usuMgkfv7n .nav-item:focus,
.cid-usuMgkfv7n .nav-link:focus {
  outline: none;
}
.cid-usuMgkfv7n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usuMgkfv7n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usuMgkfv7n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usuMgkfv7n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usuMgkfv7n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usuMgkfv7n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usuMgkfv7n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-usuMgkfv7n .navbar.opened {
  transition: all 0.3s;
}
.cid-usuMgkfv7n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usuMgkfv7n .navbar .navbar-logo img {
  width: auto;
}
.cid-usuMgkfv7n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usuMgkfv7n .navbar.collapsed {
  justify-content: center;
}
.cid-usuMgkfv7n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usuMgkfv7n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usuMgkfv7n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-usuMgkfv7n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usuMgkfv7n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usuMgkfv7n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-usuMgkfv7n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usuMgkfv7n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usuMgkfv7n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usuMgkfv7n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usuMgkfv7n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usuMgkfv7n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usuMgkfv7n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usuMgkfv7n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-usuMgkfv7n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usuMgkfv7n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usuMgkfv7n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usuMgkfv7n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usuMgkfv7n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usuMgkfv7n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usuMgkfv7n .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usuMgkfv7n .navbar.navbar-short {
  min-height: 60px;
}
.cid-usuMgkfv7n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usuMgkfv7n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usuMgkfv7n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usuMgkfv7n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usuMgkfv7n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usuMgkfv7n .dropdown-item.active,
.cid-usuMgkfv7n .dropdown-item:active {
  background-color: transparent;
}
.cid-usuMgkfv7n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usuMgkfv7n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usuMgkfv7n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usuMgkfv7n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-usuMgkfv7n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usuMgkfv7n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usuMgkfv7n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usuMgkfv7n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usuMgkfv7n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usuMgkfv7n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usuMgkfv7n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usuMgkfv7n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usuMgkfv7n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usuMgkfv7n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usuMgkfv7n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usuMgkfv7n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usuMgkfv7n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usuMgkfv7n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usuMgkfv7n .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usuMgkfv7n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usuMgkfv7n .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-usuMgkfv7n .navbar {
    height: 70px;
  }
  .cid-usuMgkfv7n .navbar.opened {
    height: auto;
  }
  .cid-usuMgkfv7n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usuMgkCSTT {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usuMgkCSTT .row {
  flex-direction: row-reverse;
}
.cid-usuMgkCSTT p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usuMgkCSTT .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usuMgkCSTT .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usuMgkCSTT .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usuMgkCSTT .main-banner .left-content {
  margin-right: 15px;
}
.cid-usuMgkCSTT .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usuMgkCSTT .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usuMgkCSTT .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usuMgkCSTT .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usuMgkCSTT .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usuMgkCSTT .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usuMgkCSTT .main-banner:before {
    display: none;
  }
  .cid-usuMgkCSTT .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usuMgkCSTT .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usuMgkCSTT H6 {
  color: #e43f3f;
}
.cid-usuMgkCSTT H2 {
  color: #000000;
}
.cid-usuMgkR5aW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-usuMgkR5aW .mbr-section-title {
  color: #000000;
}
.cid-usuMgl6EYb {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usuMgl6EYb .container {
  padding: 0 5%;
}
.cid-usuMgl6EYb #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usuMgl6EYb #collapse-button:hover {
  background-color: #7787a5;
}
.cid-usuMgl6EYb #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usuMgl6EYb #expand-button:hover {
  background-color: #7787a5;
}
.cid-usuMgl6EYb .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-usuMgl6EYb .item:focus,
.cid-usuMgl6EYb span:focus {
  outline: none;
}
.cid-usuMgl6EYb .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-usuMgl6EYb .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-usuMgl6EYb .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-usuMgl6EYb .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-usuMgl6EYb .item {
    padding: 1.5rem;
  }
}
.cid-usuMgl6EYb .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usuMgl6EYb .item .item-icon {
    margin-top: 0;
  }
}
.cid-usuMgl6EYb .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-usuMgl6EYb .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-usuMgl6EYb .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-usuMgl6EYb .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-usuMgl6EYb .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usuMgl6EYb .item-title-wrapper {
    min-width: auto;
  }
}
.cid-usuMgl6EYb .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-usuMgl6EYb .item-content {
    margin-left: 0;
  }
}
.cid-usuMgl6EYb .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-usuMgl6EYb .item-title {
  color: #ffffff;
}
.cid-usuMgl6EYb .mbr-text,
.cid-usuMgl6EYb .item-icon {
  color: #ffffff;
}
.cid-usuMgl6EYb .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-usuMgl6EYb .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-usuMgl6EYb .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-usuMgl6EYb .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-usuMgl6EYb .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-usuMgl6EYb .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-usuMgl6EYb .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-usuMgl6EYb .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-usuMgl6EYb .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-usuMgl6EYb .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-usuMgl6EYb .article-column1 {
    padding-right: 16px;
  }
}
.cid-usuMgl6EYb .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-usuMgl6EYb .article-column2 {
    padding-left: 16px;
  }
}
.cid-usuMgl6EYb .mbr-section-subtitle,
.cid-usuMgl6EYb .mbr-iconfont {
  color: #e082c5;
}
.cid-usuMgl6EYb .mbr-section-subtitle {
  color: #000000;
}
.cid-usuMglwcUU {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usuMglwcUU p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usuMglwcUU .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usuMglwcUU .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usuMglwcUU .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usuMglwcUU .main-banner .left-content {
  margin-right: 15px;
}
.cid-usuMglwcUU .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usuMglwcUU .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usuMglwcUU .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usuMglwcUU .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usuMglwcUU .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usuMglwcUU .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usuMglwcUU .main-banner:before {
    display: none;
  }
  .cid-usuMglwcUU .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usuMglwcUU .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usuMglwcUU H6 {
  color: #e43f3f;
}
.cid-usuMglwcUU H2 {
  color: #000000;
}
.cid-usuMglwcUU P {
  color: #000000;
}
.cid-usuMglKFMk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-usuMglKFMk #footer {
  padding: 0 0 25px 0;
}
.cid-usuMglKFMk #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-usuMglKFMk #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-usuMglKFMk #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-usuMglKFMk #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-usuMglKFMk #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-usuMglKFMk #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-usuMglKFMk #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-usuMglKFMk #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-usuMglKFMk #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-usuMglKFMk #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-usuMglKFMk #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-usuMglKFMk #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-usuMglKFMk #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-usuMglKFMk #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-usuMglKFMk #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-usuMglKFMk #footer .copyright {
  padding-top: 30px;
}
.cid-usuMglKFMk ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-usuMglKFMk H4 {
  color: #000000;
  text-align: left;
}
.cid-usuMglKFMk DIV {
  text-align: center;
  color: #fafafa;
}
.cid-usuMglKFMk P {
  color: #e43f3f;
  text-align: left;
}
.cid-usuMglKFMk div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-usuMglKFMk .copyright a {
  text-decoration: none !important;
}
.cid-usuMglKFMk .list,
.cid-usuMglKFMk .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-usuMglKFMk ul li a {
  text-decoration: none !important;
}
.cid-usuMglKFMk .list {
  color: #e43f3f;
}
.cid-usuMDZ4aJj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usuMDZ4aJj nav.navbar {
  position: fixed;
}
.cid-usuMDZ4aJj .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-usuMDZ4aJj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usuMDZ4aJj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usuMDZ4aJj .dropdown-item:hover,
.cid-usuMDZ4aJj .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-usuMDZ4aJj .dropdown-item:hover span {
  color: white;
}
.cid-usuMDZ4aJj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usuMDZ4aJj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usuMDZ4aJj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usuMDZ4aJj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usuMDZ4aJj .nav-link {
  position: relative;
}
.cid-usuMDZ4aJj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usuMDZ4aJj .container {
    flex-wrap: nowrap;
  }
}
.cid-usuMDZ4aJj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usuMDZ4aJj .dropdown-menu,
.cid-usuMDZ4aJj .navbar.opened {
  background: #e43f3f !important;
}
.cid-usuMDZ4aJj .nav-item:focus,
.cid-usuMDZ4aJj .nav-link:focus {
  outline: none;
}
.cid-usuMDZ4aJj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usuMDZ4aJj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usuMDZ4aJj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usuMDZ4aJj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usuMDZ4aJj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usuMDZ4aJj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usuMDZ4aJj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-usuMDZ4aJj .navbar.opened {
  transition: all 0.3s;
}
.cid-usuMDZ4aJj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usuMDZ4aJj .navbar .navbar-logo img {
  width: auto;
}
.cid-usuMDZ4aJj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usuMDZ4aJj .navbar.collapsed {
  justify-content: center;
}
.cid-usuMDZ4aJj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usuMDZ4aJj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usuMDZ4aJj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-usuMDZ4aJj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usuMDZ4aJj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usuMDZ4aJj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-usuMDZ4aJj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usuMDZ4aJj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usuMDZ4aJj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usuMDZ4aJj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usuMDZ4aJj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usuMDZ4aJj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usuMDZ4aJj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usuMDZ4aJj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-usuMDZ4aJj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usuMDZ4aJj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usuMDZ4aJj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usuMDZ4aJj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usuMDZ4aJj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usuMDZ4aJj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usuMDZ4aJj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usuMDZ4aJj .navbar.navbar-short {
  min-height: 60px;
}
.cid-usuMDZ4aJj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usuMDZ4aJj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usuMDZ4aJj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usuMDZ4aJj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usuMDZ4aJj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usuMDZ4aJj .dropdown-item.active,
.cid-usuMDZ4aJj .dropdown-item:active {
  background-color: transparent;
}
.cid-usuMDZ4aJj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usuMDZ4aJj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usuMDZ4aJj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usuMDZ4aJj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-usuMDZ4aJj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usuMDZ4aJj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usuMDZ4aJj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usuMDZ4aJj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usuMDZ4aJj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usuMDZ4aJj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usuMDZ4aJj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usuMDZ4aJj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usuMDZ4aJj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usuMDZ4aJj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usuMDZ4aJj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usuMDZ4aJj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usuMDZ4aJj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usuMDZ4aJj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usuMDZ4aJj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usuMDZ4aJj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usuMDZ4aJj .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-usuMDZ4aJj .navbar {
    height: 70px;
  }
  .cid-usuMDZ4aJj .navbar.opened {
    height: auto;
  }
  .cid-usuMDZ4aJj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usuMDZnTrn {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usuMDZnTrn .row {
  flex-direction: row-reverse;
}
.cid-usuMDZnTrn p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usuMDZnTrn .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usuMDZnTrn .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usuMDZnTrn .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usuMDZnTrn .main-banner .left-content {
  margin-right: 15px;
}
.cid-usuMDZnTrn .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usuMDZnTrn .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usuMDZnTrn .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usuMDZnTrn .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usuMDZnTrn .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usuMDZnTrn .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usuMDZnTrn .main-banner:before {
    display: none;
  }
  .cid-usuMDZnTrn .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usuMDZnTrn .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usuMDZnTrn H6 {
  color: #e43f3f;
}
.cid-usuMDZnTrn H2 {
  color: #000000;
}
.cid-usuMDZATmw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-usuMDZATmw .mbr-section-title {
  color: #000000;
}
.cid-usuMDZOv2O {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usuMDZOv2O .container {
  padding: 0 5%;
}
.cid-usuMDZOv2O #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usuMDZOv2O #collapse-button:hover {
  background-color: #7787a5;
}
.cid-usuMDZOv2O #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usuMDZOv2O #expand-button:hover {
  background-color: #7787a5;
}
.cid-usuMDZOv2O .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-usuMDZOv2O .item:focus,
.cid-usuMDZOv2O span:focus {
  outline: none;
}
.cid-usuMDZOv2O .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-usuMDZOv2O .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-usuMDZOv2O .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-usuMDZOv2O .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-usuMDZOv2O .item {
    padding: 1.5rem;
  }
}
.cid-usuMDZOv2O .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usuMDZOv2O .item .item-icon {
    margin-top: 0;
  }
}
.cid-usuMDZOv2O .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-usuMDZOv2O .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-usuMDZOv2O .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-usuMDZOv2O .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-usuMDZOv2O .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usuMDZOv2O .item-title-wrapper {
    min-width: auto;
  }
}
.cid-usuMDZOv2O .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-usuMDZOv2O .item-content {
    margin-left: 0;
  }
}
.cid-usuMDZOv2O .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-usuMDZOv2O .item-title {
  color: #ffffff;
}
.cid-usuMDZOv2O .mbr-text,
.cid-usuMDZOv2O .item-icon {
  color: #ffffff;
}
.cid-usuMDZOv2O .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-usuMDZOv2O .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-usuMDZOv2O .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-usuMDZOv2O .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-usuMDZOv2O .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-usuMDZOv2O .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-usuMDZOv2O .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-usuMDZOv2O .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-usuMDZOv2O .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-usuMDZOv2O .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-usuMDZOv2O .article-column1 {
    padding-right: 16px;
  }
}
.cid-usuMDZOv2O .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-usuMDZOv2O .article-column2 {
    padding-left: 16px;
  }
}
.cid-usuMDZOv2O .mbr-section-subtitle,
.cid-usuMDZOv2O .mbr-iconfont {
  color: #e082c5;
}
.cid-usuMDZOv2O .mbr-section-subtitle {
  color: #000000;
}
.cid-usuME0jdyD {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usuME0jdyD p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usuME0jdyD .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usuME0jdyD .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usuME0jdyD .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usuME0jdyD .main-banner .left-content {
  margin-right: 15px;
}
.cid-usuME0jdyD .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usuME0jdyD .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usuME0jdyD .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usuME0jdyD .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usuME0jdyD .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usuME0jdyD .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usuME0jdyD .main-banner:before {
    display: none;
  }
  .cid-usuME0jdyD .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usuME0jdyD .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usuME0jdyD H6 {
  color: #e43f3f;
}
.cid-usuME0jdyD H2 {
  color: #000000;
}
.cid-usuME0jdyD P {
  color: #000000;
}
.cid-usuME0wgh8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-usuME0wgh8 #footer {
  padding: 0 0 25px 0;
}
.cid-usuME0wgh8 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-usuME0wgh8 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-usuME0wgh8 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-usuME0wgh8 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-usuME0wgh8 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-usuME0wgh8 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-usuME0wgh8 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-usuME0wgh8 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-usuME0wgh8 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-usuME0wgh8 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-usuME0wgh8 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-usuME0wgh8 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-usuME0wgh8 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-usuME0wgh8 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-usuME0wgh8 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-usuME0wgh8 #footer .copyright {
  padding-top: 30px;
}
.cid-usuME0wgh8 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-usuME0wgh8 H4 {
  color: #000000;
  text-align: left;
}
.cid-usuME0wgh8 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-usuME0wgh8 P {
  color: #e43f3f;
  text-align: left;
}
.cid-usuME0wgh8 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-usuME0wgh8 .copyright a {
  text-decoration: none !important;
}
.cid-usuME0wgh8 .list,
.cid-usuME0wgh8 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-usuME0wgh8 ul li a {
  text-decoration: none !important;
}
.cid-usuME0wgh8 .list {
  color: #e43f3f;
}
.cid-usuNjeAxN9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usuNjeAxN9 nav.navbar {
  position: fixed;
}
.cid-usuNjeAxN9 .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-usuNjeAxN9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usuNjeAxN9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usuNjeAxN9 .dropdown-item:hover,
.cid-usuNjeAxN9 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-usuNjeAxN9 .dropdown-item:hover span {
  color: white;
}
.cid-usuNjeAxN9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usuNjeAxN9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usuNjeAxN9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usuNjeAxN9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usuNjeAxN9 .nav-link {
  position: relative;
}
.cid-usuNjeAxN9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usuNjeAxN9 .container {
    flex-wrap: nowrap;
  }
}
.cid-usuNjeAxN9 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usuNjeAxN9 .dropdown-menu,
.cid-usuNjeAxN9 .navbar.opened {
  background: #e43f3f !important;
}
.cid-usuNjeAxN9 .nav-item:focus,
.cid-usuNjeAxN9 .nav-link:focus {
  outline: none;
}
.cid-usuNjeAxN9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usuNjeAxN9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usuNjeAxN9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usuNjeAxN9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usuNjeAxN9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usuNjeAxN9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usuNjeAxN9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-usuNjeAxN9 .navbar.opened {
  transition: all 0.3s;
}
.cid-usuNjeAxN9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usuNjeAxN9 .navbar .navbar-logo img {
  width: auto;
}
.cid-usuNjeAxN9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usuNjeAxN9 .navbar.collapsed {
  justify-content: center;
}
.cid-usuNjeAxN9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usuNjeAxN9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usuNjeAxN9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-usuNjeAxN9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usuNjeAxN9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usuNjeAxN9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-usuNjeAxN9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usuNjeAxN9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usuNjeAxN9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usuNjeAxN9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usuNjeAxN9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usuNjeAxN9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usuNjeAxN9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usuNjeAxN9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-usuNjeAxN9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usuNjeAxN9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usuNjeAxN9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usuNjeAxN9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usuNjeAxN9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usuNjeAxN9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usuNjeAxN9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usuNjeAxN9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-usuNjeAxN9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usuNjeAxN9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usuNjeAxN9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usuNjeAxN9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usuNjeAxN9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usuNjeAxN9 .dropdown-item.active,
.cid-usuNjeAxN9 .dropdown-item:active {
  background-color: transparent;
}
.cid-usuNjeAxN9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usuNjeAxN9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usuNjeAxN9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usuNjeAxN9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-usuNjeAxN9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usuNjeAxN9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usuNjeAxN9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usuNjeAxN9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usuNjeAxN9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usuNjeAxN9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usuNjeAxN9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usuNjeAxN9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usuNjeAxN9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usuNjeAxN9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usuNjeAxN9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usuNjeAxN9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usuNjeAxN9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usuNjeAxN9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usuNjeAxN9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usuNjeAxN9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usuNjeAxN9 .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-usuNjeAxN9 .navbar {
    height: 70px;
  }
  .cid-usuNjeAxN9 .navbar.opened {
    height: auto;
  }
  .cid-usuNjeAxN9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usuNjeTr4L {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usuNjeTr4L .row {
  flex-direction: row-reverse;
}
.cid-usuNjeTr4L p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usuNjeTr4L .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usuNjeTr4L .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usuNjeTr4L .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usuNjeTr4L .main-banner .left-content {
  margin-right: 15px;
}
.cid-usuNjeTr4L .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usuNjeTr4L .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usuNjeTr4L .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usuNjeTr4L .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usuNjeTr4L .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usuNjeTr4L .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usuNjeTr4L .main-banner:before {
    display: none;
  }
  .cid-usuNjeTr4L .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usuNjeTr4L .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usuNjeTr4L H6 {
  color: #e43f3f;
}
.cid-usuNjeTr4L H2 {
  color: #000000;
}
.cid-usuNjf90ZT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-usuNjf90ZT .mbr-section-title {
  color: #000000;
}
.cid-usuNjfmCbO {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usuNjfmCbO .container {
  padding: 0 5%;
}
.cid-usuNjfmCbO #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usuNjfmCbO #collapse-button:hover {
  background-color: #7787a5;
}
.cid-usuNjfmCbO #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usuNjfmCbO #expand-button:hover {
  background-color: #7787a5;
}
.cid-usuNjfmCbO .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-usuNjfmCbO .item:focus,
.cid-usuNjfmCbO span:focus {
  outline: none;
}
.cid-usuNjfmCbO .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-usuNjfmCbO .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-usuNjfmCbO .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-usuNjfmCbO .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-usuNjfmCbO .item {
    padding: 1.5rem;
  }
}
.cid-usuNjfmCbO .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usuNjfmCbO .item .item-icon {
    margin-top: 0;
  }
}
.cid-usuNjfmCbO .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-usuNjfmCbO .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-usuNjfmCbO .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-usuNjfmCbO .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-usuNjfmCbO .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usuNjfmCbO .item-title-wrapper {
    min-width: auto;
  }
}
.cid-usuNjfmCbO .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-usuNjfmCbO .item-content {
    margin-left: 0;
  }
}
.cid-usuNjfmCbO .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-usuNjfmCbO .item-title {
  color: #ffffff;
}
.cid-usuNjfmCbO .mbr-text,
.cid-usuNjfmCbO .item-icon {
  color: #ffffff;
}
.cid-usuNjfmCbO .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-usuNjfmCbO .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-usuNjfmCbO .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-usuNjfmCbO .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-usuNjfmCbO .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-usuNjfmCbO .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-usuNjfmCbO .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-usuNjfmCbO .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-usuNjfmCbO .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-usuNjfmCbO .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-usuNjfmCbO .article-column1 {
    padding-right: 16px;
  }
}
.cid-usuNjfmCbO .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-usuNjfmCbO .article-column2 {
    padding-left: 16px;
  }
}
.cid-usuNjfmCbO .mbr-section-subtitle,
.cid-usuNjfmCbO .mbr-iconfont {
  color: #e082c5;
}
.cid-usuNjfmCbO .mbr-section-subtitle {
  color: #000000;
}
.cid-usuNjfRNr0 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usuNjfRNr0 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usuNjfRNr0 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usuNjfRNr0 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usuNjfRNr0 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usuNjfRNr0 .main-banner .left-content {
  margin-right: 15px;
}
.cid-usuNjfRNr0 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usuNjfRNr0 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usuNjfRNr0 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usuNjfRNr0 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usuNjfRNr0 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usuNjfRNr0 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usuNjfRNr0 .main-banner:before {
    display: none;
  }
  .cid-usuNjfRNr0 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usuNjfRNr0 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usuNjfRNr0 H6 {
  color: #e43f3f;
}
.cid-usuNjfRNr0 H2 {
  color: #000000;
}
.cid-usuNjfRNr0 P {
  color: #000000;
}
.cid-usuNjg7QwK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-usuNjg7QwK #footer {
  padding: 0 0 25px 0;
}
.cid-usuNjg7QwK #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-usuNjg7QwK #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-usuNjg7QwK #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-usuNjg7QwK #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-usuNjg7QwK #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-usuNjg7QwK #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-usuNjg7QwK #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-usuNjg7QwK #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-usuNjg7QwK #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-usuNjg7QwK #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-usuNjg7QwK #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-usuNjg7QwK #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-usuNjg7QwK #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-usuNjg7QwK #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-usuNjg7QwK #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-usuNjg7QwK #footer .copyright {
  padding-top: 30px;
}
.cid-usuNjg7QwK ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-usuNjg7QwK H4 {
  color: #000000;
  text-align: left;
}
.cid-usuNjg7QwK DIV {
  text-align: center;
  color: #fafafa;
}
.cid-usuNjg7QwK P {
  color: #e43f3f;
  text-align: left;
}
.cid-usuNjg7QwK div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-usuNjg7QwK .copyright a {
  text-decoration: none !important;
}
.cid-usuNjg7QwK .list,
.cid-usuNjg7QwK .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-usuNjg7QwK ul li a {
  text-decoration: none !important;
}
.cid-usuNjg7QwK .list {
  color: #e43f3f;
}
.cid-usuNGF2WJz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usuNGF2WJz nav.navbar {
  position: fixed;
}
.cid-usuNGF2WJz .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-usuNGF2WJz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usuNGF2WJz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usuNGF2WJz .dropdown-item:hover,
.cid-usuNGF2WJz .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-usuNGF2WJz .dropdown-item:hover span {
  color: white;
}
.cid-usuNGF2WJz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usuNGF2WJz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usuNGF2WJz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usuNGF2WJz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usuNGF2WJz .nav-link {
  position: relative;
}
.cid-usuNGF2WJz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usuNGF2WJz .container {
    flex-wrap: nowrap;
  }
}
.cid-usuNGF2WJz .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usuNGF2WJz .dropdown-menu,
.cid-usuNGF2WJz .navbar.opened {
  background: #e43f3f !important;
}
.cid-usuNGF2WJz .nav-item:focus,
.cid-usuNGF2WJz .nav-link:focus {
  outline: none;
}
.cid-usuNGF2WJz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usuNGF2WJz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usuNGF2WJz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usuNGF2WJz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usuNGF2WJz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usuNGF2WJz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usuNGF2WJz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-usuNGF2WJz .navbar.opened {
  transition: all 0.3s;
}
.cid-usuNGF2WJz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usuNGF2WJz .navbar .navbar-logo img {
  width: auto;
}
.cid-usuNGF2WJz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usuNGF2WJz .navbar.collapsed {
  justify-content: center;
}
.cid-usuNGF2WJz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usuNGF2WJz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usuNGF2WJz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-usuNGF2WJz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usuNGF2WJz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usuNGF2WJz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-usuNGF2WJz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usuNGF2WJz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usuNGF2WJz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usuNGF2WJz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usuNGF2WJz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usuNGF2WJz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usuNGF2WJz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usuNGF2WJz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-usuNGF2WJz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usuNGF2WJz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usuNGF2WJz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usuNGF2WJz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usuNGF2WJz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usuNGF2WJz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usuNGF2WJz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usuNGF2WJz .navbar.navbar-short {
  min-height: 60px;
}
.cid-usuNGF2WJz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usuNGF2WJz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usuNGF2WJz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usuNGF2WJz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usuNGF2WJz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usuNGF2WJz .dropdown-item.active,
.cid-usuNGF2WJz .dropdown-item:active {
  background-color: transparent;
}
.cid-usuNGF2WJz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usuNGF2WJz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usuNGF2WJz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usuNGF2WJz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-usuNGF2WJz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usuNGF2WJz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usuNGF2WJz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usuNGF2WJz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usuNGF2WJz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usuNGF2WJz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usuNGF2WJz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usuNGF2WJz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usuNGF2WJz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usuNGF2WJz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usuNGF2WJz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usuNGF2WJz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usuNGF2WJz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usuNGF2WJz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usuNGF2WJz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usuNGF2WJz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usuNGF2WJz .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-usuNGF2WJz .navbar {
    height: 70px;
  }
  .cid-usuNGF2WJz .navbar.opened {
    height: auto;
  }
  .cid-usuNGF2WJz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usuNGFlKqv {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usuNGFlKqv .row {
  flex-direction: row-reverse;
}
.cid-usuNGFlKqv p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usuNGFlKqv .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usuNGFlKqv .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usuNGFlKqv .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usuNGFlKqv .main-banner .left-content {
  margin-right: 15px;
}
.cid-usuNGFlKqv .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usuNGFlKqv .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usuNGFlKqv .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usuNGFlKqv .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usuNGFlKqv .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usuNGFlKqv .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usuNGFlKqv .main-banner:before {
    display: none;
  }
  .cid-usuNGFlKqv .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usuNGFlKqv .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usuNGFlKqv H6 {
  color: #e43f3f;
}
.cid-usuNGFlKqv H2 {
  color: #000000;
}
.cid-usuNGFB1xT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-usuNGFB1xT .mbr-section-title {
  color: #000000;
}
.cid-usuNGFOQeJ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usuNGFOQeJ .container {
  padding: 0 5%;
}
.cid-usuNGFOQeJ #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usuNGFOQeJ #collapse-button:hover {
  background-color: #7787a5;
}
.cid-usuNGFOQeJ #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usuNGFOQeJ #expand-button:hover {
  background-color: #7787a5;
}
.cid-usuNGFOQeJ .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-usuNGFOQeJ .item:focus,
.cid-usuNGFOQeJ span:focus {
  outline: none;
}
.cid-usuNGFOQeJ .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-usuNGFOQeJ .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-usuNGFOQeJ .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-usuNGFOQeJ .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-usuNGFOQeJ .item {
    padding: 1.5rem;
  }
}
.cid-usuNGFOQeJ .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usuNGFOQeJ .item .item-icon {
    margin-top: 0;
  }
}
.cid-usuNGFOQeJ .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-usuNGFOQeJ .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-usuNGFOQeJ .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-usuNGFOQeJ .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-usuNGFOQeJ .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usuNGFOQeJ .item-title-wrapper {
    min-width: auto;
  }
}
.cid-usuNGFOQeJ .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-usuNGFOQeJ .item-content {
    margin-left: 0;
  }
}
.cid-usuNGFOQeJ .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-usuNGFOQeJ .item-title {
  color: #ffffff;
}
.cid-usuNGFOQeJ .mbr-text,
.cid-usuNGFOQeJ .item-icon {
  color: #ffffff;
}
.cid-usuNGFOQeJ .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-usuNGFOQeJ .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-usuNGFOQeJ .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-usuNGFOQeJ .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-usuNGFOQeJ .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-usuNGFOQeJ .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-usuNGFOQeJ .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-usuNGFOQeJ .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-usuNGFOQeJ .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-usuNGFOQeJ .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-usuNGFOQeJ .article-column1 {
    padding-right: 16px;
  }
}
.cid-usuNGFOQeJ .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-usuNGFOQeJ .article-column2 {
    padding-left: 16px;
  }
}
.cid-usuNGFOQeJ .mbr-section-subtitle,
.cid-usuNGFOQeJ .mbr-iconfont {
  color: #e082c5;
}
.cid-usuNGFOQeJ .mbr-section-subtitle {
  color: #000000;
}
.cid-usuNGGgmKf {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usuNGGgmKf p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usuNGGgmKf .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usuNGGgmKf .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usuNGGgmKf .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usuNGGgmKf .main-banner .left-content {
  margin-right: 15px;
}
.cid-usuNGGgmKf .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usuNGGgmKf .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usuNGGgmKf .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usuNGGgmKf .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usuNGGgmKf .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usuNGGgmKf .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usuNGGgmKf .main-banner:before {
    display: none;
  }
  .cid-usuNGGgmKf .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usuNGGgmKf .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usuNGGgmKf H6 {
  color: #e43f3f;
}
.cid-usuNGGgmKf H2 {
  color: #000000;
}
.cid-usuNGGgmKf P {
  color: #000000;
}
.cid-usuNGGu6PU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-usuNGGu6PU #footer {
  padding: 0 0 25px 0;
}
.cid-usuNGGu6PU #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-usuNGGu6PU #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-usuNGGu6PU #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-usuNGGu6PU #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-usuNGGu6PU #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-usuNGGu6PU #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-usuNGGu6PU #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-usuNGGu6PU #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-usuNGGu6PU #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-usuNGGu6PU #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-usuNGGu6PU #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-usuNGGu6PU #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-usuNGGu6PU #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-usuNGGu6PU #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-usuNGGu6PU #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-usuNGGu6PU #footer .copyright {
  padding-top: 30px;
}
.cid-usuNGGu6PU ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-usuNGGu6PU H4 {
  color: #000000;
  text-align: left;
}
.cid-usuNGGu6PU DIV {
  text-align: center;
  color: #fafafa;
}
.cid-usuNGGu6PU P {
  color: #e43f3f;
  text-align: left;
}
.cid-usuNGGu6PU div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-usuNGGu6PU .copyright a {
  text-decoration: none !important;
}
.cid-usuNGGu6PU .list,
.cid-usuNGGu6PU .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-usuNGGu6PU ul li a {
  text-decoration: none !important;
}
.cid-usuNGGu6PU .list {
  color: #e43f3f;
}
.cid-usuO3R35z8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usuO3R35z8 nav.navbar {
  position: fixed;
}
.cid-usuO3R35z8 .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-usuO3R35z8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usuO3R35z8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usuO3R35z8 .dropdown-item:hover,
.cid-usuO3R35z8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-usuO3R35z8 .dropdown-item:hover span {
  color: white;
}
.cid-usuO3R35z8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usuO3R35z8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usuO3R35z8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usuO3R35z8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usuO3R35z8 .nav-link {
  position: relative;
}
.cid-usuO3R35z8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usuO3R35z8 .container {
    flex-wrap: nowrap;
  }
}
.cid-usuO3R35z8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usuO3R35z8 .dropdown-menu,
.cid-usuO3R35z8 .navbar.opened {
  background: #e43f3f !important;
}
.cid-usuO3R35z8 .nav-item:focus,
.cid-usuO3R35z8 .nav-link:focus {
  outline: none;
}
.cid-usuO3R35z8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usuO3R35z8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usuO3R35z8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usuO3R35z8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usuO3R35z8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usuO3R35z8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usuO3R35z8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-usuO3R35z8 .navbar.opened {
  transition: all 0.3s;
}
.cid-usuO3R35z8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usuO3R35z8 .navbar .navbar-logo img {
  width: auto;
}
.cid-usuO3R35z8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usuO3R35z8 .navbar.collapsed {
  justify-content: center;
}
.cid-usuO3R35z8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usuO3R35z8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usuO3R35z8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-usuO3R35z8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usuO3R35z8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usuO3R35z8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-usuO3R35z8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usuO3R35z8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usuO3R35z8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usuO3R35z8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usuO3R35z8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usuO3R35z8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usuO3R35z8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usuO3R35z8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-usuO3R35z8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usuO3R35z8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usuO3R35z8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usuO3R35z8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usuO3R35z8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usuO3R35z8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usuO3R35z8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usuO3R35z8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-usuO3R35z8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usuO3R35z8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usuO3R35z8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usuO3R35z8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usuO3R35z8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usuO3R35z8 .dropdown-item.active,
.cid-usuO3R35z8 .dropdown-item:active {
  background-color: transparent;
}
.cid-usuO3R35z8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usuO3R35z8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usuO3R35z8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usuO3R35z8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-usuO3R35z8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usuO3R35z8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usuO3R35z8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usuO3R35z8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usuO3R35z8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usuO3R35z8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usuO3R35z8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usuO3R35z8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usuO3R35z8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usuO3R35z8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usuO3R35z8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usuO3R35z8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usuO3R35z8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usuO3R35z8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usuO3R35z8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usuO3R35z8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usuO3R35z8 .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-usuO3R35z8 .navbar {
    height: 70px;
  }
  .cid-usuO3R35z8 .navbar.opened {
    height: auto;
  }
  .cid-usuO3R35z8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usuO3RjsM5 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usuO3RjsM5 .row {
  flex-direction: row-reverse;
}
.cid-usuO3RjsM5 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usuO3RjsM5 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usuO3RjsM5 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usuO3RjsM5 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usuO3RjsM5 .main-banner .left-content {
  margin-right: 15px;
}
.cid-usuO3RjsM5 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usuO3RjsM5 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usuO3RjsM5 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usuO3RjsM5 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usuO3RjsM5 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usuO3RjsM5 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usuO3RjsM5 .main-banner:before {
    display: none;
  }
  .cid-usuO3RjsM5 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usuO3RjsM5 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usuO3RjsM5 H6 {
  color: #e43f3f;
}
.cid-usuO3RjsM5 H2 {
  color: #000000;
}
.cid-usuO3RwIVr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-usuO3RwIVr .mbr-section-title {
  color: #000000;
}
.cid-usuO3RH1sB {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usuO3RH1sB .container {
  padding: 0 5%;
}
.cid-usuO3RH1sB #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usuO3RH1sB #collapse-button:hover {
  background-color: #7787a5;
}
.cid-usuO3RH1sB #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usuO3RH1sB #expand-button:hover {
  background-color: #7787a5;
}
.cid-usuO3RH1sB .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-usuO3RH1sB .item:focus,
.cid-usuO3RH1sB span:focus {
  outline: none;
}
.cid-usuO3RH1sB .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-usuO3RH1sB .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-usuO3RH1sB .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-usuO3RH1sB .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-usuO3RH1sB .item {
    padding: 1.5rem;
  }
}
.cid-usuO3RH1sB .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usuO3RH1sB .item .item-icon {
    margin-top: 0;
  }
}
.cid-usuO3RH1sB .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-usuO3RH1sB .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-usuO3RH1sB .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-usuO3RH1sB .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-usuO3RH1sB .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usuO3RH1sB .item-title-wrapper {
    min-width: auto;
  }
}
.cid-usuO3RH1sB .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-usuO3RH1sB .item-content {
    margin-left: 0;
  }
}
.cid-usuO3RH1sB .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-usuO3RH1sB .item-title {
  color: #ffffff;
}
.cid-usuO3RH1sB .mbr-text,
.cid-usuO3RH1sB .item-icon {
  color: #ffffff;
}
.cid-usuO3RH1sB .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-usuO3RH1sB .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-usuO3RH1sB .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-usuO3RH1sB .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-usuO3RH1sB .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-usuO3RH1sB .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-usuO3RH1sB .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-usuO3RH1sB .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-usuO3RH1sB .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-usuO3RH1sB .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-usuO3RH1sB .article-column1 {
    padding-right: 16px;
  }
}
.cid-usuO3RH1sB .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-usuO3RH1sB .article-column2 {
    padding-left: 16px;
  }
}
.cid-usuO3RH1sB .mbr-section-subtitle,
.cid-usuO3RH1sB .mbr-iconfont {
  color: #e082c5;
}
.cid-usuO3RH1sB .mbr-section-subtitle {
  color: #000000;
}
.cid-usuO3S9yQ4 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usuO3S9yQ4 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usuO3S9yQ4 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usuO3S9yQ4 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usuO3S9yQ4 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usuO3S9yQ4 .main-banner .left-content {
  margin-right: 15px;
}
.cid-usuO3S9yQ4 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usuO3S9yQ4 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usuO3S9yQ4 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usuO3S9yQ4 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usuO3S9yQ4 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usuO3S9yQ4 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usuO3S9yQ4 .main-banner:before {
    display: none;
  }
  .cid-usuO3S9yQ4 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usuO3S9yQ4 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usuO3S9yQ4 H6 {
  color: #e43f3f;
}
.cid-usuO3S9yQ4 H2 {
  color: #000000;
}
.cid-usuO3S9yQ4 P {
  color: #000000;
}
.cid-usuO3SnQ7C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-usuO3SnQ7C #footer {
  padding: 0 0 25px 0;
}
.cid-usuO3SnQ7C #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-usuO3SnQ7C #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-usuO3SnQ7C #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-usuO3SnQ7C #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-usuO3SnQ7C #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-usuO3SnQ7C #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-usuO3SnQ7C #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-usuO3SnQ7C #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-usuO3SnQ7C #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-usuO3SnQ7C #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-usuO3SnQ7C #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-usuO3SnQ7C #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-usuO3SnQ7C #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-usuO3SnQ7C #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-usuO3SnQ7C #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-usuO3SnQ7C #footer .copyright {
  padding-top: 30px;
}
.cid-usuO3SnQ7C ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-usuO3SnQ7C H4 {
  color: #000000;
  text-align: left;
}
.cid-usuO3SnQ7C DIV {
  text-align: center;
  color: #fafafa;
}
.cid-usuO3SnQ7C P {
  color: #e43f3f;
  text-align: left;
}
.cid-usuO3SnQ7C div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-usuO3SnQ7C .copyright a {
  text-decoration: none !important;
}
.cid-usuO3SnQ7C .list,
.cid-usuO3SnQ7C .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-usuO3SnQ7C ul li a {
  text-decoration: none !important;
}
.cid-usuO3SnQ7C .list {
  color: #e43f3f;
}
.cid-usuOvcxOeT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usuOvcxOeT nav.navbar {
  position: fixed;
}
.cid-usuOvcxOeT .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-usuOvcxOeT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usuOvcxOeT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usuOvcxOeT .dropdown-item:hover,
.cid-usuOvcxOeT .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-usuOvcxOeT .dropdown-item:hover span {
  color: white;
}
.cid-usuOvcxOeT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usuOvcxOeT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usuOvcxOeT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usuOvcxOeT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usuOvcxOeT .nav-link {
  position: relative;
}
.cid-usuOvcxOeT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usuOvcxOeT .container {
    flex-wrap: nowrap;
  }
}
.cid-usuOvcxOeT .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usuOvcxOeT .dropdown-menu,
.cid-usuOvcxOeT .navbar.opened {
  background: #e43f3f !important;
}
.cid-usuOvcxOeT .nav-item:focus,
.cid-usuOvcxOeT .nav-link:focus {
  outline: none;
}
.cid-usuOvcxOeT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usuOvcxOeT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usuOvcxOeT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usuOvcxOeT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usuOvcxOeT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usuOvcxOeT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usuOvcxOeT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-usuOvcxOeT .navbar.opened {
  transition: all 0.3s;
}
.cid-usuOvcxOeT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usuOvcxOeT .navbar .navbar-logo img {
  width: auto;
}
.cid-usuOvcxOeT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usuOvcxOeT .navbar.collapsed {
  justify-content: center;
}
.cid-usuOvcxOeT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usuOvcxOeT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usuOvcxOeT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-usuOvcxOeT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usuOvcxOeT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usuOvcxOeT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-usuOvcxOeT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usuOvcxOeT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usuOvcxOeT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usuOvcxOeT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usuOvcxOeT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usuOvcxOeT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usuOvcxOeT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usuOvcxOeT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-usuOvcxOeT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usuOvcxOeT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usuOvcxOeT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usuOvcxOeT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usuOvcxOeT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usuOvcxOeT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usuOvcxOeT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usuOvcxOeT .navbar.navbar-short {
  min-height: 60px;
}
.cid-usuOvcxOeT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usuOvcxOeT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usuOvcxOeT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usuOvcxOeT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usuOvcxOeT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usuOvcxOeT .dropdown-item.active,
.cid-usuOvcxOeT .dropdown-item:active {
  background-color: transparent;
}
.cid-usuOvcxOeT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usuOvcxOeT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usuOvcxOeT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usuOvcxOeT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-usuOvcxOeT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usuOvcxOeT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usuOvcxOeT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usuOvcxOeT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usuOvcxOeT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usuOvcxOeT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usuOvcxOeT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usuOvcxOeT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usuOvcxOeT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usuOvcxOeT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usuOvcxOeT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usuOvcxOeT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usuOvcxOeT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usuOvcxOeT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usuOvcxOeT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usuOvcxOeT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usuOvcxOeT .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-usuOvcxOeT .navbar {
    height: 70px;
  }
  .cid-usuOvcxOeT .navbar.opened {
    height: auto;
  }
  .cid-usuOvcxOeT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usuOvcRRHU {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usuOvcRRHU .row {
  flex-direction: row-reverse;
}
.cid-usuOvcRRHU p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usuOvcRRHU .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usuOvcRRHU .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usuOvcRRHU .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usuOvcRRHU .main-banner .left-content {
  margin-right: 15px;
}
.cid-usuOvcRRHU .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usuOvcRRHU .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usuOvcRRHU .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usuOvcRRHU .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usuOvcRRHU .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usuOvcRRHU .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usuOvcRRHU .main-banner:before {
    display: none;
  }
  .cid-usuOvcRRHU .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usuOvcRRHU .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usuOvcRRHU H6 {
  color: #e43f3f;
}
.cid-usuOvcRRHU H2 {
  color: #000000;
}
.cid-usuOvd4Odp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-usuOvd4Odp .mbr-section-title {
  color: #000000;
}
.cid-usuOvdhOVG {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usuOvdhOVG .container {
  padding: 0 5%;
}
.cid-usuOvdhOVG #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usuOvdhOVG #collapse-button:hover {
  background-color: #7787a5;
}
.cid-usuOvdhOVG #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usuOvdhOVG #expand-button:hover {
  background-color: #7787a5;
}
.cid-usuOvdhOVG .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-usuOvdhOVG .item:focus,
.cid-usuOvdhOVG span:focus {
  outline: none;
}
.cid-usuOvdhOVG .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-usuOvdhOVG .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-usuOvdhOVG .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-usuOvdhOVG .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-usuOvdhOVG .item {
    padding: 1.5rem;
  }
}
.cid-usuOvdhOVG .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usuOvdhOVG .item .item-icon {
    margin-top: 0;
  }
}
.cid-usuOvdhOVG .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-usuOvdhOVG .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-usuOvdhOVG .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-usuOvdhOVG .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-usuOvdhOVG .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usuOvdhOVG .item-title-wrapper {
    min-width: auto;
  }
}
.cid-usuOvdhOVG .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-usuOvdhOVG .item-content {
    margin-left: 0;
  }
}
.cid-usuOvdhOVG .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-usuOvdhOVG .item-title {
  color: #ffffff;
}
.cid-usuOvdhOVG .mbr-text,
.cid-usuOvdhOVG .item-icon {
  color: #ffffff;
}
.cid-usuOvdhOVG .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-usuOvdhOVG .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-usuOvdhOVG .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-usuOvdhOVG .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-usuOvdhOVG .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-usuOvdhOVG .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-usuOvdhOVG .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-usuOvdhOVG .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-usuOvdhOVG .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-usuOvdhOVG .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-usuOvdhOVG .article-column1 {
    padding-right: 16px;
  }
}
.cid-usuOvdhOVG .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-usuOvdhOVG .article-column2 {
    padding-left: 16px;
  }
}
.cid-usuOvdhOVG .mbr-section-subtitle,
.cid-usuOvdhOVG .mbr-iconfont {
  color: #e082c5;
}
.cid-usuOvdhOVG .mbr-section-subtitle {
  color: #000000;
}
.cid-usuOvdKmRw {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usuOvdKmRw p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usuOvdKmRw .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usuOvdKmRw .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usuOvdKmRw .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usuOvdKmRw .main-banner .left-content {
  margin-right: 15px;
}
.cid-usuOvdKmRw .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usuOvdKmRw .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usuOvdKmRw .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usuOvdKmRw .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usuOvdKmRw .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usuOvdKmRw .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usuOvdKmRw .main-banner:before {
    display: none;
  }
  .cid-usuOvdKmRw .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usuOvdKmRw .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usuOvdKmRw H6 {
  color: #e43f3f;
}
.cid-usuOvdKmRw H2 {
  color: #000000;
}
.cid-usuOvdKmRw P {
  color: #000000;
}
.cid-usuOvdYkQd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-usuOvdYkQd #footer {
  padding: 0 0 25px 0;
}
.cid-usuOvdYkQd #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-usuOvdYkQd #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-usuOvdYkQd #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-usuOvdYkQd #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-usuOvdYkQd #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-usuOvdYkQd #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-usuOvdYkQd #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-usuOvdYkQd #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-usuOvdYkQd #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-usuOvdYkQd #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-usuOvdYkQd #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-usuOvdYkQd #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-usuOvdYkQd #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-usuOvdYkQd #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-usuOvdYkQd #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-usuOvdYkQd #footer .copyright {
  padding-top: 30px;
}
.cid-usuOvdYkQd ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-usuOvdYkQd H4 {
  color: #000000;
  text-align: left;
}
.cid-usuOvdYkQd DIV {
  text-align: center;
  color: #fafafa;
}
.cid-usuOvdYkQd P {
  color: #e43f3f;
  text-align: left;
}
.cid-usuOvdYkQd div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-usuOvdYkQd .copyright a {
  text-decoration: none !important;
}
.cid-usuOvdYkQd .list,
.cid-usuOvdYkQd .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-usuOvdYkQd ul li a {
  text-decoration: none !important;
}
.cid-usuOvdYkQd .list {
  color: #e43f3f;
}
.cid-usuOTeOMIm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usuOTeOMIm nav.navbar {
  position: fixed;
}
.cid-usuOTeOMIm .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-usuOTeOMIm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usuOTeOMIm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usuOTeOMIm .dropdown-item:hover,
.cid-usuOTeOMIm .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-usuOTeOMIm .dropdown-item:hover span {
  color: white;
}
.cid-usuOTeOMIm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usuOTeOMIm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usuOTeOMIm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usuOTeOMIm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usuOTeOMIm .nav-link {
  position: relative;
}
.cid-usuOTeOMIm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usuOTeOMIm .container {
    flex-wrap: nowrap;
  }
}
.cid-usuOTeOMIm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usuOTeOMIm .dropdown-menu,
.cid-usuOTeOMIm .navbar.opened {
  background: #e43f3f !important;
}
.cid-usuOTeOMIm .nav-item:focus,
.cid-usuOTeOMIm .nav-link:focus {
  outline: none;
}
.cid-usuOTeOMIm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usuOTeOMIm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usuOTeOMIm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usuOTeOMIm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usuOTeOMIm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usuOTeOMIm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usuOTeOMIm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-usuOTeOMIm .navbar.opened {
  transition: all 0.3s;
}
.cid-usuOTeOMIm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usuOTeOMIm .navbar .navbar-logo img {
  width: auto;
}
.cid-usuOTeOMIm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usuOTeOMIm .navbar.collapsed {
  justify-content: center;
}
.cid-usuOTeOMIm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usuOTeOMIm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usuOTeOMIm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-usuOTeOMIm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usuOTeOMIm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usuOTeOMIm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-usuOTeOMIm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usuOTeOMIm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usuOTeOMIm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usuOTeOMIm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usuOTeOMIm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usuOTeOMIm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usuOTeOMIm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usuOTeOMIm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-usuOTeOMIm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usuOTeOMIm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usuOTeOMIm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usuOTeOMIm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usuOTeOMIm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usuOTeOMIm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usuOTeOMIm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usuOTeOMIm .navbar.navbar-short {
  min-height: 60px;
}
.cid-usuOTeOMIm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usuOTeOMIm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usuOTeOMIm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usuOTeOMIm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usuOTeOMIm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usuOTeOMIm .dropdown-item.active,
.cid-usuOTeOMIm .dropdown-item:active {
  background-color: transparent;
}
.cid-usuOTeOMIm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usuOTeOMIm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usuOTeOMIm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usuOTeOMIm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-usuOTeOMIm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usuOTeOMIm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usuOTeOMIm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usuOTeOMIm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usuOTeOMIm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usuOTeOMIm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usuOTeOMIm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usuOTeOMIm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usuOTeOMIm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usuOTeOMIm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usuOTeOMIm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usuOTeOMIm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usuOTeOMIm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usuOTeOMIm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usuOTeOMIm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usuOTeOMIm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usuOTeOMIm .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-usuOTeOMIm .navbar {
    height: 70px;
  }
  .cid-usuOTeOMIm .navbar.opened {
    height: auto;
  }
  .cid-usuOTeOMIm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usuOTf5ul9 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usuOTf5ul9 .row {
  flex-direction: row-reverse;
}
.cid-usuOTf5ul9 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usuOTf5ul9 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usuOTf5ul9 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usuOTf5ul9 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usuOTf5ul9 .main-banner .left-content {
  margin-right: 15px;
}
.cid-usuOTf5ul9 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usuOTf5ul9 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usuOTf5ul9 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usuOTf5ul9 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usuOTf5ul9 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usuOTf5ul9 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usuOTf5ul9 .main-banner:before {
    display: none;
  }
  .cid-usuOTf5ul9 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usuOTf5ul9 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usuOTf5ul9 H6 {
  color: #e43f3f;
}
.cid-usuOTf5ul9 H2 {
  color: #000000;
}
.cid-usuOTfkm23 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-usuOTfkm23 .mbr-section-title {
  color: #000000;
}
.cid-usuOTfyOoJ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usuOTfyOoJ .container {
  padding: 0 5%;
}
.cid-usuOTfyOoJ #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usuOTfyOoJ #collapse-button:hover {
  background-color: #7787a5;
}
.cid-usuOTfyOoJ #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usuOTfyOoJ #expand-button:hover {
  background-color: #7787a5;
}
.cid-usuOTfyOoJ .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-usuOTfyOoJ .item:focus,
.cid-usuOTfyOoJ span:focus {
  outline: none;
}
.cid-usuOTfyOoJ .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-usuOTfyOoJ .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-usuOTfyOoJ .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-usuOTfyOoJ .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-usuOTfyOoJ .item {
    padding: 1.5rem;
  }
}
.cid-usuOTfyOoJ .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usuOTfyOoJ .item .item-icon {
    margin-top: 0;
  }
}
.cid-usuOTfyOoJ .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-usuOTfyOoJ .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-usuOTfyOoJ .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-usuOTfyOoJ .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-usuOTfyOoJ .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usuOTfyOoJ .item-title-wrapper {
    min-width: auto;
  }
}
.cid-usuOTfyOoJ .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-usuOTfyOoJ .item-content {
    margin-left: 0;
  }
}
.cid-usuOTfyOoJ .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-usuOTfyOoJ .item-title {
  color: #ffffff;
}
.cid-usuOTfyOoJ .mbr-text,
.cid-usuOTfyOoJ .item-icon {
  color: #ffffff;
}
.cid-usuOTfyOoJ .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-usuOTfyOoJ .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-usuOTfyOoJ .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-usuOTfyOoJ .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-usuOTfyOoJ .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-usuOTfyOoJ .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-usuOTfyOoJ .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-usuOTfyOoJ .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-usuOTfyOoJ .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-usuOTfyOoJ .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-usuOTfyOoJ .article-column1 {
    padding-right: 16px;
  }
}
.cid-usuOTfyOoJ .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-usuOTfyOoJ .article-column2 {
    padding-left: 16px;
  }
}
.cid-usuOTfyOoJ .mbr-section-subtitle,
.cid-usuOTfyOoJ .mbr-iconfont {
  color: #e082c5;
}
.cid-usuOTfyOoJ .mbr-section-subtitle {
  color: #000000;
}
.cid-usuOTfX2HX {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usuOTfX2HX p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usuOTfX2HX .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usuOTfX2HX .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usuOTfX2HX .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usuOTfX2HX .main-banner .left-content {
  margin-right: 15px;
}
.cid-usuOTfX2HX .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usuOTfX2HX .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usuOTfX2HX .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usuOTfX2HX .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usuOTfX2HX .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usuOTfX2HX .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usuOTfX2HX .main-banner:before {
    display: none;
  }
  .cid-usuOTfX2HX .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usuOTfX2HX .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usuOTfX2HX H6 {
  color: #e43f3f;
}
.cid-usuOTfX2HX H2 {
  color: #000000;
}
.cid-usuOTfX2HX P {
  color: #000000;
}
.cid-usuOTgbwr0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-usuOTgbwr0 #footer {
  padding: 0 0 25px 0;
}
.cid-usuOTgbwr0 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-usuOTgbwr0 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-usuOTgbwr0 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-usuOTgbwr0 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-usuOTgbwr0 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-usuOTgbwr0 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-usuOTgbwr0 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-usuOTgbwr0 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-usuOTgbwr0 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-usuOTgbwr0 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-usuOTgbwr0 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-usuOTgbwr0 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-usuOTgbwr0 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-usuOTgbwr0 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-usuOTgbwr0 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-usuOTgbwr0 #footer .copyright {
  padding-top: 30px;
}
.cid-usuOTgbwr0 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-usuOTgbwr0 H4 {
  color: #000000;
  text-align: left;
}
.cid-usuOTgbwr0 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-usuOTgbwr0 P {
  color: #e43f3f;
  text-align: left;
}
.cid-usuOTgbwr0 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-usuOTgbwr0 .copyright a {
  text-decoration: none !important;
}
.cid-usuOTgbwr0 .list,
.cid-usuOTgbwr0 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-usuOTgbwr0 ul li a {
  text-decoration: none !important;
}
.cid-usuOTgbwr0 .list {
  color: #e43f3f;
}
.cid-usuPF5mvgJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usuPF5mvgJ nav.navbar {
  position: fixed;
}
.cid-usuPF5mvgJ .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-usuPF5mvgJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usuPF5mvgJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usuPF5mvgJ .dropdown-item:hover,
.cid-usuPF5mvgJ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-usuPF5mvgJ .dropdown-item:hover span {
  color: white;
}
.cid-usuPF5mvgJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usuPF5mvgJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usuPF5mvgJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usuPF5mvgJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usuPF5mvgJ .nav-link {
  position: relative;
}
.cid-usuPF5mvgJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usuPF5mvgJ .container {
    flex-wrap: nowrap;
  }
}
.cid-usuPF5mvgJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usuPF5mvgJ .dropdown-menu,
.cid-usuPF5mvgJ .navbar.opened {
  background: #e43f3f !important;
}
.cid-usuPF5mvgJ .nav-item:focus,
.cid-usuPF5mvgJ .nav-link:focus {
  outline: none;
}
.cid-usuPF5mvgJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usuPF5mvgJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usuPF5mvgJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usuPF5mvgJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usuPF5mvgJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usuPF5mvgJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usuPF5mvgJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-usuPF5mvgJ .navbar.opened {
  transition: all 0.3s;
}
.cid-usuPF5mvgJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usuPF5mvgJ .navbar .navbar-logo img {
  width: auto;
}
.cid-usuPF5mvgJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usuPF5mvgJ .navbar.collapsed {
  justify-content: center;
}
.cid-usuPF5mvgJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usuPF5mvgJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usuPF5mvgJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-usuPF5mvgJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usuPF5mvgJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usuPF5mvgJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-usuPF5mvgJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usuPF5mvgJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usuPF5mvgJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usuPF5mvgJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usuPF5mvgJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usuPF5mvgJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usuPF5mvgJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usuPF5mvgJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-usuPF5mvgJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usuPF5mvgJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usuPF5mvgJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usuPF5mvgJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usuPF5mvgJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usuPF5mvgJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usuPF5mvgJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usuPF5mvgJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-usuPF5mvgJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usuPF5mvgJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usuPF5mvgJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usuPF5mvgJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usuPF5mvgJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usuPF5mvgJ .dropdown-item.active,
.cid-usuPF5mvgJ .dropdown-item:active {
  background-color: transparent;
}
.cid-usuPF5mvgJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usuPF5mvgJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usuPF5mvgJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usuPF5mvgJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-usuPF5mvgJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usuPF5mvgJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usuPF5mvgJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usuPF5mvgJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usuPF5mvgJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usuPF5mvgJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usuPF5mvgJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usuPF5mvgJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usuPF5mvgJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usuPF5mvgJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usuPF5mvgJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usuPF5mvgJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usuPF5mvgJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usuPF5mvgJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usuPF5mvgJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usuPF5mvgJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usuPF5mvgJ .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-usuPF5mvgJ .navbar {
    height: 70px;
  }
  .cid-usuPF5mvgJ .navbar.opened {
    height: auto;
  }
  .cid-usuPF5mvgJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usuPF5Ei4t {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usuPF5Ei4t .row {
  flex-direction: row-reverse;
}
.cid-usuPF5Ei4t p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usuPF5Ei4t .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usuPF5Ei4t .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usuPF5Ei4t .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usuPF5Ei4t .main-banner .left-content {
  margin-right: 15px;
}
.cid-usuPF5Ei4t .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usuPF5Ei4t .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usuPF5Ei4t .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usuPF5Ei4t .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usuPF5Ei4t .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usuPF5Ei4t .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usuPF5Ei4t .main-banner:before {
    display: none;
  }
  .cid-usuPF5Ei4t .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usuPF5Ei4t .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usuPF5Ei4t H6 {
  color: #e43f3f;
}
.cid-usuPF5Ei4t H2 {
  color: #000000;
}
.cid-usuPF5VGTc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-usuPF5VGTc .mbr-section-title {
  color: #000000;
}
.cid-usuPF681A4 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usuPF681A4 .container {
  padding: 0 5%;
}
.cid-usuPF681A4 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usuPF681A4 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-usuPF681A4 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usuPF681A4 #expand-button:hover {
  background-color: #7787a5;
}
.cid-usuPF681A4 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-usuPF681A4 .item:focus,
.cid-usuPF681A4 span:focus {
  outline: none;
}
.cid-usuPF681A4 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-usuPF681A4 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-usuPF681A4 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-usuPF681A4 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-usuPF681A4 .item {
    padding: 1.5rem;
  }
}
.cid-usuPF681A4 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usuPF681A4 .item .item-icon {
    margin-top: 0;
  }
}
.cid-usuPF681A4 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-usuPF681A4 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-usuPF681A4 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-usuPF681A4 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-usuPF681A4 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usuPF681A4 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-usuPF681A4 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-usuPF681A4 .item-content {
    margin-left: 0;
  }
}
.cid-usuPF681A4 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-usuPF681A4 .item-title {
  color: #ffffff;
}
.cid-usuPF681A4 .mbr-text,
.cid-usuPF681A4 .item-icon {
  color: #ffffff;
}
.cid-usuPF681A4 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-usuPF681A4 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-usuPF681A4 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-usuPF681A4 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-usuPF681A4 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-usuPF681A4 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-usuPF681A4 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-usuPF681A4 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-usuPF681A4 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-usuPF681A4 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-usuPF681A4 .article-column1 {
    padding-right: 16px;
  }
}
.cid-usuPF681A4 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-usuPF681A4 .article-column2 {
    padding-left: 16px;
  }
}
.cid-usuPF681A4 .mbr-section-subtitle,
.cid-usuPF681A4 .mbr-iconfont {
  color: #e082c5;
}
.cid-usuPF681A4 .mbr-section-subtitle {
  color: #000000;
}
.cid-usuPF6x2bi {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usuPF6x2bi p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usuPF6x2bi .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usuPF6x2bi .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usuPF6x2bi .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usuPF6x2bi .main-banner .left-content {
  margin-right: 15px;
}
.cid-usuPF6x2bi .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usuPF6x2bi .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usuPF6x2bi .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usuPF6x2bi .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usuPF6x2bi .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usuPF6x2bi .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usuPF6x2bi .main-banner:before {
    display: none;
  }
  .cid-usuPF6x2bi .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usuPF6x2bi .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usuPF6x2bi H6 {
  color: #e43f3f;
}
.cid-usuPF6x2bi H2 {
  color: #000000;
}
.cid-usuPF6x2bi P {
  color: #000000;
}
.cid-usuPF6MgVt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-usuPF6MgVt #footer {
  padding: 0 0 25px 0;
}
.cid-usuPF6MgVt #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-usuPF6MgVt #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-usuPF6MgVt #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-usuPF6MgVt #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-usuPF6MgVt #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-usuPF6MgVt #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-usuPF6MgVt #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-usuPF6MgVt #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-usuPF6MgVt #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-usuPF6MgVt #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-usuPF6MgVt #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-usuPF6MgVt #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-usuPF6MgVt #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-usuPF6MgVt #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-usuPF6MgVt #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-usuPF6MgVt #footer .copyright {
  padding-top: 30px;
}
.cid-usuPF6MgVt ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-usuPF6MgVt H4 {
  color: #000000;
  text-align: left;
}
.cid-usuPF6MgVt DIV {
  text-align: center;
  color: #fafafa;
}
.cid-usuPF6MgVt P {
  color: #e43f3f;
  text-align: left;
}
.cid-usuPF6MgVt div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-usuPF6MgVt .copyright a {
  text-decoration: none !important;
}
.cid-usuPF6MgVt .list,
.cid-usuPF6MgVt .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-usuPF6MgVt ul li a {
  text-decoration: none !important;
}
.cid-usuPF6MgVt .list {
  color: #e43f3f;
}
.cid-usvieDoKmQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usvieDoKmQ nav.navbar {
  position: fixed;
}
.cid-usvieDoKmQ .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-usvieDoKmQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usvieDoKmQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usvieDoKmQ .dropdown-item:hover,
.cid-usvieDoKmQ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-usvieDoKmQ .dropdown-item:hover span {
  color: white;
}
.cid-usvieDoKmQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usvieDoKmQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usvieDoKmQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usvieDoKmQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usvieDoKmQ .nav-link {
  position: relative;
}
.cid-usvieDoKmQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usvieDoKmQ .container {
    flex-wrap: nowrap;
  }
}
.cid-usvieDoKmQ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usvieDoKmQ .dropdown-menu,
.cid-usvieDoKmQ .navbar.opened {
  background: #e43f3f !important;
}
.cid-usvieDoKmQ .nav-item:focus,
.cid-usvieDoKmQ .nav-link:focus {
  outline: none;
}
.cid-usvieDoKmQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usvieDoKmQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usvieDoKmQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usvieDoKmQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usvieDoKmQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usvieDoKmQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usvieDoKmQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-usvieDoKmQ .navbar.opened {
  transition: all 0.3s;
}
.cid-usvieDoKmQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usvieDoKmQ .navbar .navbar-logo img {
  width: auto;
}
.cid-usvieDoKmQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usvieDoKmQ .navbar.collapsed {
  justify-content: center;
}
.cid-usvieDoKmQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usvieDoKmQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usvieDoKmQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-usvieDoKmQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usvieDoKmQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usvieDoKmQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-usvieDoKmQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usvieDoKmQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usvieDoKmQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usvieDoKmQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usvieDoKmQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usvieDoKmQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usvieDoKmQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usvieDoKmQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-usvieDoKmQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usvieDoKmQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usvieDoKmQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usvieDoKmQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usvieDoKmQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usvieDoKmQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usvieDoKmQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usvieDoKmQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-usvieDoKmQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usvieDoKmQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usvieDoKmQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usvieDoKmQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usvieDoKmQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usvieDoKmQ .dropdown-item.active,
.cid-usvieDoKmQ .dropdown-item:active {
  background-color: transparent;
}
.cid-usvieDoKmQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usvieDoKmQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usvieDoKmQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usvieDoKmQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-usvieDoKmQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usvieDoKmQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usvieDoKmQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usvieDoKmQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usvieDoKmQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usvieDoKmQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usvieDoKmQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usvieDoKmQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usvieDoKmQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usvieDoKmQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usvieDoKmQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usvieDoKmQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usvieDoKmQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usvieDoKmQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usvieDoKmQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usvieDoKmQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usvieDoKmQ .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-usvieDoKmQ .navbar {
    height: 70px;
  }
  .cid-usvieDoKmQ .navbar.opened {
    height: auto;
  }
  .cid-usvieDoKmQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usvieDGa29 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usvieDGa29 .row {
  flex-direction: row-reverse;
}
.cid-usvieDGa29 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usvieDGa29 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usvieDGa29 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usvieDGa29 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usvieDGa29 .main-banner .left-content {
  margin-right: 15px;
}
.cid-usvieDGa29 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usvieDGa29 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usvieDGa29 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usvieDGa29 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usvieDGa29 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usvieDGa29 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usvieDGa29 .main-banner:before {
    display: none;
  }
  .cid-usvieDGa29 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usvieDGa29 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usvieDGa29 H6 {
  color: #e43f3f;
}
.cid-usvieDGa29 H2 {
  color: #000000;
}
.cid-usvieE0Plg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-usvieE0Plg .mbr-section-title {
  color: #000000;
}
.cid-usvieEe76B {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usvieEe76B .container {
  padding: 0 5%;
}
.cid-usvieEe76B #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usvieEe76B #collapse-button:hover {
  background-color: #7787a5;
}
.cid-usvieEe76B #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usvieEe76B #expand-button:hover {
  background-color: #7787a5;
}
.cid-usvieEe76B .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-usvieEe76B .item:focus,
.cid-usvieEe76B span:focus {
  outline: none;
}
.cid-usvieEe76B .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-usvieEe76B .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-usvieEe76B .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-usvieEe76B .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-usvieEe76B .item {
    padding: 1.5rem;
  }
}
.cid-usvieEe76B .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usvieEe76B .item .item-icon {
    margin-top: 0;
  }
}
.cid-usvieEe76B .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-usvieEe76B .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-usvieEe76B .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-usvieEe76B .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-usvieEe76B .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usvieEe76B .item-title-wrapper {
    min-width: auto;
  }
}
.cid-usvieEe76B .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-usvieEe76B .item-content {
    margin-left: 0;
  }
}
.cid-usvieEe76B .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-usvieEe76B .item-title {
  color: #ffffff;
}
.cid-usvieEe76B .mbr-text,
.cid-usvieEe76B .item-icon {
  color: #ffffff;
}
.cid-usvieEe76B .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-usvieEe76B .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-usvieEe76B .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-usvieEe76B .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-usvieEe76B .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-usvieEe76B .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-usvieEe76B .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-usvieEe76B .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-usvieEe76B .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-usvieEe76B .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-usvieEe76B .article-column1 {
    padding-right: 16px;
  }
}
.cid-usvieEe76B .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-usvieEe76B .article-column2 {
    padding-left: 16px;
  }
}
.cid-usvieEe76B .mbr-section-subtitle,
.cid-usvieEe76B .mbr-iconfont {
  color: #e082c5;
}
.cid-usvieEe76B .mbr-section-subtitle {
  color: #000000;
}
.cid-usvieEGAVe {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usvieEGAVe p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usvieEGAVe .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usvieEGAVe .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usvieEGAVe .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usvieEGAVe .main-banner .left-content {
  margin-right: 15px;
}
.cid-usvieEGAVe .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usvieEGAVe .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usvieEGAVe .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usvieEGAVe .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usvieEGAVe .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usvieEGAVe .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usvieEGAVe .main-banner:before {
    display: none;
  }
  .cid-usvieEGAVe .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usvieEGAVe .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usvieEGAVe H6 {
  color: #e43f3f;
}
.cid-usvieEGAVe H2 {
  color: #000000;
}
.cid-usvieEGAVe P {
  color: #000000;
}
.cid-usvieEYNCj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-usvieEYNCj #footer {
  padding: 0 0 25px 0;
}
.cid-usvieEYNCj #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-usvieEYNCj #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-usvieEYNCj #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-usvieEYNCj #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-usvieEYNCj #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-usvieEYNCj #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-usvieEYNCj #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-usvieEYNCj #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-usvieEYNCj #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-usvieEYNCj #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-usvieEYNCj #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-usvieEYNCj #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-usvieEYNCj #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-usvieEYNCj #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-usvieEYNCj #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-usvieEYNCj #footer .copyright {
  padding-top: 30px;
}
.cid-usvieEYNCj ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-usvieEYNCj H4 {
  color: #000000;
  text-align: left;
}
.cid-usvieEYNCj DIV {
  text-align: center;
  color: #fafafa;
}
.cid-usvieEYNCj P {
  color: #e43f3f;
  text-align: left;
}
.cid-usvieEYNCj div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-usvieEYNCj .copyright a {
  text-decoration: none !important;
}
.cid-usvieEYNCj .list,
.cid-usvieEYNCj .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-usvieEYNCj ul li a {
  text-decoration: none !important;
}
.cid-usvieEYNCj .list {
  color: #e43f3f;
}
.cid-usvl3Tmk5K {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usvl3Tmk5K nav.navbar {
  position: fixed;
}
.cid-usvl3Tmk5K .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-usvl3Tmk5K .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usvl3Tmk5K .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usvl3Tmk5K .dropdown-item:hover,
.cid-usvl3Tmk5K .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-usvl3Tmk5K .dropdown-item:hover span {
  color: white;
}
.cid-usvl3Tmk5K .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usvl3Tmk5K .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usvl3Tmk5K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usvl3Tmk5K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usvl3Tmk5K .nav-link {
  position: relative;
}
.cid-usvl3Tmk5K .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usvl3Tmk5K .container {
    flex-wrap: nowrap;
  }
}
.cid-usvl3Tmk5K .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usvl3Tmk5K .dropdown-menu,
.cid-usvl3Tmk5K .navbar.opened {
  background: #e43f3f !important;
}
.cid-usvl3Tmk5K .nav-item:focus,
.cid-usvl3Tmk5K .nav-link:focus {
  outline: none;
}
.cid-usvl3Tmk5K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usvl3Tmk5K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usvl3Tmk5K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usvl3Tmk5K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usvl3Tmk5K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usvl3Tmk5K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usvl3Tmk5K .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-usvl3Tmk5K .navbar.opened {
  transition: all 0.3s;
}
.cid-usvl3Tmk5K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usvl3Tmk5K .navbar .navbar-logo img {
  width: auto;
}
.cid-usvl3Tmk5K .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usvl3Tmk5K .navbar.collapsed {
  justify-content: center;
}
.cid-usvl3Tmk5K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usvl3Tmk5K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usvl3Tmk5K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-usvl3Tmk5K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usvl3Tmk5K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usvl3Tmk5K .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-usvl3Tmk5K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usvl3Tmk5K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usvl3Tmk5K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usvl3Tmk5K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usvl3Tmk5K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usvl3Tmk5K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usvl3Tmk5K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usvl3Tmk5K .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-usvl3Tmk5K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usvl3Tmk5K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usvl3Tmk5K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usvl3Tmk5K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usvl3Tmk5K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usvl3Tmk5K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usvl3Tmk5K .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usvl3Tmk5K .navbar.navbar-short {
  min-height: 60px;
}
.cid-usvl3Tmk5K .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usvl3Tmk5K .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usvl3Tmk5K .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usvl3Tmk5K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usvl3Tmk5K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usvl3Tmk5K .dropdown-item.active,
.cid-usvl3Tmk5K .dropdown-item:active {
  background-color: transparent;
}
.cid-usvl3Tmk5K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usvl3Tmk5K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usvl3Tmk5K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usvl3Tmk5K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-usvl3Tmk5K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usvl3Tmk5K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usvl3Tmk5K ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usvl3Tmk5K .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usvl3Tmk5K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usvl3Tmk5K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usvl3Tmk5K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usvl3Tmk5K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usvl3Tmk5K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usvl3Tmk5K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usvl3Tmk5K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usvl3Tmk5K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usvl3Tmk5K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usvl3Tmk5K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usvl3Tmk5K .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usvl3Tmk5K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usvl3Tmk5K .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-usvl3Tmk5K .navbar {
    height: 70px;
  }
  .cid-usvl3Tmk5K .navbar.opened {
    height: auto;
  }
  .cid-usvl3Tmk5K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usvl3TFe7v {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usvl3TFe7v .row {
  flex-direction: row-reverse;
}
.cid-usvl3TFe7v p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usvl3TFe7v .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usvl3TFe7v .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usvl3TFe7v .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usvl3TFe7v .main-banner .left-content {
  margin-right: 15px;
}
.cid-usvl3TFe7v .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usvl3TFe7v .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usvl3TFe7v .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usvl3TFe7v .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usvl3TFe7v .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usvl3TFe7v .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usvl3TFe7v .main-banner:before {
    display: none;
  }
  .cid-usvl3TFe7v .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usvl3TFe7v .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usvl3TFe7v H6 {
  color: #e43f3f;
}
.cid-usvl3TFe7v H2 {
  color: #000000;
}
.cid-usvl3TVSZh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-usvl3TVSZh .mbr-section-title {
  color: #000000;
}
.cid-usvl3U9Ylo {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usvl3U9Ylo .container {
  padding: 0 5%;
}
.cid-usvl3U9Ylo #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usvl3U9Ylo #collapse-button:hover {
  background-color: #7787a5;
}
.cid-usvl3U9Ylo #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usvl3U9Ylo #expand-button:hover {
  background-color: #7787a5;
}
.cid-usvl3U9Ylo .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-usvl3U9Ylo .item:focus,
.cid-usvl3U9Ylo span:focus {
  outline: none;
}
.cid-usvl3U9Ylo .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-usvl3U9Ylo .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-usvl3U9Ylo .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-usvl3U9Ylo .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-usvl3U9Ylo .item {
    padding: 1.5rem;
  }
}
.cid-usvl3U9Ylo .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usvl3U9Ylo .item .item-icon {
    margin-top: 0;
  }
}
.cid-usvl3U9Ylo .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-usvl3U9Ylo .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-usvl3U9Ylo .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-usvl3U9Ylo .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-usvl3U9Ylo .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usvl3U9Ylo .item-title-wrapper {
    min-width: auto;
  }
}
.cid-usvl3U9Ylo .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-usvl3U9Ylo .item-content {
    margin-left: 0;
  }
}
.cid-usvl3U9Ylo .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-usvl3U9Ylo .item-title {
  color: #ffffff;
}
.cid-usvl3U9Ylo .mbr-text,
.cid-usvl3U9Ylo .item-icon {
  color: #ffffff;
}
.cid-usvl3U9Ylo .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-usvl3U9Ylo .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-usvl3U9Ylo .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-usvl3U9Ylo .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-usvl3U9Ylo .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-usvl3U9Ylo .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-usvl3U9Ylo .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-usvl3U9Ylo .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-usvl3U9Ylo .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-usvl3U9Ylo .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-usvl3U9Ylo .article-column1 {
    padding-right: 16px;
  }
}
.cid-usvl3U9Ylo .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-usvl3U9Ylo .article-column2 {
    padding-left: 16px;
  }
}
.cid-usvl3U9Ylo .mbr-section-subtitle,
.cid-usvl3U9Ylo .mbr-iconfont {
  color: #e082c5;
}
.cid-usvl3U9Ylo .mbr-section-subtitle {
  color: #000000;
}
.cid-usvl3UBjaP {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usvl3UBjaP p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usvl3UBjaP .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usvl3UBjaP .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usvl3UBjaP .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usvl3UBjaP .main-banner .left-content {
  margin-right: 15px;
}
.cid-usvl3UBjaP .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usvl3UBjaP .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usvl3UBjaP .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usvl3UBjaP .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usvl3UBjaP .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usvl3UBjaP .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usvl3UBjaP .main-banner:before {
    display: none;
  }
  .cid-usvl3UBjaP .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usvl3UBjaP .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usvl3UBjaP H6 {
  color: #e43f3f;
}
.cid-usvl3UBjaP H2 {
  color: #000000;
}
.cid-usvl3UBjaP P {
  color: #000000;
}
.cid-usvl3USxYO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-usvl3USxYO #footer {
  padding: 0 0 25px 0;
}
.cid-usvl3USxYO #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-usvl3USxYO #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-usvl3USxYO #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-usvl3USxYO #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-usvl3USxYO #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-usvl3USxYO #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-usvl3USxYO #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-usvl3USxYO #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-usvl3USxYO #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-usvl3USxYO #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-usvl3USxYO #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-usvl3USxYO #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-usvl3USxYO #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-usvl3USxYO #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-usvl3USxYO #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-usvl3USxYO #footer .copyright {
  padding-top: 30px;
}
.cid-usvl3USxYO ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-usvl3USxYO H4 {
  color: #000000;
  text-align: left;
}
.cid-usvl3USxYO DIV {
  text-align: center;
  color: #fafafa;
}
.cid-usvl3USxYO P {
  color: #e43f3f;
  text-align: left;
}
.cid-usvl3USxYO div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-usvl3USxYO .copyright a {
  text-decoration: none !important;
}
.cid-usvl3USxYO .list,
.cid-usvl3USxYO .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-usvl3USxYO ul li a {
  text-decoration: none !important;
}
.cid-usvl3USxYO .list {
  color: #e43f3f;
}
.cid-usvmeRXpBF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usvmeRXpBF nav.navbar {
  position: fixed;
}
.cid-usvmeRXpBF .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-usvmeRXpBF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usvmeRXpBF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usvmeRXpBF .dropdown-item:hover,
.cid-usvmeRXpBF .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-usvmeRXpBF .dropdown-item:hover span {
  color: white;
}
.cid-usvmeRXpBF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usvmeRXpBF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usvmeRXpBF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usvmeRXpBF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usvmeRXpBF .nav-link {
  position: relative;
}
.cid-usvmeRXpBF .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usvmeRXpBF .container {
    flex-wrap: nowrap;
  }
}
.cid-usvmeRXpBF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usvmeRXpBF .dropdown-menu,
.cid-usvmeRXpBF .navbar.opened {
  background: #e43f3f !important;
}
.cid-usvmeRXpBF .nav-item:focus,
.cid-usvmeRXpBF .nav-link:focus {
  outline: none;
}
.cid-usvmeRXpBF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usvmeRXpBF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usvmeRXpBF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usvmeRXpBF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usvmeRXpBF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usvmeRXpBF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usvmeRXpBF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-usvmeRXpBF .navbar.opened {
  transition: all 0.3s;
}
.cid-usvmeRXpBF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usvmeRXpBF .navbar .navbar-logo img {
  width: auto;
}
.cid-usvmeRXpBF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usvmeRXpBF .navbar.collapsed {
  justify-content: center;
}
.cid-usvmeRXpBF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usvmeRXpBF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usvmeRXpBF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-usvmeRXpBF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usvmeRXpBF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usvmeRXpBF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-usvmeRXpBF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usvmeRXpBF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usvmeRXpBF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usvmeRXpBF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usvmeRXpBF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usvmeRXpBF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usvmeRXpBF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usvmeRXpBF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-usvmeRXpBF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usvmeRXpBF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usvmeRXpBF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usvmeRXpBF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usvmeRXpBF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usvmeRXpBF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usvmeRXpBF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usvmeRXpBF .navbar.navbar-short {
  min-height: 60px;
}
.cid-usvmeRXpBF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usvmeRXpBF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usvmeRXpBF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usvmeRXpBF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usvmeRXpBF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usvmeRXpBF .dropdown-item.active,
.cid-usvmeRXpBF .dropdown-item:active {
  background-color: transparent;
}
.cid-usvmeRXpBF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usvmeRXpBF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usvmeRXpBF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usvmeRXpBF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-usvmeRXpBF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usvmeRXpBF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usvmeRXpBF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usvmeRXpBF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usvmeRXpBF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usvmeRXpBF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usvmeRXpBF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usvmeRXpBF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usvmeRXpBF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usvmeRXpBF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usvmeRXpBF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usvmeRXpBF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usvmeRXpBF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usvmeRXpBF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usvmeRXpBF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usvmeRXpBF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usvmeRXpBF .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-usvmeRXpBF .navbar {
    height: 70px;
  }
  .cid-usvmeRXpBF .navbar.opened {
    height: auto;
  }
  .cid-usvmeRXpBF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usvmeSe7uN {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usvmeSe7uN .row {
  flex-direction: row-reverse;
}
.cid-usvmeSe7uN p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usvmeSe7uN .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usvmeSe7uN .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usvmeSe7uN .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usvmeSe7uN .main-banner .left-content {
  margin-right: 15px;
}
.cid-usvmeSe7uN .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usvmeSe7uN .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usvmeSe7uN .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usvmeSe7uN .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usvmeSe7uN .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usvmeSe7uN .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usvmeSe7uN .main-banner:before {
    display: none;
  }
  .cid-usvmeSe7uN .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usvmeSe7uN .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usvmeSe7uN H6 {
  color: #e43f3f;
}
.cid-usvmeSe7uN H2 {
  color: #000000;
}
.cid-usvmeSrU6H {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-usvmeSrU6H .mbr-section-title {
  color: #000000;
}
.cid-usvmeSEmAB {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usvmeSEmAB .container {
  padding: 0 5%;
}
.cid-usvmeSEmAB #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usvmeSEmAB #collapse-button:hover {
  background-color: #7787a5;
}
.cid-usvmeSEmAB #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-usvmeSEmAB #expand-button:hover {
  background-color: #7787a5;
}
.cid-usvmeSEmAB .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-usvmeSEmAB .item:focus,
.cid-usvmeSEmAB span:focus {
  outline: none;
}
.cid-usvmeSEmAB .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-usvmeSEmAB .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-usvmeSEmAB .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-usvmeSEmAB .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-usvmeSEmAB .item {
    padding: 1.5rem;
  }
}
.cid-usvmeSEmAB .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usvmeSEmAB .item .item-icon {
    margin-top: 0;
  }
}
.cid-usvmeSEmAB .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-usvmeSEmAB .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-usvmeSEmAB .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-usvmeSEmAB .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-usvmeSEmAB .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-usvmeSEmAB .item-title-wrapper {
    min-width: auto;
  }
}
.cid-usvmeSEmAB .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-usvmeSEmAB .item-content {
    margin-left: 0;
  }
}
.cid-usvmeSEmAB .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-usvmeSEmAB .item-title {
  color: #ffffff;
}
.cid-usvmeSEmAB .mbr-text,
.cid-usvmeSEmAB .item-icon {
  color: #ffffff;
}
.cid-usvmeSEmAB .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-usvmeSEmAB .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-usvmeSEmAB .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-usvmeSEmAB .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-usvmeSEmAB .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-usvmeSEmAB .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-usvmeSEmAB .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-usvmeSEmAB .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-usvmeSEmAB .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-usvmeSEmAB .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-usvmeSEmAB .article-column1 {
    padding-right: 16px;
  }
}
.cid-usvmeSEmAB .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-usvmeSEmAB .article-column2 {
    padding-left: 16px;
  }
}
.cid-usvmeSEmAB .mbr-section-subtitle,
.cid-usvmeSEmAB .mbr-iconfont {
  color: #e082c5;
}
.cid-usvmeSEmAB .mbr-section-subtitle {
  color: #000000;
}
.cid-usvmeT9ptc {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usvmeT9ptc p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usvmeT9ptc .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usvmeT9ptc .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usvmeT9ptc .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usvmeT9ptc .main-banner .left-content {
  margin-right: 15px;
}
.cid-usvmeT9ptc .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usvmeT9ptc .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usvmeT9ptc .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usvmeT9ptc .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usvmeT9ptc .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usvmeT9ptc .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usvmeT9ptc .main-banner:before {
    display: none;
  }
  .cid-usvmeT9ptc .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usvmeT9ptc .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usvmeT9ptc H6 {
  color: #e43f3f;
}
.cid-usvmeT9ptc H2 {
  color: #000000;
}
.cid-usvmeT9ptc P {
  color: #000000;
}
.cid-usvmeToRfM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-usvmeToRfM #footer {
  padding: 0 0 25px 0;
}
.cid-usvmeToRfM #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-usvmeToRfM #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-usvmeToRfM #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-usvmeToRfM #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-usvmeToRfM #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-usvmeToRfM #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-usvmeToRfM #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-usvmeToRfM #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-usvmeToRfM #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-usvmeToRfM #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-usvmeToRfM #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-usvmeToRfM #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-usvmeToRfM #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-usvmeToRfM #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-usvmeToRfM #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-usvmeToRfM #footer .copyright {
  padding-top: 30px;
}
.cid-usvmeToRfM ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-usvmeToRfM H4 {
  color: #000000;
  text-align: left;
}
.cid-usvmeToRfM DIV {
  text-align: center;
  color: #fafafa;
}
.cid-usvmeToRfM P {
  color: #e43f3f;
  text-align: left;
}
.cid-usvmeToRfM div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-usvmeToRfM .copyright a {
  text-decoration: none !important;
}
.cid-usvmeToRfM .list,
.cid-usvmeToRfM .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-usvmeToRfM ul li a {
  text-decoration: none !important;
}
.cid-usvmeToRfM .list {
  color: #e43f3f;
}
.cid-usvoD0sZey {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usvoD0sZey nav.navbar {
  position: fixed;
}
.cid-usvoD0sZey .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-usvoD0sZey .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usvoD0sZey .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usvoD0sZey .dropdown-item:hover,
.cid-usvoD0sZey .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-usvoD0sZey .dropdown-item:hover span {
  color: white;
}
.cid-usvoD0sZey .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usvoD0sZey .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usvoD0sZey .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usvoD0sZey .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usvoD0sZey .nav-link {
  position: relative;
}
.cid-usvoD0sZey .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usvoD0sZey .container {
    flex-wrap: nowrap;
  }
}
.cid-usvoD0sZey .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usvoD0sZey .dropdown-menu,
.cid-usvoD0sZey .navbar.opened {
  background: #e43f3f !important;
}
.cid-usvoD0sZey .nav-item:focus,
.cid-usvoD0sZey .nav-link:focus {
  outline: none;
}
.cid-usvoD0sZey .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usvoD0sZey .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usvoD0sZey .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usvoD0sZey .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usvoD0sZey .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usvoD0sZey .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usvoD0sZey .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-usvoD0sZey .navbar.opened {
  transition: all 0.3s;
}
.cid-usvoD0sZey .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usvoD0sZey .navbar .navbar-logo img {
  width: auto;
}
.cid-usvoD0sZey .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usvoD0sZey .navbar.collapsed {
  justify-content: center;
}
.cid-usvoD0sZey .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usvoD0sZey .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usvoD0sZey .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-usvoD0sZey .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usvoD0sZey .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usvoD0sZey .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-usvoD0sZey .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usvoD0sZey .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usvoD0sZey .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usvoD0sZey .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usvoD0sZey .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usvoD0sZey .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usvoD0sZey .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usvoD0sZey .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-usvoD0sZey .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usvoD0sZey .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usvoD0sZey .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usvoD0sZey .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usvoD0sZey .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usvoD0sZey .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usvoD0sZey .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usvoD0sZey .navbar.navbar-short {
  min-height: 60px;
}
.cid-usvoD0sZey .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usvoD0sZey .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usvoD0sZey .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usvoD0sZey .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usvoD0sZey .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usvoD0sZey .dropdown-item.active,
.cid-usvoD0sZey .dropdown-item:active {
  background-color: transparent;
}
.cid-usvoD0sZey .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usvoD0sZey .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usvoD0sZey .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usvoD0sZey .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-usvoD0sZey .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usvoD0sZey .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usvoD0sZey ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usvoD0sZey .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usvoD0sZey button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usvoD0sZey button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usvoD0sZey button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usvoD0sZey button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usvoD0sZey button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usvoD0sZey button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usvoD0sZey nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usvoD0sZey nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usvoD0sZey nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usvoD0sZey nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usvoD0sZey .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usvoD0sZey a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usvoD0sZey .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-usvoD0sZey .navbar {
    height: 70px;
  }
  .cid-usvoD0sZey .navbar.opened {
    height: auto;
  }
  .cid-usvoD0sZey .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usvoD0Ihhf {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-usvoD0Ihhf p {
  line-height: 30px;
  font-weight: 300;
}
.cid-usvoD0Ihhf .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-usvoD0Ihhf .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-usvoD0Ihhf .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-usvoD0Ihhf .main-banner .left-content {
  margin-right: 15px;
}
.cid-usvoD0Ihhf .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-usvoD0Ihhf .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-usvoD0Ihhf .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-usvoD0Ihhf .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-usvoD0Ihhf .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-usvoD0Ihhf .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-usvoD0Ihhf .main-banner:before {
    display: none;
  }
  .cid-usvoD0Ihhf .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-usvoD0Ihhf .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-usvoD0Ihhf H6 {
  color: #e43f3f;
}
.cid-usvoD0Ihhf H2 {
  color: #ffffff;
}
.cid-usvoD0Ihhf P {
  color: #ffffff;
}
.cid-usvoD2JMdb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-usvoD2JMdb .media-container-row {
  justify-content: space-between;
}
.cid-usvoD2JMdb .text-content {
  max-width: 50%;
}
.cid-usvoD2JMdb .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-usvoD2JMdb .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-usvoD2JMdb .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-usvoD2JMdb .icons {
    justify-content: center !important;
  }
  .cid-usvoD2JMdb .text-content * {
    text-align: center;
  }
}
.cid-usvoD2JMdb .mbr-section-title {
  color: #ffffff;
}
.cid-usvoD2JMdb P {
  color: #ffffff;
}
.cid-usvoD2gmG9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-usvoD2gmG9 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-usvoD2gmG9 .bgColor1 {
  background-color: #0a0d53;
}
.cid-usvoD2gmG9 .bgColor2 {
  background-color: #e43f3f;
}
.cid-usvoD2gmG9 .bgColor3 {
  background-color: #9fdbf8;
}
.cid-usvoD2gmG9 .bgicon {
  background-color: #ffffff;
}
.cid-usvoD2gmG9 H1 {
  color: #e43f3f;
}
.cid-usvoD2vCKW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-usvoD2vCKW .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-usvoD2vCKW .bgColor1 {
  background-color: #0a0d53;
}
.cid-usvoD2vCKW .bgColor2 {
  background-color: #e43f3f;
}
.cid-usvoD2vCKW .bgColor3 {
  background-color: #e6c63b;
}
.cid-usvoD2vCKW .bgicon {
  background-color: #ffffff;
}
.cid-usvoD2vCKW H1 {
  color: #e43f3f;
}
.cid-usvoD321t2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-usvoD321t2 #footer {
  padding: 0 0 25px 0;
}
.cid-usvoD321t2 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-usvoD321t2 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-usvoD321t2 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-usvoD321t2 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-usvoD321t2 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-usvoD321t2 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-usvoD321t2 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-usvoD321t2 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-usvoD321t2 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-usvoD321t2 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-usvoD321t2 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-usvoD321t2 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-usvoD321t2 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-usvoD321t2 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-usvoD321t2 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-usvoD321t2 #footer .copyright {
  padding-top: 30px;
}
.cid-usvoD321t2 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-usvoD321t2 H4 {
  color: #000000;
  text-align: left;
}
.cid-usvoD321t2 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-usvoD321t2 P {
  color: #e43f3f;
  text-align: left;
}
.cid-usvoD321t2 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-usvoD321t2 .copyright a {
  text-decoration: none !important;
}
.cid-usvoD321t2 .list,
.cid-usvoD321t2 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-usvoD321t2 ul li a {
  text-decoration: none !important;
}
.cid-usvoD321t2 .list {
  color: #e43f3f;
}
.cid-ut9PcQXa0P {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ut9PcQXa0P nav.navbar {
  position: fixed;
}
.cid-ut9PcQXa0P .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-ut9PcQXa0P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ut9PcQXa0P .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ut9PcQXa0P .dropdown-item:hover,
.cid-ut9PcQXa0P .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ut9PcQXa0P .dropdown-item:hover span {
  color: white;
}
.cid-ut9PcQXa0P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ut9PcQXa0P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ut9PcQXa0P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ut9PcQXa0P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ut9PcQXa0P .nav-link {
  position: relative;
}
.cid-ut9PcQXa0P .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ut9PcQXa0P .container {
    flex-wrap: nowrap;
  }
}
.cid-ut9PcQXa0P .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ut9PcQXa0P .dropdown-menu,
.cid-ut9PcQXa0P .navbar.opened {
  background: #e43f3f !important;
}
.cid-ut9PcQXa0P .nav-item:focus,
.cid-ut9PcQXa0P .nav-link:focus {
  outline: none;
}
.cid-ut9PcQXa0P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ut9PcQXa0P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ut9PcQXa0P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ut9PcQXa0P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ut9PcQXa0P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ut9PcQXa0P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ut9PcQXa0P .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ut9PcQXa0P .navbar.opened {
  transition: all 0.3s;
}
.cid-ut9PcQXa0P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ut9PcQXa0P .navbar .navbar-logo img {
  width: auto;
}
.cid-ut9PcQXa0P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ut9PcQXa0P .navbar.collapsed {
  justify-content: center;
}
.cid-ut9PcQXa0P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ut9PcQXa0P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ut9PcQXa0P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ut9PcQXa0P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ut9PcQXa0P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ut9PcQXa0P .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ut9PcQXa0P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ut9PcQXa0P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ut9PcQXa0P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ut9PcQXa0P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ut9PcQXa0P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ut9PcQXa0P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ut9PcQXa0P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ut9PcQXa0P .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ut9PcQXa0P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ut9PcQXa0P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ut9PcQXa0P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ut9PcQXa0P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ut9PcQXa0P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ut9PcQXa0P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ut9PcQXa0P .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ut9PcQXa0P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ut9PcQXa0P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ut9PcQXa0P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ut9PcQXa0P .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ut9PcQXa0P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ut9PcQXa0P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ut9PcQXa0P .dropdown-item.active,
.cid-ut9PcQXa0P .dropdown-item:active {
  background-color: transparent;
}
.cid-ut9PcQXa0P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ut9PcQXa0P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ut9PcQXa0P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ut9PcQXa0P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ut9PcQXa0P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ut9PcQXa0P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ut9PcQXa0P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ut9PcQXa0P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ut9PcQXa0P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ut9PcQXa0P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ut9PcQXa0P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ut9PcQXa0P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ut9PcQXa0P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ut9PcQXa0P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ut9PcQXa0P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ut9PcQXa0P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ut9PcQXa0P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ut9PcQXa0P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ut9PcQXa0P .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ut9PcQXa0P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ut9PcQXa0P .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-ut9PcQXa0P .navbar {
    height: 70px;
  }
  .cid-ut9PcQXa0P .navbar.opened {
    height: auto;
  }
  .cid-ut9PcQXa0P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ut9PcRd4f9 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ut9PcRd4f9 .row {
  flex-direction: row-reverse;
}
.cid-ut9PcRd4f9 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ut9PcRd4f9 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ut9PcRd4f9 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ut9PcRd4f9 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ut9PcRd4f9 .main-banner .left-content {
  margin-right: 15px;
}
.cid-ut9PcRd4f9 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ut9PcRd4f9 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ut9PcRd4f9 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ut9PcRd4f9 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ut9PcRd4f9 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ut9PcRd4f9 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ut9PcRd4f9 .main-banner:before {
    display: none;
  }
  .cid-ut9PcRd4f9 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ut9PcRd4f9 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ut9PcRd4f9 H6 {
  color: #e43f3f;
}
.cid-ut9PcRd4f9 P {
  color: #000000;
}
.cid-ut9PcRd4f9 H2 {
  color: #000000;
}
.cid-ut9PcRsPR7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ut9PcRsPR7 .mbr-section-title {
  color: #000000;
}
.cid-ut9PcRFmmP {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ut9PcRR7FT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ut9PcRR7FT .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-ut9PcRR7FT .bgColor1 {
  background-color: #0a0d53;
}
.cid-ut9PcRR7FT .bgColor2 {
  background-color: #e43f3f;
}
.cid-ut9PcRR7FT .bgColor3 {
  background-color: #9fdbf8;
}
.cid-ut9PcRR7FT .bgicon {
  background-color: #ffffff;
}
.cid-ut9PcRR7FT H1 {
  color: #e43f3f;
}
.cid-ut9PcS8AgM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ut9PcS8AgM .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-ut9PcS8AgM .bgColor1 {
  background-color: #0a0d53;
}
.cid-ut9PcS8AgM .bgColor2 {
  background-color: #e43f3f;
}
.cid-ut9PcS8AgM .bgColor3 {
  background-color: #e6c63b;
}
.cid-ut9PcS8AgM .bgicon {
  background-color: #ffffff;
}
.cid-ut9PcS8AgM H1 {
  color: #e43f3f;
}
.cid-ut9PcSDkAd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ut9PcSDkAd #footer {
  padding: 0 0 25px 0;
}
.cid-ut9PcSDkAd #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ut9PcSDkAd #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ut9PcSDkAd #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ut9PcSDkAd #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ut9PcSDkAd #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ut9PcSDkAd #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ut9PcSDkAd #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ut9PcSDkAd #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ut9PcSDkAd #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ut9PcSDkAd #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ut9PcSDkAd #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ut9PcSDkAd #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ut9PcSDkAd #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ut9PcSDkAd #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ut9PcSDkAd #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ut9PcSDkAd #footer .copyright {
  padding-top: 30px;
}
.cid-ut9PcSDkAd ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ut9PcSDkAd H4 {
  color: #000000;
  text-align: left;
}
.cid-ut9PcSDkAd DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ut9PcSDkAd P {
  color: #e43f3f;
  text-align: left;
}
.cid-ut9PcSDkAd div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ut9PcSDkAd .copyright a {
  text-decoration: none !important;
}
.cid-ut9PcSDkAd .list,
.cid-ut9PcSDkAd .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ut9PcSDkAd ul li a {
  text-decoration: none !important;
}
.cid-ut9PcSDkAd .list {
  color: #e43f3f;
}
.cid-ut9PA9iSjH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ut9PA9iSjH nav.navbar {
  position: fixed;
}
.cid-ut9PA9iSjH .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-ut9PA9iSjH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ut9PA9iSjH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ut9PA9iSjH .dropdown-item:hover,
.cid-ut9PA9iSjH .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ut9PA9iSjH .dropdown-item:hover span {
  color: white;
}
.cid-ut9PA9iSjH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ut9PA9iSjH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ut9PA9iSjH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ut9PA9iSjH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ut9PA9iSjH .nav-link {
  position: relative;
}
.cid-ut9PA9iSjH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ut9PA9iSjH .container {
    flex-wrap: nowrap;
  }
}
.cid-ut9PA9iSjH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ut9PA9iSjH .dropdown-menu,
.cid-ut9PA9iSjH .navbar.opened {
  background: #e43f3f !important;
}
.cid-ut9PA9iSjH .nav-item:focus,
.cid-ut9PA9iSjH .nav-link:focus {
  outline: none;
}
.cid-ut9PA9iSjH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ut9PA9iSjH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ut9PA9iSjH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ut9PA9iSjH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ut9PA9iSjH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ut9PA9iSjH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ut9PA9iSjH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-ut9PA9iSjH .navbar.opened {
  transition: all 0.3s;
}
.cid-ut9PA9iSjH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ut9PA9iSjH .navbar .navbar-logo img {
  width: auto;
}
.cid-ut9PA9iSjH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ut9PA9iSjH .navbar.collapsed {
  justify-content: center;
}
.cid-ut9PA9iSjH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ut9PA9iSjH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ut9PA9iSjH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ut9PA9iSjH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ut9PA9iSjH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ut9PA9iSjH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ut9PA9iSjH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ut9PA9iSjH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ut9PA9iSjH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ut9PA9iSjH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ut9PA9iSjH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ut9PA9iSjH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ut9PA9iSjH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ut9PA9iSjH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ut9PA9iSjH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ut9PA9iSjH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ut9PA9iSjH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ut9PA9iSjH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ut9PA9iSjH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ut9PA9iSjH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ut9PA9iSjH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ut9PA9iSjH .navbar.navbar-short {
  min-height: 60px;
}
.cid-ut9PA9iSjH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ut9PA9iSjH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ut9PA9iSjH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ut9PA9iSjH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ut9PA9iSjH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ut9PA9iSjH .dropdown-item.active,
.cid-ut9PA9iSjH .dropdown-item:active {
  background-color: transparent;
}
.cid-ut9PA9iSjH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ut9PA9iSjH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ut9PA9iSjH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ut9PA9iSjH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-ut9PA9iSjH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ut9PA9iSjH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ut9PA9iSjH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ut9PA9iSjH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ut9PA9iSjH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ut9PA9iSjH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ut9PA9iSjH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ut9PA9iSjH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ut9PA9iSjH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ut9PA9iSjH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ut9PA9iSjH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ut9PA9iSjH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ut9PA9iSjH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ut9PA9iSjH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ut9PA9iSjH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ut9PA9iSjH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ut9PA9iSjH .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-ut9PA9iSjH .navbar {
    height: 70px;
  }
  .cid-ut9PA9iSjH .navbar.opened {
    height: auto;
  }
  .cid-ut9PA9iSjH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ut9PA9B53c {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ut9PA9B53c .row {
  flex-direction: row-reverse;
}
.cid-ut9PA9B53c p {
  line-height: 30px;
  font-weight: 300;
}
.cid-ut9PA9B53c .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-ut9PA9B53c .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-ut9PA9B53c .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-ut9PA9B53c .main-banner .left-content {
  margin-right: 15px;
}
.cid-ut9PA9B53c .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-ut9PA9B53c .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-ut9PA9B53c .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-ut9PA9B53c .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-ut9PA9B53c .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-ut9PA9B53c .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-ut9PA9B53c .main-banner:before {
    display: none;
  }
  .cid-ut9PA9B53c .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-ut9PA9B53c .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-ut9PA9B53c H6 {
  color: #e43f3f;
}
.cid-ut9PA9B53c P {
  color: #ffffff;
}
.cid-ut9PA9B53c H2 {
  color: #ffffff;
}
.cid-ut9PA9RpSJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ut9PA9RpSJ .mbr-section-title {
  color: #000000;
}
.cid-ut9PAa3XcT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ut9PAa3XcT .mbr-text {
  color: #ffffff;
}
.cid-ut9PAawblW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ut9PAawblW .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-ut9PAawblW .bgColor1 {
  background-color: #0a0d53;
}
.cid-ut9PAawblW .bgColor2 {
  background-color: #e43f3f;
}
.cid-ut9PAawblW .bgColor3 {
  background-color: #e6c63b;
}
.cid-ut9PAawblW .bgicon {
  background-color: #ffffff;
}
.cid-ut9PAawblW H1 {
  color: #e43f3f;
}
.cid-ut9PAb1aGZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-ut9PAb1aGZ #footer {
  padding: 0 0 25px 0;
}
.cid-ut9PAb1aGZ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-ut9PAb1aGZ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-ut9PAb1aGZ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-ut9PAb1aGZ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-ut9PAb1aGZ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-ut9PAb1aGZ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-ut9PAb1aGZ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-ut9PAb1aGZ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-ut9PAb1aGZ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-ut9PAb1aGZ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-ut9PAb1aGZ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-ut9PAb1aGZ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-ut9PAb1aGZ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-ut9PAb1aGZ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-ut9PAb1aGZ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-ut9PAb1aGZ #footer .copyright {
  padding-top: 30px;
}
.cid-ut9PAb1aGZ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-ut9PAb1aGZ H4 {
  color: #000000;
  text-align: left;
}
.cid-ut9PAb1aGZ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-ut9PAb1aGZ P {
  color: #e43f3f;
  text-align: left;
}
.cid-ut9PAb1aGZ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-ut9PAb1aGZ .copyright a {
  text-decoration: none !important;
}
.cid-ut9PAb1aGZ .list,
.cid-ut9PAb1aGZ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-ut9PAb1aGZ ul li a {
  text-decoration: none !important;
}
.cid-ut9PAb1aGZ .list {
  color: #e43f3f;
}
.cid-utahnHR0rk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-utahnHR0rk nav.navbar {
  position: fixed;
}
.cid-utahnHR0rk .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-utahnHR0rk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utahnHR0rk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utahnHR0rk .dropdown-item:hover,
.cid-utahnHR0rk .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-utahnHR0rk .dropdown-item:hover span {
  color: white;
}
.cid-utahnHR0rk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utahnHR0rk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utahnHR0rk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utahnHR0rk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utahnHR0rk .nav-link {
  position: relative;
}
.cid-utahnHR0rk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utahnHR0rk .container {
    flex-wrap: nowrap;
  }
}
.cid-utahnHR0rk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utahnHR0rk .dropdown-menu,
.cid-utahnHR0rk .navbar.opened {
  background: #e43f3f !important;
}
.cid-utahnHR0rk .nav-item:focus,
.cid-utahnHR0rk .nav-link:focus {
  outline: none;
}
.cid-utahnHR0rk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utahnHR0rk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utahnHR0rk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utahnHR0rk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utahnHR0rk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utahnHR0rk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utahnHR0rk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-utahnHR0rk .navbar.opened {
  transition: all 0.3s;
}
.cid-utahnHR0rk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utahnHR0rk .navbar .navbar-logo img {
  width: auto;
}
.cid-utahnHR0rk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utahnHR0rk .navbar.collapsed {
  justify-content: center;
}
.cid-utahnHR0rk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utahnHR0rk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utahnHR0rk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-utahnHR0rk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utahnHR0rk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utahnHR0rk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-utahnHR0rk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utahnHR0rk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utahnHR0rk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utahnHR0rk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utahnHR0rk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utahnHR0rk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utahnHR0rk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utahnHR0rk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-utahnHR0rk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utahnHR0rk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utahnHR0rk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utahnHR0rk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utahnHR0rk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utahnHR0rk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-utahnHR0rk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-utahnHR0rk .navbar.navbar-short {
  min-height: 60px;
}
.cid-utahnHR0rk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utahnHR0rk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utahnHR0rk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utahnHR0rk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utahnHR0rk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utahnHR0rk .dropdown-item.active,
.cid-utahnHR0rk .dropdown-item:active {
  background-color: transparent;
}
.cid-utahnHR0rk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utahnHR0rk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utahnHR0rk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utahnHR0rk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-utahnHR0rk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utahnHR0rk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utahnHR0rk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utahnHR0rk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utahnHR0rk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utahnHR0rk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-utahnHR0rk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utahnHR0rk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utahnHR0rk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utahnHR0rk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utahnHR0rk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utahnHR0rk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utahnHR0rk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utahnHR0rk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utahnHR0rk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utahnHR0rk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utahnHR0rk .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-utahnHR0rk .navbar {
    height: 70px;
  }
  .cid-utahnHR0rk .navbar.opened {
    height: auto;
  }
  .cid-utahnHR0rk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utahnIi8Gp {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #dc4234;
}
.cid-utahnIi8Gp p {
  line-height: 30px;
  font-weight: 300;
}
.cid-utahnIi8Gp .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-utahnIi8Gp .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-utahnIi8Gp .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-utahnIi8Gp .main-banner .left-content {
  margin-right: 15px;
}
.cid-utahnIi8Gp .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-utahnIi8Gp .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-utahnIi8Gp .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-utahnIi8Gp .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-utahnIi8Gp .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-utahnIi8Gp .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-utahnIi8Gp .main-banner:before {
    display: none;
  }
  .cid-utahnIi8Gp .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-utahnIi8Gp .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-utahnIi8Gp H6 {
  color: #ffffff;
}
.cid-utahnIi8Gp H2 {
  color: #ffffff;
}
.cid-utahnIi8Gp P {
  color: #ffffff;
}
.cid-utahnIEaNB {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-utahnIEaNB .news {
  width: 175px;
  background-color: #dc4234;
}
.cid-utahnIEaNB .news-scroll a {
  text-decoration: none;
}
.cid-utahnIEaNB .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #ff3366;
  border-radius: 50%;
  display: inline-block;
}
.cid-utahnIEaNB DIV {
  color: #ffffff;
}
.cid-utahnIUEzR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-utahnIUEzR .service-item {
  position: relative;
  transition: .5s;
  padding: 0 30px;
  border-bottom: 4px solid #e43f3f;
}
.cid-utahnIUEzR .service2 {
  border-bottom: 4px solid #e43f3f;
}
.cid-utahnIUEzR .service-item .service-icon {
  margin-bottom: 30px;
  padding-top: 25px;
}
.cid-utahnIUEzR .service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
.cid-utahnIUEzR .service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}
.cid-utahnIUEzR .service3-item > div {
  z-index: 1;
}
.cid-utahnIUEzR .service3-item div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
  transition: .5s;
  z-index: -1;
}
.cid-utahnIUEzR .service3-item div:hover::after {
  width: 100%;
  background: var(--primary);
}
.cid-utahnIUEzR .service3-item * {
  transition: .5s;
}
.cid-utahnIUEzR .service3-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: .5s;
}
.cid-utahnIUEzR .service3-item:hover .service-icon {
  background: #FFFFFF !important;
}
.cid-utahnIUEzR .section-title-1::before,
.cid-utahnIUEzR .section-title-2::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.cid-utahnIUEzR .section-title-2::before {
  height: 1px;
}
.cid-utahnIUEzR .section-title-1.text-center::before,
.cid-utahnIUEzR .section-title-2.text-center::before {
  left: 50%;
  margin-left: -75px;
}
.cid-utahnIUEzR .section-title-1.section-title-sm::before,
.cid-utahnIUEzR .section-title-2.section-title-sm::before {
  width: 90px;
  height: 3px;
}
.cid-utahnIUEzR .section-title-2.section-title-sm::before {
  height: 1px;
}
.cid-utahnIUEzR .section-title-1::after,
.cid-utahnIUEzR .section-title-2::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}
.cid-utahnIUEzR .section-title-2::after {
  bottom: -2px;
  background: var(--primary);
}
.cid-utahnIUEzR .section-title-1.section-title-sm::after,
.cid-utahnIUEzR .section-title-2.section-title-sm::after {
  width: 4px;
  height: 3px;
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}
.cid-utahnIUEzR .section-title-2.section-title-sm::after {
  bottom: -1px;
}
.cid-utahnIUEzR .section-title-1.text-center::after,
.cid-utahnIUEzR .section-title-2.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}
.cid-utahnIUEzR H3 {
  color: #ffffff;
}
.cid-utahnIUEzR P {
  color: #ffffff;
  line-height: 25px;
  text-align: center;
}
.cid-utahnIUEzR .mbr-section-title {
  color: #e43f3f;
}
.cid-utahnIUEzR .mbr-section-h5 {
  color: #331b1b;
}
.cid-utahnIUEzR .mbr-section-h1 {
  color: #232323;
}
.cid-utahnIUEzR .mbr-section-strong {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-utahnIUEzR .mbr-section-p {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-utahnIUEzR .mbr-section-contacttext {
  color: #ffffff;
  text-align: center;
}
.cid-utahnIUEzR H2 {
  color: #ffffff;
}
.cid-utahnIUEzR .mbr-section-contact {
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}
.cid-utahnIUEzR .bgcard1 {
  background-color: #0e3781;
}
.cid-utahnIUEzR .bgcard2 {
  background-color: #232323;
}
.cid-utahnIUEzR H4 {
  text-align: center;
  color: #dc4234;
}
.cid-utahnJj9YL .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-utahnJj9YL .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-utahnJj9YL .divider-top::before,
.cid-utahnJj9YL .divider-bottom::before,
.cid-utahnJj9YL .divider-top::after,
.cid-utahnJj9YL .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-utahnJj9YL .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-utahnJj9YL .divider-triangles::before {
  top: -50px;
}
.cid-utahnJj9YL .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-utahnJj9YL .divider-halfcircle::before {
  top: -50px;
}
.cid-utahnJj9YL .divider-multitriangles::before,
.cid-utahnJj9YL .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-utahnJj9YL .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-utahnJzqwZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-utahnJzqwZ .mbr-section-title {
  color: #ffffff;
}
.cid-utahnJZWSX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dc4234;
}
.cid-utahnJZWSX .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-utahnJZWSX .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-utahnJZWSX .card-title,
.cid-utahnJZWSX .card-box {
  color: #e43f3f;
}
.cid-utahnKEKOz .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-utahnKEKOz .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-utahnKEKOz .divider-top::before,
.cid-utahnKEKOz .divider-bottom::before,
.cid-utahnKEKOz .divider-top::after,
.cid-utahnKEKOz .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-utahnKEKOz .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-utahnKEKOz .divider-triangles::before {
  top: -50px;
}
.cid-utahnKEKOz .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-utahnKEKOz .divider-halfcircle::before {
  top: -50px;
}
.cid-utahnKEKOz .divider-multitriangles::before,
.cid-utahnKEKOz .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-utahnKEKOz .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-utahnKSpaB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utahnL7V3H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utahnL7V3H .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-utahnL7V3H .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-utahnL7V3H .text-box {
  text-align: center;
}
.cid-utahnL7V3H span {
  font-size: 7rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-utahnL7V3H .card {
    margin-bottom: 2rem;
  }
  .cid-utahnL7V3H .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-utahnL7V3H span {
    font-size: 21vw;
  }
}
.cid-utahnL7V3H .item .icon-box .step-number {
  color: #dc4234;
}
.cid-utahnLwR3t {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-utahnLwR3t .mbr-section-title,
.cid-utahnLwR3t .mbr-section-subtitle {
  text-align: center;
}
.cid-utahnLwR3t .cost {
  word-break: normal;
}
.cid-utahnLwR3t .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-utahnLwR3t .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-utahnLwR3t .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-utahnLwR3t .card-wrapper {
    padding: 1rem;
  }
}
.cid-utahnLwR3t P {
  color: #0a0d53;
}
.cid-utahnLwR3t .card-title {
  color: #dc4234;
}
.cid-utahnLWl3C .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-utahnLWl3C .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-utahnLWl3C .divider-top::before,
.cid-utahnLWl3C .divider-bottom::before,
.cid-utahnLWl3C .divider-top::after,
.cid-utahnLWl3C .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-utahnLWl3C .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-utahnLWl3C .divider-triangles::before {
  top: -50px;
}
.cid-utahnLWl3C .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-utahnLWl3C .divider-halfcircle::before {
  top: -50px;
}
.cid-utahnLWl3C .divider-multitriangles::before,
.cid-utahnLWl3C .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-utahnLWl3C .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-utahnMaKEW {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-utahnMaKEW .client-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.cid-utahnMaKEW .client-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.cid-utahnMaKEW .textp {
  color: #000000;
  line-height: 25px;
}
.cid-utahnMaKEW .client-title {
  margin-bottom: 45px;
}
.cid-utahnMaKEW .client-text {
  margin-top: 50px;
  margin-bottom: 45px;
}
.cid-utahnMaKEW .client-text p {
  margin-bottom: 0;
}
.cid-utahnMaKEW .client-item {
  margin-top: 45px;
  padding: 60px 20px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.cid-utahnMaKEW .client-item:hover:before {
  opacity: 1;
  height: 100%;
}
.cid-utahnMaKEW .client-item:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-utahnMaKEW .client-item:hover .content h3 {
  color: #ffffff;
}
.cid-utahnMaKEW .client-item:hover .content span {
  color: #d0ced3;
}
.cid-utahnMaKEW .client-item:hover .content p {
  color: #d0ced3;
}
.cid-utahnMaKEW .client-item:hover .content .quote {
  color: #fba311;
}
.cid-utahnMaKEW .client-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #0e3781;
  opacity: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.7s;
}
.cid-utahnMaKEW .client-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.7s;
}
.cid-utahnMaKEW .client-item .client-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.cid-utahnMaKEW .client-item .client-img img {
  border-radius: 50%;
  border: 2px solid #fba311;
}
.cid-utahnMaKEW .client-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.cid-utahnMaKEW .client-item .content span {
  font-size: 14px;
  margin-bottom: 15px;
}
.cid-utahnMaKEW .client-item .content ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.cid-utahnMaKEW .client-item .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #fba311;
}
.cid-utahnMaKEW .client-item .content p {
  margin-bottom: 0;
}
.cid-utahnMaKEW H2 {
  color: #dc4234;
}
.cid-utahnMaKEW P {
  color: #000000;
}
.cid-utahnMaKEW H3 {
  color: #000000;
}
.cid-utahnMaKEW SPAN {
  color: #131788;
}
.cid-utahnMwKNA .divider-top {
  position: relative;
  padding: 2.5em;
  background: #dc4234;
}
.cid-utahnMwKNA .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-utahnMwKNA .divider-top::before,
.cid-utahnMwKNA .divider-bottom::before,
.cid-utahnMwKNA .divider-top::after,
.cid-utahnMwKNA .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-utahnMwKNA .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-utahnMwKNA .divider-triangles::before {
  top: -50px;
}
.cid-utahnMwKNA .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-utahnMwKNA .divider-halfcircle::before {
  top: -50px;
}
.cid-utahnMwKNA .divider-multitriangles::before,
.cid-utahnMwKNA .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-utahnMwKNA .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #dc4234, 50px -50px 0 #dc4234;
}
.cid-utahnMI5vq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-utahnMI5vq img,
.cid-utahnMI5vq .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-utahnMI5vq .item:focus,
.cid-utahnMI5vq span:focus {
  outline: none;
}
.cid-utahnMI5vq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-utahnMI5vq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e43f3f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-utahnMI5vq .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-utahnMI5vq .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utahnMI5vq .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-utahnMI5vq .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-utahnMI5vq .item-wrapper {
  background: transparent;
}
.cid-utahnMI5vq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-utahnMI5vq .mbr-section-title {
  color: #232323;
}
.cid-utahnMI5vq .mbr-text,
.cid-utahnMI5vq .mbr-section-btn {
  text-align: left;
}
.cid-utahnMI5vq .item-title {
  text-align: left;
}
.cid-utahnMI5vq .item-subtitle {
  text-align: center;
}
.cid-utahnN7LTv {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-utahnN7LTv img,
.cid-utahnN7LTv .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-utahnN7LTv .item:focus,
.cid-utahnN7LTv span:focus {
  outline: none;
}
.cid-utahnN7LTv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-utahnN7LTv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-utahnN7LTv .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-utahnN7LTv .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utahnN7LTv .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-utahnN7LTv .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-utahnN7LTv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-utahnN7LTv .mbr-section-title {
  color: #232323;
}
.cid-utahnN7LTv .mbr-text,
.cid-utahnN7LTv .mbr-section-btn {
  text-align: left;
}
.cid-utahnN7LTv .item-title {
  text-align: left;
}
.cid-utahnN7LTv .item-subtitle {
  text-align: center;
}
.cid-utahnNwa1T {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-utahnNwa1T img,
.cid-utahnNwa1T .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-utahnNwa1T .item:focus,
.cid-utahnNwa1T span:focus {
  outline: none;
}
.cid-utahnNwa1T .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-utahnNwa1T .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-utahnNwa1T .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-utahnNwa1T .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utahnNwa1T .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-utahnNwa1T .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-utahnNwa1T .mbr-section-btn {
  margin-top: auto !important;
}
.cid-utahnNwa1T .mbr-section-title {
  color: #232323;
}
.cid-utahnNwa1T .mbr-text,
.cid-utahnNwa1T .mbr-section-btn {
  text-align: left;
}
.cid-utahnNwa1T .item-title {
  text-align: left;
}
.cid-utahnNwa1T .item-subtitle {
  text-align: center;
}
.cid-utahnNUqOt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-utahnNUqOt .media-container-row {
  justify-content: space-between;
}
.cid-utahnNUqOt .text-content {
  max-width: 50%;
}
.cid-utahnNUqOt .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-utahnNUqOt .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-utahnNUqOt .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-utahnNUqOt .icons {
    justify-content: center !important;
  }
  .cid-utahnNUqOt .text-content * {
    text-align: center;
  }
}
.cid-utahnOhMCQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utahnOhMCQ .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-utahnOhMCQ .bgColor1 {
  background-color: #0a0d53;
}
.cid-utahnOhMCQ .bgColor2 {
  background-color: #e43f3f;
}
.cid-utahnOhMCQ .bgColor3 {
  background-color: #9fdbf8;
}
.cid-utahnOhMCQ .bgicon {
  background-color: #ffffff;
}
.cid-utahnOhMCQ H1 {
  color: #e43f3f;
}
.cid-utahnOC5sR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-utahnOC5sR #footer {
  padding: 0 0 25px 0;
}
.cid-utahnOC5sR #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-utahnOC5sR #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-utahnOC5sR #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-utahnOC5sR #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-utahnOC5sR #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-utahnOC5sR #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-utahnOC5sR #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-utahnOC5sR #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-utahnOC5sR #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-utahnOC5sR #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-utahnOC5sR #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-utahnOC5sR #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-utahnOC5sR #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-utahnOC5sR #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-utahnOC5sR #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-utahnOC5sR #footer .copyright {
  padding-top: 30px;
}
.cid-utahnOC5sR ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-utahnOC5sR H4 {
  color: #000000;
  text-align: left;
}
.cid-utahnOC5sR DIV {
  text-align: center;
  color: #fafafa;
}
.cid-utahnOC5sR P {
  color: #e43f3f;
  text-align: left;
}
.cid-utahnOC5sR div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-utahnOC5sR .copyright a {
  text-decoration: none !important;
}
.cid-utahnOC5sR .list,
.cid-utahnOC5sR .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-utahnOC5sR ul li a {
  text-decoration: none !important;
}
.cid-utahnOC5sR .list {
  color: #e43f3f;
}
.cid-utahnOYh3N .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #e43f3f;
  top: 70px;
}
.cid-utahnOYh3N .progress-bar {
  height: 9px;
  background: #ffffff;
  width: 0%;
}
.cid-utahnOYh3N .sticky2 {
  position: fixed;
  top: 70px;
  width: 100%;
}
.cid-utahnOYh3N .hidden {
  display: none;
}
.cid-utahnOYh3N H10 {
  color: #767676;
}
.cid-uuc7UKCURj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uuc7UKCURj nav.navbar {
  position: fixed;
}
.cid-uuc7UKCURj .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-uuc7UKCURj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uuc7UKCURj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uuc7UKCURj .dropdown-item:hover,
.cid-uuc7UKCURj .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uuc7UKCURj .dropdown-item:hover span {
  color: white;
}
.cid-uuc7UKCURj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uuc7UKCURj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uuc7UKCURj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uuc7UKCURj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uuc7UKCURj .nav-link {
  position: relative;
}
.cid-uuc7UKCURj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uuc7UKCURj .container {
    flex-wrap: nowrap;
  }
}
.cid-uuc7UKCURj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uuc7UKCURj .dropdown-menu,
.cid-uuc7UKCURj .navbar.opened {
  background: #e43f3f !important;
}
.cid-uuc7UKCURj .nav-item:focus,
.cid-uuc7UKCURj .nav-link:focus {
  outline: none;
}
.cid-uuc7UKCURj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuc7UKCURj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuc7UKCURj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuc7UKCURj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuc7UKCURj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuc7UKCURj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuc7UKCURj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uuc7UKCURj .navbar.opened {
  transition: all 0.3s;
}
.cid-uuc7UKCURj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uuc7UKCURj .navbar .navbar-logo img {
  width: auto;
}
.cid-uuc7UKCURj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uuc7UKCURj .navbar.collapsed {
  justify-content: center;
}
.cid-uuc7UKCURj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuc7UKCURj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uuc7UKCURj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uuc7UKCURj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuc7UKCURj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuc7UKCURj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uuc7UKCURj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuc7UKCURj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uuc7UKCURj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uuc7UKCURj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuc7UKCURj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuc7UKCURj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuc7UKCURj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuc7UKCURj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uuc7UKCURj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuc7UKCURj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uuc7UKCURj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uuc7UKCURj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uuc7UKCURj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuc7UKCURj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uuc7UKCURj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uuc7UKCURj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuc7UKCURj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuc7UKCURj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uuc7UKCURj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuc7UKCURj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uuc7UKCURj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuc7UKCURj .dropdown-item.active,
.cid-uuc7UKCURj .dropdown-item:active {
  background-color: transparent;
}
.cid-uuc7UKCURj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuc7UKCURj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuc7UKCURj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuc7UKCURj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uuc7UKCURj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuc7UKCURj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuc7UKCURj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uuc7UKCURj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuc7UKCURj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uuc7UKCURj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uuc7UKCURj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuc7UKCURj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuc7UKCURj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuc7UKCURj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuc7UKCURj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuc7UKCURj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuc7UKCURj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuc7UKCURj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuc7UKCURj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uuc7UKCURj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uuc7UKCURj .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-uuc7UKCURj .navbar {
    height: 70px;
  }
  .cid-uuc7UKCURj .navbar.opened {
    height: auto;
  }
  .cid-uuc7UKCURj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuc7UL0M1q {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uuc7UL0M1q p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uuc7UL0M1q .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uuc7UL0M1q .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uuc7UL0M1q .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uuc7UL0M1q .main-banner .left-content {
  margin-right: 15px;
}
.cid-uuc7UL0M1q .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uuc7UL0M1q .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uuc7UL0M1q .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uuc7UL0M1q .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uuc7UL0M1q .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uuc7UL0M1q .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uuc7UL0M1q .main-banner:before {
    display: none;
  }
  .cid-uuc7UL0M1q .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uuc7UL0M1q .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uuc7UL0M1q H6 {
  color: #e43f3f;
}
.cid-uuc7UL0M1q H2 {
  color: #ffffff;
}
.cid-uuc7UL0M1q P {
  color: #ffffff;
}
.cid-uuc7ULrTe3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uuc7ULrTe3 .media-container-row {
  justify-content: space-between;
}
.cid-uuc7ULrTe3 .text-content {
  max-width: 50%;
}
.cid-uuc7ULrTe3 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uuc7ULrTe3 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uuc7ULrTe3 .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uuc7ULrTe3 .icons {
    justify-content: center !important;
  }
  .cid-uuc7ULrTe3 .text-content * {
    text-align: center;
  }
}
.cid-uuc7ULrTe3 .mbr-section-title {
  color: #ffffff;
}
.cid-uuc7ULrTe3 P {
  color: #ffffff;
}
.cid-uuc7UM7Dik {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uuc7UM7Dik .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-uuc7UM7Dik .bgColor1 {
  background-color: #0a0d53;
}
.cid-uuc7UM7Dik .bgColor2 {
  background-color: #e43f3f;
}
.cid-uuc7UM7Dik .bgColor3 {
  background-color: #9fdbf8;
}
.cid-uuc7UM7Dik .bgicon {
  background-color: #ffffff;
}
.cid-uuc7UM7Dik H1 {
  color: #e43f3f;
}
.cid-uuc7UMrGbk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uuc7UMrGbk .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-uuc7UMrGbk .bgColor1 {
  background-color: #0a0d53;
}
.cid-uuc7UMrGbk .bgColor2 {
  background-color: #e43f3f;
}
.cid-uuc7UMrGbk .bgColor3 {
  background-color: #e6c63b;
}
.cid-uuc7UMrGbk .bgicon {
  background-color: #ffffff;
}
.cid-uuc7UMrGbk H1 {
  color: #e43f3f;
}
.cid-uuc7UMF8K0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uuc7UMF8K0 #footer {
  padding: 0 0 25px 0;
}
.cid-uuc7UMF8K0 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uuc7UMF8K0 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uuc7UMF8K0 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uuc7UMF8K0 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uuc7UMF8K0 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uuc7UMF8K0 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uuc7UMF8K0 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uuc7UMF8K0 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uuc7UMF8K0 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uuc7UMF8K0 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uuc7UMF8K0 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uuc7UMF8K0 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uuc7UMF8K0 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uuc7UMF8K0 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uuc7UMF8K0 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uuc7UMF8K0 #footer .copyright {
  padding-top: 30px;
}
.cid-uuc7UMF8K0 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uuc7UMF8K0 H4 {
  color: #000000;
  text-align: left;
}
.cid-uuc7UMF8K0 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uuc7UMF8K0 P {
  color: #e43f3f;
  text-align: left;
}
.cid-uuc7UMF8K0 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uuc7UMF8K0 .copyright a {
  text-decoration: none !important;
}
.cid-uuc7UMF8K0 .list,
.cid-uuc7UMF8K0 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uuc7UMF8K0 ul li a {
  text-decoration: none !important;
}
.cid-uuc7UMF8K0 .list {
  color: #e43f3f;
}
.cid-uuccsSEarJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uuccsSEarJ nav.navbar {
  position: fixed;
}
.cid-uuccsSEarJ .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-uuccsSEarJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uuccsSEarJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uuccsSEarJ .dropdown-item:hover,
.cid-uuccsSEarJ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uuccsSEarJ .dropdown-item:hover span {
  color: white;
}
.cid-uuccsSEarJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uuccsSEarJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uuccsSEarJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uuccsSEarJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uuccsSEarJ .nav-link {
  position: relative;
}
.cid-uuccsSEarJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uuccsSEarJ .container {
    flex-wrap: nowrap;
  }
}
.cid-uuccsSEarJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uuccsSEarJ .dropdown-menu,
.cid-uuccsSEarJ .navbar.opened {
  background: #e43f3f !important;
}
.cid-uuccsSEarJ .nav-item:focus,
.cid-uuccsSEarJ .nav-link:focus {
  outline: none;
}
.cid-uuccsSEarJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuccsSEarJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuccsSEarJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuccsSEarJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuccsSEarJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuccsSEarJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuccsSEarJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uuccsSEarJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uuccsSEarJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uuccsSEarJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uuccsSEarJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uuccsSEarJ .navbar.collapsed {
  justify-content: center;
}
.cid-uuccsSEarJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuccsSEarJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uuccsSEarJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uuccsSEarJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuccsSEarJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuccsSEarJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uuccsSEarJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuccsSEarJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uuccsSEarJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uuccsSEarJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuccsSEarJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuccsSEarJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuccsSEarJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuccsSEarJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uuccsSEarJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuccsSEarJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uuccsSEarJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uuccsSEarJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uuccsSEarJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuccsSEarJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uuccsSEarJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uuccsSEarJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuccsSEarJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuccsSEarJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uuccsSEarJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuccsSEarJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uuccsSEarJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuccsSEarJ .dropdown-item.active,
.cid-uuccsSEarJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uuccsSEarJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuccsSEarJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuccsSEarJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuccsSEarJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uuccsSEarJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuccsSEarJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuccsSEarJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uuccsSEarJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuccsSEarJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uuccsSEarJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uuccsSEarJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuccsSEarJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuccsSEarJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuccsSEarJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuccsSEarJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuccsSEarJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuccsSEarJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuccsSEarJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuccsSEarJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uuccsSEarJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uuccsSEarJ .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-uuccsSEarJ .navbar {
    height: 70px;
  }
  .cid-uuccsSEarJ .navbar.opened {
    height: auto;
  }
  .cid-uuccsSEarJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuccsSX6wp {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uuccsSX6wp p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uuccsSX6wp .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uuccsSX6wp .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uuccsSX6wp .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uuccsSX6wp .main-banner .left-content {
  margin-right: 15px;
}
.cid-uuccsSX6wp .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uuccsSX6wp .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uuccsSX6wp .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uuccsSX6wp .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uuccsSX6wp .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uuccsSX6wp .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uuccsSX6wp .main-banner:before {
    display: none;
  }
  .cid-uuccsSX6wp .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uuccsSX6wp .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uuccsSX6wp H6 {
  color: #e43f3f;
}
.cid-uuccsSX6wp H2 {
  color: #ffffff;
}
.cid-uuccsSX6wp P {
  color: #ffffff;
}
.cid-uuccsTlJ7r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uuccsTlJ7r .media-container-row {
  justify-content: space-between;
}
.cid-uuccsTlJ7r .text-content {
  max-width: 50%;
}
.cid-uuccsTlJ7r .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uuccsTlJ7r .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uuccsTlJ7r .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uuccsTlJ7r .icons {
    justify-content: center !important;
  }
  .cid-uuccsTlJ7r .text-content * {
    text-align: center;
  }
}
.cid-uuccsTlJ7r .mbr-section-title {
  color: #ffffff;
}
.cid-uuccsTlJ7r P {
  color: #ffffff;
}
.cid-uuccsU9q3n {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uuccsU9q3n #footer {
  padding: 0 0 25px 0;
}
.cid-uuccsU9q3n #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uuccsU9q3n #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uuccsU9q3n #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uuccsU9q3n #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uuccsU9q3n #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uuccsU9q3n #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uuccsU9q3n #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uuccsU9q3n #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uuccsU9q3n #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uuccsU9q3n #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uuccsU9q3n #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uuccsU9q3n #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uuccsU9q3n #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uuccsU9q3n #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uuccsU9q3n #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uuccsU9q3n #footer .copyright {
  padding-top: 30px;
}
.cid-uuccsU9q3n ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uuccsU9q3n H4 {
  color: #000000;
  text-align: left;
}
.cid-uuccsU9q3n DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uuccsU9q3n P {
  color: #e43f3f;
  text-align: left;
}
.cid-uuccsU9q3n div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uuccsU9q3n .copyright a {
  text-decoration: none !important;
}
.cid-uuccsU9q3n .list,
.cid-uuccsU9q3n .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uuccsU9q3n ul li a {
  text-decoration: none !important;
}
.cid-uuccsU9q3n .list {
  color: #e43f3f;
}
.cid-uyrJOCVA44 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uyrJOCVA44 nav.navbar {
  position: fixed;
}
.cid-uyrJOCVA44 .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-uyrJOCVA44 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyrJOCVA44 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyrJOCVA44 .dropdown-item:hover,
.cid-uyrJOCVA44 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uyrJOCVA44 .dropdown-item:hover span {
  color: white;
}
.cid-uyrJOCVA44 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyrJOCVA44 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyrJOCVA44 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyrJOCVA44 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyrJOCVA44 .nav-link {
  position: relative;
}
.cid-uyrJOCVA44 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uyrJOCVA44 .container {
    flex-wrap: nowrap;
  }
}
.cid-uyrJOCVA44 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyrJOCVA44 .dropdown-menu,
.cid-uyrJOCVA44 .navbar.opened {
  background: #e43f3f !important;
}
.cid-uyrJOCVA44 .nav-item:focus,
.cid-uyrJOCVA44 .nav-link:focus {
  outline: none;
}
.cid-uyrJOCVA44 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyrJOCVA44 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyrJOCVA44 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyrJOCVA44 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyrJOCVA44 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyrJOCVA44 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyrJOCVA44 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uyrJOCVA44 .navbar.opened {
  transition: all 0.3s;
}
.cid-uyrJOCVA44 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyrJOCVA44 .navbar .navbar-logo img {
  width: auto;
}
.cid-uyrJOCVA44 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyrJOCVA44 .navbar.collapsed {
  justify-content: center;
}
.cid-uyrJOCVA44 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyrJOCVA44 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyrJOCVA44 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uyrJOCVA44 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyrJOCVA44 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyrJOCVA44 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uyrJOCVA44 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyrJOCVA44 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyrJOCVA44 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uyrJOCVA44 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyrJOCVA44 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyrJOCVA44 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyrJOCVA44 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyrJOCVA44 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uyrJOCVA44 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyrJOCVA44 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyrJOCVA44 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyrJOCVA44 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyrJOCVA44 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyrJOCVA44 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uyrJOCVA44 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uyrJOCVA44 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyrJOCVA44 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyrJOCVA44 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyrJOCVA44 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyrJOCVA44 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyrJOCVA44 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyrJOCVA44 .dropdown-item.active,
.cid-uyrJOCVA44 .dropdown-item:active {
  background-color: transparent;
}
.cid-uyrJOCVA44 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyrJOCVA44 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyrJOCVA44 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyrJOCVA44 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uyrJOCVA44 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyrJOCVA44 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyrJOCVA44 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyrJOCVA44 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyrJOCVA44 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyrJOCVA44 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uyrJOCVA44 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyrJOCVA44 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyrJOCVA44 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyrJOCVA44 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyrJOCVA44 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyrJOCVA44 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyrJOCVA44 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyrJOCVA44 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyrJOCVA44 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyrJOCVA44 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyrJOCVA44 .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-uyrJOCVA44 .navbar {
    height: 70px;
  }
  .cid-uyrJOCVA44 .navbar.opened {
    height: auto;
  }
  .cid-uyrJOCVA44 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyrJODcusq {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uyrJODcusq p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uyrJODcusq .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uyrJODcusq .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uyrJODcusq .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uyrJODcusq .main-banner .left-content {
  margin-right: 15px;
}
.cid-uyrJODcusq .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uyrJODcusq .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uyrJODcusq .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uyrJODcusq .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uyrJODcusq .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uyrJODcusq .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uyrJODcusq .main-banner:before {
    display: none;
  }
  .cid-uyrJODcusq .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uyrJODcusq .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uyrJODcusq H6 {
  color: #e43f3f;
}
.cid-uyrJODcusq H2 {
  color: #ffffff;
}
.cid-uyrJODcusq P {
  color: #ffffff;
}
.cid-uyrJODApr7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uyrJODApr7 .media-container-row {
  justify-content: space-between;
}
.cid-uyrJODApr7 .text-content {
  max-width: 50%;
}
.cid-uyrJODApr7 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uyrJODApr7 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uyrJODApr7 .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uyrJODApr7 .icons {
    justify-content: center !important;
  }
  .cid-uyrJODApr7 .text-content * {
    text-align: center;
  }
}
.cid-uyrJODApr7 .mbr-section-title {
  color: #ffffff;
}
.cid-uyrJODApr7 P {
  color: #ffffff;
}
.cid-uyrJOElprc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uyrJOElprc #footer {
  padding: 0 0 25px 0;
}
.cid-uyrJOElprc #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uyrJOElprc #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uyrJOElprc #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uyrJOElprc #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uyrJOElprc #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uyrJOElprc #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uyrJOElprc #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uyrJOElprc #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uyrJOElprc #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uyrJOElprc #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uyrJOElprc #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uyrJOElprc #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uyrJOElprc #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uyrJOElprc #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uyrJOElprc #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uyrJOElprc #footer .copyright {
  padding-top: 30px;
}
.cid-uyrJOElprc ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uyrJOElprc H4 {
  color: #000000;
  text-align: left;
}
.cid-uyrJOElprc DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uyrJOElprc P {
  color: #e43f3f;
  text-align: left;
}
.cid-uyrJOElprc div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uyrJOElprc .copyright a {
  text-decoration: none !important;
}
.cid-uyrJOElprc .list,
.cid-uyrJOElprc .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uyrJOElprc ul li a {
  text-decoration: none !important;
}
.cid-uyrJOElprc .list {
  color: #e43f3f;
}
.cid-uANKPu39Xm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uANKPu39Xm nav.navbar {
  position: fixed;
}
.cid-uANKPu39Xm .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-uANKPu39Xm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uANKPu39Xm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uANKPu39Xm .dropdown-item:hover,
.cid-uANKPu39Xm .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uANKPu39Xm .dropdown-item:hover span {
  color: white;
}
.cid-uANKPu39Xm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uANKPu39Xm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uANKPu39Xm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uANKPu39Xm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uANKPu39Xm .nav-link {
  position: relative;
}
.cid-uANKPu39Xm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uANKPu39Xm .container {
    flex-wrap: nowrap;
  }
}
.cid-uANKPu39Xm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uANKPu39Xm .dropdown-menu,
.cid-uANKPu39Xm .navbar.opened {
  background: #e43f3f !important;
}
.cid-uANKPu39Xm .nav-item:focus,
.cid-uANKPu39Xm .nav-link:focus {
  outline: none;
}
.cid-uANKPu39Xm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uANKPu39Xm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uANKPu39Xm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uANKPu39Xm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uANKPu39Xm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uANKPu39Xm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uANKPu39Xm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uANKPu39Xm .navbar.opened {
  transition: all 0.3s;
}
.cid-uANKPu39Xm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uANKPu39Xm .navbar .navbar-logo img {
  width: auto;
}
.cid-uANKPu39Xm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uANKPu39Xm .navbar.collapsed {
  justify-content: center;
}
.cid-uANKPu39Xm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uANKPu39Xm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uANKPu39Xm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uANKPu39Xm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uANKPu39Xm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uANKPu39Xm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uANKPu39Xm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uANKPu39Xm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uANKPu39Xm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uANKPu39Xm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uANKPu39Xm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uANKPu39Xm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uANKPu39Xm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uANKPu39Xm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uANKPu39Xm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uANKPu39Xm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uANKPu39Xm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uANKPu39Xm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uANKPu39Xm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uANKPu39Xm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uANKPu39Xm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uANKPu39Xm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uANKPu39Xm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uANKPu39Xm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uANKPu39Xm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uANKPu39Xm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uANKPu39Xm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uANKPu39Xm .dropdown-item.active,
.cid-uANKPu39Xm .dropdown-item:active {
  background-color: transparent;
}
.cid-uANKPu39Xm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uANKPu39Xm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uANKPu39Xm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uANKPu39Xm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uANKPu39Xm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uANKPu39Xm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uANKPu39Xm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uANKPu39Xm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uANKPu39Xm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uANKPu39Xm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uANKPu39Xm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uANKPu39Xm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uANKPu39Xm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uANKPu39Xm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uANKPu39Xm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uANKPu39Xm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uANKPu39Xm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uANKPu39Xm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uANKPu39Xm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uANKPu39Xm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uANKPu39Xm .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-uANKPu39Xm .navbar {
    height: 70px;
  }
  .cid-uANKPu39Xm .navbar.opened {
    height: auto;
  }
  .cid-uANKPu39Xm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uANKPukH2u {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uANKPukH2u p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uANKPukH2u .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uANKPukH2u .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uANKPukH2u .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uANKPukH2u .main-banner .left-content {
  margin-right: 15px;
}
.cid-uANKPukH2u .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uANKPukH2u .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uANKPukH2u .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uANKPukH2u .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uANKPukH2u .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uANKPukH2u .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uANKPukH2u .main-banner:before {
    display: none;
  }
  .cid-uANKPukH2u .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uANKPukH2u .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uANKPukH2u H6 {
  color: #e43f3f;
}
.cid-uANKPuBV7w {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uANKPuBV7w .mbr-section-title {
  color: #000000;
}
.cid-uANKPuO8Na {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uANKPuO8Na .mbr-text {
  color: #000000;
}
.cid-uANKPuYICc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uANKPuYICc .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-uANKPuYICc .bgColor1 {
  background-color: #0a0d53;
}
.cid-uANKPuYICc .bgColor2 {
  background-color: #e43f3f;
}
.cid-uANKPuYICc .bgColor3 {
  background-color: #9fdbf8;
}
.cid-uANKPuYICc .bgicon {
  background-color: #ffffff;
}
.cid-uANKPuYICc H1 {
  color: #e43f3f;
}
.cid-uANKPvfKUn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uANKPvfKUn .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-uANKPvfKUn .bgColor1 {
  background-color: #0a0d53;
}
.cid-uANKPvfKUn .bgColor2 {
  background-color: #e43f3f;
}
.cid-uANKPvfKUn .bgColor3 {
  background-color: #e6c63b;
}
.cid-uANKPvfKUn .bgicon {
  background-color: #ffffff;
}
.cid-uANKPvfKUn H1 {
  color: #e43f3f;
}
.cid-uANKPvtUYn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uANKPvtUYn .media-container-row {
  justify-content: space-between;
}
.cid-uANKPvtUYn .text-content {
  max-width: 50%;
}
.cid-uANKPvtUYn .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uANKPvtUYn .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uANKPvtUYn .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uANKPvtUYn .icons {
    justify-content: center !important;
  }
  .cid-uANKPvtUYn .text-content * {
    text-align: center;
  }
}
.cid-uANKPvM1oL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uANKPvM1oL #footer {
  padding: 0 0 25px 0;
}
.cid-uANKPvM1oL #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uANKPvM1oL #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uANKPvM1oL #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uANKPvM1oL #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uANKPvM1oL #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uANKPvM1oL #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uANKPvM1oL #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uANKPvM1oL #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uANKPvM1oL #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uANKPvM1oL #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uANKPvM1oL #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uANKPvM1oL #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uANKPvM1oL #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uANKPvM1oL #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uANKPvM1oL #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uANKPvM1oL #footer .copyright {
  padding-top: 30px;
}
.cid-uANKPvM1oL ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uANKPvM1oL H4 {
  color: #000000;
  text-align: left;
}
.cid-uANKPvM1oL DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uANKPvM1oL P {
  color: #e43f3f;
  text-align: left;
}
.cid-uANKPvM1oL div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uANKPvM1oL .copyright a {
  text-decoration: none !important;
}
.cid-uANKPvM1oL .list,
.cid-uANKPvM1oL .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uANKPvM1oL ul li a {
  text-decoration: none !important;
}
.cid-uANKPvM1oL .list {
  color: #e43f3f;
}
.cid-uPPlz78guk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uPPlz78guk nav.navbar {
  position: fixed;
}
.cid-uPPlz78guk .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-uPPlz78guk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPPlz78guk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPPlz78guk .dropdown-item:hover,
.cid-uPPlz78guk .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uPPlz78guk .dropdown-item:hover span {
  color: white;
}
.cid-uPPlz78guk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPPlz78guk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPPlz78guk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPPlz78guk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPPlz78guk .nav-link {
  position: relative;
}
.cid-uPPlz78guk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uPPlz78guk .container {
    flex-wrap: nowrap;
  }
}
.cid-uPPlz78guk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPPlz78guk .dropdown-menu,
.cid-uPPlz78guk .navbar.opened {
  background: #e43f3f !important;
}
.cid-uPPlz78guk .nav-item:focus,
.cid-uPPlz78guk .nav-link:focus {
  outline: none;
}
.cid-uPPlz78guk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPPlz78guk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPPlz78guk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPPlz78guk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPPlz78guk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPPlz78guk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPPlz78guk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uPPlz78guk .navbar.opened {
  transition: all 0.3s;
}
.cid-uPPlz78guk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPPlz78guk .navbar .navbar-logo img {
  width: auto;
}
.cid-uPPlz78guk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPPlz78guk .navbar.collapsed {
  justify-content: center;
}
.cid-uPPlz78guk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPPlz78guk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPPlz78guk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uPPlz78guk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPPlz78guk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPPlz78guk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPPlz78guk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPPlz78guk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPPlz78guk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPPlz78guk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPPlz78guk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPPlz78guk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPPlz78guk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPPlz78guk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPPlz78guk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPPlz78guk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPPlz78guk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPPlz78guk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPPlz78guk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPPlz78guk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPPlz78guk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPPlz78guk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPPlz78guk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPPlz78guk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPPlz78guk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPPlz78guk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPPlz78guk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPPlz78guk .dropdown-item.active,
.cid-uPPlz78guk .dropdown-item:active {
  background-color: transparent;
}
.cid-uPPlz78guk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPPlz78guk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPPlz78guk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPPlz78guk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uPPlz78guk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPPlz78guk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPPlz78guk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPPlz78guk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPPlz78guk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPPlz78guk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPPlz78guk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPPlz78guk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPPlz78guk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPPlz78guk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPPlz78guk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPPlz78guk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPPlz78guk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPPlz78guk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPPlz78guk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPPlz78guk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPPlz78guk .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-uPPlz78guk .navbar {
    height: 70px;
  }
  .cid-uPPlz78guk .navbar.opened {
    height: auto;
  }
  .cid-uPPlz78guk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPPlz7Dp8z {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPPlz7Dp8z .row {
  flex-direction: row-reverse;
}
.cid-uPPlz7Dp8z p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uPPlz7Dp8z .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uPPlz7Dp8z .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uPPlz7Dp8z .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uPPlz7Dp8z .main-banner .left-content {
  margin-right: 15px;
}
.cid-uPPlz7Dp8z .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uPPlz7Dp8z .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uPPlz7Dp8z .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uPPlz7Dp8z .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uPPlz7Dp8z .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uPPlz7Dp8z .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uPPlz7Dp8z .main-banner:before {
    display: none;
  }
  .cid-uPPlz7Dp8z .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uPPlz7Dp8z .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uPPlz7Dp8z H6 {
  color: #e43f3f;
}
.cid-uPPlz82CWk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uPPlz82CWk .mbr-section-title {
  color: #000000;
}
.cid-uPPlz8nwA7 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uPPlz8nwA7 .container {
  padding: 0 5%;
}
.cid-uPPlz8nwA7 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uPPlz8nwA7 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uPPlz8nwA7 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uPPlz8nwA7 #expand-button:hover {
  background-color: #7787a5;
}
.cid-uPPlz8nwA7 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uPPlz8nwA7 .item:focus,
.cid-uPPlz8nwA7 span:focus {
  outline: none;
}
.cid-uPPlz8nwA7 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uPPlz8nwA7 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uPPlz8nwA7 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uPPlz8nwA7 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uPPlz8nwA7 .item {
    padding: 1.5rem;
  }
}
.cid-uPPlz8nwA7 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uPPlz8nwA7 .item .item-icon {
    margin-top: 0;
  }
}
.cid-uPPlz8nwA7 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uPPlz8nwA7 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uPPlz8nwA7 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uPPlz8nwA7 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uPPlz8nwA7 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uPPlz8nwA7 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uPPlz8nwA7 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uPPlz8nwA7 .item-content {
    margin-left: 0;
  }
}
.cid-uPPlz8nwA7 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uPPlz8nwA7 .item-title {
  color: #ffffff;
}
.cid-uPPlz8nwA7 .mbr-text,
.cid-uPPlz8nwA7 .item-icon {
  color: #ffffff;
}
.cid-uPPlz8nwA7 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uPPlz8nwA7 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uPPlz8nwA7 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uPPlz8nwA7 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uPPlz8nwA7 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uPPlz8nwA7 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uPPlz8nwA7 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uPPlz8nwA7 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uPPlz8nwA7 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uPPlz8nwA7 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uPPlz8nwA7 .article-column1 {
    padding-right: 16px;
  }
}
.cid-uPPlz8nwA7 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uPPlz8nwA7 .article-column2 {
    padding-left: 16px;
  }
}
.cid-uPPlz8nwA7 .mbr-section-subtitle,
.cid-uPPlz8nwA7 .mbr-iconfont {
  color: #e082c5;
}
.cid-uPPlz8nwA7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uPPlz90jfL {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPPlz90jfL p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uPPlz90jfL .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uPPlz90jfL .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uPPlz90jfL .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uPPlz90jfL .main-banner .left-content {
  margin-right: 15px;
}
.cid-uPPlz90jfL .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uPPlz90jfL .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uPPlz90jfL .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uPPlz90jfL .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uPPlz90jfL .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uPPlz90jfL .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uPPlz90jfL .main-banner:before {
    display: none;
  }
  .cid-uPPlz90jfL .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uPPlz90jfL .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uPPlz90jfL H6 {
  color: #e43f3f;
}
.cid-uPPlz90jfL H2 {
  color: #000000;
}
.cid-uPPlz90jfL P {
  color: #000000;
}
.cid-uPPlz9jhPP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uPPlz9jhPP #footer {
  padding: 0 0 25px 0;
}
.cid-uPPlz9jhPP #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uPPlz9jhPP #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uPPlz9jhPP #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uPPlz9jhPP #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uPPlz9jhPP #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uPPlz9jhPP #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uPPlz9jhPP #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uPPlz9jhPP #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uPPlz9jhPP #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uPPlz9jhPP #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uPPlz9jhPP #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uPPlz9jhPP #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uPPlz9jhPP #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uPPlz9jhPP #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uPPlz9jhPP #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uPPlz9jhPP #footer .copyright {
  padding-top: 30px;
}
.cid-uPPlz9jhPP ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uPPlz9jhPP H4 {
  color: #000000;
  text-align: left;
}
.cid-uPPlz9jhPP DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uPPlz9jhPP P {
  color: #e43f3f;
  text-align: left;
}
.cid-uPPlz9jhPP div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uPPlz9jhPP .copyright a {
  text-decoration: none !important;
}
.cid-uPPlz9jhPP .list,
.cid-uPPlz9jhPP .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uPPlz9jhPP ul li a {
  text-decoration: none !important;
}
.cid-uPPlz9jhPP .list {
  color: #e43f3f;
}
.cid-uPD0CSvyU7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uPD0CSvyU7 nav.navbar {
  position: fixed;
}
.cid-uPD0CSvyU7 .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-uPD0CSvyU7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPD0CSvyU7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPD0CSvyU7 .dropdown-item:hover,
.cid-uPD0CSvyU7 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uPD0CSvyU7 .dropdown-item:hover span {
  color: white;
}
.cid-uPD0CSvyU7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPD0CSvyU7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPD0CSvyU7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPD0CSvyU7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPD0CSvyU7 .nav-link {
  position: relative;
}
.cid-uPD0CSvyU7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uPD0CSvyU7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uPD0CSvyU7 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPD0CSvyU7 .dropdown-menu,
.cid-uPD0CSvyU7 .navbar.opened {
  background: #e43f3f !important;
}
.cid-uPD0CSvyU7 .nav-item:focus,
.cid-uPD0CSvyU7 .nav-link:focus {
  outline: none;
}
.cid-uPD0CSvyU7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPD0CSvyU7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPD0CSvyU7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPD0CSvyU7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPD0CSvyU7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPD0CSvyU7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPD0CSvyU7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uPD0CSvyU7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uPD0CSvyU7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPD0CSvyU7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uPD0CSvyU7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPD0CSvyU7 .navbar.collapsed {
  justify-content: center;
}
.cid-uPD0CSvyU7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPD0CSvyU7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPD0CSvyU7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uPD0CSvyU7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPD0CSvyU7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPD0CSvyU7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPD0CSvyU7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPD0CSvyU7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPD0CSvyU7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPD0CSvyU7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPD0CSvyU7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPD0CSvyU7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPD0CSvyU7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPD0CSvyU7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPD0CSvyU7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPD0CSvyU7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPD0CSvyU7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPD0CSvyU7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPD0CSvyU7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPD0CSvyU7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPD0CSvyU7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPD0CSvyU7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPD0CSvyU7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPD0CSvyU7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPD0CSvyU7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPD0CSvyU7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPD0CSvyU7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPD0CSvyU7 .dropdown-item.active,
.cid-uPD0CSvyU7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPD0CSvyU7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPD0CSvyU7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPD0CSvyU7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPD0CSvyU7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uPD0CSvyU7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPD0CSvyU7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPD0CSvyU7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPD0CSvyU7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPD0CSvyU7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPD0CSvyU7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPD0CSvyU7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPD0CSvyU7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPD0CSvyU7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPD0CSvyU7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPD0CSvyU7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPD0CSvyU7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPD0CSvyU7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPD0CSvyU7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPD0CSvyU7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPD0CSvyU7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPD0CSvyU7 .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-uPD0CSvyU7 .navbar {
    height: 70px;
  }
  .cid-uPD0CSvyU7 .navbar.opened {
    height: auto;
  }
  .cid-uPD0CSvyU7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPD0CSOzZ1 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPD0CSOzZ1 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uPD0CSOzZ1 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uPD0CSOzZ1 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uPD0CSOzZ1 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uPD0CSOzZ1 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uPD0CSOzZ1 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uPD0CSOzZ1 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uPD0CSOzZ1 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uPD0CSOzZ1 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uPD0CSOzZ1 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uPD0CSOzZ1 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uPD0CSOzZ1 .main-banner:before {
    display: none;
  }
  .cid-uPD0CSOzZ1 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uPD0CSOzZ1 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uPD0CSOzZ1 H6 {
  color: #e43f3f;
}
.cid-uPD0CT6ZZW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uPD0CT6ZZW .mbr-section-title {
  color: #000000;
}
.cid-uPD0CTrslz {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPD0CTrslz .mbr-text {
  color: #000000;
}
.cid-uPD0CTH94Y {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPD0CTH94Y .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-uPD0CTH94Y .bgColor1 {
  background-color: #0a0d53;
}
.cid-uPD0CTH94Y .bgColor2 {
  background-color: #e43f3f;
}
.cid-uPD0CTH94Y .bgColor3 {
  background-color: #9fdbf8;
}
.cid-uPD0CTH94Y .bgicon {
  background-color: #ffffff;
}
.cid-uPD0CTH94Y H1 {
  color: #e43f3f;
}
.cid-uPD0CU2K5e {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPD0CU2K5e .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-uPD0CU2K5e .bgColor1 {
  background-color: #0a0d53;
}
.cid-uPD0CU2K5e .bgColor2 {
  background-color: #e43f3f;
}
.cid-uPD0CU2K5e .bgColor3 {
  background-color: #e6c63b;
}
.cid-uPD0CU2K5e .bgicon {
  background-color: #ffffff;
}
.cid-uPD0CU2K5e H1 {
  color: #e43f3f;
}
.cid-uPD0CUm76Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPD0CUm76Q .media-container-row {
  justify-content: space-between;
}
.cid-uPD0CUm76Q .text-content {
  max-width: 50%;
}
.cid-uPD0CUm76Q .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uPD0CUm76Q .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uPD0CUm76Q .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uPD0CUm76Q .icons {
    justify-content: center !important;
  }
  .cid-uPD0CUm76Q .text-content * {
    text-align: center;
  }
}
.cid-uPD0CUNsQm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uPD0CUNsQm #footer {
  padding: 0 0 25px 0;
}
.cid-uPD0CUNsQm #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uPD0CUNsQm #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uPD0CUNsQm #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uPD0CUNsQm #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uPD0CUNsQm #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uPD0CUNsQm #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uPD0CUNsQm #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uPD0CUNsQm #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uPD0CUNsQm #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uPD0CUNsQm #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uPD0CUNsQm #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uPD0CUNsQm #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uPD0CUNsQm #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uPD0CUNsQm #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uPD0CUNsQm #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uPD0CUNsQm #footer .copyright {
  padding-top: 30px;
}
.cid-uPD0CUNsQm ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uPD0CUNsQm H4 {
  color: #000000;
  text-align: left;
}
.cid-uPD0CUNsQm DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uPD0CUNsQm P {
  color: #e43f3f;
  text-align: left;
}
.cid-uPD0CUNsQm div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uPD0CUNsQm .copyright a {
  text-decoration: none !important;
}
.cid-uPD0CUNsQm .list,
.cid-uPD0CUNsQm .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uPD0CUNsQm ul li a {
  text-decoration: none !important;
}
.cid-uPD0CUNsQm .list {
  color: #e43f3f;
}
.cid-uQb4dQXx4t {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQb4dQXx4t nav.navbar {
  position: fixed;
}
.cid-uQb4dQXx4t .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-uQb4dQXx4t .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQb4dQXx4t .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQb4dQXx4t .dropdown-item:hover,
.cid-uQb4dQXx4t .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uQb4dQXx4t .dropdown-item:hover span {
  color: white;
}
.cid-uQb4dQXx4t .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQb4dQXx4t .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQb4dQXx4t .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQb4dQXx4t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQb4dQXx4t .nav-link {
  position: relative;
}
.cid-uQb4dQXx4t .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uQb4dQXx4t .container {
    flex-wrap: nowrap;
  }
}
.cid-uQb4dQXx4t .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQb4dQXx4t .dropdown-menu,
.cid-uQb4dQXx4t .navbar.opened {
  background: #e43f3f !important;
}
.cid-uQb4dQXx4t .nav-item:focus,
.cid-uQb4dQXx4t .nav-link:focus {
  outline: none;
}
.cid-uQb4dQXx4t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQb4dQXx4t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQb4dQXx4t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQb4dQXx4t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQb4dQXx4t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQb4dQXx4t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQb4dQXx4t .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uQb4dQXx4t .navbar.opened {
  transition: all 0.3s;
}
.cid-uQb4dQXx4t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQb4dQXx4t .navbar .navbar-logo img {
  width: auto;
}
.cid-uQb4dQXx4t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQb4dQXx4t .navbar.collapsed {
  justify-content: center;
}
.cid-uQb4dQXx4t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQb4dQXx4t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQb4dQXx4t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uQb4dQXx4t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQb4dQXx4t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQb4dQXx4t .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uQb4dQXx4t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQb4dQXx4t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQb4dQXx4t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQb4dQXx4t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQb4dQXx4t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQb4dQXx4t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQb4dQXx4t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQb4dQXx4t .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQb4dQXx4t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQb4dQXx4t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQb4dQXx4t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQb4dQXx4t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQb4dQXx4t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQb4dQXx4t .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uQb4dQXx4t .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uQb4dQXx4t .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQb4dQXx4t .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQb4dQXx4t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQb4dQXx4t .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQb4dQXx4t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQb4dQXx4t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQb4dQXx4t .dropdown-item.active,
.cid-uQb4dQXx4t .dropdown-item:active {
  background-color: transparent;
}
.cid-uQb4dQXx4t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQb4dQXx4t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQb4dQXx4t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQb4dQXx4t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uQb4dQXx4t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQb4dQXx4t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQb4dQXx4t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQb4dQXx4t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQb4dQXx4t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQb4dQXx4t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQb4dQXx4t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQb4dQXx4t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQb4dQXx4t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQb4dQXx4t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQb4dQXx4t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQb4dQXx4t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQb4dQXx4t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQb4dQXx4t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQb4dQXx4t .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQb4dQXx4t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQb4dQXx4t .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-uQb4dQXx4t .navbar {
    height: 70px;
  }
  .cid-uQb4dQXx4t .navbar.opened {
    height: auto;
  }
  .cid-uQb4dQXx4t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQb4dRetXg {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQb4dRetXg .row {
  flex-direction: row-reverse;
}
.cid-uQb4dRetXg p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uQb4dRetXg .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uQb4dRetXg .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uQb4dRetXg .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uQb4dRetXg .main-banner .left-content {
  margin-right: 15px;
}
.cid-uQb4dRetXg .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uQb4dRetXg .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uQb4dRetXg .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uQb4dRetXg .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uQb4dRetXg .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uQb4dRetXg .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uQb4dRetXg .main-banner:before {
    display: none;
  }
  .cid-uQb4dRetXg .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uQb4dRetXg .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uQb4dRetXg H6 {
  color: #e43f3f;
}
.cid-uQb4dRuW89 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uQb4dRuW89 .mbr-section-title {
  color: #000000;
}
.cid-uQb4dRISoX {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uQb4dRISoX .container {
  padding: 0 5%;
}
.cid-uQb4dRISoX #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uQb4dRISoX #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uQb4dRISoX #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uQb4dRISoX #expand-button:hover {
  background-color: #7787a5;
}
.cid-uQb4dRISoX .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uQb4dRISoX .item:focus,
.cid-uQb4dRISoX span:focus {
  outline: none;
}
.cid-uQb4dRISoX .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uQb4dRISoX .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uQb4dRISoX .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uQb4dRISoX .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uQb4dRISoX .item {
    padding: 1.5rem;
  }
}
.cid-uQb4dRISoX .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uQb4dRISoX .item .item-icon {
    margin-top: 0;
  }
}
.cid-uQb4dRISoX .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uQb4dRISoX .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uQb4dRISoX .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uQb4dRISoX .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uQb4dRISoX .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uQb4dRISoX .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uQb4dRISoX .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uQb4dRISoX .item-content {
    margin-left: 0;
  }
}
.cid-uQb4dRISoX .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uQb4dRISoX .item-title {
  color: #ffffff;
}
.cid-uQb4dRISoX .mbr-text,
.cid-uQb4dRISoX .item-icon {
  color: #ffffff;
}
.cid-uQb4dRISoX .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uQb4dRISoX .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uQb4dRISoX .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uQb4dRISoX .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uQb4dRISoX .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uQb4dRISoX .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uQb4dRISoX .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uQb4dRISoX .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uQb4dRISoX .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uQb4dRISoX .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uQb4dRISoX .article-column1 {
    padding-right: 16px;
  }
}
.cid-uQb4dRISoX .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uQb4dRISoX .article-column2 {
    padding-left: 16px;
  }
}
.cid-uQb4dRISoX .mbr-section-subtitle,
.cid-uQb4dRISoX .mbr-iconfont {
  color: #e082c5;
}
.cid-uQb4dRISoX .mbr-section-subtitle {
  color: #000000;
}
.cid-uQb4dS9AYl {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQb4dS9AYl p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uQb4dS9AYl .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uQb4dS9AYl .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uQb4dS9AYl .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uQb4dS9AYl .main-banner .left-content {
  margin-right: 15px;
}
.cid-uQb4dS9AYl .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uQb4dS9AYl .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uQb4dS9AYl .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uQb4dS9AYl .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uQb4dS9AYl .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uQb4dS9AYl .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uQb4dS9AYl .main-banner:before {
    display: none;
  }
  .cid-uQb4dS9AYl .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uQb4dS9AYl .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uQb4dS9AYl H6 {
  color: #e43f3f;
}
.cid-uQb4dS9AYl H2 {
  color: #000000;
}
.cid-uQb4dS9AYl P {
  color: #000000;
}
.cid-uQb4dSp8OJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uQb4dSp8OJ #footer {
  padding: 0 0 25px 0;
}
.cid-uQb4dSp8OJ #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uQb4dSp8OJ #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uQb4dSp8OJ #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uQb4dSp8OJ #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uQb4dSp8OJ #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uQb4dSp8OJ #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uQb4dSp8OJ #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uQb4dSp8OJ #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uQb4dSp8OJ #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uQb4dSp8OJ #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uQb4dSp8OJ #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uQb4dSp8OJ #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uQb4dSp8OJ #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uQb4dSp8OJ #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uQb4dSp8OJ #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uQb4dSp8OJ #footer .copyright {
  padding-top: 30px;
}
.cid-uQb4dSp8OJ ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uQb4dSp8OJ H4 {
  color: #000000;
  text-align: left;
}
.cid-uQb4dSp8OJ DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uQb4dSp8OJ P {
  color: #e43f3f;
  text-align: left;
}
.cid-uQb4dSp8OJ div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uQb4dSp8OJ .copyright a {
  text-decoration: none !important;
}
.cid-uQb4dSp8OJ .list,
.cid-uQb4dSp8OJ .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uQb4dSp8OJ ul li a {
  text-decoration: none !important;
}
.cid-uQb4dSp8OJ .list {
  color: #e43f3f;
}
.cid-uQbdaYPLOc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQbdaYPLOc nav.navbar {
  position: fixed;
}
.cid-uQbdaYPLOc .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-uQbdaYPLOc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQbdaYPLOc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQbdaYPLOc .dropdown-item:hover,
.cid-uQbdaYPLOc .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uQbdaYPLOc .dropdown-item:hover span {
  color: white;
}
.cid-uQbdaYPLOc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQbdaYPLOc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQbdaYPLOc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQbdaYPLOc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQbdaYPLOc .nav-link {
  position: relative;
}
.cid-uQbdaYPLOc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uQbdaYPLOc .container {
    flex-wrap: nowrap;
  }
}
.cid-uQbdaYPLOc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQbdaYPLOc .dropdown-menu,
.cid-uQbdaYPLOc .navbar.opened {
  background: #e43f3f !important;
}
.cid-uQbdaYPLOc .nav-item:focus,
.cid-uQbdaYPLOc .nav-link:focus {
  outline: none;
}
.cid-uQbdaYPLOc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQbdaYPLOc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQbdaYPLOc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQbdaYPLOc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQbdaYPLOc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQbdaYPLOc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQbdaYPLOc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uQbdaYPLOc .navbar.opened {
  transition: all 0.3s;
}
.cid-uQbdaYPLOc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQbdaYPLOc .navbar .navbar-logo img {
  width: auto;
}
.cid-uQbdaYPLOc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQbdaYPLOc .navbar.collapsed {
  justify-content: center;
}
.cid-uQbdaYPLOc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQbdaYPLOc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQbdaYPLOc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uQbdaYPLOc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQbdaYPLOc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQbdaYPLOc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uQbdaYPLOc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQbdaYPLOc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQbdaYPLOc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQbdaYPLOc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQbdaYPLOc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQbdaYPLOc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQbdaYPLOc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQbdaYPLOc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQbdaYPLOc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQbdaYPLOc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQbdaYPLOc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQbdaYPLOc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQbdaYPLOc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQbdaYPLOc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uQbdaYPLOc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uQbdaYPLOc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQbdaYPLOc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQbdaYPLOc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQbdaYPLOc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQbdaYPLOc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQbdaYPLOc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQbdaYPLOc .dropdown-item.active,
.cid-uQbdaYPLOc .dropdown-item:active {
  background-color: transparent;
}
.cid-uQbdaYPLOc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQbdaYPLOc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQbdaYPLOc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQbdaYPLOc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uQbdaYPLOc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQbdaYPLOc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQbdaYPLOc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQbdaYPLOc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQbdaYPLOc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQbdaYPLOc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQbdaYPLOc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQbdaYPLOc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQbdaYPLOc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQbdaYPLOc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQbdaYPLOc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQbdaYPLOc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQbdaYPLOc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQbdaYPLOc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQbdaYPLOc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQbdaYPLOc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQbdaYPLOc .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-uQbdaYPLOc .navbar {
    height: 70px;
  }
  .cid-uQbdaYPLOc .navbar.opened {
    height: auto;
  }
  .cid-uQbdaYPLOc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQbdaZ69dw {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQbdaZ69dw .row {
  flex-direction: row-reverse;
}
.cid-uQbdaZ69dw p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uQbdaZ69dw .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uQbdaZ69dw .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uQbdaZ69dw .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uQbdaZ69dw .main-banner .left-content {
  margin-right: 15px;
}
.cid-uQbdaZ69dw .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uQbdaZ69dw .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uQbdaZ69dw .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uQbdaZ69dw .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uQbdaZ69dw .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uQbdaZ69dw .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uQbdaZ69dw .main-banner:before {
    display: none;
  }
  .cid-uQbdaZ69dw .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uQbdaZ69dw .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uQbdaZ69dw H6 {
  color: #e43f3f;
}
.cid-uQbdaZlmwe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uQbdaZlmwe .mbr-section-title {
  color: #000000;
}
.cid-uQbdaZAbl3 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uQbdaZAbl3 .container {
  padding: 0 5%;
}
.cid-uQbdaZAbl3 #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uQbdaZAbl3 #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uQbdaZAbl3 #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uQbdaZAbl3 #expand-button:hover {
  background-color: #7787a5;
}
.cid-uQbdaZAbl3 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uQbdaZAbl3 .item:focus,
.cid-uQbdaZAbl3 span:focus {
  outline: none;
}
.cid-uQbdaZAbl3 .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uQbdaZAbl3 .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uQbdaZAbl3 .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uQbdaZAbl3 .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uQbdaZAbl3 .item {
    padding: 1.5rem;
  }
}
.cid-uQbdaZAbl3 .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uQbdaZAbl3 .item .item-icon {
    margin-top: 0;
  }
}
.cid-uQbdaZAbl3 .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uQbdaZAbl3 .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uQbdaZAbl3 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uQbdaZAbl3 .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uQbdaZAbl3 .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uQbdaZAbl3 .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uQbdaZAbl3 .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uQbdaZAbl3 .item-content {
    margin-left: 0;
  }
}
.cid-uQbdaZAbl3 .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uQbdaZAbl3 .item-title {
  color: #ffffff;
}
.cid-uQbdaZAbl3 .mbr-text,
.cid-uQbdaZAbl3 .item-icon {
  color: #ffffff;
}
.cid-uQbdaZAbl3 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uQbdaZAbl3 .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uQbdaZAbl3 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uQbdaZAbl3 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uQbdaZAbl3 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uQbdaZAbl3 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uQbdaZAbl3 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uQbdaZAbl3 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uQbdaZAbl3 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uQbdaZAbl3 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uQbdaZAbl3 .article-column1 {
    padding-right: 16px;
  }
}
.cid-uQbdaZAbl3 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uQbdaZAbl3 .article-column2 {
    padding-left: 16px;
  }
}
.cid-uQbdaZAbl3 .mbr-section-subtitle,
.cid-uQbdaZAbl3 .mbr-iconfont {
  color: #e082c5;
}
.cid-uQbdaZAbl3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uQbdb04WRm {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQbdb04WRm p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uQbdb04WRm .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uQbdb04WRm .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uQbdb04WRm .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uQbdb04WRm .main-banner .left-content {
  margin-right: 15px;
}
.cid-uQbdb04WRm .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uQbdb04WRm .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uQbdb04WRm .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uQbdb04WRm .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uQbdb04WRm .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uQbdb04WRm .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uQbdb04WRm .main-banner:before {
    display: none;
  }
  .cid-uQbdb04WRm .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uQbdb04WRm .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uQbdb04WRm H6 {
  color: #e43f3f;
}
.cid-uQbdb04WRm H2 {
  color: #000000;
}
.cid-uQbdb04WRm P {
  color: #000000;
}
.cid-uQbdb0hyjn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uQbdb0hyjn #footer {
  padding: 0 0 25px 0;
}
.cid-uQbdb0hyjn #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uQbdb0hyjn #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uQbdb0hyjn #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uQbdb0hyjn #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uQbdb0hyjn #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uQbdb0hyjn #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uQbdb0hyjn #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uQbdb0hyjn #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uQbdb0hyjn #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uQbdb0hyjn #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uQbdb0hyjn #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uQbdb0hyjn #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uQbdb0hyjn #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uQbdb0hyjn #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uQbdb0hyjn #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uQbdb0hyjn #footer .copyright {
  padding-top: 30px;
}
.cid-uQbdb0hyjn ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uQbdb0hyjn H4 {
  color: #000000;
  text-align: left;
}
.cid-uQbdb0hyjn DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uQbdb0hyjn P {
  color: #e43f3f;
  text-align: left;
}
.cid-uQbdb0hyjn div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uQbdb0hyjn .copyright a {
  text-decoration: none !important;
}
.cid-uQbdb0hyjn .list,
.cid-uQbdb0hyjn .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uQbdb0hyjn ul li a {
  text-decoration: none !important;
}
.cid-uQbdb0hyjn .list {
  color: #e43f3f;
}
.cid-uXvKxem1vO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXvKxem1vO nav.navbar {
  position: fixed;
}
.cid-uXvKxem1vO .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-uXvKxem1vO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXvKxem1vO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXvKxem1vO .dropdown-item:hover,
.cid-uXvKxem1vO .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uXvKxem1vO .dropdown-item:hover span {
  color: white;
}
.cid-uXvKxem1vO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXvKxem1vO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXvKxem1vO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXvKxem1vO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXvKxem1vO .nav-link {
  position: relative;
}
.cid-uXvKxem1vO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uXvKxem1vO .container {
    flex-wrap: nowrap;
  }
}
.cid-uXvKxem1vO .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXvKxem1vO .dropdown-menu,
.cid-uXvKxem1vO .navbar.opened {
  background: #e43f3f !important;
}
.cid-uXvKxem1vO .nav-item:focus,
.cid-uXvKxem1vO .nav-link:focus {
  outline: none;
}
.cid-uXvKxem1vO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXvKxem1vO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXvKxem1vO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXvKxem1vO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXvKxem1vO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXvKxem1vO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXvKxem1vO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uXvKxem1vO .navbar.opened {
  transition: all 0.3s;
}
.cid-uXvKxem1vO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXvKxem1vO .navbar .navbar-logo img {
  width: auto;
}
.cid-uXvKxem1vO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXvKxem1vO .navbar.collapsed {
  justify-content: center;
}
.cid-uXvKxem1vO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXvKxem1vO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXvKxem1vO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uXvKxem1vO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXvKxem1vO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXvKxem1vO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uXvKxem1vO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXvKxem1vO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXvKxem1vO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXvKxem1vO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXvKxem1vO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXvKxem1vO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXvKxem1vO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXvKxem1vO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uXvKxem1vO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXvKxem1vO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXvKxem1vO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXvKxem1vO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXvKxem1vO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXvKxem1vO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uXvKxem1vO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uXvKxem1vO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXvKxem1vO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXvKxem1vO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXvKxem1vO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXvKxem1vO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXvKxem1vO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXvKxem1vO .dropdown-item.active,
.cid-uXvKxem1vO .dropdown-item:active {
  background-color: transparent;
}
.cid-uXvKxem1vO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXvKxem1vO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXvKxem1vO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXvKxem1vO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uXvKxem1vO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXvKxem1vO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXvKxem1vO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXvKxem1vO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXvKxem1vO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXvKxem1vO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXvKxem1vO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXvKxem1vO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXvKxem1vO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXvKxem1vO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXvKxem1vO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXvKxem1vO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXvKxem1vO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXvKxem1vO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXvKxem1vO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXvKxem1vO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXvKxem1vO .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-uXvKxem1vO .navbar {
    height: 70px;
  }
  .cid-uXvKxem1vO .navbar.opened {
    height: auto;
  }
  .cid-uXvKxem1vO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXvKxezAIu {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uXvKxezAIu p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uXvKxezAIu .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uXvKxezAIu .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uXvKxezAIu .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uXvKxezAIu .main-banner .left-content {
  margin-right: 15px;
}
.cid-uXvKxezAIu .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uXvKxezAIu .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uXvKxezAIu .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uXvKxezAIu .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uXvKxezAIu .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uXvKxezAIu .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uXvKxezAIu .main-banner:before {
    display: none;
  }
  .cid-uXvKxezAIu .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uXvKxezAIu .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uXvKxezAIu H6 {
  color: #e43f3f;
}
.cid-uXvKxeJ2LQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uXvKxeJ2LQ .mbr-section-title {
  color: #000000;
}
.cid-uXvKxeV9fQ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXvKxeV9fQ .mbr-text {
  color: #000000;
}
.cid-uXvKxf2Hj9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXvKxf2Hj9 .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-uXvKxf2Hj9 .bgColor1 {
  background-color: #0a0d53;
}
.cid-uXvKxf2Hj9 .bgColor2 {
  background-color: #e43f3f;
}
.cid-uXvKxf2Hj9 .bgColor3 {
  background-color: #9fdbf8;
}
.cid-uXvKxf2Hj9 .bgicon {
  background-color: #ffffff;
}
.cid-uXvKxf2Hj9 H1 {
  color: #e43f3f;
}
.cid-uXvKxfdtKM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXvKxfdtKM .stbg {
  height: 150px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cid-uXvKxfdtKM .bgColor1 {
  background-color: #0a0d53;
}
.cid-uXvKxfdtKM .bgColor2 {
  background-color: #e43f3f;
}
.cid-uXvKxfdtKM .bgColor3 {
  background-color: #e6c63b;
}
.cid-uXvKxfdtKM .bgicon {
  background-color: #ffffff;
}
.cid-uXvKxfdtKM H1 {
  color: #e43f3f;
}
.cid-uXvKxfmlh4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uXvKxfmlh4 .media-container-row {
  justify-content: space-between;
}
.cid-uXvKxfmlh4 .text-content {
  max-width: 50%;
}
.cid-uXvKxfmlh4 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e43f3f;
  border: 2px solid #e43f3f;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uXvKxfmlh4 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uXvKxfmlh4 .mbr-iconfont-social:hover {
  background-color: #e43f3f;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uXvKxfmlh4 .icons {
    justify-content: center !important;
  }
  .cid-uXvKxfmlh4 .text-content * {
    text-align: center;
  }
}
.cid-uXvKxfzKbr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uXvKxfzKbr #footer {
  padding: 0 0 25px 0;
}
.cid-uXvKxfzKbr #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uXvKxfzKbr #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uXvKxfzKbr #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uXvKxfzKbr #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uXvKxfzKbr #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uXvKxfzKbr #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uXvKxfzKbr #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uXvKxfzKbr #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uXvKxfzKbr #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uXvKxfzKbr #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uXvKxfzKbr #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uXvKxfzKbr #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uXvKxfzKbr #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uXvKxfzKbr #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uXvKxfzKbr #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uXvKxfzKbr #footer .copyright {
  padding-top: 30px;
}
.cid-uXvKxfzKbr ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uXvKxfzKbr H4 {
  color: #000000;
  text-align: left;
}
.cid-uXvKxfzKbr DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uXvKxfzKbr P {
  color: #e43f3f;
  text-align: left;
}
.cid-uXvKxfzKbr div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uXvKxfzKbr .copyright a {
  text-decoration: none !important;
}
.cid-uXvKxfzKbr .list,
.cid-uXvKxfzKbr .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uXvKxfzKbr ul li a {
  text-decoration: none !important;
}
.cid-uXvKxfzKbr .list {
  color: #e43f3f;
}
.cid-uZTCB21TgO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uZTCB21TgO nav.navbar {
  position: fixed;
}
.cid-uZTCB21TgO .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-uZTCB21TgO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZTCB21TgO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZTCB21TgO .dropdown-item:hover,
.cid-uZTCB21TgO .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uZTCB21TgO .dropdown-item:hover span {
  color: white;
}
.cid-uZTCB21TgO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZTCB21TgO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZTCB21TgO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZTCB21TgO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZTCB21TgO .nav-link {
  position: relative;
}
.cid-uZTCB21TgO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZTCB21TgO .container {
    flex-wrap: nowrap;
  }
}
.cid-uZTCB21TgO .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZTCB21TgO .dropdown-menu,
.cid-uZTCB21TgO .navbar.opened {
  background: #e43f3f !important;
}
.cid-uZTCB21TgO .nav-item:focus,
.cid-uZTCB21TgO .nav-link:focus {
  outline: none;
}
.cid-uZTCB21TgO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZTCB21TgO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZTCB21TgO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZTCB21TgO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZTCB21TgO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZTCB21TgO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZTCB21TgO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uZTCB21TgO .navbar.opened {
  transition: all 0.3s;
}
.cid-uZTCB21TgO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZTCB21TgO .navbar .navbar-logo img {
  width: auto;
}
.cid-uZTCB21TgO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZTCB21TgO .navbar.collapsed {
  justify-content: center;
}
.cid-uZTCB21TgO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZTCB21TgO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZTCB21TgO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uZTCB21TgO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZTCB21TgO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZTCB21TgO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZTCB21TgO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZTCB21TgO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZTCB21TgO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZTCB21TgO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZTCB21TgO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZTCB21TgO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZTCB21TgO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZTCB21TgO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZTCB21TgO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZTCB21TgO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZTCB21TgO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZTCB21TgO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZTCB21TgO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZTCB21TgO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZTCB21TgO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZTCB21TgO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZTCB21TgO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZTCB21TgO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZTCB21TgO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZTCB21TgO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZTCB21TgO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZTCB21TgO .dropdown-item.active,
.cid-uZTCB21TgO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZTCB21TgO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZTCB21TgO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZTCB21TgO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZTCB21TgO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uZTCB21TgO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZTCB21TgO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZTCB21TgO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZTCB21TgO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZTCB21TgO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZTCB21TgO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZTCB21TgO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZTCB21TgO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTCB21TgO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTCB21TgO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZTCB21TgO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTCB21TgO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZTCB21TgO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZTCB21TgO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTCB21TgO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZTCB21TgO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZTCB21TgO .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-uZTCB21TgO .navbar {
    height: 70px;
  }
  .cid-uZTCB21TgO .navbar.opened {
    height: auto;
  }
  .cid-uZTCB21TgO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZTCB2fvmd {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZTCB2fvmd .row {
  flex-direction: row-reverse;
}
.cid-uZTCB2fvmd p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uZTCB2fvmd .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uZTCB2fvmd .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uZTCB2fvmd .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uZTCB2fvmd .main-banner .left-content {
  margin-right: 15px;
}
.cid-uZTCB2fvmd .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uZTCB2fvmd .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uZTCB2fvmd .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uZTCB2fvmd .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uZTCB2fvmd .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uZTCB2fvmd .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uZTCB2fvmd .main-banner:before {
    display: none;
  }
  .cid-uZTCB2fvmd .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uZTCB2fvmd .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uZTCB2fvmd H6 {
  color: #e43f3f;
}
.cid-uZTCB2nznD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uZTCB2nznD .mbr-section-title {
  color: #000000;
}
.cid-uZTCB2vkFu {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZTCB2vkFu .container {
  padding: 0 5%;
}
.cid-uZTCB2vkFu #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uZTCB2vkFu #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uZTCB2vkFu #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uZTCB2vkFu #expand-button:hover {
  background-color: #7787a5;
}
.cid-uZTCB2vkFu .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uZTCB2vkFu .item:focus,
.cid-uZTCB2vkFu span:focus {
  outline: none;
}
.cid-uZTCB2vkFu .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uZTCB2vkFu .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uZTCB2vkFu .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uZTCB2vkFu .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uZTCB2vkFu .item {
    padding: 1.5rem;
  }
}
.cid-uZTCB2vkFu .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uZTCB2vkFu .item .item-icon {
    margin-top: 0;
  }
}
.cid-uZTCB2vkFu .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uZTCB2vkFu .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uZTCB2vkFu .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZTCB2vkFu .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uZTCB2vkFu .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uZTCB2vkFu .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uZTCB2vkFu .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uZTCB2vkFu .item-content {
    margin-left: 0;
  }
}
.cid-uZTCB2vkFu .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uZTCB2vkFu .item-title {
  color: #ffffff;
}
.cid-uZTCB2vkFu .mbr-text,
.cid-uZTCB2vkFu .item-icon {
  color: #ffffff;
}
.cid-uZTCB2vkFu .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uZTCB2vkFu .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uZTCB2vkFu .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uZTCB2vkFu .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uZTCB2vkFu .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uZTCB2vkFu .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uZTCB2vkFu .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uZTCB2vkFu .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uZTCB2vkFu .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uZTCB2vkFu .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uZTCB2vkFu .article-column1 {
    padding-right: 16px;
  }
}
.cid-uZTCB2vkFu .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uZTCB2vkFu .article-column2 {
    padding-left: 16px;
  }
}
.cid-uZTCB2vkFu .mbr-section-subtitle,
.cid-uZTCB2vkFu .mbr-iconfont {
  color: #e082c5;
}
.cid-uZTCB2vkFu .mbr-section-subtitle {
  color: #000000;
}
.cid-uZTCB2SkHl {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZTCB2SkHl p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uZTCB2SkHl .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uZTCB2SkHl .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uZTCB2SkHl .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uZTCB2SkHl .main-banner .left-content {
  margin-right: 15px;
}
.cid-uZTCB2SkHl .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uZTCB2SkHl .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uZTCB2SkHl .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uZTCB2SkHl .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uZTCB2SkHl .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uZTCB2SkHl .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uZTCB2SkHl .main-banner:before {
    display: none;
  }
  .cid-uZTCB2SkHl .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uZTCB2SkHl .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uZTCB2SkHl H6 {
  color: #e43f3f;
}
.cid-uZTCB2SkHl H2 {
  color: #000000;
}
.cid-uZTCB2SkHl P {
  color: #000000;
}
.cid-uZTCB30472 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uZTCB30472 #footer {
  padding: 0 0 25px 0;
}
.cid-uZTCB30472 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uZTCB30472 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uZTCB30472 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uZTCB30472 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uZTCB30472 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uZTCB30472 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uZTCB30472 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uZTCB30472 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uZTCB30472 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uZTCB30472 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uZTCB30472 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uZTCB30472 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uZTCB30472 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uZTCB30472 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uZTCB30472 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uZTCB30472 #footer .copyright {
  padding-top: 30px;
}
.cid-uZTCB30472 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uZTCB30472 H4 {
  color: #000000;
  text-align: left;
}
.cid-uZTCB30472 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uZTCB30472 P {
  color: #e43f3f;
  text-align: left;
}
.cid-uZTCB30472 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uZTCB30472 .copyright a {
  text-decoration: none !important;
}
.cid-uZTCB30472 .list,
.cid-uZTCB30472 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uZTCB30472 ul li a {
  text-decoration: none !important;
}
.cid-uZTCB30472 .list {
  color: #e43f3f;
}
.cid-uZTDKjw5jI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uZTDKjw5jI nav.navbar {
  position: fixed;
}
.cid-uZTDKjw5jI .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-uZTDKjw5jI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZTDKjw5jI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZTDKjw5jI .dropdown-item:hover,
.cid-uZTDKjw5jI .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uZTDKjw5jI .dropdown-item:hover span {
  color: white;
}
.cid-uZTDKjw5jI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZTDKjw5jI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZTDKjw5jI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZTDKjw5jI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZTDKjw5jI .nav-link {
  position: relative;
}
.cid-uZTDKjw5jI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZTDKjw5jI .container {
    flex-wrap: nowrap;
  }
}
.cid-uZTDKjw5jI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZTDKjw5jI .dropdown-menu,
.cid-uZTDKjw5jI .navbar.opened {
  background: #e43f3f !important;
}
.cid-uZTDKjw5jI .nav-item:focus,
.cid-uZTDKjw5jI .nav-link:focus {
  outline: none;
}
.cid-uZTDKjw5jI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZTDKjw5jI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZTDKjw5jI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZTDKjw5jI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZTDKjw5jI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZTDKjw5jI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZTDKjw5jI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uZTDKjw5jI .navbar.opened {
  transition: all 0.3s;
}
.cid-uZTDKjw5jI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZTDKjw5jI .navbar .navbar-logo img {
  width: auto;
}
.cid-uZTDKjw5jI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZTDKjw5jI .navbar.collapsed {
  justify-content: center;
}
.cid-uZTDKjw5jI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZTDKjw5jI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZTDKjw5jI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uZTDKjw5jI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZTDKjw5jI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZTDKjw5jI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZTDKjw5jI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZTDKjw5jI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZTDKjw5jI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZTDKjw5jI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZTDKjw5jI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZTDKjw5jI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZTDKjw5jI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZTDKjw5jI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZTDKjw5jI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZTDKjw5jI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZTDKjw5jI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZTDKjw5jI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZTDKjw5jI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZTDKjw5jI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZTDKjw5jI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZTDKjw5jI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZTDKjw5jI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZTDKjw5jI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZTDKjw5jI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZTDKjw5jI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZTDKjw5jI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZTDKjw5jI .dropdown-item.active,
.cid-uZTDKjw5jI .dropdown-item:active {
  background-color: transparent;
}
.cid-uZTDKjw5jI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZTDKjw5jI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZTDKjw5jI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZTDKjw5jI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uZTDKjw5jI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZTDKjw5jI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZTDKjw5jI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZTDKjw5jI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZTDKjw5jI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZTDKjw5jI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZTDKjw5jI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZTDKjw5jI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTDKjw5jI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTDKjw5jI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZTDKjw5jI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTDKjw5jI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZTDKjw5jI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZTDKjw5jI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTDKjw5jI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZTDKjw5jI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZTDKjw5jI .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-uZTDKjw5jI .navbar {
    height: 70px;
  }
  .cid-uZTDKjw5jI .navbar.opened {
    height: auto;
  }
  .cid-uZTDKjw5jI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZTDKjPRWt {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZTDKjPRWt .row {
  flex-direction: row-reverse;
}
.cid-uZTDKjPRWt p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uZTDKjPRWt .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uZTDKjPRWt .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uZTDKjPRWt .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uZTDKjPRWt .main-banner .left-content {
  margin-right: 15px;
}
.cid-uZTDKjPRWt .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uZTDKjPRWt .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uZTDKjPRWt .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uZTDKjPRWt .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uZTDKjPRWt .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uZTDKjPRWt .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uZTDKjPRWt .main-banner:before {
    display: none;
  }
  .cid-uZTDKjPRWt .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uZTDKjPRWt .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uZTDKjPRWt H6 {
  color: #e43f3f;
}
.cid-uZTDKk1FQa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uZTDKk1FQa .mbr-section-title {
  color: #000000;
}
.cid-uZTDKkbvwP {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZTDKkbvwP .container {
  padding: 0 5%;
}
.cid-uZTDKkbvwP #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uZTDKkbvwP #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uZTDKkbvwP #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uZTDKkbvwP #expand-button:hover {
  background-color: #7787a5;
}
.cid-uZTDKkbvwP .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uZTDKkbvwP .item:focus,
.cid-uZTDKkbvwP span:focus {
  outline: none;
}
.cid-uZTDKkbvwP .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uZTDKkbvwP .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uZTDKkbvwP .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uZTDKkbvwP .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uZTDKkbvwP .item {
    padding: 1.5rem;
  }
}
.cid-uZTDKkbvwP .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uZTDKkbvwP .item .item-icon {
    margin-top: 0;
  }
}
.cid-uZTDKkbvwP .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uZTDKkbvwP .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uZTDKkbvwP .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZTDKkbvwP .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uZTDKkbvwP .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uZTDKkbvwP .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uZTDKkbvwP .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uZTDKkbvwP .item-content {
    margin-left: 0;
  }
}
.cid-uZTDKkbvwP .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uZTDKkbvwP .item-title {
  color: #ffffff;
}
.cid-uZTDKkbvwP .mbr-text,
.cid-uZTDKkbvwP .item-icon {
  color: #ffffff;
}
.cid-uZTDKkbvwP .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uZTDKkbvwP .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uZTDKkbvwP .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uZTDKkbvwP .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uZTDKkbvwP .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uZTDKkbvwP .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uZTDKkbvwP .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uZTDKkbvwP .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uZTDKkbvwP .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uZTDKkbvwP .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uZTDKkbvwP .article-column1 {
    padding-right: 16px;
  }
}
.cid-uZTDKkbvwP .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uZTDKkbvwP .article-column2 {
    padding-left: 16px;
  }
}
.cid-uZTDKkbvwP .mbr-section-subtitle,
.cid-uZTDKkbvwP .mbr-iconfont {
  color: #e082c5;
}
.cid-uZTDKkbvwP .mbr-section-subtitle {
  color: #000000;
}
.cid-uZTDKkzAYH {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZTDKkzAYH p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uZTDKkzAYH .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uZTDKkzAYH .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uZTDKkzAYH .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uZTDKkzAYH .main-banner .left-content {
  margin-right: 15px;
}
.cid-uZTDKkzAYH .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uZTDKkzAYH .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uZTDKkzAYH .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uZTDKkzAYH .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uZTDKkzAYH .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uZTDKkzAYH .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uZTDKkzAYH .main-banner:before {
    display: none;
  }
  .cid-uZTDKkzAYH .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uZTDKkzAYH .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uZTDKkzAYH H6 {
  color: #e43f3f;
}
.cid-uZTDKkzAYH H2 {
  color: #000000;
}
.cid-uZTDKkzAYH P {
  color: #000000;
}
.cid-uZTDKkJcke {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uZTDKkJcke #footer {
  padding: 0 0 25px 0;
}
.cid-uZTDKkJcke #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uZTDKkJcke #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uZTDKkJcke #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uZTDKkJcke #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uZTDKkJcke #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uZTDKkJcke #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uZTDKkJcke #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uZTDKkJcke #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uZTDKkJcke #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uZTDKkJcke #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uZTDKkJcke #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uZTDKkJcke #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uZTDKkJcke #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uZTDKkJcke #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uZTDKkJcke #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uZTDKkJcke #footer .copyright {
  padding-top: 30px;
}
.cid-uZTDKkJcke ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uZTDKkJcke H4 {
  color: #000000;
  text-align: left;
}
.cid-uZTDKkJcke DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uZTDKkJcke P {
  color: #e43f3f;
  text-align: left;
}
.cid-uZTDKkJcke div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uZTDKkJcke .copyright a {
  text-decoration: none !important;
}
.cid-uZTDKkJcke .list,
.cid-uZTDKkJcke .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uZTDKkJcke ul li a {
  text-decoration: none !important;
}
.cid-uZTDKkJcke .list {
  color: #e43f3f;
}
.cid-uZTEma6mXc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uZTEma6mXc nav.navbar {
  position: fixed;
}
.cid-uZTEma6mXc .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-uZTEma6mXc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZTEma6mXc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZTEma6mXc .dropdown-item:hover,
.cid-uZTEma6mXc .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uZTEma6mXc .dropdown-item:hover span {
  color: white;
}
.cid-uZTEma6mXc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZTEma6mXc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZTEma6mXc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZTEma6mXc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZTEma6mXc .nav-link {
  position: relative;
}
.cid-uZTEma6mXc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZTEma6mXc .container {
    flex-wrap: nowrap;
  }
}
.cid-uZTEma6mXc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZTEma6mXc .dropdown-menu,
.cid-uZTEma6mXc .navbar.opened {
  background: #e43f3f !important;
}
.cid-uZTEma6mXc .nav-item:focus,
.cid-uZTEma6mXc .nav-link:focus {
  outline: none;
}
.cid-uZTEma6mXc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZTEma6mXc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZTEma6mXc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZTEma6mXc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZTEma6mXc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZTEma6mXc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZTEma6mXc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uZTEma6mXc .navbar.opened {
  transition: all 0.3s;
}
.cid-uZTEma6mXc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZTEma6mXc .navbar .navbar-logo img {
  width: auto;
}
.cid-uZTEma6mXc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZTEma6mXc .navbar.collapsed {
  justify-content: center;
}
.cid-uZTEma6mXc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZTEma6mXc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZTEma6mXc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uZTEma6mXc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZTEma6mXc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZTEma6mXc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZTEma6mXc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZTEma6mXc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZTEma6mXc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZTEma6mXc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZTEma6mXc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZTEma6mXc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZTEma6mXc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZTEma6mXc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZTEma6mXc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZTEma6mXc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZTEma6mXc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZTEma6mXc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZTEma6mXc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZTEma6mXc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZTEma6mXc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZTEma6mXc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZTEma6mXc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZTEma6mXc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZTEma6mXc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZTEma6mXc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZTEma6mXc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZTEma6mXc .dropdown-item.active,
.cid-uZTEma6mXc .dropdown-item:active {
  background-color: transparent;
}
.cid-uZTEma6mXc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZTEma6mXc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZTEma6mXc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZTEma6mXc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uZTEma6mXc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZTEma6mXc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZTEma6mXc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZTEma6mXc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZTEma6mXc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZTEma6mXc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZTEma6mXc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZTEma6mXc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTEma6mXc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTEma6mXc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZTEma6mXc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTEma6mXc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZTEma6mXc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZTEma6mXc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTEma6mXc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZTEma6mXc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZTEma6mXc .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-uZTEma6mXc .navbar {
    height: 70px;
  }
  .cid-uZTEma6mXc .navbar.opened {
    height: auto;
  }
  .cid-uZTEma6mXc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZTEmamrGH {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZTEmamrGH .row {
  flex-direction: row-reverse;
}
.cid-uZTEmamrGH p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uZTEmamrGH .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uZTEmamrGH .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uZTEmamrGH .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uZTEmamrGH .main-banner .left-content {
  margin-right: 15px;
}
.cid-uZTEmamrGH .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uZTEmamrGH .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uZTEmamrGH .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uZTEmamrGH .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uZTEmamrGH .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uZTEmamrGH .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uZTEmamrGH .main-banner:before {
    display: none;
  }
  .cid-uZTEmamrGH .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uZTEmamrGH .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uZTEmamrGH H6 {
  color: #e43f3f;
}
.cid-uZTEmawmqe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uZTEmawmqe .mbr-section-title {
  color: #000000;
}
.cid-uZTEmaElUY {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZTEmaElUY .container {
  padding: 0 5%;
}
.cid-uZTEmaElUY #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uZTEmaElUY #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uZTEmaElUY #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uZTEmaElUY #expand-button:hover {
  background-color: #7787a5;
}
.cid-uZTEmaElUY .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uZTEmaElUY .item:focus,
.cid-uZTEmaElUY span:focus {
  outline: none;
}
.cid-uZTEmaElUY .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uZTEmaElUY .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uZTEmaElUY .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uZTEmaElUY .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uZTEmaElUY .item {
    padding: 1.5rem;
  }
}
.cid-uZTEmaElUY .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uZTEmaElUY .item .item-icon {
    margin-top: 0;
  }
}
.cid-uZTEmaElUY .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uZTEmaElUY .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uZTEmaElUY .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZTEmaElUY .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uZTEmaElUY .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uZTEmaElUY .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uZTEmaElUY .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uZTEmaElUY .item-content {
    margin-left: 0;
  }
}
.cid-uZTEmaElUY .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uZTEmaElUY .item-title {
  color: #ffffff;
}
.cid-uZTEmaElUY .mbr-text,
.cid-uZTEmaElUY .item-icon {
  color: #ffffff;
}
.cid-uZTEmaElUY .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uZTEmaElUY .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uZTEmaElUY .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uZTEmaElUY .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uZTEmaElUY .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uZTEmaElUY .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uZTEmaElUY .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uZTEmaElUY .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uZTEmaElUY .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uZTEmaElUY .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uZTEmaElUY .article-column1 {
    padding-right: 16px;
  }
}
.cid-uZTEmaElUY .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uZTEmaElUY .article-column2 {
    padding-left: 16px;
  }
}
.cid-uZTEmaElUY .mbr-section-subtitle,
.cid-uZTEmaElUY .mbr-iconfont {
  color: #e082c5;
}
.cid-uZTEmaElUY .mbr-section-subtitle {
  color: #000000;
}
.cid-uZTEmaY3Os {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZTEmaY3Os p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uZTEmaY3Os .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uZTEmaY3Os .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uZTEmaY3Os .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uZTEmaY3Os .main-banner .left-content {
  margin-right: 15px;
}
.cid-uZTEmaY3Os .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uZTEmaY3Os .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uZTEmaY3Os .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uZTEmaY3Os .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uZTEmaY3Os .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uZTEmaY3Os .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uZTEmaY3Os .main-banner:before {
    display: none;
  }
  .cid-uZTEmaY3Os .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uZTEmaY3Os .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uZTEmaY3Os H6 {
  color: #e43f3f;
}
.cid-uZTEmaY3Os H2 {
  color: #000000;
}
.cid-uZTEmaY3Os P {
  color: #000000;
}
.cid-uZTEmb7Rqe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uZTEmb7Rqe #footer {
  padding: 0 0 25px 0;
}
.cid-uZTEmb7Rqe #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uZTEmb7Rqe #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uZTEmb7Rqe #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uZTEmb7Rqe #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uZTEmb7Rqe #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uZTEmb7Rqe #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uZTEmb7Rqe #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uZTEmb7Rqe #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uZTEmb7Rqe #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uZTEmb7Rqe #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uZTEmb7Rqe #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uZTEmb7Rqe #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uZTEmb7Rqe #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uZTEmb7Rqe #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uZTEmb7Rqe #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uZTEmb7Rqe #footer .copyright {
  padding-top: 30px;
}
.cid-uZTEmb7Rqe ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uZTEmb7Rqe H4 {
  color: #000000;
  text-align: left;
}
.cid-uZTEmb7Rqe DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uZTEmb7Rqe P {
  color: #e43f3f;
  text-align: left;
}
.cid-uZTEmb7Rqe div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uZTEmb7Rqe .copyright a {
  text-decoration: none !important;
}
.cid-uZTEmb7Rqe .list,
.cid-uZTEmb7Rqe .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uZTEmb7Rqe ul li a {
  text-decoration: none !important;
}
.cid-uZTEmb7Rqe .list {
  color: #e43f3f;
}
.cid-uZTEMN4IPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uZTEMN4IPS nav.navbar {
  position: fixed;
}
.cid-uZTEMN4IPS .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-uZTEMN4IPS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZTEMN4IPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZTEMN4IPS .dropdown-item:hover,
.cid-uZTEMN4IPS .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uZTEMN4IPS .dropdown-item:hover span {
  color: white;
}
.cid-uZTEMN4IPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZTEMN4IPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZTEMN4IPS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZTEMN4IPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZTEMN4IPS .nav-link {
  position: relative;
}
.cid-uZTEMN4IPS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZTEMN4IPS .container {
    flex-wrap: nowrap;
  }
}
.cid-uZTEMN4IPS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZTEMN4IPS .dropdown-menu,
.cid-uZTEMN4IPS .navbar.opened {
  background: #e43f3f !important;
}
.cid-uZTEMN4IPS .nav-item:focus,
.cid-uZTEMN4IPS .nav-link:focus {
  outline: none;
}
.cid-uZTEMN4IPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZTEMN4IPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZTEMN4IPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZTEMN4IPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZTEMN4IPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZTEMN4IPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZTEMN4IPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uZTEMN4IPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uZTEMN4IPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZTEMN4IPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uZTEMN4IPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZTEMN4IPS .navbar.collapsed {
  justify-content: center;
}
.cid-uZTEMN4IPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZTEMN4IPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZTEMN4IPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uZTEMN4IPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZTEMN4IPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZTEMN4IPS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZTEMN4IPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZTEMN4IPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZTEMN4IPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZTEMN4IPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZTEMN4IPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZTEMN4IPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZTEMN4IPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZTEMN4IPS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZTEMN4IPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZTEMN4IPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZTEMN4IPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZTEMN4IPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZTEMN4IPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZTEMN4IPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZTEMN4IPS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZTEMN4IPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZTEMN4IPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZTEMN4IPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZTEMN4IPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZTEMN4IPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZTEMN4IPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZTEMN4IPS .dropdown-item.active,
.cid-uZTEMN4IPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uZTEMN4IPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZTEMN4IPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZTEMN4IPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZTEMN4IPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uZTEMN4IPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZTEMN4IPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZTEMN4IPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZTEMN4IPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZTEMN4IPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZTEMN4IPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZTEMN4IPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZTEMN4IPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTEMN4IPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTEMN4IPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZTEMN4IPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTEMN4IPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZTEMN4IPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZTEMN4IPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTEMN4IPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZTEMN4IPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZTEMN4IPS .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-uZTEMN4IPS .navbar {
    height: 70px;
  }
  .cid-uZTEMN4IPS .navbar.opened {
    height: auto;
  }
  .cid-uZTEMN4IPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZTEMNl8CQ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZTEMNl8CQ .row {
  flex-direction: row-reverse;
}
.cid-uZTEMNl8CQ p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uZTEMNl8CQ .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uZTEMNl8CQ .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uZTEMNl8CQ .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uZTEMNl8CQ .main-banner .left-content {
  margin-right: 15px;
}
.cid-uZTEMNl8CQ .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uZTEMNl8CQ .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uZTEMNl8CQ .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uZTEMNl8CQ .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uZTEMNl8CQ .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uZTEMNl8CQ .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uZTEMNl8CQ .main-banner:before {
    display: none;
  }
  .cid-uZTEMNl8CQ .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uZTEMNl8CQ .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uZTEMNl8CQ H6 {
  color: #e43f3f;
}
.cid-uZTEMNwmE0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uZTEMNwmE0 .mbr-section-title {
  color: #000000;
}
.cid-uZTEMNFYAN {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZTEMNFYAN .container {
  padding: 0 5%;
}
.cid-uZTEMNFYAN #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uZTEMNFYAN #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uZTEMNFYAN #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uZTEMNFYAN #expand-button:hover {
  background-color: #7787a5;
}
.cid-uZTEMNFYAN .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uZTEMNFYAN .item:focus,
.cid-uZTEMNFYAN span:focus {
  outline: none;
}
.cid-uZTEMNFYAN .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uZTEMNFYAN .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uZTEMNFYAN .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uZTEMNFYAN .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uZTEMNFYAN .item {
    padding: 1.5rem;
  }
}
.cid-uZTEMNFYAN .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uZTEMNFYAN .item .item-icon {
    margin-top: 0;
  }
}
.cid-uZTEMNFYAN .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uZTEMNFYAN .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uZTEMNFYAN .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZTEMNFYAN .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uZTEMNFYAN .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uZTEMNFYAN .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uZTEMNFYAN .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uZTEMNFYAN .item-content {
    margin-left: 0;
  }
}
.cid-uZTEMNFYAN .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uZTEMNFYAN .item-title {
  color: #ffffff;
}
.cid-uZTEMNFYAN .mbr-text,
.cid-uZTEMNFYAN .item-icon {
  color: #ffffff;
}
.cid-uZTEMNFYAN .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uZTEMNFYAN .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uZTEMNFYAN .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uZTEMNFYAN .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uZTEMNFYAN .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uZTEMNFYAN .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uZTEMNFYAN .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uZTEMNFYAN .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uZTEMNFYAN .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uZTEMNFYAN .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uZTEMNFYAN .article-column1 {
    padding-right: 16px;
  }
}
.cid-uZTEMNFYAN .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uZTEMNFYAN .article-column2 {
    padding-left: 16px;
  }
}
.cid-uZTEMNFYAN .mbr-section-subtitle,
.cid-uZTEMNFYAN .mbr-iconfont {
  color: #e082c5;
}
.cid-uZTEMNFYAN .mbr-section-subtitle {
  color: #000000;
}
.cid-uZTEMO6UvI {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZTEMO6UvI p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uZTEMO6UvI .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uZTEMO6UvI .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uZTEMO6UvI .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uZTEMO6UvI .main-banner .left-content {
  margin-right: 15px;
}
.cid-uZTEMO6UvI .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uZTEMO6UvI .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uZTEMO6UvI .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uZTEMO6UvI .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uZTEMO6UvI .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uZTEMO6UvI .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uZTEMO6UvI .main-banner:before {
    display: none;
  }
  .cid-uZTEMO6UvI .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uZTEMO6UvI .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uZTEMO6UvI H6 {
  color: #e43f3f;
}
.cid-uZTEMO6UvI H2 {
  color: #000000;
}
.cid-uZTEMO6UvI P {
  color: #000000;
}
.cid-uZTEMOfCzU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uZTEMOfCzU #footer {
  padding: 0 0 25px 0;
}
.cid-uZTEMOfCzU #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uZTEMOfCzU #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uZTEMOfCzU #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uZTEMOfCzU #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uZTEMOfCzU #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uZTEMOfCzU #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uZTEMOfCzU #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uZTEMOfCzU #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uZTEMOfCzU #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uZTEMOfCzU #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uZTEMOfCzU #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uZTEMOfCzU #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uZTEMOfCzU #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uZTEMOfCzU #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uZTEMOfCzU #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uZTEMOfCzU #footer .copyright {
  padding-top: 30px;
}
.cid-uZTEMOfCzU ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uZTEMOfCzU H4 {
  color: #000000;
  text-align: left;
}
.cid-uZTEMOfCzU DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uZTEMOfCzU P {
  color: #e43f3f;
  text-align: left;
}
.cid-uZTEMOfCzU div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uZTEMOfCzU .copyright a {
  text-decoration: none !important;
}
.cid-uZTEMOfCzU .list,
.cid-uZTEMOfCzU .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uZTEMOfCzU ul li a {
  text-decoration: none !important;
}
.cid-uZTEMOfCzU .list {
  color: #e43f3f;
}
.cid-uZTFLAsQYb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uZTFLAsQYb nav.navbar {
  position: fixed;
}
.cid-uZTFLAsQYb .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-uZTFLAsQYb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZTFLAsQYb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZTFLAsQYb .dropdown-item:hover,
.cid-uZTFLAsQYb .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uZTFLAsQYb .dropdown-item:hover span {
  color: white;
}
.cid-uZTFLAsQYb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZTFLAsQYb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZTFLAsQYb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZTFLAsQYb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZTFLAsQYb .nav-link {
  position: relative;
}
.cid-uZTFLAsQYb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZTFLAsQYb .container {
    flex-wrap: nowrap;
  }
}
.cid-uZTFLAsQYb .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZTFLAsQYb .dropdown-menu,
.cid-uZTFLAsQYb .navbar.opened {
  background: #e43f3f !important;
}
.cid-uZTFLAsQYb .nav-item:focus,
.cid-uZTFLAsQYb .nav-link:focus {
  outline: none;
}
.cid-uZTFLAsQYb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZTFLAsQYb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZTFLAsQYb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZTFLAsQYb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZTFLAsQYb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZTFLAsQYb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZTFLAsQYb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uZTFLAsQYb .navbar.opened {
  transition: all 0.3s;
}
.cid-uZTFLAsQYb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZTFLAsQYb .navbar .navbar-logo img {
  width: auto;
}
.cid-uZTFLAsQYb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZTFLAsQYb .navbar.collapsed {
  justify-content: center;
}
.cid-uZTFLAsQYb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZTFLAsQYb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZTFLAsQYb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uZTFLAsQYb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZTFLAsQYb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZTFLAsQYb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZTFLAsQYb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZTFLAsQYb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZTFLAsQYb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZTFLAsQYb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZTFLAsQYb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZTFLAsQYb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZTFLAsQYb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZTFLAsQYb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZTFLAsQYb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZTFLAsQYb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZTFLAsQYb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZTFLAsQYb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZTFLAsQYb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZTFLAsQYb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZTFLAsQYb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZTFLAsQYb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZTFLAsQYb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZTFLAsQYb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZTFLAsQYb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZTFLAsQYb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZTFLAsQYb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZTFLAsQYb .dropdown-item.active,
.cid-uZTFLAsQYb .dropdown-item:active {
  background-color: transparent;
}
.cid-uZTFLAsQYb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZTFLAsQYb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZTFLAsQYb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZTFLAsQYb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uZTFLAsQYb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZTFLAsQYb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZTFLAsQYb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZTFLAsQYb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZTFLAsQYb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZTFLAsQYb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZTFLAsQYb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZTFLAsQYb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTFLAsQYb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTFLAsQYb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZTFLAsQYb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTFLAsQYb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZTFLAsQYb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZTFLAsQYb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTFLAsQYb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZTFLAsQYb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZTFLAsQYb .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-uZTFLAsQYb .navbar {
    height: 70px;
  }
  .cid-uZTFLAsQYb .navbar.opened {
    height: auto;
  }
  .cid-uZTFLAsQYb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZTFLAHxEy {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZTFLAHxEy .row {
  flex-direction: row-reverse;
}
.cid-uZTFLAHxEy p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uZTFLAHxEy .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uZTFLAHxEy .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uZTFLAHxEy .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uZTFLAHxEy .main-banner .left-content {
  margin-right: 15px;
}
.cid-uZTFLAHxEy .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uZTFLAHxEy .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uZTFLAHxEy .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uZTFLAHxEy .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uZTFLAHxEy .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uZTFLAHxEy .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uZTFLAHxEy .main-banner:before {
    display: none;
  }
  .cid-uZTFLAHxEy .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uZTFLAHxEy .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uZTFLAHxEy H6 {
  color: #e43f3f;
}
.cid-uZTFLASM46 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uZTFLASM46 .mbr-section-title {
  color: #000000;
}
.cid-uZTFLB0CKg {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZTFLB0CKg .container {
  padding: 0 5%;
}
.cid-uZTFLB0CKg #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uZTFLB0CKg #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uZTFLB0CKg #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uZTFLB0CKg #expand-button:hover {
  background-color: #7787a5;
}
.cid-uZTFLB0CKg .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uZTFLB0CKg .item:focus,
.cid-uZTFLB0CKg span:focus {
  outline: none;
}
.cid-uZTFLB0CKg .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uZTFLB0CKg .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uZTFLB0CKg .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uZTFLB0CKg .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uZTFLB0CKg .item {
    padding: 1.5rem;
  }
}
.cid-uZTFLB0CKg .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uZTFLB0CKg .item .item-icon {
    margin-top: 0;
  }
}
.cid-uZTFLB0CKg .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uZTFLB0CKg .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uZTFLB0CKg .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZTFLB0CKg .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uZTFLB0CKg .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uZTFLB0CKg .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uZTFLB0CKg .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uZTFLB0CKg .item-content {
    margin-left: 0;
  }
}
.cid-uZTFLB0CKg .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uZTFLB0CKg .item-title {
  color: #ffffff;
}
.cid-uZTFLB0CKg .mbr-text,
.cid-uZTFLB0CKg .item-icon {
  color: #ffffff;
}
.cid-uZTFLB0CKg .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uZTFLB0CKg .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uZTFLB0CKg .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uZTFLB0CKg .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uZTFLB0CKg .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uZTFLB0CKg .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uZTFLB0CKg .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uZTFLB0CKg .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uZTFLB0CKg .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uZTFLB0CKg .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uZTFLB0CKg .article-column1 {
    padding-right: 16px;
  }
}
.cid-uZTFLB0CKg .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uZTFLB0CKg .article-column2 {
    padding-left: 16px;
  }
}
.cid-uZTFLB0CKg .mbr-section-subtitle,
.cid-uZTFLB0CKg .mbr-iconfont {
  color: #e082c5;
}
.cid-uZTFLB0CKg .mbr-section-subtitle {
  color: #000000;
}
.cid-uZTFLBp7VE {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZTFLBp7VE p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uZTFLBp7VE .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uZTFLBp7VE .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uZTFLBp7VE .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uZTFLBp7VE .main-banner .left-content {
  margin-right: 15px;
}
.cid-uZTFLBp7VE .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uZTFLBp7VE .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uZTFLBp7VE .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uZTFLBp7VE .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uZTFLBp7VE .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uZTFLBp7VE .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uZTFLBp7VE .main-banner:before {
    display: none;
  }
  .cid-uZTFLBp7VE .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uZTFLBp7VE .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uZTFLBp7VE H6 {
  color: #e43f3f;
}
.cid-uZTFLBp7VE H2 {
  color: #000000;
}
.cid-uZTFLBp7VE P {
  color: #000000;
}
.cid-uZTFLBzFSi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uZTFLBzFSi #footer {
  padding: 0 0 25px 0;
}
.cid-uZTFLBzFSi #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uZTFLBzFSi #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uZTFLBzFSi #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uZTFLBzFSi #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uZTFLBzFSi #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uZTFLBzFSi #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uZTFLBzFSi #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uZTFLBzFSi #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uZTFLBzFSi #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uZTFLBzFSi #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uZTFLBzFSi #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uZTFLBzFSi #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uZTFLBzFSi #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uZTFLBzFSi #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uZTFLBzFSi #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uZTFLBzFSi #footer .copyright {
  padding-top: 30px;
}
.cid-uZTFLBzFSi ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uZTFLBzFSi H4 {
  color: #000000;
  text-align: left;
}
.cid-uZTFLBzFSi DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uZTFLBzFSi P {
  color: #e43f3f;
  text-align: left;
}
.cid-uZTFLBzFSi div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uZTFLBzFSi .copyright a {
  text-decoration: none !important;
}
.cid-uZTFLBzFSi .list,
.cid-uZTFLBzFSi .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uZTFLBzFSi ul li a {
  text-decoration: none !important;
}
.cid-uZTFLBzFSi .list {
  color: #e43f3f;
}
.cid-uZTZmQkTFf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uZTZmQkTFf nav.navbar {
  position: fixed;
}
.cid-uZTZmQkTFf .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-uZTZmQkTFf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZTZmQkTFf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZTZmQkTFf .dropdown-item:hover,
.cid-uZTZmQkTFf .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uZTZmQkTFf .dropdown-item:hover span {
  color: white;
}
.cid-uZTZmQkTFf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZTZmQkTFf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZTZmQkTFf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZTZmQkTFf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZTZmQkTFf .nav-link {
  position: relative;
}
.cid-uZTZmQkTFf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZTZmQkTFf .container {
    flex-wrap: nowrap;
  }
}
.cid-uZTZmQkTFf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZTZmQkTFf .dropdown-menu,
.cid-uZTZmQkTFf .navbar.opened {
  background: #e43f3f !important;
}
.cid-uZTZmQkTFf .nav-item:focus,
.cid-uZTZmQkTFf .nav-link:focus {
  outline: none;
}
.cid-uZTZmQkTFf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZTZmQkTFf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZTZmQkTFf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZTZmQkTFf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZTZmQkTFf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZTZmQkTFf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZTZmQkTFf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uZTZmQkTFf .navbar.opened {
  transition: all 0.3s;
}
.cid-uZTZmQkTFf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZTZmQkTFf .navbar .navbar-logo img {
  width: auto;
}
.cid-uZTZmQkTFf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZTZmQkTFf .navbar.collapsed {
  justify-content: center;
}
.cid-uZTZmQkTFf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZTZmQkTFf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZTZmQkTFf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uZTZmQkTFf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZTZmQkTFf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZTZmQkTFf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZTZmQkTFf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZTZmQkTFf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZTZmQkTFf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZTZmQkTFf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZTZmQkTFf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZTZmQkTFf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZTZmQkTFf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZTZmQkTFf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZTZmQkTFf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZTZmQkTFf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZTZmQkTFf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZTZmQkTFf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZTZmQkTFf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZTZmQkTFf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZTZmQkTFf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZTZmQkTFf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZTZmQkTFf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZTZmQkTFf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZTZmQkTFf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZTZmQkTFf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZTZmQkTFf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZTZmQkTFf .dropdown-item.active,
.cid-uZTZmQkTFf .dropdown-item:active {
  background-color: transparent;
}
.cid-uZTZmQkTFf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZTZmQkTFf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZTZmQkTFf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZTZmQkTFf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uZTZmQkTFf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZTZmQkTFf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZTZmQkTFf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZTZmQkTFf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZTZmQkTFf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZTZmQkTFf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZTZmQkTFf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZTZmQkTFf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTZmQkTFf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTZmQkTFf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZTZmQkTFf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTZmQkTFf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZTZmQkTFf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZTZmQkTFf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTZmQkTFf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZTZmQkTFf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZTZmQkTFf .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-uZTZmQkTFf .navbar {
    height: 70px;
  }
  .cid-uZTZmQkTFf .navbar.opened {
    height: auto;
  }
  .cid-uZTZmQkTFf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZTZmQzuPr {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZTZmQzuPr .row {
  flex-direction: row-reverse;
}
.cid-uZTZmQzuPr p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uZTZmQzuPr .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uZTZmQzuPr .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uZTZmQzuPr .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uZTZmQzuPr .main-banner .left-content {
  margin-right: 15px;
}
.cid-uZTZmQzuPr .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uZTZmQzuPr .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uZTZmQzuPr .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uZTZmQzuPr .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uZTZmQzuPr .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uZTZmQzuPr .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uZTZmQzuPr .main-banner:before {
    display: none;
  }
  .cid-uZTZmQzuPr .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uZTZmQzuPr .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uZTZmQzuPr H6 {
  color: #e43f3f;
}
.cid-uZTZmQJoZO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uZTZmQJoZO .mbr-section-title {
  color: #000000;
}
.cid-uZTZmQSKVG {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZTZmQSKVG .container {
  padding: 0 5%;
}
.cid-uZTZmQSKVG #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uZTZmQSKVG #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uZTZmQSKVG #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uZTZmQSKVG #expand-button:hover {
  background-color: #7787a5;
}
.cid-uZTZmQSKVG .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uZTZmQSKVG .item:focus,
.cid-uZTZmQSKVG span:focus {
  outline: none;
}
.cid-uZTZmQSKVG .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uZTZmQSKVG .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uZTZmQSKVG .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uZTZmQSKVG .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uZTZmQSKVG .item {
    padding: 1.5rem;
  }
}
.cid-uZTZmQSKVG .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uZTZmQSKVG .item .item-icon {
    margin-top: 0;
  }
}
.cid-uZTZmQSKVG .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uZTZmQSKVG .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uZTZmQSKVG .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZTZmQSKVG .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uZTZmQSKVG .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uZTZmQSKVG .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uZTZmQSKVG .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uZTZmQSKVG .item-content {
    margin-left: 0;
  }
}
.cid-uZTZmQSKVG .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uZTZmQSKVG .item-title {
  color: #ffffff;
}
.cid-uZTZmQSKVG .mbr-text,
.cid-uZTZmQSKVG .item-icon {
  color: #ffffff;
}
.cid-uZTZmQSKVG .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uZTZmQSKVG .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uZTZmQSKVG .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uZTZmQSKVG .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uZTZmQSKVG .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uZTZmQSKVG .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uZTZmQSKVG .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uZTZmQSKVG .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uZTZmQSKVG .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uZTZmQSKVG .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uZTZmQSKVG .article-column1 {
    padding-right: 16px;
  }
}
.cid-uZTZmQSKVG .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uZTZmQSKVG .article-column2 {
    padding-left: 16px;
  }
}
.cid-uZTZmQSKVG .mbr-section-subtitle,
.cid-uZTZmQSKVG .mbr-iconfont {
  color: #e082c5;
}
.cid-uZTZmQSKVG .mbr-section-subtitle {
  color: #000000;
}
.cid-uZTZmRdCNH {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZTZmRdCNH p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uZTZmRdCNH .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uZTZmRdCNH .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uZTZmRdCNH .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uZTZmRdCNH .main-banner .left-content {
  margin-right: 15px;
}
.cid-uZTZmRdCNH .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uZTZmRdCNH .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uZTZmRdCNH .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uZTZmRdCNH .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uZTZmRdCNH .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uZTZmRdCNH .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uZTZmRdCNH .main-banner:before {
    display: none;
  }
  .cid-uZTZmRdCNH .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uZTZmRdCNH .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uZTZmRdCNH H6 {
  color: #e43f3f;
}
.cid-uZTZmRdCNH H2 {
  color: #000000;
}
.cid-uZTZmRdCNH P {
  color: #000000;
}
.cid-uZTZmRlP9O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uZTZmRlP9O #footer {
  padding: 0 0 25px 0;
}
.cid-uZTZmRlP9O #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uZTZmRlP9O #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uZTZmRlP9O #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uZTZmRlP9O #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uZTZmRlP9O #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uZTZmRlP9O #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uZTZmRlP9O #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uZTZmRlP9O #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uZTZmRlP9O #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uZTZmRlP9O #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uZTZmRlP9O #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uZTZmRlP9O #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uZTZmRlP9O #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uZTZmRlP9O #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uZTZmRlP9O #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uZTZmRlP9O #footer .copyright {
  padding-top: 30px;
}
.cid-uZTZmRlP9O ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uZTZmRlP9O H4 {
  color: #000000;
  text-align: left;
}
.cid-uZTZmRlP9O DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uZTZmRlP9O P {
  color: #e43f3f;
  text-align: left;
}
.cid-uZTZmRlP9O div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uZTZmRlP9O .copyright a {
  text-decoration: none !important;
}
.cid-uZTZmRlP9O .list,
.cid-uZTZmRlP9O .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uZTZmRlP9O ul li a {
  text-decoration: none !important;
}
.cid-uZTZmRlP9O .list {
  color: #e43f3f;
}
.cid-uZU00pMFIg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uZU00pMFIg nav.navbar {
  position: fixed;
}
.cid-uZU00pMFIg .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-uZU00pMFIg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZU00pMFIg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZU00pMFIg .dropdown-item:hover,
.cid-uZU00pMFIg .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uZU00pMFIg .dropdown-item:hover span {
  color: white;
}
.cid-uZU00pMFIg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZU00pMFIg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZU00pMFIg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZU00pMFIg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZU00pMFIg .nav-link {
  position: relative;
}
.cid-uZU00pMFIg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZU00pMFIg .container {
    flex-wrap: nowrap;
  }
}
.cid-uZU00pMFIg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZU00pMFIg .dropdown-menu,
.cid-uZU00pMFIg .navbar.opened {
  background: #e43f3f !important;
}
.cid-uZU00pMFIg .nav-item:focus,
.cid-uZU00pMFIg .nav-link:focus {
  outline: none;
}
.cid-uZU00pMFIg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZU00pMFIg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZU00pMFIg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZU00pMFIg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZU00pMFIg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZU00pMFIg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZU00pMFIg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uZU00pMFIg .navbar.opened {
  transition: all 0.3s;
}
.cid-uZU00pMFIg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZU00pMFIg .navbar .navbar-logo img {
  width: auto;
}
.cid-uZU00pMFIg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZU00pMFIg .navbar.collapsed {
  justify-content: center;
}
.cid-uZU00pMFIg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZU00pMFIg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZU00pMFIg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uZU00pMFIg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZU00pMFIg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZU00pMFIg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZU00pMFIg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZU00pMFIg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZU00pMFIg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZU00pMFIg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZU00pMFIg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZU00pMFIg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZU00pMFIg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZU00pMFIg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZU00pMFIg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZU00pMFIg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZU00pMFIg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZU00pMFIg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZU00pMFIg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZU00pMFIg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZU00pMFIg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZU00pMFIg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZU00pMFIg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZU00pMFIg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZU00pMFIg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZU00pMFIg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZU00pMFIg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZU00pMFIg .dropdown-item.active,
.cid-uZU00pMFIg .dropdown-item:active {
  background-color: transparent;
}
.cid-uZU00pMFIg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZU00pMFIg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZU00pMFIg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZU00pMFIg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uZU00pMFIg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZU00pMFIg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZU00pMFIg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZU00pMFIg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZU00pMFIg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZU00pMFIg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZU00pMFIg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZU00pMFIg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZU00pMFIg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZU00pMFIg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZU00pMFIg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZU00pMFIg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZU00pMFIg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZU00pMFIg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZU00pMFIg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZU00pMFIg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZU00pMFIg .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-uZU00pMFIg .navbar {
    height: 70px;
  }
  .cid-uZU00pMFIg .navbar.opened {
    height: auto;
  }
  .cid-uZU00pMFIg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZU00q6vGV {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZU00q6vGV .row {
  flex-direction: row-reverse;
}
.cid-uZU00q6vGV p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uZU00q6vGV .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uZU00q6vGV .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uZU00q6vGV .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uZU00q6vGV .main-banner .left-content {
  margin-right: 15px;
}
.cid-uZU00q6vGV .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uZU00q6vGV .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uZU00q6vGV .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uZU00q6vGV .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uZU00q6vGV .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uZU00q6vGV .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uZU00q6vGV .main-banner:before {
    display: none;
  }
  .cid-uZU00q6vGV .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uZU00q6vGV .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uZU00q6vGV H6 {
  color: #e43f3f;
}
.cid-uZU00qkJad {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uZU00qkJad .mbr-section-title {
  color: #000000;
}
.cid-uZU00qweWl {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZU00qweWl .container {
  padding: 0 5%;
}
.cid-uZU00qweWl #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uZU00qweWl #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uZU00qweWl #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uZU00qweWl #expand-button:hover {
  background-color: #7787a5;
}
.cid-uZU00qweWl .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uZU00qweWl .item:focus,
.cid-uZU00qweWl span:focus {
  outline: none;
}
.cid-uZU00qweWl .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uZU00qweWl .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uZU00qweWl .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uZU00qweWl .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uZU00qweWl .item {
    padding: 1.5rem;
  }
}
.cid-uZU00qweWl .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uZU00qweWl .item .item-icon {
    margin-top: 0;
  }
}
.cid-uZU00qweWl .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uZU00qweWl .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uZU00qweWl .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZU00qweWl .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uZU00qweWl .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uZU00qweWl .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uZU00qweWl .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uZU00qweWl .item-content {
    margin-left: 0;
  }
}
.cid-uZU00qweWl .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uZU00qweWl .item-title {
  color: #ffffff;
}
.cid-uZU00qweWl .mbr-text,
.cid-uZU00qweWl .item-icon {
  color: #ffffff;
}
.cid-uZU00qweWl .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uZU00qweWl .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uZU00qweWl .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uZU00qweWl .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uZU00qweWl .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uZU00qweWl .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uZU00qweWl .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uZU00qweWl .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uZU00qweWl .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uZU00qweWl .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uZU00qweWl .article-column1 {
    padding-right: 16px;
  }
}
.cid-uZU00qweWl .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uZU00qweWl .article-column2 {
    padding-left: 16px;
  }
}
.cid-uZU00qweWl .mbr-section-subtitle,
.cid-uZU00qweWl .mbr-iconfont {
  color: #e082c5;
}
.cid-uZU00qweWl .mbr-section-subtitle {
  color: #000000;
}
.cid-uZU00qYd1D {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZU00qYd1D p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uZU00qYd1D .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uZU00qYd1D .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uZU00qYd1D .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uZU00qYd1D .main-banner .left-content {
  margin-right: 15px;
}
.cid-uZU00qYd1D .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uZU00qYd1D .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uZU00qYd1D .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uZU00qYd1D .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uZU00qYd1D .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uZU00qYd1D .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uZU00qYd1D .main-banner:before {
    display: none;
  }
  .cid-uZU00qYd1D .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uZU00qYd1D .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uZU00qYd1D H6 {
  color: #e43f3f;
}
.cid-uZU00qYd1D H2 {
  color: #000000;
}
.cid-uZU00qYd1D P {
  color: #000000;
}
.cid-uZU00r9GnL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uZU00r9GnL #footer {
  padding: 0 0 25px 0;
}
.cid-uZU00r9GnL #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uZU00r9GnL #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uZU00r9GnL #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uZU00r9GnL #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uZU00r9GnL #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uZU00r9GnL #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uZU00r9GnL #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uZU00r9GnL #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uZU00r9GnL #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uZU00r9GnL #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uZU00r9GnL #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uZU00r9GnL #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uZU00r9GnL #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uZU00r9GnL #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uZU00r9GnL #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uZU00r9GnL #footer .copyright {
  padding-top: 30px;
}
.cid-uZU00r9GnL ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uZU00r9GnL H4 {
  color: #000000;
  text-align: left;
}
.cid-uZU00r9GnL DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uZU00r9GnL P {
  color: #e43f3f;
  text-align: left;
}
.cid-uZU00r9GnL div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uZU00r9GnL .copyright a {
  text-decoration: none !important;
}
.cid-uZU00r9GnL .list,
.cid-uZU00r9GnL .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uZU00r9GnL ul li a {
  text-decoration: none !important;
}
.cid-uZU00r9GnL .list {
  color: #e43f3f;
}
.cid-uZU0A2iFUU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uZU0A2iFUU nav.navbar {
  position: fixed;
}
.cid-uZU0A2iFUU .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-uZU0A2iFUU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZU0A2iFUU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZU0A2iFUU .dropdown-item:hover,
.cid-uZU0A2iFUU .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uZU0A2iFUU .dropdown-item:hover span {
  color: white;
}
.cid-uZU0A2iFUU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZU0A2iFUU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZU0A2iFUU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZU0A2iFUU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZU0A2iFUU .nav-link {
  position: relative;
}
.cid-uZU0A2iFUU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZU0A2iFUU .container {
    flex-wrap: nowrap;
  }
}
.cid-uZU0A2iFUU .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZU0A2iFUU .dropdown-menu,
.cid-uZU0A2iFUU .navbar.opened {
  background: #e43f3f !important;
}
.cid-uZU0A2iFUU .nav-item:focus,
.cid-uZU0A2iFUU .nav-link:focus {
  outline: none;
}
.cid-uZU0A2iFUU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZU0A2iFUU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZU0A2iFUU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZU0A2iFUU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZU0A2iFUU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZU0A2iFUU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZU0A2iFUU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uZU0A2iFUU .navbar.opened {
  transition: all 0.3s;
}
.cid-uZU0A2iFUU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZU0A2iFUU .navbar .navbar-logo img {
  width: auto;
}
.cid-uZU0A2iFUU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZU0A2iFUU .navbar.collapsed {
  justify-content: center;
}
.cid-uZU0A2iFUU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZU0A2iFUU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZU0A2iFUU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uZU0A2iFUU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZU0A2iFUU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZU0A2iFUU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZU0A2iFUU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZU0A2iFUU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZU0A2iFUU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZU0A2iFUU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZU0A2iFUU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZU0A2iFUU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZU0A2iFUU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZU0A2iFUU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZU0A2iFUU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZU0A2iFUU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZU0A2iFUU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZU0A2iFUU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZU0A2iFUU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZU0A2iFUU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZU0A2iFUU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZU0A2iFUU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZU0A2iFUU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZU0A2iFUU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZU0A2iFUU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZU0A2iFUU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZU0A2iFUU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZU0A2iFUU .dropdown-item.active,
.cid-uZU0A2iFUU .dropdown-item:active {
  background-color: transparent;
}
.cid-uZU0A2iFUU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZU0A2iFUU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZU0A2iFUU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZU0A2iFUU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uZU0A2iFUU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZU0A2iFUU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZU0A2iFUU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZU0A2iFUU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZU0A2iFUU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZU0A2iFUU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZU0A2iFUU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZU0A2iFUU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZU0A2iFUU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZU0A2iFUU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZU0A2iFUU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZU0A2iFUU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZU0A2iFUU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZU0A2iFUU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZU0A2iFUU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZU0A2iFUU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZU0A2iFUU .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-uZU0A2iFUU .navbar {
    height: 70px;
  }
  .cid-uZU0A2iFUU .navbar.opened {
    height: auto;
  }
  .cid-uZU0A2iFUU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZU0A2Dp5E {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZU0A2Dp5E .row {
  flex-direction: row-reverse;
}
.cid-uZU0A2Dp5E p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uZU0A2Dp5E .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uZU0A2Dp5E .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uZU0A2Dp5E .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uZU0A2Dp5E .main-banner .left-content {
  margin-right: 15px;
}
.cid-uZU0A2Dp5E .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uZU0A2Dp5E .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uZU0A2Dp5E .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uZU0A2Dp5E .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uZU0A2Dp5E .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uZU0A2Dp5E .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uZU0A2Dp5E .main-banner:before {
    display: none;
  }
  .cid-uZU0A2Dp5E .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uZU0A2Dp5E .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uZU0A2Dp5E H6 {
  color: #e43f3f;
}
.cid-uZU0A2PMfg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uZU0A2PMfg .mbr-section-title {
  color: #000000;
}
.cid-uZU0A31tAY {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZU0A31tAY .container {
  padding: 0 5%;
}
.cid-uZU0A31tAY #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uZU0A31tAY #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uZU0A31tAY #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uZU0A31tAY #expand-button:hover {
  background-color: #7787a5;
}
.cid-uZU0A31tAY .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uZU0A31tAY .item:focus,
.cid-uZU0A31tAY span:focus {
  outline: none;
}
.cid-uZU0A31tAY .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uZU0A31tAY .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uZU0A31tAY .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uZU0A31tAY .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uZU0A31tAY .item {
    padding: 1.5rem;
  }
}
.cid-uZU0A31tAY .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uZU0A31tAY .item .item-icon {
    margin-top: 0;
  }
}
.cid-uZU0A31tAY .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uZU0A31tAY .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uZU0A31tAY .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZU0A31tAY .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uZU0A31tAY .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uZU0A31tAY .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uZU0A31tAY .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uZU0A31tAY .item-content {
    margin-left: 0;
  }
}
.cid-uZU0A31tAY .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uZU0A31tAY .item-title {
  color: #ffffff;
}
.cid-uZU0A31tAY .mbr-text,
.cid-uZU0A31tAY .item-icon {
  color: #ffffff;
}
.cid-uZU0A31tAY .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uZU0A31tAY .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uZU0A31tAY .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uZU0A31tAY .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uZU0A31tAY .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uZU0A31tAY .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uZU0A31tAY .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uZU0A31tAY .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uZU0A31tAY .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uZU0A31tAY .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uZU0A31tAY .article-column1 {
    padding-right: 16px;
  }
}
.cid-uZU0A31tAY .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uZU0A31tAY .article-column2 {
    padding-left: 16px;
  }
}
.cid-uZU0A31tAY .mbr-section-subtitle,
.cid-uZU0A31tAY .mbr-iconfont {
  color: #e082c5;
}
.cid-uZU0A31tAY .mbr-section-subtitle {
  color: #000000;
}
.cid-uZU0A3vKHO {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZU0A3vKHO p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uZU0A3vKHO .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uZU0A3vKHO .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uZU0A3vKHO .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uZU0A3vKHO .main-banner .left-content {
  margin-right: 15px;
}
.cid-uZU0A3vKHO .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uZU0A3vKHO .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uZU0A3vKHO .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uZU0A3vKHO .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uZU0A3vKHO .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uZU0A3vKHO .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uZU0A3vKHO .main-banner:before {
    display: none;
  }
  .cid-uZU0A3vKHO .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uZU0A3vKHO .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uZU0A3vKHO H6 {
  color: #e43f3f;
}
.cid-uZU0A3vKHO H2 {
  color: #000000;
}
.cid-uZU0A3vKHO P {
  color: #000000;
}
.cid-uZU0A3GjKc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uZU0A3GjKc #footer {
  padding: 0 0 25px 0;
}
.cid-uZU0A3GjKc #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uZU0A3GjKc #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uZU0A3GjKc #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uZU0A3GjKc #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uZU0A3GjKc #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uZU0A3GjKc #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uZU0A3GjKc #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uZU0A3GjKc #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uZU0A3GjKc #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uZU0A3GjKc #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uZU0A3GjKc #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uZU0A3GjKc #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uZU0A3GjKc #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uZU0A3GjKc #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uZU0A3GjKc #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uZU0A3GjKc #footer .copyright {
  padding-top: 30px;
}
.cid-uZU0A3GjKc ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uZU0A3GjKc H4 {
  color: #000000;
  text-align: left;
}
.cid-uZU0A3GjKc DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uZU0A3GjKc P {
  color: #e43f3f;
  text-align: left;
}
.cid-uZU0A3GjKc div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uZU0A3GjKc .copyright a {
  text-decoration: none !important;
}
.cid-uZU0A3GjKc .list,
.cid-uZU0A3GjKc .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uZU0A3GjKc ul li a {
  text-decoration: none !important;
}
.cid-uZU0A3GjKc .list {
  color: #e43f3f;
}
.cid-uZU1Wju60a {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uZU1Wju60a nav.navbar {
  position: fixed;
}
.cid-uZU1Wju60a .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-uZU1Wju60a .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZU1Wju60a .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZU1Wju60a .dropdown-item:hover,
.cid-uZU1Wju60a .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uZU1Wju60a .dropdown-item:hover span {
  color: white;
}
.cid-uZU1Wju60a .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZU1Wju60a .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZU1Wju60a .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZU1Wju60a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZU1Wju60a .nav-link {
  position: relative;
}
.cid-uZU1Wju60a .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZU1Wju60a .container {
    flex-wrap: nowrap;
  }
}
.cid-uZU1Wju60a .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZU1Wju60a .dropdown-menu,
.cid-uZU1Wju60a .navbar.opened {
  background: #e43f3f !important;
}
.cid-uZU1Wju60a .nav-item:focus,
.cid-uZU1Wju60a .nav-link:focus {
  outline: none;
}
.cid-uZU1Wju60a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZU1Wju60a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZU1Wju60a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZU1Wju60a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZU1Wju60a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZU1Wju60a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZU1Wju60a .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uZU1Wju60a .navbar.opened {
  transition: all 0.3s;
}
.cid-uZU1Wju60a .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZU1Wju60a .navbar .navbar-logo img {
  width: auto;
}
.cid-uZU1Wju60a .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZU1Wju60a .navbar.collapsed {
  justify-content: center;
}
.cid-uZU1Wju60a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZU1Wju60a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZU1Wju60a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uZU1Wju60a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZU1Wju60a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZU1Wju60a .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZU1Wju60a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZU1Wju60a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZU1Wju60a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZU1Wju60a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZU1Wju60a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZU1Wju60a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZU1Wju60a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZU1Wju60a .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZU1Wju60a .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZU1Wju60a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZU1Wju60a .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZU1Wju60a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZU1Wju60a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZU1Wju60a .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZU1Wju60a .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZU1Wju60a .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZU1Wju60a .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZU1Wju60a .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZU1Wju60a .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZU1Wju60a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZU1Wju60a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZU1Wju60a .dropdown-item.active,
.cid-uZU1Wju60a .dropdown-item:active {
  background-color: transparent;
}
.cid-uZU1Wju60a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZU1Wju60a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZU1Wju60a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZU1Wju60a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uZU1Wju60a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZU1Wju60a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZU1Wju60a ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZU1Wju60a .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZU1Wju60a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZU1Wju60a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZU1Wju60a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZU1Wju60a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZU1Wju60a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZU1Wju60a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZU1Wju60a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZU1Wju60a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZU1Wju60a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZU1Wju60a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZU1Wju60a .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZU1Wju60a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZU1Wju60a .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-uZU1Wju60a .navbar {
    height: 70px;
  }
  .cid-uZU1Wju60a .navbar.opened {
    height: auto;
  }
  .cid-uZU1Wju60a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZU1WjL5tw {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZU1WjL5tw .row {
  flex-direction: row-reverse;
}
.cid-uZU1WjL5tw p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uZU1WjL5tw .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uZU1WjL5tw .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uZU1WjL5tw .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uZU1WjL5tw .main-banner .left-content {
  margin-right: 15px;
}
.cid-uZU1WjL5tw .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uZU1WjL5tw .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uZU1WjL5tw .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uZU1WjL5tw .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uZU1WjL5tw .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uZU1WjL5tw .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uZU1WjL5tw .main-banner:before {
    display: none;
  }
  .cid-uZU1WjL5tw .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uZU1WjL5tw .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uZU1WjL5tw H6 {
  color: #e43f3f;
}
.cid-uZU1WjZIn2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uZU1WjZIn2 .mbr-section-title {
  color: #000000;
}
.cid-uZU1Wk9OmS {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZU1Wk9OmS .container {
  padding: 0 5%;
}
.cid-uZU1Wk9OmS #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uZU1Wk9OmS #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uZU1Wk9OmS #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uZU1Wk9OmS #expand-button:hover {
  background-color: #7787a5;
}
.cid-uZU1Wk9OmS .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uZU1Wk9OmS .item:focus,
.cid-uZU1Wk9OmS span:focus {
  outline: none;
}
.cid-uZU1Wk9OmS .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uZU1Wk9OmS .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uZU1Wk9OmS .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uZU1Wk9OmS .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uZU1Wk9OmS .item {
    padding: 1.5rem;
  }
}
.cid-uZU1Wk9OmS .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uZU1Wk9OmS .item .item-icon {
    margin-top: 0;
  }
}
.cid-uZU1Wk9OmS .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uZU1Wk9OmS .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uZU1Wk9OmS .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZU1Wk9OmS .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uZU1Wk9OmS .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uZU1Wk9OmS .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uZU1Wk9OmS .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uZU1Wk9OmS .item-content {
    margin-left: 0;
  }
}
.cid-uZU1Wk9OmS .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uZU1Wk9OmS .item-title {
  color: #ffffff;
}
.cid-uZU1Wk9OmS .mbr-text,
.cid-uZU1Wk9OmS .item-icon {
  color: #ffffff;
}
.cid-uZU1Wk9OmS .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uZU1Wk9OmS .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uZU1Wk9OmS .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uZU1Wk9OmS .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uZU1Wk9OmS .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uZU1Wk9OmS .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uZU1Wk9OmS .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uZU1Wk9OmS .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uZU1Wk9OmS .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uZU1Wk9OmS .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uZU1Wk9OmS .article-column1 {
    padding-right: 16px;
  }
}
.cid-uZU1Wk9OmS .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uZU1Wk9OmS .article-column2 {
    padding-left: 16px;
  }
}
.cid-uZU1Wk9OmS .mbr-section-subtitle,
.cid-uZU1Wk9OmS .mbr-iconfont {
  color: #e082c5;
}
.cid-uZU1Wk9OmS .mbr-section-subtitle {
  color: #000000;
}
.cid-uZU1WkwtLq {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZU1WkwtLq p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uZU1WkwtLq .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uZU1WkwtLq .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uZU1WkwtLq .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uZU1WkwtLq .main-banner .left-content {
  margin-right: 15px;
}
.cid-uZU1WkwtLq .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uZU1WkwtLq .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uZU1WkwtLq .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uZU1WkwtLq .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uZU1WkwtLq .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uZU1WkwtLq .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uZU1WkwtLq .main-banner:before {
    display: none;
  }
  .cid-uZU1WkwtLq .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uZU1WkwtLq .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uZU1WkwtLq H6 {
  color: #e43f3f;
}
.cid-uZU1WkwtLq H2 {
  color: #000000;
}
.cid-uZU1WkwtLq P {
  color: #000000;
}
.cid-uZU1WkG6Ce {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uZU1WkG6Ce #footer {
  padding: 0 0 25px 0;
}
.cid-uZU1WkG6Ce #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uZU1WkG6Ce #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uZU1WkG6Ce #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uZU1WkG6Ce #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uZU1WkG6Ce #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uZU1WkG6Ce #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uZU1WkG6Ce #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uZU1WkG6Ce #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uZU1WkG6Ce #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uZU1WkG6Ce #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uZU1WkG6Ce #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uZU1WkG6Ce #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uZU1WkG6Ce #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uZU1WkG6Ce #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uZU1WkG6Ce #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uZU1WkG6Ce #footer .copyright {
  padding-top: 30px;
}
.cid-uZU1WkG6Ce ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uZU1WkG6Ce H4 {
  color: #000000;
  text-align: left;
}
.cid-uZU1WkG6Ce DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uZU1WkG6Ce P {
  color: #e43f3f;
  text-align: left;
}
.cid-uZU1WkG6Ce div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uZU1WkG6Ce .copyright a {
  text-decoration: none !important;
}
.cid-uZU1WkG6Ce .list,
.cid-uZU1WkG6Ce .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uZU1WkG6Ce ul li a {
  text-decoration: none !important;
}
.cid-uZU1WkG6Ce .list {
  color: #e43f3f;
}
.cid-uZU2qZ7dcn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uZU2qZ7dcn nav.navbar {
  position: fixed;
}
.cid-uZU2qZ7dcn .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-uZU2qZ7dcn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZU2qZ7dcn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZU2qZ7dcn .dropdown-item:hover,
.cid-uZU2qZ7dcn .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uZU2qZ7dcn .dropdown-item:hover span {
  color: white;
}
.cid-uZU2qZ7dcn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZU2qZ7dcn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZU2qZ7dcn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZU2qZ7dcn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZU2qZ7dcn .nav-link {
  position: relative;
}
.cid-uZU2qZ7dcn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZU2qZ7dcn .container {
    flex-wrap: nowrap;
  }
}
.cid-uZU2qZ7dcn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZU2qZ7dcn .dropdown-menu,
.cid-uZU2qZ7dcn .navbar.opened {
  background: #e43f3f !important;
}
.cid-uZU2qZ7dcn .nav-item:focus,
.cid-uZU2qZ7dcn .nav-link:focus {
  outline: none;
}
.cid-uZU2qZ7dcn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZU2qZ7dcn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZU2qZ7dcn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZU2qZ7dcn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZU2qZ7dcn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZU2qZ7dcn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZU2qZ7dcn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uZU2qZ7dcn .navbar.opened {
  transition: all 0.3s;
}
.cid-uZU2qZ7dcn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZU2qZ7dcn .navbar .navbar-logo img {
  width: auto;
}
.cid-uZU2qZ7dcn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZU2qZ7dcn .navbar.collapsed {
  justify-content: center;
}
.cid-uZU2qZ7dcn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZU2qZ7dcn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZU2qZ7dcn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uZU2qZ7dcn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZU2qZ7dcn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZU2qZ7dcn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZU2qZ7dcn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZU2qZ7dcn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZU2qZ7dcn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZU2qZ7dcn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZU2qZ7dcn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZU2qZ7dcn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZU2qZ7dcn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZU2qZ7dcn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZU2qZ7dcn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZU2qZ7dcn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZU2qZ7dcn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZU2qZ7dcn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZU2qZ7dcn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZU2qZ7dcn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZU2qZ7dcn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZU2qZ7dcn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZU2qZ7dcn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZU2qZ7dcn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZU2qZ7dcn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZU2qZ7dcn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZU2qZ7dcn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZU2qZ7dcn .dropdown-item.active,
.cid-uZU2qZ7dcn .dropdown-item:active {
  background-color: transparent;
}
.cid-uZU2qZ7dcn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZU2qZ7dcn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZU2qZ7dcn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZU2qZ7dcn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uZU2qZ7dcn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZU2qZ7dcn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZU2qZ7dcn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZU2qZ7dcn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZU2qZ7dcn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZU2qZ7dcn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZU2qZ7dcn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZU2qZ7dcn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZU2qZ7dcn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZU2qZ7dcn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZU2qZ7dcn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZU2qZ7dcn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZU2qZ7dcn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZU2qZ7dcn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZU2qZ7dcn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZU2qZ7dcn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZU2qZ7dcn .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-uZU2qZ7dcn .navbar {
    height: 70px;
  }
  .cid-uZU2qZ7dcn .navbar.opened {
    height: auto;
  }
  .cid-uZU2qZ7dcn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZU2qZp7Yo {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZU2qZp7Yo .row {
  flex-direction: row-reverse;
}
.cid-uZU2qZp7Yo p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uZU2qZp7Yo .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uZU2qZp7Yo .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uZU2qZp7Yo .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uZU2qZp7Yo .main-banner .left-content {
  margin-right: 15px;
}
.cid-uZU2qZp7Yo .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uZU2qZp7Yo .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uZU2qZp7Yo .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uZU2qZp7Yo .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uZU2qZp7Yo .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uZU2qZp7Yo .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uZU2qZp7Yo .main-banner:before {
    display: none;
  }
  .cid-uZU2qZp7Yo .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uZU2qZp7Yo .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uZU2qZp7Yo H6 {
  color: #e43f3f;
}
.cid-uZU2qZBKiK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uZU2qZBKiK .mbr-section-title {
  color: #000000;
}
.cid-uZU2qZLQVW {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZU2qZLQVW .container {
  padding: 0 5%;
}
.cid-uZU2qZLQVW #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uZU2qZLQVW #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uZU2qZLQVW #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uZU2qZLQVW #expand-button:hover {
  background-color: #7787a5;
}
.cid-uZU2qZLQVW .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uZU2qZLQVW .item:focus,
.cid-uZU2qZLQVW span:focus {
  outline: none;
}
.cid-uZU2qZLQVW .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uZU2qZLQVW .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uZU2qZLQVW .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uZU2qZLQVW .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uZU2qZLQVW .item {
    padding: 1.5rem;
  }
}
.cid-uZU2qZLQVW .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uZU2qZLQVW .item .item-icon {
    margin-top: 0;
  }
}
.cid-uZU2qZLQVW .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uZU2qZLQVW .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uZU2qZLQVW .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZU2qZLQVW .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uZU2qZLQVW .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uZU2qZLQVW .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uZU2qZLQVW .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uZU2qZLQVW .item-content {
    margin-left: 0;
  }
}
.cid-uZU2qZLQVW .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uZU2qZLQVW .item-title {
  color: #ffffff;
}
.cid-uZU2qZLQVW .mbr-text,
.cid-uZU2qZLQVW .item-icon {
  color: #ffffff;
}
.cid-uZU2qZLQVW .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uZU2qZLQVW .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uZU2qZLQVW .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uZU2qZLQVW .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uZU2qZLQVW .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uZU2qZLQVW .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uZU2qZLQVW .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uZU2qZLQVW .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uZU2qZLQVW .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uZU2qZLQVW .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uZU2qZLQVW .article-column1 {
    padding-right: 16px;
  }
}
.cid-uZU2qZLQVW .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uZU2qZLQVW .article-column2 {
    padding-left: 16px;
  }
}
.cid-uZU2qZLQVW .mbr-section-subtitle,
.cid-uZU2qZLQVW .mbr-iconfont {
  color: #e082c5;
}
.cid-uZU2qZLQVW .mbr-section-subtitle {
  color: #000000;
}
.cid-uZU2r09i9D {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZU2r09i9D p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uZU2r09i9D .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uZU2r09i9D .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uZU2r09i9D .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uZU2r09i9D .main-banner .left-content {
  margin-right: 15px;
}
.cid-uZU2r09i9D .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uZU2r09i9D .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uZU2r09i9D .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uZU2r09i9D .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uZU2r09i9D .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uZU2r09i9D .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uZU2r09i9D .main-banner:before {
    display: none;
  }
  .cid-uZU2r09i9D .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uZU2r09i9D .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uZU2r09i9D H6 {
  color: #e43f3f;
}
.cid-uZU2r09i9D H2 {
  color: #000000;
}
.cid-uZU2r09i9D P {
  color: #000000;
}
.cid-uZU2r0ibhT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uZU2r0ibhT #footer {
  padding: 0 0 25px 0;
}
.cid-uZU2r0ibhT #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uZU2r0ibhT #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uZU2r0ibhT #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uZU2r0ibhT #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uZU2r0ibhT #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uZU2r0ibhT #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uZU2r0ibhT #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uZU2r0ibhT #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uZU2r0ibhT #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uZU2r0ibhT #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uZU2r0ibhT #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uZU2r0ibhT #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uZU2r0ibhT #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uZU2r0ibhT #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uZU2r0ibhT #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uZU2r0ibhT #footer .copyright {
  padding-top: 30px;
}
.cid-uZU2r0ibhT ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uZU2r0ibhT H4 {
  color: #000000;
  text-align: left;
}
.cid-uZU2r0ibhT DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uZU2r0ibhT P {
  color: #e43f3f;
  text-align: left;
}
.cid-uZU2r0ibhT div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uZU2r0ibhT .copyright a {
  text-decoration: none !important;
}
.cid-uZU2r0ibhT .list,
.cid-uZU2r0ibhT .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uZU2r0ibhT ul li a {
  text-decoration: none !important;
}
.cid-uZU2r0ibhT .list {
  color: #e43f3f;
}
.cid-uZU2TViaqL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uZU2TViaqL nav.navbar {
  position: fixed;
}
.cid-uZU2TViaqL .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-uZU2TViaqL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZU2TViaqL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZU2TViaqL .dropdown-item:hover,
.cid-uZU2TViaqL .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uZU2TViaqL .dropdown-item:hover span {
  color: white;
}
.cid-uZU2TViaqL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZU2TViaqL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZU2TViaqL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZU2TViaqL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZU2TViaqL .nav-link {
  position: relative;
}
.cid-uZU2TViaqL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZU2TViaqL .container {
    flex-wrap: nowrap;
  }
}
.cid-uZU2TViaqL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZU2TViaqL .dropdown-menu,
.cid-uZU2TViaqL .navbar.opened {
  background: #e43f3f !important;
}
.cid-uZU2TViaqL .nav-item:focus,
.cid-uZU2TViaqL .nav-link:focus {
  outline: none;
}
.cid-uZU2TViaqL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZU2TViaqL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZU2TViaqL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZU2TViaqL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZU2TViaqL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZU2TViaqL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZU2TViaqL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uZU2TViaqL .navbar.opened {
  transition: all 0.3s;
}
.cid-uZU2TViaqL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZU2TViaqL .navbar .navbar-logo img {
  width: auto;
}
.cid-uZU2TViaqL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZU2TViaqL .navbar.collapsed {
  justify-content: center;
}
.cid-uZU2TViaqL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZU2TViaqL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZU2TViaqL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uZU2TViaqL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZU2TViaqL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZU2TViaqL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZU2TViaqL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZU2TViaqL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZU2TViaqL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZU2TViaqL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZU2TViaqL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZU2TViaqL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZU2TViaqL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZU2TViaqL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZU2TViaqL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZU2TViaqL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZU2TViaqL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZU2TViaqL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZU2TViaqL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZU2TViaqL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZU2TViaqL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZU2TViaqL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZU2TViaqL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZU2TViaqL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZU2TViaqL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZU2TViaqL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZU2TViaqL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZU2TViaqL .dropdown-item.active,
.cid-uZU2TViaqL .dropdown-item:active {
  background-color: transparent;
}
.cid-uZU2TViaqL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZU2TViaqL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZU2TViaqL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZU2TViaqL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uZU2TViaqL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZU2TViaqL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZU2TViaqL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZU2TViaqL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZU2TViaqL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZU2TViaqL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZU2TViaqL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZU2TViaqL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZU2TViaqL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZU2TViaqL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZU2TViaqL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZU2TViaqL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZU2TViaqL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZU2TViaqL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZU2TViaqL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZU2TViaqL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZU2TViaqL .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-uZU2TViaqL .navbar {
    height: 70px;
  }
  .cid-uZU2TViaqL .navbar.opened {
    height: auto;
  }
  .cid-uZU2TViaqL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZU2TVAHsd {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZU2TVAHsd .row {
  flex-direction: row-reverse;
}
.cid-uZU2TVAHsd p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uZU2TVAHsd .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uZU2TVAHsd .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uZU2TVAHsd .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uZU2TVAHsd .main-banner .left-content {
  margin-right: 15px;
}
.cid-uZU2TVAHsd .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uZU2TVAHsd .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uZU2TVAHsd .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uZU2TVAHsd .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uZU2TVAHsd .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uZU2TVAHsd .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uZU2TVAHsd .main-banner:before {
    display: none;
  }
  .cid-uZU2TVAHsd .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uZU2TVAHsd .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uZU2TVAHsd H6 {
  color: #e43f3f;
}
.cid-uZU2TVKrGe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uZU2TVKrGe .mbr-section-title {
  color: #000000;
}
.cid-uZU2TVT05P {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZU2TVT05P .container {
  padding: 0 5%;
}
.cid-uZU2TVT05P #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uZU2TVT05P #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uZU2TVT05P #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uZU2TVT05P #expand-button:hover {
  background-color: #7787a5;
}
.cid-uZU2TVT05P .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uZU2TVT05P .item:focus,
.cid-uZU2TVT05P span:focus {
  outline: none;
}
.cid-uZU2TVT05P .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uZU2TVT05P .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uZU2TVT05P .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uZU2TVT05P .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uZU2TVT05P .item {
    padding: 1.5rem;
  }
}
.cid-uZU2TVT05P .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uZU2TVT05P .item .item-icon {
    margin-top: 0;
  }
}
.cid-uZU2TVT05P .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uZU2TVT05P .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uZU2TVT05P .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZU2TVT05P .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uZU2TVT05P .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uZU2TVT05P .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uZU2TVT05P .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uZU2TVT05P .item-content {
    margin-left: 0;
  }
}
.cid-uZU2TVT05P .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uZU2TVT05P .item-title {
  color: #ffffff;
}
.cid-uZU2TVT05P .mbr-text,
.cid-uZU2TVT05P .item-icon {
  color: #ffffff;
}
.cid-uZU2TVT05P .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uZU2TVT05P .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uZU2TVT05P .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uZU2TVT05P .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uZU2TVT05P .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uZU2TVT05P .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uZU2TVT05P .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uZU2TVT05P .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uZU2TVT05P .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uZU2TVT05P .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uZU2TVT05P .article-column1 {
    padding-right: 16px;
  }
}
.cid-uZU2TVT05P .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uZU2TVT05P .article-column2 {
    padding-left: 16px;
  }
}
.cid-uZU2TVT05P .mbr-section-subtitle,
.cid-uZU2TVT05P .mbr-iconfont {
  color: #e082c5;
}
.cid-uZU2TVT05P .mbr-section-subtitle {
  color: #000000;
}
.cid-uZU2TWi1Rh {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZU2TWi1Rh p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uZU2TWi1Rh .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uZU2TWi1Rh .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uZU2TWi1Rh .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uZU2TWi1Rh .main-banner .left-content {
  margin-right: 15px;
}
.cid-uZU2TWi1Rh .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uZU2TWi1Rh .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uZU2TWi1Rh .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uZU2TWi1Rh .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uZU2TWi1Rh .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uZU2TWi1Rh .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uZU2TWi1Rh .main-banner:before {
    display: none;
  }
  .cid-uZU2TWi1Rh .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uZU2TWi1Rh .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uZU2TWi1Rh H6 {
  color: #e43f3f;
}
.cid-uZU2TWi1Rh H2 {
  color: #000000;
}
.cid-uZU2TWi1Rh P {
  color: #000000;
}
.cid-uZU2TWrPb9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uZU2TWrPb9 #footer {
  padding: 0 0 25px 0;
}
.cid-uZU2TWrPb9 #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uZU2TWrPb9 #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uZU2TWrPb9 #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uZU2TWrPb9 #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uZU2TWrPb9 #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uZU2TWrPb9 #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uZU2TWrPb9 #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uZU2TWrPb9 #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uZU2TWrPb9 #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uZU2TWrPb9 #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uZU2TWrPb9 #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uZU2TWrPb9 #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uZU2TWrPb9 #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uZU2TWrPb9 #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uZU2TWrPb9 #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uZU2TWrPb9 #footer .copyright {
  padding-top: 30px;
}
.cid-uZU2TWrPb9 ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uZU2TWrPb9 H4 {
  color: #000000;
  text-align: left;
}
.cid-uZU2TWrPb9 DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uZU2TWrPb9 P {
  color: #e43f3f;
  text-align: left;
}
.cid-uZU2TWrPb9 div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uZU2TWrPb9 .copyright a {
  text-decoration: none !important;
}
.cid-uZU2TWrPb9 .list,
.cid-uZU2TWrPb9 .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uZU2TWrPb9 ul li a {
  text-decoration: none !important;
}
.cid-uZU2TWrPb9 .list {
  color: #e43f3f;
}
.cid-uZU7q2EIba {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uZU7q2EIba nav.navbar {
  position: fixed;
}
.cid-uZU7q2EIba .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-uZU7q2EIba .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZU7q2EIba .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZU7q2EIba .dropdown-item:hover,
.cid-uZU7q2EIba .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uZU7q2EIba .dropdown-item:hover span {
  color: white;
}
.cid-uZU7q2EIba .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZU7q2EIba .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZU7q2EIba .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZU7q2EIba .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZU7q2EIba .nav-link {
  position: relative;
}
.cid-uZU7q2EIba .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZU7q2EIba .container {
    flex-wrap: nowrap;
  }
}
.cid-uZU7q2EIba .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZU7q2EIba .dropdown-menu,
.cid-uZU7q2EIba .navbar.opened {
  background: #e43f3f !important;
}
.cid-uZU7q2EIba .nav-item:focus,
.cid-uZU7q2EIba .nav-link:focus {
  outline: none;
}
.cid-uZU7q2EIba .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZU7q2EIba .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZU7q2EIba .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZU7q2EIba .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZU7q2EIba .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZU7q2EIba .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZU7q2EIba .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-uZU7q2EIba .navbar.opened {
  transition: all 0.3s;
}
.cid-uZU7q2EIba .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZU7q2EIba .navbar .navbar-logo img {
  width: auto;
}
.cid-uZU7q2EIba .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZU7q2EIba .navbar.collapsed {
  justify-content: center;
}
.cid-uZU7q2EIba .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZU7q2EIba .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZU7q2EIba .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uZU7q2EIba .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZU7q2EIba .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZU7q2EIba .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZU7q2EIba .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZU7q2EIba .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZU7q2EIba .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZU7q2EIba .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZU7q2EIba .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZU7q2EIba .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZU7q2EIba .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZU7q2EIba .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZU7q2EIba .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZU7q2EIba .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZU7q2EIba .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZU7q2EIba .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZU7q2EIba .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZU7q2EIba .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZU7q2EIba .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZU7q2EIba .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZU7q2EIba .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZU7q2EIba .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZU7q2EIba .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZU7q2EIba .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZU7q2EIba .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZU7q2EIba .dropdown-item.active,
.cid-uZU7q2EIba .dropdown-item:active {
  background-color: transparent;
}
.cid-uZU7q2EIba .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZU7q2EIba .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZU7q2EIba .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZU7q2EIba .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-uZU7q2EIba .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZU7q2EIba .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZU7q2EIba ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZU7q2EIba .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZU7q2EIba button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZU7q2EIba button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZU7q2EIba button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZU7q2EIba button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZU7q2EIba button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZU7q2EIba button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZU7q2EIba nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZU7q2EIba nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZU7q2EIba nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZU7q2EIba nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZU7q2EIba .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZU7q2EIba a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZU7q2EIba .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-uZU7q2EIba .navbar {
    height: 70px;
  }
  .cid-uZU7q2EIba .navbar.opened {
    height: auto;
  }
  .cid-uZU7q2EIba .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZU7q2WxT9 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZU7q2WxT9 .row {
  flex-direction: row-reverse;
}
.cid-uZU7q2WxT9 p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uZU7q2WxT9 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uZU7q2WxT9 .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uZU7q2WxT9 .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uZU7q2WxT9 .main-banner .left-content {
  margin-right: 15px;
}
.cid-uZU7q2WxT9 .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uZU7q2WxT9 .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uZU7q2WxT9 .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uZU7q2WxT9 .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uZU7q2WxT9 .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uZU7q2WxT9 .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uZU7q2WxT9 .main-banner:before {
    display: none;
  }
  .cid-uZU7q2WxT9 .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uZU7q2WxT9 .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uZU7q2WxT9 H6 {
  color: #e43f3f;
}
.cid-uZU7q38cCy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-uZU7q38cCy .mbr-section-title {
  color: #000000;
}
.cid-uZU7q3kjKE {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZU7q3kjKE .container {
  padding: 0 5%;
}
.cid-uZU7q3kjKE #collapse-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uZU7q3kjKE #collapse-button:hover {
  background-color: #7787a5;
}
.cid-uZU7q3kjKE #expand-button {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cid-uZU7q3kjKE #expand-button:hover {
  background-color: #7787a5;
}
.cid-uZU7q3kjKE .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uZU7q3kjKE .item:focus,
.cid-uZU7q3kjKE span:focus {
  outline: none;
}
.cid-uZU7q3kjKE .item {
  display: flex;
  padding: 4rem 7rem;
  background: #e43f3f;
  border-radius: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-uZU7q3kjKE .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uZU7q3kjKE .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uZU7q3kjKE .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uZU7q3kjKE .item {
    padding: 1.5rem;
  }
}
.cid-uZU7q3kjKE .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uZU7q3kjKE .item .item-icon {
    margin-top: 0;
  }
}
.cid-uZU7q3kjKE .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uZU7q3kjKE .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uZU7q3kjKE .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZU7q3kjKE .item .item-wrapper .item-title {
    margin-bottom: 10rem;
  }
}
.cid-uZU7q3kjKE .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uZU7q3kjKE .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uZU7q3kjKE .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uZU7q3kjKE .item-content {
    margin-left: 0;
  }
}
.cid-uZU7q3kjKE .mbr-text {
  margin: 0;
  color: #ffffff;
}
.cid-uZU7q3kjKE .item-title {
  color: #ffffff;
}
.cid-uZU7q3kjKE .mbr-text,
.cid-uZU7q3kjKE .item-icon {
  color: #ffffff;
}
.cid-uZU7q3kjKE .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #e43f3f;
  text-align: center;
}
.cid-uZU7q3kjKE .article-wrapper {
  background-color: #e43f3f;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uZU7q3kjKE .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uZU7q3kjKE .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uZU7q3kjKE .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uZU7q3kjKE .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uZU7q3kjKE .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uZU7q3kjKE .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uZU7q3kjKE .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uZU7q3kjKE .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uZU7q3kjKE .article-column1 {
    padding-right: 16px;
  }
}
.cid-uZU7q3kjKE .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uZU7q3kjKE .article-column2 {
    padding-left: 16px;
  }
}
.cid-uZU7q3kjKE .mbr-section-subtitle,
.cid-uZU7q3kjKE .mbr-iconfont {
  color: #e082c5;
}
.cid-uZU7q3kjKE .mbr-section-subtitle {
  color: #000000;
}
.cid-uZU7q3KLaS {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZU7q3KLaS p {
  line-height: 30px;
  font-weight: 300;
}
.cid-uZU7q3KLaS .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cid-uZU7q3KLaS .main-banner:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.cid-uZU7q3KLaS .main-banner:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 1159px;
  z-index: -1;
}
.cid-uZU7q3KLaS .main-banner .left-content {
  margin-right: 15px;
}
.cid-uZU7q3KLaS .main-banner .left-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-uZU7q3KLaS .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-uZU7q3KLaS .main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}
.cid-uZU7q3KLaS .main-banner .right-image {
  position: relative;
  z-index: 20;
}
.cid-uZU7q3KLaS .main-banner .right-image img {
  max-width: 593px;
}
@media (max-width: 992px) {
  .cid-uZU7q3KLaS .main-banner .left-content {
    margin-right: 0px;
  }
  .cid-uZU7q3KLaS .main-banner:before {
    display: none;
  }
  .cid-uZU7q3KLaS .main-banner .right-image {
    margin: 30px auto 0px auto;
  }
}
.cid-uZU7q3KLaS .border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  border-radius: 23px;
}
.cid-uZU7q3KLaS H6 {
  color: #e43f3f;
}
.cid-uZU7q3KLaS H2 {
  color: #000000;
}
.cid-uZU7q3KLaS P {
  color: #000000;
}
.cid-uZU7q3YR0B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e43f3f;
}
.cid-uZU7q3YR0B #footer {
  padding: 0 0 25px 0;
}
.cid-uZU7q3YR0B #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}
.cid-uZU7q3YR0B #footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.cid-uZU7q3YR0B #footer .footer-top .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.cid-uZU7q3YR0B #footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
.cid-uZU7q3YR0B #footer .footer-top .footer-info p {
  line-height: 25px;
  margin-bottom: 0;
}
.cid-uZU7q3YR0B #footer .footer-top .social-links a {
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  float: left;
  position: relative;
}
.cid-uZU7q3YR0B #footer .footer-top .social-links a:hover {
  background: #e43f3f;
}
.cid-uZU7q3YR0B #footer .footer-top h4 {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e43f3f;
}
.cid-uZU7q3YR0B #footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.cid-uZU7q3YR0B #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uZU7q3YR0B #footer .footer-top .footer-links ul i {
  padding-right: 5px;
}
.cid-uZU7q3YR0B #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
.cid-uZU7q3YR0B #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.cid-uZU7q3YR0B #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.cid-uZU7q3YR0B #footer .footer-top .footer-contact p {
  line-height: 26px;
}
.cid-uZU7q3YR0B #footer .copyright {
  padding-top: 30px;
}
.cid-uZU7q3YR0B ul li::before {
  content: "\700";
  color: #e43f3f;
}
.cid-uZU7q3YR0B H4 {
  color: #000000;
  text-align: left;
}
.cid-uZU7q3YR0B DIV {
  text-align: center;
  color: #fafafa;
}
.cid-uZU7q3YR0B P {
  color: #e43f3f;
  text-align: left;
}
.cid-uZU7q3YR0B div .copyright strong {
  color: #fc5b11;
  text-align: center;
}
.cid-uZU7q3YR0B .copyright a {
  text-decoration: none !important;
}
.cid-uZU7q3YR0B .list,
.cid-uZU7q3YR0B .list a {
  text-align: left;
  color: #a80505;
  text-decoration: none !important;
}
.cid-uZU7q3YR0B ul li a {
  text-decoration: none !important;
}
.cid-uZU7q3YR0B .list {
  color: #e43f3f;
}
